/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Lattes - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:	#726FB9 (blue)
hover color:	#61B9D6 (yellow)
-------------------------------------------------------------------*/

/*--------------------
1. General
--------------------*/

body {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  /* line-height: 30px; */
  letter-spacing: 0.4px;
  color: #232323;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.2px;
  color: #797979;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #129fd2;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

::selection {
  text-shadow: none;
  background: #61b9d6;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

section {
  padding: 3rem 0 3rem;
  margin-top: 3rem;
}

/*--------------------
2. Navigation
--------------------*/
/* 1. MiSans字体 */
@font-face {
  font-family: "MiSans";
  src: url("https://cdn.bootcdn.net/ajax/libs/misans-webfont/4.3.1/misans/misans-regular/0.woff2")
      format("woff2"),
    url("https://cdn.bootcdn.net/ajax/libs/misans-webfont/4.3.1/misans/misans-regular/0.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MiSans";
  src: url("https://cdn.bootcdn.net/ajax/libs/misans-webfont/4.3.1/misans/misans-bold/0.woff2")
      format("woff2"),
    url("https://cdn.bootcdn.net/ajax/libs/misans-webfont/4.3.1/misans/misans-bold/0.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 2. Inter字体 */
@font-face {
  font-family: "Inter";
  src: url("https://cdn.bootcdn.net/ajax/libs/inter-ui/4.1.1/display/InterDisplay-Regular.woff2")
      format("woff2"),
    url("https://cdn.bootcdn.net/ajax/libs/inter-ui/4.1.1/display/InterDisplay-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("https://cdn.bootcdn.net/ajax/libs/inter-ui/4.1.1/display/InterDisplay-Bold.woff2")
      format("woff2"),
    url("https://cdn.bootcdn.net/ajax/libs/inter-ui/4.1.1/display/InterDisplay-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  /* --primary-color: #129fd2; */
  --dark-color: #222;
  --secondary-color: #61b9d6;
  --hover-color: #129fd2;
  --white-color: #fff;
  --black-color: #000;
  --font-family-impact: Inter, "MiSans", Impact, sans-serif;
}

/* navbar styles */
.navbar-default {
  background-color: var(--dark-color);
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: var(--white-color);
  padding: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: var(--hover-color);
}

.navbar-default .navbar-collapse {
  border-color: rgba(var(--white-color), 0.02);
}

.navbar-default .navbar-toggle {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--white-color);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: var(--secondary-color);
}

.navbar-default .nav li a {
  /* text-transform: uppercase; */
  font-weight: 400;
  letter-spacing: 1px;
  /* color: var(--white-color); */
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: var(--hover-color);
  outline: 0;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: var(--black-color);
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: var(--white-color);
  background-color: var(--hover-color);
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--white-color);
  background-color: var(--hover-color);
}

/* Media Queries */
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: 0;
  }

  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }

  .navbar-default.navbar-shrink {
    /* background-color: var(--dark-color); */
    padding: 5px 0;
    opacity: 1;
  }

  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}

.navbar-center {
  /* margin-left: 30px; */
  /* width: 100%; */
}

.navbar-right {
  font-size: 16px;
  display: inline-block;
  font-family: var(--font-family-impact);
  /* margin-left: 80px; */
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
}

.navbar-right > li {
  margin-left: 20px;
}

.navbar-right > li span {
  color: var(--hover-color);
}
/*--------------------
3. Header
--------------------*/
:root {
  --font-playfair-display: "Playfair Display", sans-serif;
  --font-weight-bold: 700;
  --text-transform-uppercase: uppercase;
  --color-white: #fff;
}

header {
  /* background-image: url(https://www-file.huawei.com/-/media/corp2020/home/banner/11/ias2024-pc-0423.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: auto 100%; */
  text-align: center;
  color: var(--color-white);
  min-height: 300px;
}

.responsive-img {
  max-width: 100%; /* 图片宽度不超过父容器宽度 */
  height: 100%; /* 图片高度不超过父容器高度 */
  display: block;
  margin: 0 auto;
}

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}

header .intro-text .intro-lead-in {
  font-style: italic;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 25px;
  font-weight: var(--font-weight-bold);
  text-transform: var(--text-transform-uppercase);
}

@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

header .intro-text .intro-heading {
  font-weight: var(--font-weight-bold);
  text-transform: var(--text-transform-uppercase);
  font-size: 1.8em;
  line-height: 1.8em;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header .intro-text .intro-heading {
    font-size: 2.25em;
    line-height: 2.25em;
    margin-bottom: 50px;
  }
}
/*--------------------
4. Sections
--------------------*/

.section-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  height: 45px;
  border-bottom: 3px solid var(--hover-color);
  display: inline-block;
}
.section-title1 h2 {
  font-size: 34px;
  text-transform: uppercase;
  height: 50px;
  /* border-bottom: 3px solid var(--hover-color); */
  border: none;
  display: inline-block;
}
.section-title1 h2::after {
  content: "";
  width: 100px;
  height: 3px;
  clear: both;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  /* background: var(--hover-color); */
  background: linear-gradient(90deg, #2db8c3 0%, #5b9bd4 100%);
}

.section-title p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: 20px 100px 60px 100px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  color: #3a3a3a;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.mz-module-about p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #969696;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #3e3e3e;
  /* border: 3px solid #000; */
  border-radius: 100px;
  /* background-color: #E8E8E8; */
  margin: 0 2px 4px;
  font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
  margin: 0 0 30px;
}

