/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:    hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@font-face {
  font-family: SourceHanSansCN-Bold;
  src: url(/wp-content/themes/hello-elementor-child/fonts/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf);
  font-weight: 900;
}

@font-face {
  font-family: SourceHanSansCN-light;
  src: url(/wp-content/themes/hello-elementor-child/fonts/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url(/wp-content/themes/hello-elementor-child/fonts/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url(/wp-content/themes/hello-elementor-child/fonts/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf);
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  animation: bgTransition 0s forwards;
}

body.home {
  overflow: hidden !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

body.home header#site-header {
  display: none !important;
}

body.home header#site-header.extra_in-header {
  display: block !important;
}

.container {
  max-width: 1440px !important;
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto !important;
}

/* Initial state for smooth fade-out */
.fade-out-y {
  opacity: 1;
  transition: opacity 1s ease-out; /* Adjust duration as needed */
}

.fade-out-y.hide {
  opacity: 0;
}

/*//////////////////////////////////popup marketing page////////////////////////////////*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 86%);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}
.modal-content {
  margin: 15% auto;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  background: linear-gradient(to bottom, #161919 0%, #0c443b 100%);
  border-radius: 15px;
  position: relative;
  border: 1px solid #ffffff57;
}

div#downloadModal {
  display: none;
  position: fixed !important;
  z-index: 1 !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden !important;
  background-color: rgb(0 0 0 / 70%) !important;
  z-index: 99999 !important;
  align-items: center !important;
  justify-content: center !important;
  margin: auto !important;
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
  max-width: 100% !important;
}
div#downloadModal .modal-content-x {
  margin: 15% auto;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  background: #fff !important;
  border-radius: 15px;
  position: relative;
  border: 1px solid #ffffff57;
}

.modal-content span.close {
  text-align: right;
  color: #fff;
  width: fit-content;
  font-weight: bold;
  font-size: 28px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content h2 {
  text-align: center;
  color: #fff;
  font-size: 3.5rem;
  font-family: SourceHanSansCN-Bold !important;
  font-weight: 900 !important;
  margin-bottom: 30px;
}

.modal-content h3 {
  font-size: 2rem;
  color: #fff;
  font-family: SourceHanSansCN-Bold !important;
  font-weight: 900 !important;
}

.modal-content p {
  font-size: 1.5rem;
  color: #fff;
}

.sie {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s, background-color 1s;
}

.mainHome {
  animation: fadeOut 3s forwards;
  color: #fff;
  pointer-events: none !important;
}

.inHome {
  animation: fadeIn 0.3s 1s forwards;
  color: #fff;
  opacity: 0;
}

.mine_qTx {
  animation: fademain 3s forwards;
  color: #fff;
  opacity: 0;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fademain {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgTransition {
  0% {
    background-image: url("/wp-content/uploads/2024/08/home_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center center;
  }
  50% {
    background-image: url("/wp-content/uploads/2024/08/home_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center center;
  }
  100% {
    background-color: black;
  }
}

.mine_qTx {
  display: none;
}

.mine_qTx.extra_in-class {
  display: block;
}

.top-home-section .Home_x .sie.mainHome {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 15px;
}

.top-home-section .Home_x .sie.inHome {
  display: flex;
  flex-direction: column;
  padding: 0px 15px;
}

.top-home-section .Home_x .sie.mainHome img {
  max-width: 470px;
  width: 100%;
}

.top-home-section .Home_x .sie.mainHome p {
  font-size: 1.5rem !important;
  font-family: SourceHanSansCN-Bold !important;
  font-weight: 900 !important;
  color: #fff !important;
  text-align: center !important;
}

.top-home-section .Home_x .sie.inHome img {
  max-width: 433px;
  width: 100%;
}

.top-home-section .Home_x .sie.inHome p {
  font-size: 1.5rem;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}

.inHome {
  display: none !important;
}

.inHome.extra-class {
  display: flex !important;
}

header#site-header .menu-bar nav.site-navigation {
  justify-content: end;
}

header#site-header .menu-bar nav.site-navigation ul li {
  margin-left: 8px;
}

header#site-header .menu-bar nav.site-navigation ul li a {
  color: #fff;
  text-transform: capitalize;
}

header#site-header .menu-bar nav.site-navigation ul li.current-menu-item a {
  color: #00ffff;
}

header#site-header {
  max-width: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  backdrop-filter: blur(15px);
}

header#site-header .logo a.navbar-brand {
  display: none;
}

.about-main img.about_first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

section.about-main .arrow_ins {
  z-index: 99;
}

.about-main .row.about_a {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding-top: 100px;
}

.about-main .row.about_a .about_c {
  text-align: center;
  margin-top: 40px;
}

.about-main .row.about_a .about_c h3 {
  font-size: 2rem;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
  color: #feffff;
  margin-bottom: 15px;
}

.about-main .row.about_a .about_c h1 {
  font-size: 56px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  color: #feffff;
  margin-bottom: 15px;
}

.about-main .row.about_a .about_c h2 {
  font-size: 40px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 900;
  color: #feffff;
  margin-bottom: 15px;
}

.about-main .row.about_inx {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 15px;
  padding-top: 240px;
}

.about-main .row.about_inx .about_t .about_x {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-main .row.about_inx .about_t .about_y {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.map-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dotted-line {
  position: absolute;
  width: 100%;
  height: 250px;
  background-image: url(/wp-content/uploads/2024/08/main.gif);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  max-width: 55%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2%;
  top: -138px;
}

.city {
  position: absolute;
  color: #00e1e1;
  font-weight: bold;
  z-index: 3;
}
/*  .city[data-city="paris"] { top: 10%; left: 35%; }
  .city[data-city="barcelona"] { top: 40%; left: 30%; }
  .city[data-city="dubai"] { top: 55%; left: 60%; }
  .city[data-city="guangzhou"] { top: 65%; right: 30%; }
  .city[data-city="hongkong"] { top: 70%; right: 25%; }
  .city[data-city="shanghai"] { top: 60%; right: 20%; }
  */
/*  .map-overlay .city.a_y {
      margin-top: -128px;
      margin-left: -225px;
      display: flex;
      align-items: center;
      gap: 8px;
  }
  
  .map-overlay .city.b_y {
      margin-top: -70px;
      margin-left: -174px;
      display: flex;
      align-items: center;
      gap: 8px;
  }
  
  .map-overlay .city.c_y {
      margin-left: -14%;
      margin-top: 2%;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-direction: column-reverse;
  }
  */
.about-main .row.about_inx .map-overlay .city a {
  color: #fff;
}

.about-main .row.about_inx .map-overlay .city a:hover {
  color: #fff;
}

/*  .map-overlay .city.f_y {
      margin-top: -1%;
      margin-right: -2%;
      display: flex;
      align-items: center;
      gap: 8px;
  }
  
  .map-overlay .city.e_y {
      margin-right: -5%;
      margin-top: 5%;
      display: flex;
      align-items: center;
      gap: 8px;
  }
  
  .map-overlay .city.d_y {
      margin-right: -6%;
      margin-top: 3%;
      display: flex;
      align-items: center;
      gap: 8px;
  }*/

/*  .map-overlay .city.a_y::after{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }
  
  .map-overlay .city.b_y::after{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }
  
  .map-overlay .city.c_y::after{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }
  
  .map-overlay .city.d_y::after{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }
  
  .map-overlay .city.e_y::before{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }
  
  .map-overlay .city.f_y::before{
      content: "";
      background: url("/wp-content/uploads/2024/08/box_image.png");
      background-size: cover;
      width: 15px;
      height: 15px;
      position: relative;
      display: flex;
  }*/

.arrow_ins {
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
}

section.marketing .arrow_ins {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding-top: 40px;
}

section.about-main {
  height: 100vh;
  overflow: visible;
  position: relative;
}

section.about_second {
  height: auto;
  overflow: hidden;
  position: relative;
}

section.about_second img.about_first {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}

section.about_second .main_about {
  position: absolute;
  color: #fff;
  /*    z-index: 9;*/
  top: 140px;
  width: 100%;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  right: 0;
}

section.about_second .main_about h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 56px;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.about_second .main_about .slide_content {
  text-align: center;
}

section.about_second .main_about .slide_content {
  content: "";
  text-align: center;
  max-width: 323px;
  width: 100%;
  margin: auto;
  padding: 50px 38px;
  background: url(/wp-content/uploads/2024/08/bg_frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  white-space: pre-line;
}

section.about_second .main_about .slide_content {
  padding: 50px 38px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  height: auto;
}

section.about_second .main_about .slide_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 255, 255, 0.1) 100%
  );
  z-index: 9;
  border-radius: 15px;
  border: 1px solid #ffffff57;
}

section.about_second .main_about .slide_content img {
  width: 100%;
  max-width: 62px;
  padding-bottom: 24px;
}

section.about_second .main_about .slide_content h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  line-height: 50px;
}

section.about_second img.about-Bann {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}

section.about_second .main_about .slide_content h3::after {
  content: "";
  background: url(/wp-content/uploads/2024/08/line_c.png);
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  top: 24px;
  bottom: 24px;
}

section.about_second .main_about .slide_content p {
  padding-top: 24px;
  font-size: 16px;
  line-height: 32px;
}

section.about_second .arrow_ins {
  bottom: 75px;
}

section#section_third {
  overflow: hidden;
  height: fit-content;
  position: relative;
  padding-bottom: 70px;
}

section#section_third .content .image_content img.gallery-img {
  max-width: 200px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
section#section_third .content {
  position: unset;
  color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 100px !important;
}

section#section_third .content .image_content {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section#section_third .content .image_content img.gallery-img {
  max-width: 200px;
  width: 100%;
  object-fit: cover;
}

section#section_third .content .text-content {
  text-align: center;
  padding-bottom: 30px;
}

section#section_third .content .text-content h2 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section#section_third .content .text-content h3 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section#section_third .content .image_content {
  text-align: center;
}

section#section_third .arrow_ins {
  bottom: 0;
}

section.about_fourth {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

section.about_fourth .row {
  position: absolute;
  color: #fff;
  top: 140px;
  width: 100%;
  left: 0;
  max-width: 1440px;
  margin: 0 auto;
  right: 0;
  padding: 0px 15px;
}

section.about_fourth .row .content {
  text-align: center;
}

section.about_fourth .row .content .text-content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.about_fourth .slide_content {
  margin-top: 50px;
}

section.about_fourth .slide_content .slideshow-in {
  margin-top: 50px;
  padding-left: 87px;
}

section.about_fourth .slide_content .slideshow .logoIn img {
  max-width: 134px;
  width: 100%;
}

section.about_fourth .slide_content .slideshow-in .logoIn img {
  max-width: 134px;
  width: 100%;
}

.logoIn {
  padding-left: 49px;
  display: inline-block;
  border-top-left-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: left;
}

section.about_fourth img.slide_bann {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}

.logoIn::before {
  content: "";
  background: url(/wp-content/uploads/2024/08/line_xc.png);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

section.about-main img.mobile_first {
  display: none;
}

/*/////////////////////market page///////////////////////////////////////////*/

section.marketing {
  height: 100vh;
  overflow: visible;
  position: relative;
}

section.marketing .main_content {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  z-index: 99;
  height: 85vh;
}

section.marketing .main_content .text_content {
  text-align: center;
}

section.marketing .main_content .text_content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.marketing .main_content .text_content h3 {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.marketing img.amrket_first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  object-fit: cover;
  z-index: 1;
}

section.marketing .image_content {
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  margin-top: 0px;
}

section.marketing .image_content .first_retain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

section.marketing .image_content .second_retain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

section.marketing .image_content .third_retain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

section.marketing .image_content .first_retain .first_a {
  content: "";
  background: url(/wp-content/uploads/2024/08/top-left.png);
  width: 100%;
  height: 152px;
  max-width: 180px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: 0;
  right: auto;
  z-index: 9;
}

section.marketing .image_content .first_retain .first_a:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/top-left-select.png);
  width: 100%;
  height: 152px;
  max-width: 180px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: 0;
  right: auto;
}

