/*********************
       BASIC
*********************/

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700");
@import url("default.css");
body {
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  color: #5e5e5e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a,
a:hover,
button,
button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.5s;
}
a:not(.btn):hover {
  color: #2fb2a8 !important;
}

p {
  font-size: 14px;
}
.font-weight-600 {
  font-weight: 600;
}

/*========================
        1.HELPER
==========================*/

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #fff;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(94, 94, 94, 0.47);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-overlay1 {
  background-color: rgba(94, 94, 94, 0.78);
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.btn {
  padding: 12px 34px;
  font-size: 20px;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  box-shadow: none !important;
  outline: none !important;
}

.btn-custom {
  color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  background-color: #2a97b8;
  border-color: #2a97b8 !important;
  color: #fff;
}

.btn-custom-primary {
  color: #fff;
  background-color: #2fb2a8;
  border-color: #2fb2a8 !important;
}

.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary.active,
.btn-custom-primary.focus,
.btn-custom-primary:active,
.btn-custom-primary:focus,
.btn-custom-primary:hover,
.open > .dropdown-toggle.btn-custom-primary {
  background-color: #2fb2a8;
  border-color: #2fb2a8 !important;
  color: #fff;
}

.btn-custom-outline {
  background-color: transparent;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus,
.btn-custom-outline:active,
.btn-custom-outline.active,
.btn-custom-outline.focus,
.btn-custom-outline:active,
.btn-custom-outline:focus,
.btn-custom-outline:hover,
.open > .dropdown-toggle.btn-custom-outline {
  color: #fff !important;
}

.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open > .dropdown-toggle.btn-outline-white {
  color: #fff;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.tagline {
  background: transparent;
  font-size: 16px;
  transition: all 0.5s ease;
  /* background-color: #29292b; */
  background: linear-gradient(
    48.24deg,
    rgb(110, 194, 224) 0%,
    rgb(47, 178, 168) 112.02%
  );
}

.tagline .email,
.tagline .phone {
  display: inline-block;
  line-height: 2;
  padding: 10px 0;
  padding-right: 20px;
  color: #d0d0d0;
}

#topnav.scroll .tagline-dark {
  display: none;
}

.tagline .pull-left i {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}

.tagline .email a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  color: #dadada;
}

.tagline .top_socials a {
  display: block;
  line-height: 40px;
  color: #dadada;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
}

#topnav.scroll .tagline {
  display: none;
}

.section-sub-title,
.video-subtitle {
  max-width: 500px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 600;
}

.section-title span {
  margin: 12px 0px;
}

span.title-border:before {
  left: 100%;
}

span.title-border:after {
  right: 100%;
}

span.title-border:before {
  content: "";
  background: #dadada;
  width: 45px;
  height: 1px;
  top: 9px;
  position: absolute;
}

span.title-border:after {
  content: "";
  background: #dadada;
  width: 45px;
  height: 1px;
  top: 9px;
  position: absolute;
}

span.title-border {
  padding: 0 8px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}

.btn-rounded {
  border-radius: 35px;
}

.padding-t {
  padding-top: 130px;
}

/*--------------------------
    HOME -  2 TAGLINE
---------------------------*/

.tagline_top_socials li a {
  color: #fff;
  display: block;
  line-height: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
}

/*******************************
            HOME 
*******************************/

.construction-home-content {
  max-width: 900px;
}

.construction-home-content h4 {
  font-size: 60px;
  font-weight: 700;
}

.construction-home-content p {
  line-height: 1.8;
  font-size: 18px;
}

.team-img-box {
  min-height: 230px;
}
.construction-home-content-mask {
  padding: 1.5rem;
  border-radius: 10px;
  backdrop-filter: blur(1px);
  background: rgba(96, 96, 96, 0.4);
}

/*------------------
    HOME -2
-------------------*/

.home-slider {
  position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  /*background-position: center center;*/
  background-size: cover;
}

/*-----------------------
        HOME-3
-----------------------*/

.construction-home-3 {
  background: url(../images/home.png);
  background-size: cover;
  background-position: center center;
  height: 905px;
  position: relative;
}

/***************
    About Us
*****************/

.cn-about-content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.cn-about-content p {
  line-height: 1.6;
}