.skillbar-item {
  margin-bottom: 30px;
}

.skillbar {
  position: relative;
  display: block;
  width: 100%;
}

.skillbar-score {
  background-color: #dfdfdf;
  padding: 7px;
  text-align: center;
  color: #000000;
  font-weight: 300;
  float: right;
  width: 50px;
  height: 40px;
  vertical-align: middle;
}

.skillbar-score .score {
  font-size: 20px;
}

.skillbar-score .percent {
  font-size: 13px;
}

.skillbar-bar {
  display: block;
  background-color: #dfdfdf;
  height: 3px;
  width: 100%;
}

.skillbar h3 {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #3a3a3a;
  letter-spacing: 2px;
  margin: 0;
  padding: 12px 0;
}

.skillbar-percent {
  color: #fff;
  background-color: #000000;
  float: left;
  height: 3px;
}

/*--------------------
4.3. financial-cloud
--------------------*/

figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  background: #726fb9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-financial-cloud-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ot-financial-cloud-item figure figcaption,
.ot-financial-cloud-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 30px;
  position: relative;
}

figure.effect-bubba img {
  /* opacity: 0.8; */
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.8;
}

/* figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
} */

/* figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
} */

figure.effect-bubba h2 {
  /* color: var(--hover-color); */
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 100px 2.5em 0;
  opacity: 0;
  -webkit-transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

/* figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
} */

figure.effect-bubba:hover h2 {
  color: #494949;
}

figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, -40px, 0);
}