section.marketing .image_content .first_retain .first_b {
  content: "";
  background: url(/wp-content/uploads/2024/08/center-top.png);
  width: 100%;
  height: 200px;
  max-width: 236px;
  position: relative;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
  z-index: 9;
}

section.marketing .image_content .first_retain .first_b:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/center-top-select.png);
  width: 100%;
  height: 200px;
  max-width: 236px;
  position: relative;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
}

section.marketing .image_content .first_retain .first_c {
  content: "";
  background: url(/wp-content/uploads/2024/08/top-right.png);
  width: 100%;
  height: 200px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
  max-width: 180px;
  z-index: 9;
}

section.marketing .image_content .first_retain .first_c:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/top-right-select.png);
  width: 100%;
  height: 200px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
  max-width: 180px;
}

section.marketing .image_content .second_retain .second_a {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-left-end.png);
  width: 100%;
  height: 212px;
  max-width: 228px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: -17px;
  right: auto;
  top: -59px;
}

section.marketing .image_content .second_retain .second_a:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-left-end-select.png);
  width: 100%;
  height: 212px;
  max-width: 228px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: -17px;
  right: auto;
  top: -59px;
}

section.marketing .image_content .second_retain .second_b {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-left.png);
  width: 100%;
  height: 195px;
  max-width: 198px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  right: auto;
  top: -5px;
  left: -16px;
}

section.marketing .image_content .second_retain .second_b:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-left-select.png);
  width: 100%;
  height: 195px;
  max-width: 198px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  right: auto;
  top: -5px;
  left: -16px;
}

section.marketing .image_content .second_retain .second_c {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-center.png);
  width: 100%;
  height: 200px;
  max-width: 223px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 90px;
  top: -12px;
}

section.marketing .image_content .second_retain .second_c:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-center-select.png);
  width: 100%;
  height: 200px;
  max-width: 223px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 90px;
  top: -12px;
}

section.marketing .image_content .second_retain .second_d {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-right.png);
  width: 100%;
  height: 200px;
  max-width: 180px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 0;
  top: -10px;
}

section.marketing .image_content .second_retain .second_d:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-right-select.png);
  width: 100%;
  height: 200px;
  max-width: 180px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 0;
  top: -10px;
}

section.marketing .image_content .second_retain .second_e {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-right-end.png);
  width: 100%;
  height: 200px;
  max-width: 70px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: -15px;
  top: -50px;
}

section.marketing .image_content .second_retain .second_e:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/mid-right-end-select.png);
  width: 100%;
  height: 200px;
  max-width: 70px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: -15px;
  top: -50px;
}

section.marketing .image_content .third_retain .third_a {
  content: "";
  background: url(/wp-content/uploads/2024/08/bottom-left.png);
  width: 100%;
  height: 212px;
  max-width: 192px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: 0;
  right: auto;
  top: 122px;
}

section.marketing .image_content .third_retain .third_a:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/bottom-left-select.png);
  width: 100%;
  height: 212px;
  max-width: 192px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: 0;
  right: auto;
  top: 122px;
}

section.marketing .image_content .third_retain .third_b {
  content: "";
  background: url(/wp-content/uploads/2024/08/botom-right.png);
  width: 100%;
  height: 115px;
  max-width: 192px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 0;
  top: 170px;
}

section.marketing .image_content .third_retain .third_b:hover {
  content: "";
  background: url(/wp-content/uploads/2024/08/bottom-right-select.png);
  width: 100%;
  height: 115px;
  max-width: 192px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  left: auto;
  right: 0;
  top: 170px;
}

section.marketing .image_content .first_retain .first_a h3 {
  width: fit-content;
  transform: rotate(326deg);
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 73px;
  left: 18px;
  top: 75px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .first_retain .first_c h3 {
  width: fit-content;
  transform: rotate(38deg);
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 13px;
  top: 80px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .first_retain .first_b h3 {
  width: fit-content;
  position: absolute;
  top: 94px;
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .third_retain .third_a h3 {
  position: absolute;
  display: flex;
  width: fit-content;
  top: 81px;
  right: 9px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  transform: rotate(26deg);
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .third_retain .third_b h3 {
  position: absolute;
  display: flex;
  width: fit-content;
  top: 34px;
  left: 12px;
  right: auto;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  transform: rotate(329deg);
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .second_retain .second_b h3 {
  width: fit-content;
  position: absolute;
  top: 111px;
  left: 46px;
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .second_retain .second_a h3 {
  width: fit-content;
  transform: rotate(98deg);
  top: 64px;
  position: absolute;
  left: -26px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .second_retain .second_e h3 {
  right: -27px;
  position: absolute;
  width: fit-content;
  transform: rotate(266deg);
  top: 60px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .second_retain .second_d h3 {
  width: fit-content;
  position: absolute;
  top: 120px;
  right: 56px;
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

section.marketing .image_content .second_retain .second_c h3 {
  width: fit-content;
  position: absolute;
  top: 20px;
  left: 44px;
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  cursor: pointer;
  z-index: 9;
}

.arrow_nikk {
  position: relative;
  z-index: 99;
}

.arrow_nikk .arrow_ins {
  bottom: 60px;
}

section.marketing_slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

section.marketing_slider {
  overflow: visible;
  position: relative;
}

section.marketing_slider .main_content {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  margin-top: 40px;
  /* padding-top: 100px; */
  position: relative;
  z-index: 99;
  padding-top: 100px;
}

section.marketing_slider .text_content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: SourceHanSansCN-Bold;
}

section.marketing_slider div#owl-demo .slide_in.item {
  background: rgba(0, 0, 0, 0.1);
  padding: 39px 22px;
  margin: 10px;
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 475px;
}

section.marketing_slider div#owl-demo .slide_in.item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  z-index: 0;
  border: 1px solid #ffffff57;
  border-radius: 10px;
}

section.marketing_slider div#owl-demo .slide_in.item .marketing_slide_c h3 {
  font-size: 2rem !important;
  font-weight: bold;
  margin-bottom: 30px;
}

section.marketing_slider
  div#owl-demo
  .slide_in.item
  .marketing_slide_c
  ul
  li
  p {
  font-size: 1.5rem;
}

section.marketing_slider div#owl-demo .slide_in.item .marketing_slide_c ul li {
  margin-bottom: 20px !important;
}

section.marketing_slider div#owl-demo .slide_in.item .marketing_slide_c ul {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    #000000 7%,
    #ffffff 25%,
    #ffffff 75%,
    #000000 91%
  );
  border-image-slice: 1;
  padding-top: 32px;
}

section.marketing_slider .main_content div#owl-demo .owl-nav {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: 15px;
}

section.marketing_slider .main_content div#owl-demo .owl-nav button span {
  font-size: 0px;
}

section.marketing_slider
  .main_content
  div#owl-demo
  .owl-nav
  button.owl-prev::before {
  content: "";
  background: url(/wp-content/uploads/2024/08/arrow-left.png);
  width: 32px;
  position: relative;
  display: flex;
  height: 22px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

section.marketing_slider
  .main_content
  div#owl-demo
  .owl-nav
  button.owl-next::before {
  content: "";
  background: url(/wp-content/uploads/2024/08/arrow-right.png);
  width: 32px;
  position: relative;
  display: flex;
  height: 22px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

section.marketing_slider .main_content div#owl-demo .owl-nav button:hover {
  background: none;
}

/*/////////////////////cross-border strategy/////////////////////////////*/

section.cross_strategy {
  position: relative;
  width: 100%;
  height: 100vh;
}

section.cross_strategy .box_content {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 40px;
}

section.cross_strategy .box_content h1 {
  text-align: center;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  font-size: 3.5rem;
}

section.cross_strategy .box_content .first_box {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 80%;
  width: 100%;
  margin: 40px auto 0;
}

section.cross_strategy .box_content .first_box .incret {
  max-width: 33%;
  width: 100%;
  text-align: center;
}

footer#site-footer {
  padding: 0px;
}

section.cross_strategy .box_content .first_box .mainA {
  padding: 58px 45px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  height: 486px;
}

section.cross_strategy .box_content .first_box .mainB {
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

section.cross_strategy .box_content .first_box .mainA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 255, 255, 0.1) 100%
  );
  z-index: -1;
  border-radius: 15px;
  border: 1px solid #ffffff57;
}

section.cross_strategy .box_content .first_box .mainB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 255, 255, 0.1) 100%
  );
  z-index: -1;
  border-radius: 15px;
  border: 1px solid #ffffff57;
}

section.cross_strategy .box_content .first_box .main_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

section.cross_strategy .box_content .first_box .neow_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

section.cross_strategy .box_content .first_box .mainA img {
  max-width: 59px;
  width: 100%;
  margin-bottom: 16px;
}

section.cross_strategy .box_content .first_box h2 {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    #000000 0%,
    #ffffff 25%,
    #ffffff 75%,
    #000000 100%
  );
  border-image-slice: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  width: fit-content;
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.cross_strategy .box_content .first_box .mainB img {
  margin-bottom: 16px;
  width: fit-content;
}

section.cross_strategy .box_content .first_box p {
    padding-top: 16px;
    margin-bottom: 0px !important;
    font-size: 1rem;
    font-family: SourceHanSansCN-light;
    font-weight: 300;
}
/*//////////////////////////our work///////////////////////////////////////*/

section.our-work {
  width: 100%;
}

section.our-work .our_tabs {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 40px auto 0;
  padding-top: 100px;
  padding-bottom: 30px;
}

section.our-work .our_tabs ul#pills-tab {
  justify-content: center;
  gap: 30px;
}

section.our-work .our_tabs ul#pills-tab li.nav-item button {
  background: no-repeat;
}

section.our-work .our_tabs ul#pills-tab li.nav-item button h4 {
  font-size: 1rem;
  color: #fff;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
  margin: 0px;
}

section.our-work .our_tabs ul#pills-tab li.nav-item button.active h4 {
  color: #00ffff;
}

.postQ {
  max-width: 240px;
  width: 100%;
  height: 240px;
  position: relative;
  transition: all 0.5s ease-in;
}

.postQ .post_content {
  position: absolute;
  max-width: 100% !important;
  width: 100% !important;
  left: 0px;
  background: #00ffff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.postQ .post_image {
  position: relative;
  height: 100%;
}

.post-thumbnail {
  height: 100%;
}

.postQ .post_image img {
  height: 100%;
  object-fit: cover;
}

.postQ:hover .post_content {
  opacity: 1;
  visibility: visible;
}

section.our-work .our_tabs .tab-pane {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: none;
}

section.our-work .our_tabs .tab-pane .post {
  max-width: 16.6%;
  width: 100%;
  margin: 0px;
}

section.our-work .our_tabs .tab-pane.active.show {
  display: flex;
  gap: 0px;
}
section.our-work .our_tabs .tab-pane img {
    width: 100%;
}
.postQ .post_content {
  color: #000;
}

.postQ .post_content p.sale-case {
  position: absolute;
  top: 15px;
  left: 0px;
  color: #000;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 15px;
}

.postQ .post_content h5 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  padding: 0px 15px;
}

.postQ .post_content a.check-btn {
  font-size: 1rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  background: none;
  color: #000;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.postQ .post_content a.check-btn::before {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  border-image-slice: 1;
}

.postQ .post_content a.check-btn::after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  border-image-slice: 1;
}

main#content.post_q {
  content: "";
  background: url(/wp-content/uploads/2024/08/main_work_c.png);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  display: flex;
}

main#content.post_q .post_rty {
  position: absolute;
  color: #fff;
  top: 100px;
  width: 100%;
  left: 0;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  right: 0;
  margin-top: 40px;
}

main#content.post_q h1.entry-title {
  margin-left: 0px;
  margin-bottom: 40px;
  margin-right: 0px;
}

main#content.post_q .post_image .post-thumbnail img {
  max-height: fit-content;
  height: auto;
  max-width: fit-content;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}

main#content.post_q .post_image .post-thumbnail {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headText {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.headText .widget-area li#block-8 {
  display: none;
}

.headText .widget-area li#block-9 {
  list-style-type: none;
}

.headText .widget-area li#block-9 ul.icon_links {
  list-style-type: none;
}