.about-box-content h5 {
  font-size: 18px;
}

.about-desc h5 {
  font-weight: 700;
}
.about-content-value p,
.about-content-value li {
  font-size: 14px;
  line-height: 40px;
}
.about-content-value p {
  margin-bottom: 0;
}

/*-------------------------
    About - 2 
--------------------------*/

.about-box-content .about-desc {
  line-height: 1.6;
}

.cn-services-content .cn-services-desc {
  overflow: hidden;
}

.cn-services-content .cn-services-desc p {
  line-height: 1.6;
}

.cn-services-content .cn-services-icon i {
  font-size: 38px;
}

.cn-services-content h5 {
  font-weight: 500;
}

/*----------------------
    About -3
-----------------------*/

.about-content p {
  line-height: 1.8;
}
.about-content-willing {
  line-height: 30px !important;
}

/***************************
        SERVICES
*****************************/

.services-icon i {
  font-size: 38px;
}

.services-box {
  border-radius: 5px;
}

.services-box h5 {
  font-size: 20px;
  margin: 18px 0;
  font-weight: 700;
}

.services-box p {
  line-height: 1.8;
}

.services-wrapper-inner {
  position: relative;
  top: -110px;
}

.services-title,
.services-details h5 {
  font-weight: 600;
}

/***************************
        OUR WORK
****************************/

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter li a {
  display: block;
  font-size: 16px;
  padding: 0px 15px;
  margin: 0px 8px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
}

.container-filter li a.active {
  background-color: #fff;
  border: #fff;
}
.portfolio-img {
  position: relative;
}
.portfolio-img-box {
  border-radius: 3px;
  min-height: 233px;
}

.portfolio-img:hover .portfolio-img-overlay span {
  /* background: url(../images/plus.png) no-repeat center center rgba(0, 0, 0, 0.8); */
  width: 100%;
  height: 100%;
}

.portfolio-img:hover .portfolio-img-overlay span {
  opacity: 2;
}

.portfolio-img-overlay span {
  height: 100%;
  opacity: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 59, 65, 0.67); /* 遮罩背景色 */
  opacity: 0;
  transition: opacity 0.5s ease; /* 过渡效果 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-text {
  color: rgb(255, 255, 255);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.portfolio-img:hover .overlay {
  opacity: 1;
}

.project-title {
  padding: 25px 0;
  font-weight: 600;
  font-size: 18px;
}

/*----------------------
    project-details
-----------------------*/

.project-details h5,
h6 {
  font-weight: 600;
}

/***************************
        VIDEO CTA
****************************/

.video-cta i {
  font-size: 60px;
}

.bg-video {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 130px 0;
}

.video-title {
  font-weight: 300;
  font-size: 52px;
}

.video-cta h2 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 5px;
}

.video-cta p {
  line-height: 1.8;
  font-size: 18px;
}

/**************************
        TESTIMONIAL
**************************/

.testimonial-box p {
  line-height: 1.8;
}

.testimonial-client-img img {
  max-width: 80px;
}

.testimonial-box h6 {
  font-weight: 600;
}

.testimonial-box small {
  font-size: 15px;
}

/*************************
    clients Testimonial
**************************/

.testimonial-box {
  border-radius: 5px;
  position: relative;
  margin: 10px;
}

.testimonial-box h5 {
  font-weight: 700;
  font-size: 16px;
}

.owl-theme .owl-controls .owl-page span {
  width: 8px !important;
  height: 8px !important;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 8px !important;
  height: 8px !important;
}

/**************************
        COUNTER
***************************/

.cn-counter-icon i {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 35px;
}

.counter-content h1 {
  font-weight: 700;
}
.counter-icon {
  font-size: 30px;
}
.special-icon img {
  margin-bottom: 3px;
}
.cn-counter-content {
  overflow: hidden;
}

.counter-container .counter-name {
  font-size: 18px;
}

/************************
        PRICING
*************************/
.pricing-table {
  border-radius: 5px;
  letter-spacing: 3px;
  height: 100%;
}

.pricing-table .price-heading {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
}

.pricing-table {
  font-size: 16px;
}
.pricing-table p.h5 {
  font-size: 16px;
  text-align: left;
}