.abi-5 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.abi-5 .item .partner-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.abi-5 .item .partner-logo img {
  margin-bottom: 10px;
}
.row .col-md-4 a {
  display: block;
  overflow: hidden;
}
* {
  text-decoration: none !important;
}
.row .col-md-4 a .imgbox {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.row .col-md-4 a .imgbox img {
  float: none;
  height: auto;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.row .col-md-4 .type {
  top: 0;
  left: 15px;
  position: absolute;
  padding: 7px 20px;
  text-align: center;
  max-width: 90%;
  z-index: 8;
  background-color: #00000033;
}
.row .col-md-4 a .textbox {
  /* background-color: #f0fdff; */
  background: #f8f8f8;
  text-align: left;
  padding: 32px 28px 36px 28px;
}
.row .col-md-4 a .textbox .overtext {
  /* height: 9.6em; */
  overflow: hidden;
}
.news-item {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
.news-item .list-box {
  width: 100%;
  background: #f8f8f8;
  padding: 20px 20px 0;
  overflow: hidden;
}
.list-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
  background: #323232;
  color: #fff;
}

.bg-img1 {
  background-image: url(../images/demo/office-bg.jpg);
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.light-bg {
  background-color: #f8f8f8;
}

.overlay-dark:before,
.overlay-light:before {
  background-color: rgba(32, 32, 32, 0.8);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.overlay-dark,
.overlay-light {
  position: relative;
  z-index: 1;
}

.short-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.counter-item h2 {
  color: #fff;
  font-size: 60px;
  margin: 0;
}

.counter-item h6 {
  color: #fff;
  font-size: 19px;
  margin: 0;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
  height: 80px;
  text-align: center;
}

.partner-logo img {
  height: 100%;
  width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
  text-align: center;
  background-color: #fff;
}

.team-item h3 {
  font-size: 16px;
  font-weight: 500;
}

.team-item .team-location {
  color: #c5c5c5;
  font-size: 13px;
  margin-bottom: 20px;
}

.team-item .team-location {
  color: #c5c5c5;
  font-size: 12px;
  margin-bottom: 20px;
}

.team-item .team-position {
  color: #000;
  font-size: 14px;
}

.team-item p {
  font-size: 14px;
  font-weight: 300;
  color: #9c9c9c;
  padding: 5px 10px 20px 10px;
}

/* .team-item .team-image {
  img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }
}
.team-item .team-text {
  height: 220px;
} */

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
  margin-top: 15px;
}
section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  font-size: 13px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
  /* padding: 30px; */
  background: #000;
}

footer p {
  color: #b7b7b7;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}

footer p a {
  color: #fff;
}

footer p a span {
  color: #3dbcd6;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
  border-radius: 0;
}
.modal-header .close {
  font-size: 30px;
}
.modal-title {
  text-transform: uppercase;
  font-size: 23px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2d2d2d;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #61b9d6;
  margin-right: 15px;
  padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #129fd2;
  border-color: #f6bf01;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #fff;
  background-color: #129fd2;
  border-color: #f6bf01;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-xl {
  color: #fff;
  background-color: #726fb9;
  border-color: #726fb9;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}

/* ===== Footer CSS ===== */
.ud-footer {
  /* padding-top: 100px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ud-footer .shape {
  position: absolute;
  z-index: -1;
}

.ud-footer .shape.shape-1 {
  top: 0;
  left: 0;
}

.ud-footer .shape.shape-2 {
  top: 0;
  right: 0;
}

.ud-footer .shape.shape-3 {
  bottom: 0;
  right: 0;
}

.ud-widget .ud-footer-logo {
  max-width: 160px;
  display: block;
  margin-bottom: 10px;
}

.ud-widget .ud-footer-logo img {
  width: 100%;
}

.ud-widget .ud-widget-desc {
  font-size: 15px;
  line-height: 24px;
  color: #f3f4fe;
  margin-bottom: 30px;
  max-width: 300px;
}

.ud-widget .ud-widget-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ud-widget .ud-widget-socials a {
  font-size: 16px;
  color: #dddddd;
  margin-right: 20px;
}

.ud-widget .ud-widget-socials a:hover {
  color: var(--primary-color);
}

.ud-widget .ud-widget-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
  color: var(--white);
}

.ud-widget .ud-widget-links a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f4fe;
}

.ud-widget .ud-widget-links a:hover {
  color: var(--primary-color);
  /* padding-left: 10px; */
}

.ud-widget .ud-widget-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ud-widget .ud-widget-brands a {
  display: block;
  max-width: 120px;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ud-widget .ud-widget-brands a {
    max-width: 100px;
  }
}

.ud-footer-bottom {
  padding: 35px 0;
  border-top: 1px solid rgba(136, 144, 164, 0.43);
}

.ud-footer-bottom .ud-footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .ud-footer-bottom .ud-footer-bottom-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ud-footer-bottom .ud-footer-bottom-left a {
  font-weight: normal;
  font-size: 15px;
  color: #f3f4fe;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .ud-footer-bottom .ud-footer-bottom-left a {
    margin: 0px 8px 8px;
  }
}

.ud-footer-bottom .ud-footer-bottom-left a:hover {
  color: var(--primary-color);
}

.ud-footer-bottom .ud-footer-bottom-right {
  text-align: right;
  font-weight: normal;
  font-size: 15px;
  color: #f3f4fe;
}

.ud-footer-bottom .ud-footer-bottom-right a {
  color: var(--primary-color);
}

.ud-footer-bottom .ud-footer-bottom-right a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ud-footer-bottom .ud-footer-bottom-right {
    text-align: center;
    margin-top: 10px;
  }
}

.text-theme-color {
  color: var(--hover-color) !important;
}

.ellipsis-2 {
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.ellipsis-3 {
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