.headText .widget-area li#block-9 ul.icon_links {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 0px;
}

.headText .widget-area li#block-9 ul.icon_links li a {
  color: #fff;
  font-size: 1rem;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
}

header#site-header .menu-bar nav.site-navigation ul li:last-child a {
  padding-right: 0px;
}

.headText .headIn h1.entry-title {
  margin-bottom: 15px !important;
}

main#content.post_q .post_image {
  margin-top: 15px;
  margin-bottom: 40px;
}

main#content.post_q .quickText h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  line-height: 40px;
}

main#content.post_q .quickText p {
  font-size: 1rem;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
}

.headText .headIn p.post_text {
  font-size: 0.75rem;
  margin-bottom: 0px;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
}

.headText .headIn p.post_inText {
  font-size: 2rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

.headText .headIn h1.entry-title {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  margin-bottom: 0px !important;
}

main#content.post_q .related-posts-section h2 {
  display: none;
}

main#content.post_q .related-posts-section .related-posts-slider .slick-track {
  display: flex;
  gap: 16px;
}

main#content.post_q
  .related-posts-section
  .related-posts-slider
  .slick-track
  .related-post
  img {
  width: 100%;
  max-height: fit-content;
  height: 208px;
  object-fit: cover;
  background: #ffffff5e;
}

main#content.post_q .related-posts-section button {
  font-size: 0px;
  border: none;
  padding: 0px;
}

main#content.post_q .related-posts-section button.slick-prev::before {
  content: "\f053" !important;
  font-family: fontawesome;
}

main#content.post_q .related-posts-section button.slick-next::before {
  content: "\f054" !important;
  font-family: fontawesome;
}

main#content.post_q .related-posts-section button:hover {
  background: none;
}

main#content.post_q .related-posts-section button:focus {
  background: none;
}

main#content.post_q .related-posts-section .related-posts-slider {
  margin-top: 80px;
}

section.our_daily {
  position: relative;
  width: 100%;
}

section.our_daily .daily_main {
  position: absolute;
  color: #fff;
  top: 100px;
  width: 100%;
  left: 0;
  max-width: 1440px;
  padding: 0px 15px;
  margin: 40px auto 0;
  right: 0;
}

section.our_daily .daily_main .daily_contnet h1 {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
}

section.our_daily .daily_main div#daily-slider {
  margin-bottom: 60px;
}

section.our_daily .daily_main div#main-daily-slider {
  margin-bottom: 60px;
}

section.our_daily .daily_main div#daily-slider .imageIn.item img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

section.our_daily .daily_main div#main-daily-slider .imageIn.item img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

section.our_daily .daily_main div#daily-slider .owl-stage {
  display: flex;
  align-items: center;
  gap: 40px;
}

section.our_daily .daily_main div#main-daily-slider .owl-stage {
  display: flex;
  align-items: center;
  gap: 40px;
}

section.our_daily img {
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
}

/*////////////////////////////contact_us page////////////////////////////*/

section.contact_us {
  overflow: visible;
  position: relative;
  height: 100%;
}

section.contact_us img.contactImaGe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

section.contact_us .contact_in {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  padding: 100px 15px 0px 15px;
  margin: 0px auto 0;
  position: relative;
  z-index: 99;
}

section.contact_us .contact_in .main_heading h1 {
  text-align: center;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  font-size: 3.5rem;
}

section.contact_us .contact_in .main_content {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

section.contact_us .contact_in .main_content p.email {
  display: flex;
  align-items: baseline;
}

section.contact_us .contact_in .main_content p.email img {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}

section.contact_us .contact_in .main_content h3 {
  text-align: center;
}

section.contact_us .contact_in .main_content p {
  width: 100%;
  display: block;
}

section.contact_us .contact_in .main_content p {
  margin-bottom: 16px;
}

section.contact_us .contact_in .main_content h3 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  padding-left: 35px;
}

section.contact_us .contact_in .main_content p.number img {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}

section.contact_us .contact_in .main_content p.address img {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 10px;
}

section.contact_us .contact_in .main_content p span {
  font-size: 1rem;
  font-family: SourceHanSansCN-Regular !important;
  font-weight: 400;
  word-break: break-all;
}

section.contact_us .contact_in .main_content .locat.col-md-2 {
  max-width: 18%;
  width: 100%;
}

section.contact_us .contact_in .main_content p {
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}

section.contact_us .contact_in .main_content {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    #000000 0%,
    #ffffff 3%,
    #ffffff 96%,
    #000000 100%
  );
  border-image-slice: 1;
  padding-top: 40px;
  margin-top: 50px;
}

section.contact_us .contact_in .main_content .locat::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: block;
  margin: auto;
  top: -48px;
}

.icon_q-t ul.icon_links-in li img {
  max-width: 39px;
  width: 100%;
  height: auto;
}

.icon_q-t ul.icon_links-in {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
  margin-bottom: 40px;
}

/*///////////////////////industry-forest////////////////////////////////////*/

section.industry-forecast {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.industry-forecast .industry-content {
  color: #fff;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto 0;
  align-items: center;
  padding: 100px 0px 40px 0px;
  z-index: 11;
  position: relative;
}
section.industry-forecast img.industey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;

}
section.industry-forecast .industry-content h1 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  margin-bottom: 40px;
}

section.industry-forecast .industry-content .industry_text p {
  font-size: 1rem;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  padding-right: 15px;
  margin-bottom: 40px;
}

section.industry-forecast .industry-content .industry_text a.custom-button {
  padding: 10px 40px;
  font-size: 1rem;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

section.industry-forecast
  .industry-content
  .industry_text
  a.custom-button
  img.custom-icon {
  max-width: 16px;
  width: 100%;
  margin-right: 10px;
}

section.industry-forecast .industry-content .industry_text .out_indust {
  padding-top: 10px;
  border-top: 1px solid #ffffff42;
  margin-top: 50px;
}

section.industry-forecast .industry-content .industry_text .out_indust p {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
}

section.industry-forecast
  .industry-content
  .industry_text
  .out_indust
  .icon_a-t
  ul.icon_links-in {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding-left: 0px;
}

section.industry-forecast
  .industry-content
  .industry_text
  .out_indust
  .icon_a-t
  ul.icon_links-in
  img {
  max-width: 24px;
  width: 100%;
}

section.industry-forecast .industry-content .industry_text .out_indust p {
  margin-bottom: 15px;
}

section.industry-forecast .industry-content .industry_media img {
  width: 100%;
}

section.our-work .our_tabs ul#pills-tab li.nav-item button {
  border: none !important;
}

section.forest-q {
  padding-top: 60px;
  padding-bottom: 60px;
}

section.forest-q .forest_inW {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

section.forest-q .forest_inW .post-item {
  max-width: 32%;
  width: 100%;
}

section.forest-q .forest_inW .post-item h2 {
  margin-top: 16px;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  font-family: SourceHanSansCN-Bold;
}

section.forest-q .forest_inW .post-item img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

section.forest-q .forest_inW .post-item p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  margin-bottom: 16px;
}

section.forest-q .forest_inW .post-item a {
  padding: 10px 40px;
  font-size: 1rem;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 16px auto 0;
  gap: 16px;
}



section.carasuel-posts-x .posts-carousel .carousel-item img {
    width: 100%;
    object-fit: cover;
    height: 178px;
    max-width: 200px;
}
section.carasuel-posts-x .col-md-12 {
    padding: 0;
}
section.carasuel-posts-x .posts-carousel button {
    display: block !important;
    width: fit-content;
    margin: 0 !important;
}
main#content.post_q .related-posts-section .related-posts-slider {
  margin-top: 80px;
  position: relative;
}

main#content.post_q .related-posts-section button {
  margin-left: -20px;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

section.carasuel-posts-x
  .posts-carousel
  .slick-track
  .carousel-item
  .slideInto_acs {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

main#content.post_q .related-posts-section button.slick-prev {
  margin-left: -28px;
}

main#content.post_q .related-posts-section button.slick-next {
  margin-right: -28px;
}

section.carasuel-posts-x .posts-carousel button {
  margin-left: 15px;
  position: absolute;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: transparent !important;
  font-size: 16px;
  font-family: "montserrat";
  font-weight: 600;
}

section.carasuel-posts-x {
  margin-top: 40px;
  padding-top: 50px;
  margin-bottom: 80px;
  border-top: 1px solid rgba(164, 167, 169, 0.5);
}

section.carasuel-posts-x .posts-carousel .carousel-item .post-thumbnail {
  height: 100%;
  max-width: 178px !important;
  width: 100% !important;
}

section.carasuel-posts-x .posts-carousel .slick-list {
  padding-top: 25px;
}

main#content.post_q .related-posts-section .related-posts-slider ul.slick-dots {
  display: none;
}

section.carasuel-posts-x .posts-carousel button.slick-prev::before {
  margin-right: 8px;
}

section.carasuel-posts-x .posts-carousel button.slick-next::after {
  margin-left: 8px;
}

section.carasuel-posts-x .posts-carousel button.slick-next::before {
  display: none;
}

/* section.carasuel-posts-x .posts-carousel button.slick-prev::before {
  margin-right: 8px;
  font-family: "montserrat";
  color: #00ffff !important;
  content: "上一篇" !important;
}
section.carasuel-posts-x .posts-carousel button.slick-next::after {
  margin-left: 8px;
  font-family: "montserrat";
  color: #00ffff !important;
  content: "下一篇" !important;
} */

section.carasuel-posts-x
  .posts-carousel
  .slick-track
  .carousel-item
  .slideInto_acs
  .conTent_into
  h3.post-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: SourceHanSansCN-Bold;
}

section.carasuel-posts-x
  .posts-carousel
  .slick-track
  .carousel-item
  .slideInto_acs
  .conTent_into
  p.post-author {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
}

.posts-carousel .slick-track {
  display: flex;
  justify-content: space-between;
}

.posts-carousel .slick-slide {
  flex: 0 0 auto;
  margin: 0;
}

section.carasuel-posts-x
  .posts-carousel
  .slick-track
  .carousel-item:nth-child(even)
  .slideInto_acs {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

section.carasuel-posts-x
  .posts-carousel
  .slick-track
  .carousel-item:nth-child(odd)
  .slideInto_acs {
  border-right: 1px solid rgba(164, 167, 169, 1);
}

section.forest-q .forest_inW .post-item a::before {
  content: "";
  background: url(/wp-content/uploads/2024/08/industry_download.png);
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.map-overlay .city{
      animation: blinkAnimation 1s infinite;
      color: #ffffff;
  }
  
  @keyframes blinkAnimation {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
  }*/

header#site-header .row .col-sm-9 button.menu-toggle {
  display: none;
}

.about-main img.about_first:nth-child(2) {
  display: none;
}

section.about_second img.about-Bann:nth-child(2) {
  display: block;
}

section#section_third .content .image_content img.third_mobile {
  display: none;
}

section.forest-q .searchQ .search-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

section.forest-q .searchQ {
  margin-bottom: 60px;
  max-width: 25%;
  width: 100%;
}

section.forest-q .searchQ .search-input-wrapper span.search-icon {
  position: absolute;
  left: 10px;
  color: #fff;
  cursor: pointer;
}

div#downloadModal {
  z-index: 99;
  max-width: 30%;
  width: 100%;
  border-radius: 8px;
}

section.forest-q .searchQ .search-input-wrapper input#post-search {
  padding-left: 40px;
  outline: none;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

section.forest-q .searchQ .search-input-wrapper input#post-search:focus {
  background: none !important;
}

section.forest-q .searchQ .search-input-wrapper input#post-search::placeholder {
  color: #fff;
}

section.forest-q
  .searchQ
  .search-input-wrapper
  input#post-search::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: 0.4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
}

section.industry-forecast .industry-content a.open-modal {
  padding: 10px 40px;
  font-size: 1rem;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

div#downloadModal h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #1e1e1e;
  font-weight: bold;
}

div#downloadModal form#downloadForm label {
  color: #000;
  font-weight: 600;
}

div#downloadModal form#downloadForm input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-bottom: 14px;
  padding-top: 0px;
}

div#downloadModal form#downloadForm {
  position: relative;
}