.price-text {
  color: #2a97b8;
  text-decoration: underline !important;
  font-weight: 600;
  line-height: 36px;
  font-size: 16px;
  text-align: left;
}
.price-text .mdi {
  margin-right: 20px;
}
.price-text.grey {
  color: #adadad;
}
.price-text.white-grey {
  color: #e0e0e0;
}
li.price-text {
  list-style: none;
  padding-left: 10px;
}
.other-price p {
  line-height: 30px;
}
.price-tips {
  font-size: 12px;
  text-align: left;
}

/**************************
    OUR SMART TEAM
***************************/

.team-box .user-desc {
  line-height: 1.6;
}

.team-box .team-name a {
  font-size: 17px;
  color: #444;
  font-weight: 700;
}

.team-info {
  padding: 15px 0px;
}

/***************************
        OUR BLOG 
***************************/

.news-box {
  background-color: white;
  padding: 20px;
}

.blog-title a {
  color: #333;
}

.news-box p a {
  font-size: 14px;
}
.blog-box {
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.53);
  overflow: hidden;
  /* height: 100%; */
  min-height: 400px;
}
.blog-box .blog-heading {
  color: #6f6f6f;
}

.blog-desc {
  line-height: 1.6;
}

/*------------------
    BLOG- 2 
-------------------*/

.blog-content a {
  color: #4a4d50;
}

/*------------------
    blog-details 
-------------------*/

.blockquote {
  font-size: 15px;
  border-left: 3px solid #2fb2a8;
}

.blog-post-underline {
  border-bottom: 1px dashed #ddd;
}

.single-blog-img img {
  max-width: 85px;
}

.single-blog-post .revier-name a {
  position: relative;
  left: 100px;
}

.blog-review-desc {
  overflow: hidden;
}

.blog-form .form-control {
  height: 44px;
}

.blog-form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.blog-form textarea.form-control {
  height: auto;
}

/***********************
    Client's 
***********************/

.client-images img {
  max-height: 145px;
  width: auto !important;
  margin: 10px auto;
  margin-right: auto;
  margin-left: auto;
  /* transition: all 0.5s; */
  cursor: pointer;
}

/* .client-images img:hover {
    opacity: 0.6;
} */

/************************
    FOOTER
*************************/

.about-company p {
  line-height: 1.8;
  color: #a1a8af;
}

.footer-address address {
  color: #a1a8af;
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
}

.footer-menu h5 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
}

.footer-mail,
.footer-add p {
  color: #a1a8af;
  font-size: 14px;
}

.social-icon > li a {
  background-color: rgba(103, 120, 125, 0.15);
  border-radius: 35px;
  color: #adb1b5;
  display: inline-block;
  height: 35px;
  line-height: 36px;
  text-align: center;
  width: 35px;
  transition: all 0.5s;
}

.social-icon > li a:hover {
  color: #fff !important;
}

.footer-menu li a,
.footer-menu li {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  transition: all 0.5s;
}

.footer-menu li a:hover {
  color: #d2d0d0;
}

.footer-alt p {
  color: #ffffff;
}

.footer-bg {
  background-color: #5e5e5e;
}
.footer-border {
  border-top: 1px solid rgb(255, 255, 255);
}
.footer-border a {
  color: rgb(255, 255, 255);
}
@media ((min-width: 992px)) {
  .custom-footer-col {
    padding-left: 0;
  }
}

/*=============================
        Pages
===============================*/

/*------  Page Title -------*/

.p-t-b-120 {
  padding-bottom: 120px;
  padding-top: 170px;
}

.heading-section {
  background-color: #222225;
  color: #ffffff;
  background-image: url("../images/img-3.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.heading-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(94, 94, 94, 0.47);
  backdrop-filter: blur(14px);
}

.heading-section h2 {
  font-weight: 600;
  color: #ffffff;
}

.heading-section .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 15px;
}

.heading-section .breadcrumb a {
  color: #f5f5f5;
}

.breadcrumb > li + li:before {
  padding-right: 8px;
  color: #ccc;
  content: "/\00a0";
}

/*--------  FAQ --------*/

.faq-question {
  font-size: 18px;
  font-weight: 600;
}

.faq-content p {
  line-height: 1.8;
}

.faq-numbers i {
  line-height: 26px;
  font-size: 26px;
}

/*-------  404 Error Massage -------*/

.error-home {
  background: url(../images/home.png);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}

.error-massage-content {
  max-width: 650px;
}

/*----- Page Error----*/

.bg-404 {
  background-image: url("../images/elements/404.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.error-subtitle {
  max-width: 450px;
}

.error-massage-content p {
  font-size: 18px;
}

.error-massage-content h1 {
  font-size: 130px;
  text-shadow: rgba(255, 255, 255, 0.3) 5px 1px,
    rgba(255, 255, 255, 0.2) 12px 3px, rgba(255, 255, 255, 0.3) 6px 4px;
  font-weight: 700;
}

/*------  Blog right side  ------*/

.post {
  margin: 0 0 45px;
}

.post + .post {
  border-top: 1px solid rgba(238, 238, 238, 0.7);
  padding-top: 50px;
}

.post-preview {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 0 25px;
}

.post-preview:hover {
  opacity: 0.7;
}

.post-header {
  margin: 0 0 30px;
}

.post-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}

.post-title a {
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}

.post-meta > li {
  display: inline-block;
  margin-right: 30px;
}

.post-meta > li:last-child {
  margin-right: 0;
}

.post .post-meta a,
.post-meta a {
  color: #888;
  font-size: 13px;
}

.post-more a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  text-decoration: underline !important;
}

.post-tags {
  margin: 40px 0 0;
}

.post-tags a {
  background-color: #f5f5f5;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 7px;
  color: #303133;
  padding: 7px 8px 5px 10px;
  margin: 5px 10px 5px 0;
}

.post-tags a:hover,
.post-tags a:focus {
  background: #0db3e3;
  color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
  margin: 0 0 25px;
  line-height: 26px;
}

.post-content ul,
.post-content ol {
  margin-left: 40px;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.sidebar {
  padding-left: 30px;
}

.sidebar .widget:last-child {
  border: 0;
  padding: 0;
}

.widget_search form {
  position: relative;
}

.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget_search .form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: none;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
  outline: none;
  box-shadow: none;
}

.search-button:hover {
  color: #2fb2a8;
}

.widget-title {
  position: relative;
  font-size: 20px;
  margin: 0 0 25px;
  font-weight: 600;
}

.widget-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.widget-title:after {
  content: "";
  display: block;
  width: 35px;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #eee;
  margin: 20px auto 25px 0px;
}

.widget {
  margin: 0 0 40px;
  font-size: 14px;
}

.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul li,
.widget ol li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
  border: 0;
}

.widget ul li a,
.widget ol li a {
  color: #333333;
}

.widget select {
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  border-color: #eee;
  padding: 12px 15px;
  height: 49px;
  font-size: 14px;
}

.widget select:focus {
  border-color: #0db3e3;
  box-shadow: none;
}

.widget_archive ul li a,
.widget_categories ul li a {
  margin-right: 5px;
}

.post-date {
  display: block;
  opacity: 0.7;
}

.tagcloud > a {
  background: #f5f5f5;
  border-radius: 2px;
  color: #303133;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 7px 8px 5px 10px;
  text-transform: uppercase;
}

.tagcloud > a:hover {
  color: #fff;
}