div#downloadModal form#downloadForm button#closeModal {
  right: 0px;
  position: absolute;
  top: -45px;
  padding: 0px;
  border: none;
  color: #fff;
  max-width: 15px;
  width: 100%;
  font-size: 0px;
}

div#downloadModal form#downloadForm button#downloadButton {
  position: relative;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  padding: 10px 40px;
  font-size: 0px;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
  border-bottom: 2px solid transparent;
  border-left: 0px;
  border-right: 0px;
  max-width: 256px;
  width: 100%;
}

div#downloadModal form#downloadForm button#downloadButton::before {
  content: "";
  background: url(/wp-content/uploads/2024/08/download_hover.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}

div#downloadModal form#downloadForm button#downloadButton:focus {
  background: none !important;
}

div#downloadModal form#downloadForm button#downloadButton:hover {
  background: none;
}

div#downloadModal form#downloadForm button#closeModal::before {
  content: "\f00d";
  font-size: 20px;
  color: #000;
  font-family: "FontAwesome";
}

div#downloadModal form#downloadForm button#closeModal:hover {
  background: none;
  font-size: 0px;
}

section.forest-q .mainQest {
  display: flex;
  align-items: baseline;
  gap: 16px;
  justify-content: space-between;
}

section.forest-q .mainQest .filterX {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 50%;
  width: 100%;
}

section.forest-q .mainQest select#year-filter {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}

section.forest-q .mainQest select#month-filter {
  max-width: 100%;
  width: 100%;
}

section.forest-q .mainQest select {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

section.forest-q .mainQest select option {
  color: #000;
}

section.forest-q .forest_inW .post-item {
  margin-bottom: 40px;
}

section.forest-q .forest_inW p.no_found {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: SourceHanSansCN-Medium;
}

.modal-backdrop {
  display: none !important;
}

section.our_daily.mobile {
  display: none;
}

#marketing_slider#mobile {
  display: none;
}

section.about_second img.about-Bann:nth-child(2) {
  display: none;
}

/*////////////////////////////////////media-query///////////////////////////*/

@media (max-width: 1400px) {
  section.industry-forecast img.industey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

@media (max-width: 1140px) {
  header#site-header .menu-bar nav.site-navigation ul li {
    margin-left: 0px;
  }

  header#site-header .menu-bar nav.site-navigation ul li a {
    font-size: 15px;
  }

  section.our-work .our_tabs .tab-pane .post {
    max-width: 25%;
    width: 100%;
    margin: 0px;
  }
}

@media (min-width: 1025px) {
  section.contact_us img.contactImaGe {
    height: 100vh !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.cross_strategy .box_content .first_box {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 100%;
    width: 100%;
    margin: 40px auto 0;
    flex-direction: column;
  }

  section.cross_strategy .box_content .first_box .incret {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  section.contact_us .contact_in .main_content .locat.col-md-2 {
    max-width: 31%;
    width: 100%;
    position: relative;
  }

  section.contact_us .contact_in .main_content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 24px;
  }

  section.contact_us .contact_in .main_content .paris-section::before {
    top: -10px;
  }

  section.contact_us .contact_in .main_content .paris-section {
    border-top: 1px solid transparent;
    border-image: linear-gradient(
      to right,
      #000000 0%,
      #ffffff 3%,
      #ffffff 96%,
      #ffffff 100%
    );
    border-image-slice: 1;
  }

  section.contact_us .contact_in .main_content .duBai-section {
    border-top: 1px solid transparent;
    border-image: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 3%,
      #ffffff 96%,
      #000000 100%
    );
    border-image-slice: 1;
  }

  section.contact_us .contact_in .main_content .duBai-section::before {
    top: -10px;
  }

  section.contact_us .contact_in .main_content .paris-section::after {
    content: "";
    border-top: 1px solid transparent;
    border-image: linear-gradient(
      to right,
      #ffffff 0%,
      #ffffff 3%,
      #ffffff 96%,
      #ffffff 100%
    );
    border-image-slice: 1;
    position: absolute;
    top: -1px;
    right: -26px;
    width: 29px;
    height: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header#site-header .menu-bar nav.site-navigation ul li a {
    font-size: 13px;
    padding: 8px 8px;
  }
}

@media (max-width: 991px) {
  .modal-content {
    max-width: 95% !important;
  }
}

@media (max-width: 768px) {
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 25px !important;
    padding-top: 25px !important;
    border-top: 1px solid #fff;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu {
    position: unset;
    min-width: auto;
    width: 50%;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language a {
    width: 50%;
    color: #A4A7A9;
    position: relative;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu a {
    border: none;
}
header#site-header .site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

  header#site-header .menu-bar nav.site-navigation ul li{
    margin: 0 !important ;
  }
  header#site-header .row .col-sm-9 button.menu-toggle {
    display: block;
  }

  section.forest-q .mainQest .filterX {
    max-width: 70% !important;
    width: 100%;
  }

  header#site-header.scrolled {
    top: 0px;
  }

  .top-home-section .Home_x .sie.mainHome img {
    max-width: 311px;
    width: 100%;
  }

  .top-home-section .Home_x .sie.inHome img {
    max-width: 311px;
    width: 100%;
  }

  header#site-header .menu-bar nav.site-navigation {
    display: none;
  }

  header#site-header .menu-bar nav.site-navigation.active {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 64px;
    padding: 20px 10px 0 40px;
  }

  header#site-header .menu-bar nav.site-navigation.active ul {
    display: block;
  }

    header#site-header .menu-bar nav.site-navigation ul li a {
        font-size: 20px !important;
        padding: 12px 0 !important;
    }
  header#site-header .menu-bar nav.site-navigation ul li {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  header#site-header .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .top-home-section .Home_x .sie.mainHome p {
    font-size: 16px !important;
    line-height: 32px;
    margin-top: 16px !important;
  }

  .top-home-section .Home_x .sie.mainHome {
    gap: 10px;
  }

  .top-home-section .Home_x .sie.inHome p {
    font-size: 16px !important;
    line-height: 32px;
    margin-top: 16px !important;
  }

  header#site-header .row .col-sm-3 {
    max-width: 30%;
    width: 100%;
  }

  header#site-header .row .col-sm-9 {
    max-width: 70%;
    width: 100%;
  }

  header#site-header .row .col-sm-9 button.menu-toggle {
    border: none;
    background: none;
    padding: 0px;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  header#site-header .row .col-sm-9 button.menu-toggle i {
    font-size: 24px;
    font-weight: 600 !important;
    color: #fff;
  }

  .about-main .row.about_a .about_c h3 {
    font-size: 18px;
  }

  .about-main .row.about_a .about_c h1 {
    font-size: 32px;
  }

  .about-main .row.about_a .about_c h2 {
    font-size: 22px;
  }
  .dotted-line {
    position: absolute;
    width: 100%;
    height: 250px;
    background-image: url(https://iblue.xcelanceweb.com/wp-content/uploads/2024/09/main.gif);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 2%;
    top: -138px;
  }

  section.about_second {
    height: auto;
    overflow: visible;
    position: relative;
  }

  section.about_second .arrow_ins {
    display: flex;
    bottom: -91px;
    z-index: 99;
  }

  section.about_second .main_about .col-md-4 {
    margin-bottom: 40px;
  }

  section#section_fourth .slide_content .slideshow .owl-stage-outer .owl-stage {
    width: fit-content !important;
    transform: none !important;
    transition: none !important;
  }

  section#section_fourth .slide_content .slideshow .owl-stage-outer {
    -webkit-transform: none !important;
  }

  section#section_fourth
    .slide_content
    .slideshow
    .owl-stage-outer
    .owl-stage
    .owl-item {
    max-width: 50% !important;
    margin-bottom: 40px;
    width: 100% !important;
  }

  section.about_fourth .slide_content .slideshow-in {
    padding-left: 0px !important;
  }

  .about-main img.about_first:nth-child(1) {
    display: none;
  }

  .about-main img.mobile_first {
    display: block;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.about_second img.about-Bann:nth-child(1) {
    display: none;
  }

      section.about_second img.about-Bann:nth-child(2) {
        display: none;
    }

  section#section_third .content .image_content img:nth-child(1) {
    display: none;
  }

  section#section_third .content .image_content img.third_mobile {
    display: none;
    width: 100%;
    padding: 0px 15px;
  }

  section#section_third {
    overflow: visible;
    position: relative;
    background: #000;
    background-size: cover;
    width: 100%;
    height: fit-content;
    background-position: center center;
    background-repeat: no-repeat;
    top: 100px;
  }

  section#section_third .content {
    position: unset;
    padding-bottom: 60px;
  }

  section#section_third .arrow_ins {
    bottom: 0px;
    z-index: 99;
  }

  section.about_second .main_about h2 {
    font-size: 2rem;
  }

  section.about_second .main_about {
    position: absolute;
    color: #fff;
    top: 100px;
    width: 100%;
    left: 0;
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
  }

  section.about_second .main_about .slide_content h3 {
    font-size: 2.25rem;
  }

  section#section_third .content {
    position: absolute;
    color: #fff;
    top: 80px;
    width: 100%;
    left: 0;
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
  }

  section#section_third .content .text-content h2 {
    font-size: 2rem;
  }

  section#section_third .content .text-content h3 {
    font-size: 1rem;
  }

  section.forest-q .forest_inW .post-item {
    width: 100%;
    max-width: 100%;
  }

  section.industry-forecast .industry-content .main_heading {
    position: relative;
    order: 1;
  }

  section.industry-forecast .industry-content .col-md-6.indust_inc-text {
    position: relative;
    order: 3;
    padding-top: 20px;
  }

  section.industry-forecast .industry-content .col-md-6.indust_inc-media {
    position: relative;
    order: 2;
  }

  section.industry-forecast img.industey {
    background-size: cover;
    width: 100%;
    height: -webkit-fill-available;
    background-position: center center;
    background-repeat: no-repeat;
  }

  div#downloadModal {
    z-index: 9;
    max-width: 85%;
    width: 100%;
    border-radius: 8px;
  }

  section.contact_us .contact_in .main_content .locat.col-md-2 {
    max-width: 100%;
    width: 100%;
  }

  section.contact_us {
    height: auto;
    overflow: visible;
    position: relative;
  }

  section.contact_us img.contactImaGe {
    position: fixed;
  }

  .icon_q-t ul.icon_links-in {
    margin-bottom: 40px;
    padding-left: 0px;
  }

  section.contact_us .contact_in .main_content {
    border-top: none !important;
    border-left: 1px solid transparent;
    border-image: linear-gradient(
      to bottom,
      #000000 0%,
      #ffffff 3%,
      #ffffff 96%,
      #000000 100%
    );
    border-image-slice: 1;
    padding-left: 28px;
    margin-left: 1px;
  }

  section.contact_us .contact_in .main_content .locat::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    display: block;
    top: 33px;
    left: -36px;
    right: auto;
    margin: 0;
  }

  section.marketing .arrow_ins {
    padding-top: 20px;
  }

  .about-main .row.about_inx {
    position: absolute;
    top: 245px;
    left: 0;
  }

  section.about-main .arrow_ins {
    z-index: 99;
    bottom: 60px;
  }

  section.contact_us .contact_in .main_content {
    margin-top: 0px !important;
  }

  section.contact_us .contact_in .main_heading h1 {
    font-size: 2rem;
    padding-left: 28px;
  }

  section.contact_us .contact_in .main_content h3 {
    text-align: center;
    padding-left: 0px;
  }

  section.contact_us .contact_in .main_content .paris-section {
    border-top: none;
  }

  section.contact_us .contact_in .main_content .duBai-section {
    border-top: none;
  }

  section.contact_us .contact_in .main_content .paris-section::after {
    display: none;
  }

  .icon_q-t ul.icon_links-in li img {
    max-width: 32px;
    width: 100%;
    height: auto;
  }

  section.industry-forecast .industry-content h1 {
    font-size: 2rem;
  }

  section.industry-forecast .industry-content .col-md-6.indust_inc-media {
    padding: 0px !important;
  }

  section.industry-forecast .industry-content .industry_text p {
    padding-right: 0px !important;
  }

  section.industry-forecast .industry-content .col-md-6.indust_inc-text {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  section.our_daily {
    display: none;
  }

  section.our_daily.mobile {
    display: block;
  }

  section.our_daily .daily_main .daily_contnet h1 {
    font-size: 2rem;
  }

  section.our_daily .daily_main div#daily-slider {
    margin-bottom: 0;
    display: block;
  }

  section.our_daily .daily_main div#main-daily-slider {
    margin-bottom: 40px;
    display: block;
  }

  section.our_daily .daily_main div#daily-slider .slide_xTo {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
  }

  section.our_daily .daily_main div#main-daily-slider .imageIn.imageinto {
    max-width: fit-content !important;
    width: 100%;
  }

  section.our_daily .daily_main div#main-daily-slider .slide_xTo {
    display: flex;
    gap: 15px;
  }

  section.our_daily
    .daily_main
    div#main-daily-slider
    .slide_xTo
    .imageIn.imageinto {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
  }

  section.our_daily.mobile div#main-daily-slider .imageIn img {
    height: auto !important;
    object-fit: cover !important;
    max-width: 100%;
  }

  section.our_daily .daily_main div#daily-slider .imageIn.imageinto {
    max-width: fit-content !important;
    width: 100%;
  }

    section.our_daily.mobile .daily_main .imageIn img {
        height: 100% !important;
        object-fit: cover !important;
        max-width: 100%;
        border-radius: 15px;
    }

  .postQ {
    max-width: 100%;
    width: 100%;
    height: fit-content;
    position: relative;
    transition: all 0.5s ease-in;
  }

  section.our-work .our_tabs .tab-pane .post {
    max-width: 50%;
    width: 100%;
    margin: 0px;
  }

  section.our-work .our_tabs {
    padding-bottom: 40px;
  }

  .headText {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
  }

  main#content.post_q .post_image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .headText .headIn h1.entry-title {
    font-size: 1.5rem;
    margin-bottom: 5px !important;
  }

  .headText .headIn p.post_inText {
    font-size: 1rem;
  }

  main#content.post_q .quickText h4 {
    font-size: 1rem;
    line-height: 34px;
    margin-bottom: 35px;
  }

  section.carasuel-posts-x
    .posts-carousel
    .slick-track
    .carousel-item
    .slideInto_acs {
    display: block;
    padding: 10px;
  }

  section.carasuel-posts-x .posts-carousel .carousel-item .post-thumbnail {
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
  }

  section.carasuel-posts-x .posts-carousel .carousel-item .conTent_into {
    margin-top: 10px;
    padding-left: 10px;
  }

  main#content.post_q h1.entry-title {
    padding-left: 0px !important;
  }

  section.cross_strategy .box_content .first_box {
    display: block;
    margin-bottom: 60px;
    max-width: 100%;
  }

  section.cross_strategy .box_content .first_box .mainA.incret {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  section.cross_strategy .box_content .first_box .main_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    margin: 16px auto;
  }

  section.cross_strategy .box_content .first_box .neow_box {
    max-width: 100%;
  }

  section.cross_strategy .box_content .first_box .neow_box .mainB {
    max-width: 100%;
    width: 100%;
  }

  section.cross_strategy .box_content h1 {
    font-size: 2rem;
  }

  section.cross_strategy .box_content .first_box h2 {
    font-size: 1.5rem;
  }

  #marketing_slider {
    display: none;
  }

  #marketing_slider#mobile {
    display: block;
  }

  section.marketing_slider div#mArkeT .slide_in {
    background: rgba(0, 0, 0, 0.1);
    padding: 39px 22px;
    margin: 0px;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 40px;
  }

  section.marketing_slider div#mArkeT .slide_in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(255, 255, 255, 0.1) 100%
    );
    z-index: 0;
    border: 1px solid #ffffff57;
    border-radius: 10px;
  }

  section.marketing_slider div#mArkeT .slide_in .marketing_slide_c h3 {
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 30px;
  }

  section.marketing_slider div#mArkeT .slide_in .marketing_slide_c ul {
    border-top: 1px solid transparent;
    border-image: linear-gradient(
      to right,
      #000000 7%,
      #ffffff 25%,
      #ffffff 75%,
      #000000 91%
    );
    border-image-slice: 1;
    padding-top: 32px;
  }

  section.marketing_slider div#mArkeT .slide_in .marketing_slide_c ul li {
    margin-bottom: 20px !important;
  }

  section.marketing_slider div#mArkeT .slide_in .marketing_slide_c ul li p {
    font-size: 1.5rem;
  }

  section.marketing_slider {
    height: fit-content;
    overflow: visible;
    position: relative;
  }

  section.marketing .image_content {
    margin-top: -15px;
  }

  section.marketing .image_content .first_retain .first_a h3 {
    font-size: 1rem !important;
  }

  section.marketing .image_content .first_retain .first_c h3 {
    font-size: 1rem;
  }

  section.marketing .image_content .first_retain .first_b h3 {
    font-size: 1.5rem;
  }

  section.marketing .image_content .second_retain .second_a h3 {
    font-size: 1rem !important;
  }

  section.marketing .image_content .third_retain .third_a h3 {
    font-size: 1rem;
  }

  section.marketing .image_content .third_retain .third_b h3 {
    font-size: 1rem;
  }

  section.marketing .image_content .second_retain .second_e h3 {
    font-size: 1rem !important;
  }

  section.marketing .image_content .second_retain .second_c h3 {
    font-size: 1.5rem;
  }

  section.marketing .image_content .second_retain .second_b h3 {
    font-size: 1.5rem !important;
  }

  section.marketing .image_content .second_retain .second_d h3 {
    font-size: 1.5rem;
  }

  section.marketing .image_content {
    max-width: 360px;
  }

  section.marketing .image_content .first_retain .first_c {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-right.png);
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    background-position: right;
    max-width: 176px;
    z-index: 9;
    top: -4px;
  }

  section.marketing .image_content .first_retain .first_c:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-right-select.png);
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    background-position: right;
    max-width: 176px;
    z-index: 9;
    top: -4px;
  }

  section.marketing .image_content .first_retain .first_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-left.png);
    width: 100%;
    height: 146px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -12px;
    right: auto;
    z-index: 9;
    top: 25px;
  }

  section.marketing .image_content .first_retain .first_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-left-select.png);
    width: 100%;
    height: 146px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -12px;
    right: auto;
    z-index: 9;
    top: 25px;
  }

  section.marketing .image_content .first_retain .first_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/center-top.png);
    width: 100%;
    height: 196px;
    max-width: 230px;
    position: relative;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 9;
  }

  section.marketing .image_content .first_retain .first_a h3 {
    width: fit-content;
    transform: rotate(326deg);
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 76px;
    left: 31px;
    top: 75px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .second_retain .second_e {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-end.png);
    width: 100%;
    height: 200px;
    max-width: 70px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -19px;
    top: -57px;
  }

  section.marketing .image_content .second_retain .second_e:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-end-select.png);
    width: 100%;
    height: 200px;
    max-width: 70px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -19px;
    top: -57px;
  }

  section.marketing .image_content .second_retain .second_e h3 {
    right: -10px;
    position: absolute;
    width: fit-content;
    transform: rotate(266deg);
    top: 60px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .second_retain .second_d {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right.png);
    width: 100%;
    height: 186px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -6px;
    top: -9px;
  }

  section.marketing .image_content .second_retain .second_d:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-select.png);
    width: 100%;
    height: 186px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -6px;
    top: -9px;
  }

  section.marketing .image_content .second_retain .second_c {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-center.png);
    width: 100%;
    height: 205px;
    max-width: 212px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: 75px;
    top: -22px;
  }

  section.marketing .image_content .second_retain .second_c:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-center-select.png);
    width: 100%;
    height: 205px;
    max-width: 212px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: 75px;
    top: -22px;
  }

  section.marketing .image_content .first_retain .first_a h3 {
    width: fit-content;
    transform: rotate(326deg);
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 62px;
    left: 35px;
    top: 73px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .second_retain .second_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left.png);
    width: 100%;
    height: 182px;
    max-width: 194px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: auto;
    top: -7px;
    left: -30px;
  }

  section.marketing .image_content .second_retain .second_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-select.png);
    width: 100%;
    height: 182px;
    max-width: 194px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: auto;
    top: -7px;
    left: -30px;
  }

  section.marketing .image_content .second_retain .second_b h3 {
    width: fit-content;
    position: absolute;
    top: 106px;
    left: 66px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .second_retain .second_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-end.png);
    width: 100%;
    height: 199px;
    max-width: 228px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: -58px;
  }

  section.marketing .image_content .second_retain .second_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-end-select.png);
    width: 100%;
    height: 199px;
    max-width: 228px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: -58px;
  }

  section.marketing .image_content .second_retain .second_a h3 {
    width: fit-content;
    transform: rotate(98deg);
    top: 64px;
    position: absolute;
    left: -11px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .third_retain .third_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left.png);
    width: 100%;
    height: 159px;
    max-width: 178px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: 130px;
  }

  section.marketing .image_content .third_retain .third_a h3 {
    position: absolute;
    display: flex;
    width: fit-content;
    top: 65px;
    right: 14px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    transform: rotate(26deg);
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .third_retain .third_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/botom-right.png);
    width: 100%;
    height: 115px;
    max-width: 192px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -17px;
    top: 158px;
  }

  section.marketing .image_content .third_retain .third_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left.png);
    width: 100%;
    height: 159px;
    max-width: 186px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: 134px;
  }

  section.marketing .image_content .third_retain .third_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/botom-right.png);
    width: 100%;
    height: 115px;
    max-width: 195px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -18px;
    top: 157px;
  }

  section.marketing .image_content .third_retain .third_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-right-select.png);
    width: 100%;
    height: 115px;
    max-width: 195px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -18px;
    top: 157px;
  }

  section.marketing .image_content .third_retain .third_b h3 {
    position: absolute;
    display: flex;
    width: fit-content;
    top: 39px;
    left: 15px;
    right: auto;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    transform: rotate(329deg);
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .third_retain .third_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left.png);
    width: 100%;
    height: 159px;
    max-width: 190px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: 133px;
  }

  section.marketing .image_content .third_retain .third_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left-select.png);
    width: 100%;
    height: 159px;
    max-width: 190px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -19px;
    right: auto;
    top: 133px;
  }

  section.marketing .image_content .first_retain .first_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/center-top-select.png);
    width: 100%;
    height: 196px;
    max-width: 230px;
    position: relative;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  section.marketing .main_content .text_content h3 {
    font-size: 1.5rem !important;
  }

  section.marketing .main_content .text_content h1 {
    font-size: 2rem !important;
  }

  section.marketing_slider img {
    background-size: cover;
    width: 100%;
    height: 260vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .arrow_nikk .arrow_ins a {
    position: relative;
    z-index: 999;
  }

  section#section_third .content .image_content img.third_mobile {
    padding: 0px !important;
  }

  section#section_third .content {
    position: unset;
  }

  section.about_fourth {
    height: auto;
    overflow: visible;
    position: relative;
    top: 100px;
  }

  section.about_fourth .row {
    position: absolute;
    color: #fff;
    top: 100px;
    width: 100%;
    left: 0;
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
    padding: 0px 15px;
  }

  section.about_fourth .row .content .text-content h2 {
    font-size: 2rem;
  }

  .about_fourth {
    display: none;
  }

  .about_fourth.mobile {
    display: block !important;
  }

  .about_fourth.mobile .col-md-12 {
    padding: 0px;
  }

  .about_fourth.mobile .slide_content.slide_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
  }

  .about_fourth.mobile .slide_content.slide_content .logoIn.item {
    max-width: 48%;
    width: 100%;
    padding-left: 25px;
  }

  .about_fourth.mobile .slide_content.slide_content .logoIn.item img {
    max-width: 80%;
    width: 100%;
  }

  section.about-main img.mobile_first {
    display: block;
  }

  .about-main .row.about_a {
    color: #fff;
    width: 100%;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    padding-top: 100px;
    top: 0;
    left: 0%;
  }

  section.about-main {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  section.about_second img.about-Bann {
    background-size: cover;
    width: 100%;
    height: 207vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.about_fourth img.slide_bann {
    background-size: cover;
    width: 100%;
    height: 115vh;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.about_fourth.mobile {
  display: none;
}

@media (min-width: 570px) and (max-width: 767px) {
  section.forest-q .searchQ {
    margin-bottom: 60px;
    max-width: 35%;
    width: 100%;
  }

  section.forest-q .mainQest select#year-filter {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  section.forest-q .mainQest select#month-filter {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 570px) {
  section.forest-q .searchQ {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }

  section.forest-q .searchQ {
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
  }

  section.forest-q .mainQest {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  section.forest-q .mainQest .filterX {
    max-width: 100% !important;
    width: 100%;
  }

  section.industry-forecast img.industey {
    height: 160vh;
  }

  section.industry-forecast img.industey {
    height: -webkit-fill-available;
  }

  section.forest-q .forest_inW .post-item h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.forest-q {
    padding-bottom: 0px !important;
  }

  section.our-work .our_tabs .tab-pane .post {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }

  section.our-work .our_tabs ul#pills-tab {
    justify-content: center;
    gap: 5px;
  }

  section.our-work .our_tabs ul#pills-tab li.nav-item button {
    border: none !important;
    padding: 5px 6px;
  }

  section.cross_strategy .box_content .first_box .mainA {
    padding: 44px 29px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    height: 486px;
  }

  section.marketing .main_content .text_content h1 {
    font-size: 2rem;
  }

  section.marketing .main_content .text_content h3 {
    font-size: 1.5rem;
  }

  .modal-content h3 {
    text-align: center;
  }
    header#site-header {
        max-width: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999;
        backdrop-filter: blur(15px);
        padding: 15px 0 !important;
        background: #000;
    }
  section.marketing_slider .text_content h2 {
    font-size: 2rem;
    text-align: center;
  }

  section.marketing_slider .main_content {
    position: absolute;
    color: #fff;
    top: 0px;
    width: 100%;
    left: 0;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
    right: 0;
    margin-top: 40px;
  }

  section.marketing_slider img {
    background-size: cover;
    width: 100%;
    height: 248vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  /*      .dotted-line {
          position: absolute;
          width: 100%;
          height: 250px;
          background-image: url(/wp-content/uploads/2024/08/main.gif);
          background-repeat: no-repeat;
          background-size: contain;
          z-index: 0;
          max-width: 90%;
          margin: 0 auto;
          left: 0;
          right: 0;
          bottom: 2%;
          top: -138px;
      }*/
}

@media (min-width: 571px) and (max-width: 680px) {
  section.industry-forecast img.industey {
    height: -webkit-fill-available;
  }
}

@media (max-width: 480px) {
  section.forest-q .forest_inW .post-item h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  section.marketing .image_content {
    max-width: 320px;
  }

  section.marketing .image_content .first_retain .first_c {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-right.png);
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -19px;
    background-position: right;
    max-width: 164px;
    z-index: 9;
    top: -7px;
  }

  section.marketing .image_content .first_retain .first_c:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-right-select.png);
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -19px;
    background-position: right;
    max-width: 164px;
    z-index: 9;
    top: -7px;
  }

  section.marketing .image_content .first_retain .first_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-left.png);
    width: 100%;
    height: 146px;
    max-width: 170px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -21px;
    right: auto;
    z-index: 9;
    top: 21px;
  }

  section.marketing .image_content .first_retain .first_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/top-left-select.png);
    width: 100%;
    height: 146px;
    max-width: 170px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -21px;
    right: auto;
    z-index: 9;
    top: 21px;
  }

  section.marketing .image_content .first_retain .first_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/center-top.png);
    width: 100%;
    height: 196px;
    max-width: 219px;
    position: relative;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 2px;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 9;
    top: -2px;
  }

  section.marketing .image_content .first_retain .first_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/center-top-select.png);
    width: 100%;
    height: 196px;
    max-width: 219px;
    position: relative;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 2px;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 9;
    top: -2px;
  }

  section.marketing .image_content .second_retain .second_e {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-end.png);
    width: 100%;
    height: 200px;
    max-width: 63px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -25px;
    top: -63px;
  }

  section.marketing .image_content .second_retain .second_e:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-end-select.png);
    width: 100%;
    height: 200px;
    max-width: 63px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -25px;
    top: -63px;
  }

  section.marketing .image_content .second_retain .second_d {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right.png);
    width: 100%;
    height: 185px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -12px;
    top: -18px;
  }

  section.marketing .image_content .second_retain .second_d:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-right-select.png);
    width: 100%;
    height: 185px;
    max-width: 180px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -12px;
    top: -18px;
  }

  section.marketing .image_content .second_retain .second_c {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-center.png);
    width: 100%;
    height: 205px;
    max-width: 203px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: 65px;
    top: -31px;
  }

  section.marketing .image_content .second_retain .second_c:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-center-select.png);
    width: 100%;
    height: 205px;
    max-width: 203px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: 65px;
    top: -31px;
  }

  section.marketing .image_content .second_retain .second_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-end.png);
    width: 100%;
    height: 199px;
    max-width: 168px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -25px;
    right: auto;
    top: -60px;
  }

  section.marketing .image_content .second_retain .second_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-end-select.png);
    width: 100%;
    height: 199px;
    max-width: 168px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -25px;
    right: auto;
    top: -60px;
  }

  section.marketing .image_content .second_retain .second_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left.png);
    width: 100%;
    height: 219px;
    max-width: 156px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: auto;
    top: -29px;
    left: -13px;
  }

  section.marketing .image_content .second_retain .second_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/mid-left-select.png);
    width: 100%;
    height: 219px;
    max-width: 156px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    right: auto;
    top: -29px;
    left: -13px;
  }

  section.marketing .image_content .second_retain .second_b h3 {
    width: fit-content;
    position: absolute;
    top: 106px;
    left: 47px;
    font-weight: bold;
    font-family: SourceHanSansCN-Bold;
    cursor: pointer;
    z-index: 9;
  }

  section.marketing .image_content .third_retain .third_b {
    content: "";
    background: url(/wp-content/uploads/2024/08/botom-right.png);
    width: 100%;
    height: 115px;
    max-width: 183px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -23px;
    top: 140px;
  }

  section.marketing .image_content .third_retain .third_b:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-right-select.png);
    width: 100%;
    height: 115px;
    max-width: 183px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    left: auto;
    right: -23px;
    top: 140px;
  }

  section.marketing .image_content .third_retain .third_a {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left.png);
    width: 100%;
    height: 162px;
    max-width: 175px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -24px;
    right: auto;
    top: 118px;
  }

  section.marketing .image_content .third_retain .third_a:hover {
    content: "";
    background: url(/wp-content/uploads/2024/08/bottom-left-select.png);
    width: 100%;
    height: 162px;
    max-width: 175px;
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    left: -24px;
    right: auto;
    top: 118px;
  }
}