.widget_recent_entries_custom ul li {
  border-bottom: 1px solid rgba(238, 238, 238, 0.7);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget_recent_entries_custom .wi {
  float: left;
  width: 64px;
}

.widget_recent_entries_custom .wb {
  padding-top: 2px;
  margin-left: 84px;
}

.widget_recent_entries_custom .wb a {
  color: #303133;
}

.text-widget-des {
  line-height: 26px;
}

.pagination > li {
  display: inline-block;
  margin-right: 10px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 3%;
}

.pagination > li > a,
.pagination > li > span {
  border: 2px solid #eeeeee;
  border-radius: 3%;
  color: #777777;
  display: block;
  float: none;
  padding: 8px 16px;
}

.pagination > .active > a,
.pagination > .active > span {
  background: #27cbc0 none repeat scroll 0 0;
  border-color: #27cbc0;
  color: #ffffff;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background: #2fb2a8 none repeat scroll 0 0;
  border-color: #2fb2a8;
  color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2fb2a8;
  border-color: #2fb2a8;
  color: #fff;
  cursor: default;
  z-index: 3;
}

/*******************
    CONTACT US
*********************/

.custom-form label {
  font-size: 14px;
  font-weight: 500;
}

.custom-form .form-control {
  margin-bottom: 25px;
  box-shadow: none !important;
  height: 44px;
}

.custom-form .form-control:focus {
  border-color: #2fb2a8;
  box-shadow: none;
  outline: none;
}

.custom-form textarea.form-control {
  height: auto;
}

.contact-info .contact-heading h4 {
  font-weight: 600;
  font-size: 28px;
}

/********************
 clients-responsive
*********************/

@media only screen and (min-width: 250px) and (max-width: 767px) {
  .construction-home-content span {
    font-size: 36px;
  }
  .construction-home-content h4 {
    font-size: 38px;
  }
  .construction-home-content-mask {
    padding: 0.5rem 5px;
  }
  .services-wrapper-inner {
    top: 0px;
  }
  .construction-home-3 {
    height: auto;
  }
  /* .heading-section {
        padding: 145px 0 70px;
    } */
  .cn-about-content h2 {
    font-size: 24px;
    padding-top: 22px;
  }
  .video-cta h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .vertical-content {
    display: inherit;
  }
  .pricing-table-active {
    transform: scale(1);
  }
}

/* AI效果表现 */
.ai-header {
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.ai-header h1 {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
.ai-header h1:before,
.ai-header h1:after {
  content: "—";
  padding: 0 10px;
  color: #ccc;
}
.ai-header .home-icon {
  font-size: 18px;
  margin: 0 5px;
}
.carousel-container {
  max-width: 800px;
  margin: 0 auto;
}
.custom-carousel-container .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ai-position-relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.thumbnail-container {
  display: flex;
  margin-top: 10px;
  overflow-x: auto;
}
.thumbnail {
  width: 80px;
  height: 50px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  object-fit: cover;
}
.thumbnail.active {
  opacity: 1;
  border: 2px solid #007bff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.navigation-buttons {
  text-align: right;
  margin-top: 10px;
}
.page-indicator {
  display: inline-block;
  margin-right: 10px;
}
.performance-img {
  position: relative;
  cursor: default;
}
.performance-img-box {
  cursor: pointer;
  border-radius: 3px;
  height: 233px;
  border: 3px solid rgb(165, 185, 210);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.performance-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.performance-img-box:hover {
  border-color: rgb(60, 86, 121);
}
.performance-text {
  text-align: center;
  margin: 5px 0;
}
.ai-pf-details-img {
  width: 400px;
  margin: 0 auto;
}

/* custom style */

.flex-center {
  display: flex;
  justify-content: center;
}

a.btn-home-know-us,
.btn-home-know-us {
  width: 308px;
  height: 73px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 43px 12px 43px;
  border-radius: 50px;
  background: rgb(42, 151, 184);
  font-size: 20px;
  color: rgb(255, 255, 255);
}
a.btn-home-know-us:hover,
.btn-home-know-us:hover {
  background-color: #2fb2a8;
  color: rgb(255, 255, 255) !important;
}
.btn-home-know-us-model {
  margin-bottom: 10px;
}

.btn-white {
  background: rgb(255, 255, 255);
  color: rgb(47, 178, 168);
  border: 1px solid rgb(255, 255, 255);
}
.btn-white:hover {
  background: rgb(255, 255, 255);
  color: rgb(47, 178, 168);
  border: 1px solid rgb(255, 255, 255);
}

.col-primary {
  color: #2a97b8 !important;
}
.col-secondary {
  color: #2fb2a8 !important;
}
.custom-heading-section {
  height: 247px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 147px;
  letter-spacing: 5px;
}
.ai-heading-section {
  background-color: #222225;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-image: url("../images/ai-header.jpg");
}
.cn-about-img {
  /* width: 639px;
    height: 853px; */
}
.text-indent-2 {
  text-indent: 2em;
}
.position-x-center {
  left: 50%;
  transform: translateX(-50%);
}
.bg-light {
  background: linear-gradient(
    48.24deg,
    rgba(198, 217, 224, 0.2) 0%,
    rgba(140, 184, 181, 0.2) 110.589%
  ) !important;
}
.bg-primary {
  border-radius: 10px;
  background: linear-gradient(
    48.24deg,
    rgb(110, 194, 224),
    rgb(47, 178, 168) 101.95%
  );
}
.scg-icon {
  width: 32px;
  height: 32px;
}
.inline {
  display: inline-flex;
}
.project-item:hover {
  cursor: pointer;
}
.line-height-30 {
  line-height: 30px;
}
.position-item h2,
.position-item h5 {
  font-weight: 600;
}

.border-top1 {
  border-top: 1px solid rgb(94, 94, 94) !important;
}

.custom-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .custom-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.cutom-video-modal.modal-dialog {
  max-width: 900px;
}
.cutom-video-modal.modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
.cutom-video-modal.modal-dialog .modal-header {
  border: none;
}
.cutom-video-modal.modal-dialog .modal-header .close {
  font-size: 3rem;
}
.custom-pagination {
  justify-content: right;
}
.custom-pagination a:hover {
  color: #ffffff !important;
}
.page-item.disabled .page-link {
  background-color: #d1d3d4;
}
.page-item.active .page-link {
  background-color: #2a97b8;
  border-color: #2a97b8;
}
.custom-breadcrumb {
  background-color: #fff;
}
.custom-breadcrumb a {
  color: #2a97b8;
}
.custom-carousel-container {
  margin: 0;
  max-width: 100%;
  margin-bottom: 50px;
}
.custom-carousel-container .carousel-inner {
  height: 525px;
}
.custom-carousel-container .carousel-inner .carousel-item {
  /* height: 500px; */
  width: 100%;
  height: 100%;
}
.custom-carousel-container .thumbnail.active {
  border-color: #2a97b8;
}
.custom-carousel-container .carousel-control-prev {
  left: -40px;
  color: #0db3e3;
  font-size: 30px;
}
.custom-carousel-container .carousel-control-next {
  right: -40px;
  color: #0db3e3;
  font-size: 30px;
}
.custom-carousel-container .navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.no-data {
  padding: 40px 0;
  text-align: center;
  color: #6c757d;
}

.no-data-icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #dee2e6;
}

.no-data-card {
  border: none;
  background-color: #f8f9fa;
}
/* 移动端适配 */
@media (max-width: 767.98px) {
  .ai-pf-details-img {
    width: 80%;
    margin: 0 auto;
  }
  .custom-carousel-container .carousel-inner {
    height: 200px;
  }
  .custom-carousel-container .carousel-control-prev {
    left: -10px;
  }
  .custom-carousel-container .carousel-control-next {
    right: -10px;
  }
}

/* 平板设备适配 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ai-pf-details-img {
    width: 80%;
    margin: 0 auto;
  }
  .custom-carousel-container .carousel-inner {
    height: 400px;
  }
  .custom-carousel-container .carousel-control-prev {
    left: -15px;
  }
  .custom-carousel-container .carousel-control-next {
    right: -15px;
  }
}

.green-light {
  background: #2e8555;
  color: #ffffff;
}
.download-btn {
  width: 240px;
}
.custom-modal-header {
  background: rgba(189, 221, 231, 0.4);
}
.download-item {
  background: rgb(240, 240, 240);
  margin-top: 5px;
  padding: 5px;
}
.download-item-url {
  /* color: rgb(42, 151, 184) */
}
.break {
  word-break: break-all;
}
.custom-zhihui-btn {
  
}
.fix-bottom-1 {
  margin-bottom: 0;
}

.custom-yuejianmofang-container {
  background: #eeeeee;
}
.custom-yuejianmofang {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}
.headerTitle {
  width: 100%;
  height: auto;
  padding: 10px;
  
}
.headerTitle h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  /* margin-block-end: 1em; */
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.contentMain {
  width: 100%;
  min-height: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin-top: 30px; */
}
.contentText {
  width: 100%;
  min-height: 10px;
  flex: 1;
  padding: 10px;
  
}
.contentText img {
  max-width: 100%;
  height: auto;
}

.fix-tips {
  font-size: 16px;
  margin: 1rem 0 0;
  color: #666666;
}