@media (max-width: 420px) {
  section.marketing_slider img {
    background-size: cover;
    width: 100%;
    height: 257vh;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

#daily-slider .owl-nav.disabled {
  display: none;
}

#main-daily-slider .owl-nav.disabled {
  display: none;
}

@media (min-width: 769px) and (max-width: 1400px) {
  @media (min-height: 550px) and (max-height: 650px) {
    section.about-main .arrow_ins {
      z-index: 99;
      bottom: -30px;
    }

    .about-main .row.about_inx {
      padding-top: 160px;
    }

    .about-main img.about_first {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 110vh;
      object-fit: cover;
      z-index: 1;
    }

    section.about_second img.about-Bann {
      background-size: cover;
      width: 100%;
      height: 115vh;
      background-position: center center;
      background-repeat: no-repeat;
    }

    section#section_third .arrow_ins {
      bottom: 11px;
    }

    section#section_third {
      overflow: auto;
      position: relative;
      background: #000;
      background-size: cover;
      width: 100%;
      height: 131vh;
      background-position: center center;
      background-repeat: no-repeat;
    }

    section.about_second .arrow_ins {
      bottom: 09px;
    }

    section.marketing {
      height: 130vh;
      overflow: visible;
      position: relative;
    }

    section.about_second img.about-Bann {
      background-size: cover;
      width: 100%;
      height: 131vh;
      background-position: center center;
      background-repeat: no-repeat;
    }

    section.marketing .arrow_nikk {
      position: absolute;
      z-index: 99;
      bottom: -45px;
      left: 0;
      right: 0;
    }

    section.marketing_slider img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }
  }

  @media (max-width: 1024px) {
    section.about_second .main_about .slide_content {
      padding: 20px !important;
    }
  }

  @media (min-height: 651px) and (max-height: 750px) {
    section.about-main .arrow_ins {
      z-index: 99;
      bottom: -30px;
    }

    .about-main .row.about_inx {
      padding-top: 160px;
    }

    .about-main img.about_first {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 110vh;
      object-fit: cover;
      z-index: 1;
    }
  }

  section.about_fourth img.slide_bann {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
  }

  section.marketing_slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
}

@media (max-width: 380px) {
  section.about_second img.about-Bann {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.about_second {
    height: auto;
    overflow: visible;
    position: relative;
  }

  section.about_fourth img.slide_bann {
    background-size: cover;
    width: 100%;
    height: 125vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.marketing_slider img {
    background-size: cover;
    width: 100%;
    height: 324vh;
    background-position: center center;
    background-repeat: no-repeat;
  }

  section.marketing .arrow_ins {
    padding-top: 110px;
  }

  section.marketing_slider .main_content {
    position: absolute;
    color: #fff;
    top: 0px;
    width: 100%;
    left: 0;
    max-width: 1440px;
    padding: 0px 15px;
    margin: 0 auto;
    right: 0;
    margin-top: 100px;
  }
}

section.our-work .container {
  max-width: 100% !important;
  padding: 0px !important;
}

section.our-work .container .our_tabs {
  max-width: 100%;
}

section.our-work .container .our_tabs .postQ {
  max-width: 100%;
  height: auto;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(2)
  .post
  .postQ:hover
  .post_content {
  opacity: 1;
  visibility: visible;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(3)
  .post
  .postQ:hover
  .post_content {
  opacity: 1;
  visibility: visible;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(4)
  .post
  .postQ:hover
  .post_content {
  opacity: 1;
  visibility: visible;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(2)
  .post
  .postQ
  .post_content {
  position: absolute;
  max-width: 100% !important;
  width: 100% !important;
  left: 0px;
  background: #ffd000;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(3)
  .post
  .postQ
  .post_content {
  position: absolute;
  max-width: 100% !important;
  width: 100% !important;
  left: 0px;
  background: #00ffff;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.our-work
  .container
  .our_tabs
  div#pills-tabContent
  .tab-pane:nth-child(4)
  .post
  .postQ
  .post_content {
  position: absolute;
  max-width: 100% !important;
  width: 100% !important;
  left: 0px;
  background: #aaff93;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px;
  transition: opacity 0.8s ease-in, visibility 0.8s ease-in;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.related-posts-section h5.post-galley-img {
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 768px) {
  section.our_daily .daily_main div#daily-slider .imageIn.item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
  }
}

.sie.mainHome.fade-zoom-container.main_animation {
  opacity: 1 !important;
}

.sie.mainHome.fade-zoom-container {
  opacity: 0 !important;
}

/*animation*/
.fade-zoom-container {
  opacity: 0;
  animation: fadeZoom 3s ease-in-out forwards;
}

@keyframes fadeZoom {
  0% {
    opacity: 1;
    transform: scale(0.2); /* Start smaller */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* Zoom to original size */
  }
}

.sie.mainHome.fade-zoom-out-container.main-in_animation {
  opacity: 1 !important;
}

.sie.mainHome.fade-zoom-out-container {
  opacity: 0 !important;
}

/*animation*/
.fade-zoom-out-container {
  opacity: 0;
  animation: fadeZoom-out 3s ease-in-out forwards;
}

@keyframes fadeZoom-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1); /* Start smaller */
  }
  100% {
    opacity: 1;
    transform: scale(0.3); /* Zoom to original size */
  }
}

section.our_daily img.gallery-img {
  height: 300px;
}

section.our_daily .slideshow-in .owl-stage {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 40px;
}

.page-template-about .header-animate {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 2s ease, transform 2s ease;
}

.page-template-about .header-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.section-container {
  position: relative;
  overflow: hidden;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 2s ease;
}

section.our_daily .slideshow-in .owl-stage .owl-item {
  width: fit-content !important;
}

section.our_daily .slideshow-in .owl-stage .owl-item img {
  height: auto !important;
}

section.our_daily .daily_content h1 {
  padding-bottom: 30px;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: SourceHanSansCN-Bold;
  margin-bottom: 40px;
}

.animate-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-text.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-text {
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.scroll-text.active {
  transform: translateY(0);
  opacity: 1;
}

/* for about us gallery  section */
.gallery-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.gallery-img_in {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2.5s ease-out;
}

.gallery-img_in.reveal {
  clip-path: inset(0 0 0 0);
}

section.about_fourth .slideshow-new .logoIn img {
  max-width: 134px;
  width: 100%;
}

section.about_fourth .slide_content #second-slider {
  margin-top: 50px;
  padding-left: 87px;
}

@media (max-width: 768px) {
  .about_fourth.mobile {
    display: block !important;
  }

  .about_fourth {
    display: none !important;
  }

  section.about_fourth .slide_content #second-slider {
    margin-top: 50px;
    padding-left: 0px !important;
  }
}

.wpml-ls-legacy-list-horizontal ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.wpml-ls-legacy-list-horizontal ul li {
  list-style: none;
  margin-left: 35px !important;
}

/*....English Lang CSS....*/
header#site-header .col-sm-3 {
  width: fit-content;
}
header#site-header .col-sm-9 {
  width: fit-content;
}
header#site-header .row {
  justify-content: space-between;
  align-items: center;
}
header#site-header .menu-bar nav.site-navigation ul li a {
  padding: 0;
  font-size: 16px;
}
header#site-header .menu-bar nav.site-navigation ul li {
  margin-left: 39px;
}

header#site-header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-left: 20px;
  display: none;
}
header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu {
  background: none !important;
}
header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu li {
  margin: 0;
  background: none !important;
  border: none;
}

header#site-header .site-navigation ul.menu li.menu-item-has-children:after {
  position: absolute;
  right: -10px;
  top: 6px;
  color: #fff;
}
header#site-header .menu-bar nav.site-navigation ul li {
  background: none !important;
}
header#site-header .menu-bar nav.site-navigation ul li:last-child a {
  background: none !important;
}

.page-id-863 section.about_second .main_about .slide_content h3 {
  font-size: 24px;
  line-height: normal;
}
.page-id-863 section.about_second .main_about .slide_content {
  padding: 30px 15px;
  min-height: 510px;
}

.page-id-871 section.marketing .image_content .first_retain .first_a h3 {
  font-size: 16px;
}

.page-id-871 section.marketing .image_content .first_retain .first_b h3 {
  font-size: 20px;
}

.page-id-871 section.marketing .image_content .first_retain .first_c h3 {
  font-size: 16px;
  bottom: 0;
  left: 20px;
  transform: rotate(32deg);
  top: 85px;
}

.page-id-871 section.marketing .image_content .second_retain .second_e h3 {
  font-size: 16px;
  transform: rotate(90deg);
  right: -30px;
}

.page-id-871 section.marketing .image_content .second_retain .second_c h3 {
  font-size: 23px;
  left: 0;
  top: 15px;
  right: 0;
  margin: 0 auto;
  width: 120px;
}

.page-id-871 section.marketing .image_content .second_retain .second_d h3 {
  top: 100px;
  font-size: 20px;
  right: 37px;
}

.page-id-871 section.marketing .image_content .second_retain .second_a h3 {
  left: -40px;
  font-size: 16px;
  transform: rotate(89deg);
}

.page-id-871 section.marketing .image_content .second_retain .second_b h3 {
  font-size: 20px;
  left: 53px;
  top: 90px;
}

.page-id-871 section.marketing .image_content .third_retain .third_b h3 {
  font-size: 16px;
  left: 10px;
  transform: rotate(-29deg);
  top: 36px;
  bottom: 0;
}

.page-id-871 section.marketing .image_content .third_retain .third_a h3 {
  font-size: 13px;
  right: 0;
  bottom: 0;
  width: 100px;
  top: 87px;
}

.page-id-871
  section.marketing_slider
  div#owl-demo
  .slide_in.item
  .marketing_slide_c
  h3 {
  font-size: 24px !important;
}

.page-id-871
  section.marketing_slider
  div#owl-demo
  .slide_in.item
  .marketing_slide_c
  ul
  li
  p {
  font-size: 19px;
}

.page-id-871 section.marketing_slider .main_content div#owl-demo .owl-nav {
  position: absolute;
  left: -100px;
  align-items: end !important;
  bottom: 0;
}

.page-id-871 .slide_content {
  margin-left: 100px;
}

.page-id-871
  section.marketing_slider
  .main_content
  div#owl-demo
  .owl-nav
  button {
  display: flex;
}

.page-id-869 section.cross_strategy .box_content .first_box h2 {
  font-size: 24px;
  min-height: 90px !important;
  height: auto !important;
}

.page-id-869 section.cross_strategy .box_content .first_box .mainB img {
  height: 48px;
  width: 48px;
}

.page-id-869 section.cross_strategy .box_content .first_box p {
  min-height: 70px;
}

.page-id-869 section.cross_strategy .box_content .first_box .mainA {
  height: 100%;
  min-height: 585px;
}
.modal-open-y {
  overflow: hidden !important;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  header#site-header .menu-bar nav.site-navigation ul li {
    margin-left: 15px;
  }
  header#site-header .menu-bar nav.site-navigation ul li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .menu-not-scroll {
    overflow: hidden;
}
section.marketing {
    height: 700px;
}
    section.about_second {
        padding: 50px 0 0 !important;
    }
section.about_second .main_about .slide_content {
    max-width: 100%;
}
  section#section_third .content .image_content img {
    max-width: 50% !important;
    object-fit: fill !important;
    height: auto !important;
  }
  section#section_third .content .image_content {
    justify-content: left;
  }
  section.carasuel-posts-x .col-md-12 {
    padding: 0;
  }
  section.carasuel-posts-x .posts-carousel button.slick-next {
    right: 0;
  }
  section.carasuel-posts-x .posts-carousel button {
    margin-left: 0;
    width: fit-content;
  }
  header#site-header .menu-bar nav.site-navigation ul li {
    margin-left: 0;
  }
}

@media (min-width: 1141px) and (max-width: 1399px) {
  .page-id-863 .about-main .row.about_a .about_c h1 {
    font-size: 29px;
  }
  .page-id-863 .about-main .row.about_a .about_c h3 {
    font-size: 24px;
  }
  .page-id-863 .about-main .row.about_a .about_c h2 {
    font-size: 29px;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .page-id-863 .about-main .row.about_a .about_c h1 {
    font-size: 29px;
  }
  .page-id-863 .about-main .row.about_a .about_c h3 {
    font-size: 24px;
  }
  .page-id-863 .about-main .row.about_a .about_c h2 {
    font-size: 29px;
  }
}

@media (max-width: 1024px) {
  header#site-header .menu-bar nav.site-navigation {
    display: none;
  }
  header#site-header .row .col-sm-9 button.menu-toggle {
    border: none;
    background: none;
    padding: 0px;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  header#site-header .row .col-sm-9 button.menu-toggle i {
    font-size: 24px;
    font-weight: 600 !important;
    color: #fff;
  }
header#site-header .menu-bar nav.site-navigation.active {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        top: 55px;
        padding: 20px 10px 0 40px;
        overflow: hidden;
  }
  header#site-header .menu-bar nav.site-navigation.active ul {
    display: block;
  }
  header#site-header .menu-bar nav.site-navigation ul li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .page-id-863 .about-main .row.about_a .about_c h1 {
    font-size: 20px;
  }
  .page-id-863 .about-main .row.about_a .about_c h2 {
    font-size: 18px;
  }
  .page-id-863 .about-main .row.about_a .about_c h1 {
    font-size: 20px;
  }

  .page-id-863 .about-main .row.about_a .about_c h2 {
    font-size: 18px;
  }

  .page-id-863 .about-main .row.about_inx .map-overlay .city a {
    font-size: 14px;
  }

  .page-id-863 .dotted-line {
    width: 300px;
  }
}

/*  @media(max-width: 600px){
      .page-id-863 .city.e_y {
      margin-right: -60px !important;
      margin-top: -50px !important;
  }
  .page-id-863 .city.d_y {
      margin-right: -40px !important;
      margin-top: -80px !important;
      }
  .page-id-863 .city.c_y {
      margin-left: -65px !important;
      margin-top: -80px !important;
  }
  .page-id-863 .city.f_y {
      margin-right: -50px !important;
      top: 0px;
  }
  .page-id-863 .map-overlay .city.b_y {
      margin-top: -110px;
      margin-left: -90px;
  }
  .page-id-863 .map-overlay .city.a_y {
      margin-top: -180px;
      margin-left: -95px;
  }
  .page-id-863 .dotted-line {
      width: 230px;
  }
  }
  */

div#imageModal div#caption {
  display: none;
}
.imageModal-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.imageModal-content img#modalImg {
  padding: 40px 20px;
  height: auto;
  width: auto;
  margin: 0;
}
div#imageModal {
  padding: 0;
  overflow: hidden;
}
.modal-open-x {
  overflow: hidden !important;
}
.imageModal-inner-section {
  position: relative;
}
.imageModal-inner-section span.close {
  z-index: 99;
  top: -4px;
  right: 20px;
  font-size: 30px;
  font-weight: 400;
}
section.carasuel-posts-x .posts-carousel a {
  text-decoration: none;
  color: #fff;
}

section.about-main {
  height: 920px; 
}
section.about-main img.about_first {
  height: 920px;
}
.dotted-line {
  display: none;
}

section.about-main .container {
  max-width: 100% !important;
  height: 100% !important;
}

section.about-main .container .row.about_inx {
  max-width: 100% !important;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  left: 0;
}

section.about-main .container .row.about_inx .about_t {
  width: 100%;
  height: 100%;
}

section.about-main .container .row .col-md-12 {
  padding: 0;
}

section.about-main .container .row.about_inx .about_t .city.a_y {
  top: 450px;
  left: -65px;
}
.city.b_y {
  top: 535px;
  left: -110px;
}
.city.c_y {
  top: 685px;
  left: 515px;
}
.city.d_y {
  right: 50px;
  top: 690px;
}

.city.e_y {
  right: -35px;
  top: 716px;
}

.city.f_y {
  right: -105px;
  top: 67.7%;
}

.page-id-863 .city.c_y {
  top: 685px;
  left: 505px;
}
.page-id-863 .city.d_y {
  right: 60px;
  top: 684px;
}
.page-id-863 .city.e_y {
  right: -70px;
  top: 710px;
}
.page-id-863 .city.f_y {
  right: -125px;
  top: 620px;
}

section.about-main .container .row.about_inx .about_t .map-overlay {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1800px) and (max-width: 1900px) {
  section.about-main .container .row.about_inx .about_t .city.a_y {
    top: 450px;
    left: -55px;
  }
  .city.b_y {
    top: 535px;
    left: -95px;
  }
  .city.c_y {
    top: 685px;
    left: 515px;
  }
  .city.d_y {
    right: 60px;
    top: 688px;
  }

  .city.e_y {
    right: -30px;
    top: 710px;
  }

  .city.f_y {
    right: -95px;
    top: 620px;
  }
}

@media (min-width: 1401px) and (max-width: 1800px) {
  section.about-main .container .row.about_inx .about_t .city.a_y {
    top: 450px;
    left: -55px;
  }
  .city.b_y {
    top: 535px;
    left: -95px;
  }
  .city.c_y {
    top: 685px;
    left: 515px;
  }
  .city.d_y {
    right: 60px;
    top: 688px;
  }

  .city.e_y {
    right: -30px;
    top: 710px;
  }

  .city.f_y {
    right: -95px;
    top: 620px;
  }
}

@media (min-width: 1920px) {
  section.about-main .container .row.about_inx .about_t .map-overlay {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    height: 920px;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  section.about-main .container .row.about_inx .about_t .city.a_y {
    top: 450px;
    left: -55px;
  }
  .city.b_y {
    top: 535px;
    left: -80px;
  }
  .city.c_y {
    top: 685px;
    left: 515px;
  }
  .city.d_y {
    right: 60px;
    top: 688px;
  }

  .city.e_y {
    right: -30px;
    top: 710px;
  }

  .city.f_y {
    right: -70px;
    top: 620px;
  }
  .page-id-863 section.about-main {
    overflow: hidden;
  }

  .page-id-863 section.about-main {
    height: 650px;
  }

  .page-id-863 section.about-main img.about_first {
    height: 650px;
  }

  .page-id-863 section.about-main .map-overlay {
    max-width: 935px !important;
  }

  .page-id-863 section.about-main .city.a_y {
    top: 315px !important;
    left: 0px !important;
    font-size: 14px;
  }

  .page-id-863 section.about-main .city.b_y {
    font-size: 14px;
    left: -40px;
    top: 376px;
  }

  .page-id-863 .city.c_y {
    margin: 0;
    left: 425px;
    font-size: 14px;
    top: 490px;
  }

  .page-id-863 .city.d_y {
    right: 100px;
    margin: 0 !important;
    font-size: 14px;
    top: 487px;
  }

  .page-id-863 .city.e_y {
    margin: 0;
    right: -70px;
    top: 443px;
    font-size: 14px;
  }
  .page-id-863 .city.f_y {
    font-size: 14px;
    right: -9px;
    top: 506px;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .city.e_y {
    right: 0;
    top: 495px;
  }
  section.about-main {
    height: 650px;
    overflow: hidden;
  }
  section.about-main img.about_first {
    height: 650px;
    object-fit: cover;
  }
  .about-main .row.about_a .about_c h1 {
    font-size: 24px;
  }
  .about-main .row.about_a .about_c h2 {
    font-size: 24px;
  }
  section.about-main .container .row.about_inx .about_t .city.a_y {
    top: 315px;
    left: -20px;
  }
  section.about-main .container .row.about_inx .about_t .map-overlay {
    max-width: 850px;
  }
  .city.c_y {
    top: 480px;
    left: 385px;
  }
  .city.d_y {
    top: 479px;
  }
  .city.b_y {
    top: 370px;
    left: -55px;
  }
  .city.d_y {
    right: 70px;
  }
  .city.b_y {
    top: 370px;
    left: -55px;
  }

  .city.d_y {
    right: 70px;
  }

  .city.f_y {
    right: -45px;
    top: 67%;
  }

  .page-id-863 section.about-main {
    overflow: hidden;
  }

  .page-id-863 section.about-main {
    height: 650px;
  }

  .page-id-863 section.about-main img.about_first {
    height: 650px;
  }

  .page-id-863 section.about-main .map-overlay {
    max-width: 935px !important;
  }

  .page-id-863 section.about-main .city.a_y {
    top: 315px !important;
    left: 0px !important;
    font-size: 14px;
  }

  .page-id-863 section.about-main .city.b_y {
    font-size: 14px;
    left: -40px;
    top: 376px;
  }

  .page-id-863 .city.c_y {
    margin: 0;
    left: 425px;
    font-size: 14px;
    top: 490px;
  }

  .page-id-863 .city.d_y {
    right: 115px;
    margin: 0 !important;
    font-size: 14px;
    top: 480px;
  }

  .page-id-863 .city.e_y {
    margin: 0;
    right: -40px;
    top: 435px;
    font-size: 14px;
  }
  .page-id-863 .city.f_y {
    font-size: 14px;
    right: 15px;
    top: 497px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city.e_y {
    right: 0;
    top: 495px;
  }
  section.about-main {
    height: 500px;
    overflow: hidden;
  }
  section.about-main img.about_first {
    height: 500px;
    object-fit: cover;
  }
  .about-main .row.about_a .about_c h1 {
    font-size: 24px;
  }
  .about-main .row.about_a .about_c h2 {
    font-size: 18px;
  }
  section.about-main .container .row.about_inx .about_t .city.a_y {
    top: 240px;
    left: 5%;
    font-size: 14px;
  }
  section.about-main .container .row.about_inx .about_t .map-overlay {
    max-width: 850px;
  }
  .city.c_y {
    top: 370px;
    left: -40px;
    font-size: 12px;
    right: 0;
    text-align: center;
  }
  .city.d_y {
    top: 479px;
  }

  .city.d_y {
    right: 70px;
  }
  .city.b_y {
    top: 370px;
    left: -55px;
  }

  .city.d_y {
    right: 70px;
  }

  .city.b_y {
    top: 285px;
    left: 15px;
    font-size: 12px;
  }

  .city.e_y {
    font-size: 12px;
    top: 380px;
    right: 60px;
  }

  .city.f_y {
    right: 30px;
    font-size: 12px;
  }
  .about-main .row.about_a .about_c {
    text-align: center;
    margin-top: 0;
  }
  .about-main .row.about_a .about_c h3 {
    font-size: 22px;
  }
  .city.d_y {
    right: 155px;
    font-size: 12px;
    top: 370px;
  }
}

@media (max-width: 767px) {
  .page-id-863 .city.e_y {
    top: 600px !important;
}

.page-id-863 .city.d_y {
    right: 70px;
}
  section.about-main .container .row.about_inx .dotted-line {
    display: none !important;
  }
  section.about-main {
      height: 720px !important;
  }
  section.about-main img.mobile_first {
      height: 720px;
      object-fit: fill;
  }
  section.about-main .container .row.about_inx .about_t .city.a_y {
    left: 26px;
    top: 375px;
    bottom: auto;
    font-size: 12px;
  }
  section.about-main .container .row.about_inx .about_t .city.c_y {
    bottom: auto !important;
    font-size: 14px;
    left: 43%;
    top: 473px;
    bottom: 14%;
  }
  .city.b_y {
    left: 10px;
    top: 435px;
    bottom: auto;
    font-size: 12px;
  }
  .city.d_y {
    bottom: auto;
    font-size: 12px;
    right: 70px;
    top: 455px !important;
  }

  .city.e_y {
    right: 15px !important;
    font-size: 12px;
    top: 463px !important;
  }

  .city.f_y {
    right: 20px !important;
    font-size: 12px;
    top: 420px !important;
  }
}

@media (min-width: 465px) and (max-width: 767px) {
  .city.e_y {
    right: 80px;
    font-size: 12px;
    top: 560px;
  }
  .city.d_y {
    bottom: auto;
    font-size: 12px;
    right: 100px;
    top: 530px;
  }
  .page-id-863 .city.f_y {
    top: 490px;
  }

  .page-id-863 .city.e_y {
    right: 25px;
    font-size: 12px;
    top: 560px;
  }

  .page-id-863 .city.d_y {
    right: 90px;
    top: 530px !important;
  }
}




header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu a {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: none;
    border-top: 1px solid #cccccc57;
    color: #fff;
}

header#site-header {
    padding: 0;
}

header#site-header .menu-bar nav.site-navigation ul li a {
    padding: 15px 0;
}

header#site-header .menu-bar nav.site-navigation ul li.menu-item-language {
    position: relative;
}

header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu {
    left: 0;
    position: absolute;
    min-width: 180px;
    background: #000 !important;
}
section.about_second .main_about .slide_content {
    transform: scale(1);
    transition: .2s ease;
}

section.about_second .main_about .slide_content:hover {
    transform: scale(1.03);
    cursor: pointer;
}


@media(max-width: 767px){
section.marketing img.amrket_first {
    height: 100vh;
}
section#marketing_slider\ mobile img {
    display: none;
}
section.marketing_slider {
    background-image: url( https://iblue.xcelanceweb.com/wp-content/uploads/2024/08/market_slider.png);
    background-size: cover;
    background-repeat: no-repeat;
}
section#marketing_slider\ mobile img {
    display: none;
}
section.marketing_slider .main_content {
    position: unset !important;
    padding: 0;
}
/*section.marketing {
    height: fit-content;
}*/
.strategic-posts .col-sm-6 div h3 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    padding: 16px 40px 16px 16px;
}
.strategic-posts .col-sm-6 div a {
    margin: 0;
    right: 15px;
    bottom: 15px;
}
section.bottom-para:after {
    height: 35px;
}
section.bottom-para {
    padding: 30px 0 30px 0;
}
.newsletter h2 {
    font-size: 24px;
}
.strategic-posts {
    padding: 0;
}
header#site-header .menu-bar nav.site-navigation ul ul.sub-menu {
    display: none !important;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu {
    display: block !important;
}






header#site-header .menu-bar nav.site-navigation ul li.menu-item-language {
    padding-left: 33%;
    position: relative;
}
    header#site-header .menu-bar nav.site-navigation ul li.menu-item-language a span {
        white-space: nowrap;
        color: #00FFFF;
    }
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu {
    width: 40%;
}
header#site-header .menu-bar nav.site-navigation ul li#menu-item-wpml-ls-2-zh-hans:after {
    content: '';
    position: absolute;
}
header#site-header .menu-bar nav.site-navigation li.menu-item-language:after {
    content: '\f0ac';
    left: 0;
    position: absolute;
}
header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu li::after {
    display: none;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language:before {
    position: absolute;
    left: 0;
    content: "\f0ac";
    font-family: fontawesome;
    font-size: 24px;
    top: 35px;
    color: #00FFFF;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu li::before {
    display: none;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language a {
    color: #A4A7A9;
}
header#site-header .menu-bar nav.site-navigation ul li.menu-item-language a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #A4A7A9;
    right: 0;
    transform: rotate(20deg);
    top: 18px;
}

header#site-header .menu-bar nav.site-navigation ul li.menu-item-language ul.sub-menu a::after {
    display: none;
}

header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu a span {
    color: #A4A7A9;
}
}

header#site-header .menu-bar nav.site-navigation ul li ul.sub-menu a:hover {
    background: #01f0f0 !important;
    color: #000;
}

section.about_second .main_about {
    position: unset;
}
section.about_second {
    padding: 100px 0 150px 0;
    background-image: url(https://iblue.xcelanceweb.com/wp-content/uploads/2024/08/banner_about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
section.about_second img.about-Bann {
    display: none;
}

section.about_fourth {
    height: fit-content !important;
    padding: 100px 0;
    background-image: url(https://iblue.xcelanceweb.com/wp-content/uploads/2024/08/slide_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

section.about_fourth img.slide_bann {
    display: none;
}

section.about_fourth .row {
    position: unset;
}
section.marketing .main_content {
    height: fit-content;
}
section.marketing img.amrket_first {
    display: none;
}
section.marketing {
    height: 800px;
    background-image: url(https://iblue.xcelanceweb.com/wp-content/uploads/2024/08/market_banner.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}


.previous-post-section {
    width: 50%;
}

.previous-post-section .preview_post {
    width: 100%;
    flex-wrap: wrap;
}

.next-post-section {
    width: 50%;
}

.next-post-section .next_post {
    width: 100%;
    flex-wrap: wrap;
}

.next-post-section .next_post a.nex_post_link {
    width: 100%;
    text-align: right;
    padding: 15px 0;
    color: #00FFFF;
}

.previous-post-section .preview_post a.nex_post_link {
    width: 100%;
    padding: 15px 0;
    color: #00FFFF;
}
  section.carasuel-posts-x_next_preview {
    margin: 50px 0;
}

@media(max-width: 767px){
  section.carasuel-posts-x_next_preview {
    margin: 50px 0;
}
section.carasuel-posts-x_next_preview .slideInto_acs {
    display: flex;
    flex-wrap: wrap;
}
section.carasuel-posts-x_next_preview .slideInto_acs .post-thumbnail {
    height: fit-content;
    margin-bottom: 15px;
}
section.carasuel-posts-x_next_preview .slideInto_acs .conTent_into {
    order: 2;
    width: 100%;
}
}