* {
  margin: 0;
  padding: 0;
  letter-spacing: 0 !important;
  box-sizing: border-box;
}


.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}
::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
}

p {
  line-height: 1.4 !important;
}

.btn-primary {
  background: #fff100;
  color: #000000;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 40%, 75% 100%, 0 100%, 0 0);
  transition: 0.3s all ease-in-out;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px !important;
  border-radius: 0px;
  min-width: 252px;
  padding: 16px 40px 16px 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  background: #000;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

/*.btn-primary::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 65px solid #000000;
  transform: rotate(-18deg);
  bottom: -12px;
  right: -10px;
}*/

/*.btn-primary:hover::before {
  transform: rotate(-18deg);
}*/

.btn-secondary {
  background: #000000;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 40%, 75% 100%, 0 100%, 0 0);
  transition: 0.3s all ease-in-out;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px !important;
  border-radius: 0px;
  text-align: center;
  min-width: 252px;
  padding: 16px 40px 16px 20px;
  align-items: center;
  justify-content: center;
}

.btn-secondary:hover {
  background: #fff100;
  color: #000;
  transition: 0.3s all ease-in-out;
}

/*.btn-secondary::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 65px solid #fff;
  transform: rotate(-18deg);
  bottom: -12px;
  right: -10px;
}

.btn-secondary:hover::before {
  transform: rotate(-18deg);
}*/

/* --------------------------Banner-------------------- */
.homepage_banner {
  position: relative;
  width: 100%;
  height: calc(100dvh - 100px);
  display: flex;
  align-items: end;
  overflow: hidden;
}

.homepage_banner .btn-primary:hover,
.manufacturer_section .btn-primary:hover,
.post-type-archive-manufacturer .l-section.two-columns .btn.btn-primary:hover {
  background: #fff;
  color: #000;
}

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

.homepage_banner .container {
  position: relative;
  z-index: 2;
}
.homepage_banner .container p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.homepage_banner .container h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  max-width: 800px;
  line-height: 50px;
  margin: 0;
}
.homepage_banner .container div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: max-content;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
  row-gap: 20px;
}
.homepage_banner .container div img {
  margin: 0;
}

.homepage_banner img.BG-Image,
.homepage_banner .hero-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.homepage_banner .hero-video iframe {
width: 100%;
height: 100%;
}


/* ----------------------------Second Section-------------------- */
.homepage_content {
  width: 100%;
  border-bottom: 1px solid black;
}

.homepage_content .content_wrapper {
  display: flex;
}

.homepage_content .content_wrapper .intro_content {
  width: 65%;
  padding-left: calc((100% - 1210px) / 2);
  padding-top: 50px;
  padding-bottom: 140px;
}

.homepage_content .content_wrapper .intro_content .inner_container {
  max-width: 840px;
  padding-left: 25px;
  padding-right: 40px;
}

.homepage_content .content_wrapper .intro_content .inner_container h2 {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none !important;
}
.homepage_content .content_wrapper .intro_content .inner_container h2 span {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin-top: 14px;
}

.homepage_content .content_wrapper .intro_content .inner_container .button_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px !important;
}

/*.homepage_content
  .content_wrapper
  .intro_content
  .inner_container
  .button_container
  .btn-primary::before {
  border-right: 65px solid #fff;
}*/

.homepage_content .content_wrapper .right_side {
  width: 35%;
  border-left: 1px solid #000;
  padding-top: 50px;
}

.homepage_content .content_wrapper .right_side .swiper {
  width: 100%;
  height: max-content;
  padding-bottom: 50px !important;
}

.swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 0px 55px;
}

.achievements_vlaue {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.achievements_vlaue div {
  width: 50%;
  padding: 20px 0px;
  text-align: left;
}

.achievements_vlaue .counter_number {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.achievements_vlaue div h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.achievements_vlaue div p {
  font-weight: 300;
  font-size: 20px;
}

.achievements_vlaue .lastvalue h2 {
  color: #808080;
}

.swiper-wrapper .slide-two img {
  width: 100%;
  height: auto;
}
.swiper-wrapper .slide-two p {
  font-weight: 300;
  font-size: 20px;
  list-style: 24px;
  padding: 20px 0px;
}

.swiper-wrapper .slide-two a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.swiper-wrapper .slide-three h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
}

.swiper-wrapper .slide-three p {
  font-weight: 300;
  font-size: 20px;
  list-style: 24px;
  padding: 20px 0px 0px;
}

.right_side .team_cta {
  border-top: 1px solid #000;
  padding: 30px 0px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.right_side .team_cta div {
  padding: 0px 55px;
}

.right_side .team_cta p {
  font-weight: 300;
  font-size: 20px;
  list-style: 24px;
}

.right_side .team_cta a {
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px !important;
  color: #000;
  margin-top: 25px;
}
.right_side .mySwiper .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}
.right_side .mySwiper .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background-color: #000000 !important;
}
/* ----------------------------Third Section-------------------- */
.market_section {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.market_section::before {
  content: '';
  position: absolute;
  left: 55px;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  bottom: 0;
}

.market_section .market_sec_content h5,
.Home_Posts h3 {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin-top: 14px;
}

.market_section .market_sec_content p {
  font-size: 28px !important;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 86%;
}

.market_slider {
  margin-top: 50px;
  padding-left: calc((100% - 1185px) / 2);
  padding-right: 15px;
}

.marketSwiper,
.workSwiper {
  padding-left: 15px !important;
}
.marketSwiper {
  padding-bottom: 50px !important;
}

.market_slide {
  padding: 0px !important;
}

.market_slide img {
  width: 100%;
  height: 360px;
  display: block;
  border-radius: 5px 5px 0px 0px;
}

.market_slide .bar {
  width: 100%;
  height: 11px;
}

.market_slide:nth-child(1) .bar {
  background: #2aaad2;
}

.market_slide:nth-child(2) .bar {
  background-color: #ff5440;
}

.market_slide:nth-child(3) .bar {
  background-color: #919f26;
}

.market_slide:nth-child(4) .bar {
  background-color: #9bf9ed;
}

.market_slide:nth-child(5) .bar {
  background-color: #969c91;
}

.market_slide:nth-child(6) .bar {
  background-color: #9f60bf;
}

.market_slide:nth-child(7) .bar {
  background-color: #ffa300;
}

.market_slide .market_slide_content {
  background-color: black;
  padding: 15px;
}

.market_slide .market_slide_content h5 a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none !important;
  font-weight: 300 !important;
  white-space: nowrap;
  display: block;
  margin-top: 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none !important;
}

.market_slide .market_slide_content p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.market_slide .market_slide_content a {
  color: white;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-top: 25px !important;
  border-bottom: 1px solid #fff;
}

.swiper-button-next,
.swiper-button-prev,
.manufacturer_section .swiper-button-next,
.manufacturer_section .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.swiper-button-next,
.manufacturer_section .swiper-button-next{
  right: 20px !important;
}

.marketSwiper .swiper-button-prev,
.manufacturer_section .swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.manufacturer_section .swiper-button-next::after,
.manufacturer_section .swiper-button-prev::after {
  display: none;
}
.swiper-navigation-icon,
.manufacturer_section .swiper-navigation-icon {
  display: none;
}

.swiper-button-next i,
.swiper-button-prev i,
.manufacturer_section .swiper-button-next i,
.manufacturer_section .swiper-button-prev i {
  color: #000;
  font-size: 16px;
}

.market-pagination {
  position: relative;
  text-align: center;
}

.market-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 0px !important;
  transition: all 0.3s ease;
  opacity: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
}

.market-pagination {
  max-width: 80%;
  margin: 0 auto;
  left: 0 !important;
  right: 0;
  display: flex;
  bottom: 0 !important;
}

.market-pagination .swiper-pagination-bullet-active {
  width: 100%;
  height: 4px;
  background: #000;
  opacity: 1 !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-top: -1px !important;
}

/* -------------------------Sixth Section------------------- */

.full_img_section {
  width: 100%;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: auto;
  bottom: 120%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(0);
}

/* ------------------------Seventh Section-------------------- */
.seventh_section .market_sec_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: max-content;
  flex-wrap: wrap;
  gap: 20px;
}
.seventh_section .market_sec_content h2 {
  font-weight: 500;
  font-size: 40px;
  max-width: 400px;
  line-height: 50px;
}

.seventh_section .market_sec_content p {
  max-width: 55%;
}


.seventh_section .workSwiper {
  padding-bottom: 0px !important;
}


.seventh_section .market_slider .market_slide .market_slide_content {
  background-color: white;
  padding: 14px 0px 0px;
}

.seventh_section .market_slider .market_slide .market_slide_content h5 a {
  color: black;
  font-size: 16px !important;
  margin: 6px 0px 5px; 
  display: inline-block;
  font-weight: 600;
}

.seventh_section .market_slider .market_slide .market_slide_content p {
  color: black;
  font-size: 24px !important;
  line-height: 28px;
  margin-top: 0px;
}

.seventh_section .btn-primary {
  height: max-content;
}
/*.seventh_section .btn-primary::before {
  border-right: 65px solid #fff;
}*/


/* Footer Css Start */

.cdmFooter {
  background: #000000;
  color: #ffffff;
}

.cdmFooter a {
  color: #ffffff;
  text-decoration: none;
  word-wrap: break-word;
}


.cdmFooter a.btn.btn-primary:hover {
  background: #ffffff;
  color: #000;
}

.cdmFooter a.btn.btn-primary {
  color: #000;
}


.cdmFooter .cdmContainer {
  padding: 3vw 0vw 0px;
}

.cdmFooter .footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2vw;
  gap: 15px;
}


.cdmFooter .footerTop .footerLeft h2 {
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
}

.cdmFooter .footerTop .footerLeft h2 span {
  color: #FFF100;
}

/*.cdmFooter .footerTop .footerRight a.btn.btn-primary {
  background: #FFF100;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  padding: 7px 65px 7px 35px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}

.cdmFooter .footerTop .footerRight a.btn.btn-primary:hover {
  background: #FFF;
  color: #000000;
  transition: 0.3s all ease-in-out;
}

.cdmFooter .footerTop .footerRight a.btn.btn-primary::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 65px solid #000000;
  transform: rotate(-18deg);
  bottom: -12px;
  right: -10px;
}*/

/*.cdmFooter .footerTop .footerRight a.btn.btn-primary:hover::before {
    transform: rotate(-18deg);
}*/

.cdmFooter .footerMiddle {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.cdmFooter .footerMiddle .footerColumn h4 {
  font-size: 20px;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 25px;
  width: 100%;
}

.cdmFooter .footerMiddle .footerColumn {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
  align-content: flex-start;
}

.cdmFooter .footerMiddle .footerColumn:last-child {
  gap: 30px;
  justify-content: space-between;
}

.cdmFooter .footerMiddle .footerColumn .addressBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  width: 100%;
}

.cdmFooter .footerMiddle .footerColumn .addressBox .officeItem {
  max-width: calc(50% - 40px);
  width: 100%;
}

.cdmFooter .footerMiddle .footerColumn .addressBox p b {
  text-transform: uppercase;
}

.cdmFooter .footerMiddle .footerColumn .addressBox p {
  margin-bottom: 8px;
}


.cdmFooter .footerMiddle .footerColumn .addressBox p,
.cdmFooter .footerMiddle .footerColumn ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.cdmFooter .footerMiddle .footerColumn .footerColumn {
  width: calc(33.33% - 0px);
}

.cdmFooter .footerMiddle .footerColumn .footerColumn:last-child {
  width: 20%;
  gap: 0;
}

.cdmFooter .footerMiddle .footerColumn .footerColumn:nth-child(2) {
  width: 25%;
}

.cdmFooter .footerMiddle .footerColumn ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cdmFooter .footerMiddle .footerColumn ul li {
  display: flex;
  width: 100%;
}

.cdmFooter .footerMiddle .footerColumn ul li a {
  display: flex;
  font-weight: 300;
}

.cdmFooter a:hover {
  color: #FFF100;
}

.cdmFooter .footerBottom {
  padding-top: 50px;
}

.cdmFooter .footerBottom .footerColumn {
  width: 50%;
}

.cdmFooter .footerBottom .footerColumn h4 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cdmFooter .footerBottom .footerColumn ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cdmFooter .footerBottom .footerColumn ul li {
  display: flex;
  align-items: center;
}

.cdmFooter .footerBottom .copyrightSection {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 50px;
}

.cdmFooter .footerBottom .copyrightSection p {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

.cdmFooter .footerBottom .copyrightSection img {
  width: 200px;
  display: inline-block;
  margin: 0;
}

.cdmFooter .footerRight {
  display: flex;
}

/* Footer Css Close */


/* Manufacture Page Css Start */

.manufacturer_content h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: initial;
  line-height: 1.3;
}

.manufacturer_section {
  background: #000;
  padding: 80px 0px;
  color: #fff;
}

.manufacturer_section .manufacturer_slider {
  padding-left: calc((100% - 1155px) / 2);
  padding-right: 15px;
}

.manufacturer_section .manufacturer_content .headContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.manufacturer_section .manufacturer_content .headContent h2 {
  max-width: calc(48% - 20px);
  width: 100%;
}

.manufacturer_section .manufacturer_content .headContent p {
  max-width: calc(42% - 20px);
  width: 100%;
}

.manufacturer_section .btn-primary {
  margin: 30px 0px 80px;
}

.manufacturer_section .swiper-slide {
  padding: 0px !important;
}

.manufacturer_section .manufacturer_slide {
  position: relative;
}

.manufacturer_section .manufacturer_slide .manufacturer_logo {
  width: fit-content; 
  position: absolute;
  background: #fff;
  padding: 3px 6px;
  bottom: 0;
  height: 50px;
}

.manufacturer_section .manufacturerSwiper .swiper-wrapper {
  padding-bottom: 60px;
}

.manufacturer-pagination {
  display: flex;
}

.manufacturer-pagination .swiper-pagination-bullet {
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #FAFAFA;
  opacity: 1;
  margin: 0 !important;
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.manufacturer-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF100;
  height: 5px;
  margin-top: -1px !important;
  transition: 0.5s all ease-in-out;
}

.manufacturer_section .manufacturer_slide img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.manufacturer_section .manufacturer_slide .manufacturer_logo img {
  height: 100% !important;
  object-fit: contain !important; 
}


.Home_Posts .post-item__container .post-item__image,
.Home_Posts .post-item__container .post-item__cta {
  opacity: 1;
  visibility: visible;
}

.Home_Posts .post-item__container .post-item__cta {
  transform: translate(-50%, 0%) !important;
}

.office-info span{
  display:block;
  margin-bottom:6px;
}

/* Manufacture Page Css Close */

/* News Section Css Start  */


.recent-posts {
  margin: 70px 0px 120px !important;
  padding-bottom: 70px;
  border-bottom: 1px solid #000;
}

.footer-cta__button__container {
  text-align: right;
}

.footer-cta__button__container a {
  margin-top: 70px !important;
  display: block;
  width: fit-content;
  margin-right: 0;
}

.footer-cta__button__container a:hover {
  background: #fff;
  color: #000;
}

/*
.footer-cta__button__container a.btn-secondary::before {
  border-right: 65px solid #fff100;
}
*/


.footer-cta__container {
  background: #FFF100;
  padding: 40px 0px;
  zoom: 1;
  margin-bottom: 100px !important;
  border-bottom: 5px solid #000 !important;
}

/* News Section Css Close */


/* About Us Page Css Start */


.about-banner-section {
  padding: 140px 0px 60px !important;
  background: #000;
  color: #fff;
}

.about-banner-section h1 {
  margin: 0px;
}

.about-single-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center;
}

.homepage_content.about_section .content_wrapper .right_side {
  border: none !important;
  display: flex;
  align-items: flex-end;
}

.homepage_content.about_section .content_wrapper .intro_content,
.homepage_content.about_section .content_wrapper .inner_container {
  padding: 0px !important;
}

.homepage_content.about_section {
  padding: 80px 0px !important;
  border: none;
}

.homepage_content.about_section .content_wrapper {
  gap: 60px;
}

.homepage_content.about_section .content_wrapper .intro_content .inner_container .button_container {
  margin-top: 40px !important;
}

.homepage_content.about_section .content_wrapper .intro_content .inner_container h2 {
  margin-bottom: 0px !important;
}

.project-slider-section {
  overflow:hidden;
  padding: 80px 0px;
}

.projectSwiper .swiper-slide,
.about-gallery-section .swiper-slide {
  transition: transform 0.4s ease;
  padding: 0px !important;
}


/*.project-slider-section .swiper-slide {
  transform: scale(0.9) !important;
  transition: 0.3s all ease-in-out;
}

.project-slider-section .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  transition: 0.3s all ease-in-out;
}*/

.projectSwiper .swiper-slide img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}


.projectSwiper .swiper-slide h3 {
  margin-top: 15px;
  text-transform: capitalize;
  text-align: right;
}

.projectSwiper .swiper-slide-active {
  transform: scale(1);
}

.projectSwiper .swiper-slide-prev,
.projectSwiper .swiper-slide-next {
  transform: scale(0.9);
}


.our-culture-section .culture-list li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 45px 0px 15px;
  border-top: 1px solid #000;
}

.our-culture-section .culture-list li:last-child {
  border-bottom: 1px solid #000;
}


.our-culture-section .culture-list li h3 {
  max-width: calc(40% - 20px);
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
}

.our-culture-section .culture-list li p {
  max-width: calc(60% - 20px);
  width: 100%;
}

.our-culture-section h2 {
  margin-bottom: 4px;
  margin-left: 10px;
}


.about-gallery-section {
  overflow: hidden;
  padding: 100px 0px;
  margin-bottom: 100px;
  border-bottom: 1px solid #000;
}

.gallerySwiper .swiper-slide{
  transition:0.4s;
}

.gallerySwiper .swiper-slide img {
  width: 100%;
  display: block;
  min-height: 380px;
  height: 100%;
  max-height: 380px;
  object-fit: cover;
}

/* ODD SLIDES */
.gallerySwiper .swiper-slide:nth-child(odd) {
  transform:scale(1);
}

/* EVEN SLIDES SMALL */
.gallerySwiper .swiper-slide:nth-child(even)  {
  transform:scale(0.8);
}


.page-id-23 .l-header,
.page-id-33 .l-header {
  display: none;
}


.member-block .team h2.SectionMainTitle {
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: capitalize;
  padding: 0px 8px;
}

.member-block__groups__title {
  margin-bottom: 10px;
}

.member-block .member-block__groups {
  display: none;
}

.member-block .member-block__members {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}


.Section_Cta .btn-primary {
  max-width: 250px;
  width: 100%;
  text-align: center;
}

.Section_Cta .footer-cta__container {
  background: #000 !important;
}

.Section_Cta .footer-cta__container p,
.Section_Cta .footer-cta__container span {
  color: #fff !important;
}

.introduction-block h1 {
  margin-bottom: 100px;
}

.header .primary-nav__item .primary-nav__children li {
  width: 100% !important;
}

.header .primary-nav__item.has-children:hover .primary-nav__children {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
}

.header .primary-nav__item.has-children .primary-nav__children {
  position: absolute;
  z-index: 9;
  width: 100%;
  background: #fff;
  max-width: 260px;
  top: 100%;
  margin-left: -75px;
  padding: 0px 24px 20px;
  border-top: 2px solid #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}

.header .primary-nav__item .primary-nav__children a {
  width: 100%;
}

.header {
  overflow: visible;
}

.header>.l-container::before {
  left: auto;
  width: calc(100% - 351px);
  right: 0;
}

/* About Us Page Css Close */


/* Market Sectors Page Css Start */

.InnerBanner .page-title {
  padding: 90px 25px 25px 25px;
}

.InnerBanner {
  padding-bottom: 78px;
  background: #000;
  color: #fff;
}

.InnerBanner .l-header__nav li a {
  color: #fff;
}


.Market_Sectors.counter-section .column {
  padding: 0;
}

.Market_Sectors.counter-section .two-columns {
  margin-top: 50px;
}


.Market_Sectors.counter-section .l-container,
.sector-process .l-container {
  padding: 0px 25px;
}

.sector-process__wrapper {
  display: flex;
  gap: 40px;
}

.sector-process__left {
  width: 60%;
  padding: 60px 40px 60px 0px;
}

.sector-process__right {
  width: 40%;
  position: relative;
}

.process-image-bg {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 100%;
  min-height: 300px;
  z-index: 0;
  transform: translateY(-50%);
}

.process-image {
  position: relative;
  z-index: 1;
  height: 100%;
}

.process-image img {
  height: 100%;
  object-fit: cover;
}

.process-accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: flex-end;
  gap: 15px;
  border-top: 1px solid #000;
  padding: 8px 14px 16px;
  background: transparent;
  transition: 0.3s all ease-in-out;
  color: #000;
}

.process-accordion__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.process-accordion__item.active .process-accordion__content {
  padding: 10px 15px;
  max-height: 200px !important;
}

.process-accordion__header h3 {
  font-size: 20px;
  text-transform: inherit;
  font-weight: 400;
  color: #000;
  margin-top: 5px;
}

.process-accordion__item .process-accordion__header .accordion-icon {
  font-size: 24px;
  font-weight: 400;
  line-height: 0.6;
  transform: rotate(0deg);
  transition: 0.3s all ease-in-out;
}

.process-accordion__item.active .process-accordion__header .accordion-icon {
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

.process-accordion__item.active .process-accordion__header,
.process-accordion__item .process-accordion__header:hover {
  background: #000;
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.process-accordion__header .step-label {
  font-size: 10px;
}

.process-accordion__item.active .process-accordion__header h3,
.process-accordion__item .process-accordion__header:hover h3 {
  color: #fff;
}

/*.process-accordion__item.active .process-accordion__content {
  display: block;
  padding: 10px 15px;
}*/

.l-section.sector-process {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.sector-process__left .label-heading {
  margin-bottom: 30px;
}

.sector-process__wrapper .process-accordion {
  border: 1px solid #000;
  border-top: none;
}

.related-slider__item__title span {
  font-weight: 400;
  font-size: 22px;
  text-transform: initial;
  color: #000;
  margin-top: 5px;
  display: inline-block;
}

.sector-projects__items .related-slider__item__title span {
  font-weight: 400;
  font-size: 22px;
  text-transform: initial;
  color: #000;
  margin-top: 5px;
  display: inline-block;
}

.sector-projects__items .related-slider__item__title {
  margin-top: 10px;
}

.testimonials-section {
  padding: 100px 0px;
  background: #000;
  margin-bottom: 90px;
  color: #fff;
  margin-top: 30px;
}

.single-sector.postid-20 .footer-cta__container {
  background: #2AAAD2;
}

.testimonials-section .l-container {
  padding: 0px 25px;
}

.testimonials-section .testimonial-card {
  color: #000;
  padding: 32px 22px;
  border-radius: 5px;
}

.testimonials-section .testimonial-card .testimonial-desc {
  font-size: 22px;
}

.testimonials-section .label-heading {
  margin-bottom: 90px;
  max-width: 400px;
}

.testimonials-section .testimonials-slider-wrapper .testimonial-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 120px;
}

.testimonials-section .testimonials-slider-wrapper .testimonial-user .user-info,
.testimonials-section .testimonials-slider-wrapper .testimonial-user .user-img {
  max-width: calc(50% - 20px);
  width: 100%;
}

.testimonials-section .swiper-slide {
  padding: 0px !important;
}

.testimonials-section .testimonials-slider-wrapper .testimonial-user .user-img img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-right: 0;
}

.testimonials-section .testimonials-slider-wrapper .testimonial-user .user-info .user-name {
  font-weight: 600;
}

.testimonials-section .testimonials-slider-wrapper .testimonial-user .user-info .user-designation {
  font-weight: 300;
}


/* Market Sectors Page Css Close */

/* Project Page Css Start */

.archive.post-type-archive.post-type-archive-project .l-section.two-columns,
.post-type-archive-manufacturer .l-section.two-columns {
  background: #000 !important;
  margin: 0;
  padding: 100px 0px;
  color: #fff;
}

.Project_Grid {
  padding-bottom: 80px;
}

.Project_Grid .l-container {
  padding: 0 25px;
}

.projects.Project_Grid .l-section__header.l-section__header--short {
  width: 100%;
  margin-bottom: 60px;
}

.projects.Project_Grid .l-section__header.l-section__header--short .l-section__header__title,
.manufacture_Logos h3 {
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 40px;
}

.manufacture_Logos h3 {
  padding: 0px 25px !important;
  margin-bottom: 24px;
}

.manufacture_Logos {
  padding-top: 80px;
}

.manufacture_Logos .origin-filters,
.manufacture_Logos h1 {
  margin-top: 0px;
}

.manufacture_Logos h1 {
  margin-bottom: 20px;
  padding: 0px 25px;
}


.projects.Project_Grid .l-section__header.l-section__header--short .sector-filters,
.manufacture_Logos .sector-filters .dflex {
  width: 100%;
  padding-bottom: 0;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  margin: 0;
}

.manufacture_Logos .sector-filters .dflex {
  padding: 0px 25px;
}

.manufacture_Logos .sector-filters .dflex .sector-filter__wrapper {
  padding: 0px;
  margin-top: 0;
}

.projects.Project_Grid .l-section__header.l-section__header--short .sector-filters .sector-filter__wrapper {
  padding: 0px;
}

.projects.Project_Grid .l-section__header.l-section__header--short .sector-filters .sector-filter__wrapper .sector-filter,
.manufacture_Logos .sector-filters .sector-filter__wrapper .sector-filter,
.manufacture_Logos .sector-filters .origin-filters label {
  font-size: 12px;
  line-height: 1.2;
  width: fit-content;
  max-width: fit-content;
  min-width: fit-content;
  font-weight: 300;
  padding: 3px 10px;
}

.manufacture_Logos .sector-filters .origin-filters label {
  padding: 0px !important;
  margin-left: 12px;
}

.projects.Project_Grid .projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.projects.Project_Grid .projects .project-item {
  padding: 0;
  width: 100%;
}


/* Project Page Css Close */


/* Manufacture Page Css Start */

.Manufacturers_Counter.achievements_vlaue div {
  width: calc(33% - 20px);
  text-align: left;
}

.Manufacturers_Counter.achievements_vlaue div.counter_number {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.Manufacturers_Counter.achievements_vlaue div h2 {
  font-size: 36px;
  line-height: 1;
}

.Manufacturers_Counter.achievements_vlaue div p {
  font-size: 16px;
}

.post-type-archive-manufacturer .l-section.two-columns h1 {
  margin-bottom: 60px;
}

.image-text-section {
  padding: 100px 0px 0px;
}

.image-text-section .l-container {
  padding: 0px 25px;
}

.image-text-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.image-text-wrapper .image-box img {
  width: 100%;
  display: block;
}

.image-text-wrapper .image-box {
  max-width: calc(40% - 20px);
  width: 100%;
  display: block;
}

.image-text-wrapper .text-box {
  max-width: calc(60% - 20px);
  width: 100%;
  padding-left: 60px;
}

.image-text-wrapper .image-overlay {
  position: absolute;
  top: 50%;
  left: auto;
  width: 100px;
  height: 200px;
  right: -35px;
  z-index: -1;
  transform: translateY(-50%);
}

.image-text-section a {
  margin-top: 36px;
}

.manufacture_Logos .l-section__header,
.manufacture_Logos .l-section.sector-filters {
  width: 100%;
}

.manufacture_Logos .l-section__header {
  margin-bottom: 0px;
  padding: 0px 25px;
}

.manufacture_Logos .l-section.sector-filters {
  margin-top: 0;
  margin-bottom: 40px;
}


.manufacture_Logos .l-section.sector-filters .origin-filters {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.manufacture_Logos .l-section.sector-filters .origin-filters input {
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9 !important;
  background: #D9D9D9 !important;
}

.manufacture_Logos .l-section.sector-filters .origin-filters input[type="radio"] {
  accent-color: black;
}

.manufacture_Logos .l-section.sector-filters .origin-filters div {
  display: flex;
  align-items: center;
}

.post-type-archive-manufacturer .l-section.two-columns hr {
  margin: 45px 0px;
}

.post-type-archive-manufacturer .l-section.two-columns a.btn.btn-primary {
  display: inline-block;
}

.post-type-archive-manufacturer .l-section.two-columns a.btn.btn-primary::before {
  display: none;

}

.about-banner-section p {
  margin-top: 16px;
}

/* Manufacture Page Css Close */

/* Contact Page Css Start */

.contact-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.contact-section .contact-section__wrapper h2 {
  margin: 0;
}

.contact-section {
  padding: 100px 0px 160px;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__image {
  margin: 30px 0px 45px;
}

.contact-section .contact-section__wrapper .contact-section__form h2 {
  margin-bottom: 30px !important;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box {
  max-width: calc(50% - 20px);
  width: 100%;
}

.contact-section .contact-section__wrapper .contact-section__info,
.contact-section .contact-section__wrapper .contact-section__form {
  max-width: calc(50% - 40px);
  width: 100%;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box p {
  text-transform: uppercase;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box p a {
  word-break: break-all;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box p a:hover {
  text-decoration: underline;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box h4 {
  margin-bottom: 22px;
}

.contact-section .contact-section__wrapper .contact-section__info .contact-info__image img {
  width: 100%;
}

.contact-section .contact-section__wrapper .contact-section__form input,
.contact-section .contact-section__wrapper .contact-section__form textarea {
  padding: 12px 18px !important;
  border: 1px solid #000;
  outline: none !important;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 24px;
}

.contact-section .contact-section__wrapper .contact-section__form .flex-wrapper p {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-section .contact-section__wrapper .contact-section__form .flex-wrapper p span {
  max-width: calc(50% - 12px);
  width: 100%;
}

.contact-section .contact-section__wrapper .contact-section__form .flex-wrapper p br {
  display: none;
}

.contact-section .contact-section__wrapper .contact-section__form .btn-primary {
  background: #fff100;
  color: #000000;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 40%, 75% 100%, 0 100%, 0 0);
  transition: 0.3s all ease-in-out;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px !important;
  border-radius: 0px;
  min-width: 252px;
  padding: 16px 40px 16px 20px !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: none;
}

.contact-section .contact-section__wrapper .contact-section__form .btn-primary:hover {
  background: #000 !important;
  color: #fff !important;
}

.Projects_Section .swiper-button-prev.project-prev {
  left: 20px;
}


.page.page-id-33 .footer-cta .footer-cta__container {
  display: none;
} 

/* Contact Page Css Close */

/* Project Page Css Start */

.Project_Grid .projects .filterable.project-item .project-item__content {
  padding: 16px 0px 0px;
}

.Project_Grid .projects .filterable.project-item .project-item__content .project-item__title {
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.Project_Grid .projects .filterable.project-item .project-item__content span {
  font-size: 18px;
}

.news-items .post-item.highlight .post-item__image {
  opacity: 1 !important;
}

.news-items .post-item.highlight .post-item__title .post-item__cta {
  opacity: 1;
  transform: translate(-50%, 0%);
}

/* Project Page Css Close */


/* Insights Section Home Page Css Start */


.latest-insights {
  padding: 80px 0px;
  overflow: hidden;
}

.latest-insights .insight-item {
  display: flex;
  gap: 0px;
  justify-content: space-between;
}

.latest-insights .insight-item .insight-link .insight-image,
.latest-insights .insight-item .insight-content a {
  max-width: 100%;
  width: 100%;
}

.latest-insights .insight-item a {
  max-width: calc(50% - 0px);
  width: 100%;
}

.latest-insights .insight-item .insight-content {
  margin-left: -140px;
  padding: 60px 60px 60px 170px;
  border: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.latest-insights .insight-item .insight-content .insight-readmore .btn-primary {
  width: fit-content;
  margin-top: 20px;
}

.latest-insights .insight-item .insight-image {
  padding: 40px 0px;
  z-index: 9;
  position: relative;
}

.latest-insights .insight-item .latest-insights__title {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 18px 100px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px !important;
}

.latest-insights .insight-item .insight-content .insight-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.latest-insights .insight-item .insight-content .insight-title {
  font-size: 32px;
  line-height: 1.4;
  margin: 15px 0px 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-member__thumbnail {
    transition: background-color 0.3s ease;
}

.team-member__thumbnail:hover {
    background-color: var(--hover-bg, transparent); 
}


.team-member.team-member--clone.team-member--clone--active .team-member__thumbnail img {
  opacity: 1;
  display: inline-block !important;
  border: 1px solid #000;
}

.team-member.team-member--clone.team-member--clone--active .team-member__thumbnail {
  background-image: none !important;
  border: none;
  margin: 0;
}

.team-member.team-member--clone.team-member--clone--active .team-member__thumbnail .team-member__name, 
.team-member.team-member--clone.team-member--clone--active .team-member__thumbnail .team-member__position {
  display: block !important;
}

.team-member.team-member--clone.team-member--clone--active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.team-member.team-member--clone.team-member--clone--active .team-member__bio {
  position: static;
  margin: 0;
  max-width: 500px;
  transform: translate(50px, 0px);
}

.team-member.team-member--clone.team-member--clone--active .team-member__bio__name {
  margin-bottom: 15px;
}

.team-member .team-member__thumbnail .team-member__name,
.team-member .team-member__thumbnail .team-member__position,
.team-member.team-member--clone.team-member--clone--active .team-member__details {
  display: none;
}

.team-member.team-member--clone.team-member--clone--active .team-member__thumbnail .team-member__name {
  margin-top: 40px;
}

.Market_Sectors.counter-section .column.counter-items {
  padding-left: 80px;
}

/*.Market_Sectors.counter-section .column.counter-items .achievements_vlaue .counter_number{
  justify-content: center;
}

.Market_Sectors.counter-section .column.counter-items .achievements_vlaue div{
  text-align: center;
}*/
/* Insights Section Home Page Css Close */

.single-project .project__content li {
  margin: 12px 0px !important;
  line-height: 1.4;
}

.primary-nav .primary-nav__items li.is-active.is-open ul.primary-nav__children li a::after {
  opacity: 0 !important;
}

.primary-nav .primary-nav__items li.is-active.is-open ul.primary-nav__children li a:hover::after,
.primary-nav .primary-nav__items li.is-active.is-open ul.primary-nav__children li.is-active a::after {
  opacity: 1 !important;
}


.single-project .project__content ul {
  padding-left: 18px;
}
/* Responsive Css Start */


@media(max-width:1024px) {
  .gallerySwiper .swiper-slide img {
    min-height: 320px;
    max-height: 320px;
  }

  .manufacturer_section .manufacturer_slider {
    padding-left: 26px;
  }

  .homepage_content.about_section {
    padding: 80px 0px 10px !important;
  }

  .projectSwiper .swiper-slide img {
    height: 220px;
  }

  .our-culture-section .culture-list li {
    gap: 40px;
  }

  .header .primary-nav__item.has-children:hover .primary-nav__children {
    max-width: 240px;
  }

  .header .primary-nav__item.has-children:hover .primary-nav__children a {
    text-align: right;
  }

  .l-section.sector-process {
    padding: 0px 0px 0px 25px;
  }


  .process-accordion__header h3 {
    font-size: 16px;
  }

  .about-gallery-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .cdmFooter .footerMiddle .footerColumn {
    width: 100%;
    justify-content: flex-start;
  }

  .homepage_content.about_section .content_wrapper .right_side {
    padding-top: 0;
  }

  .projects.Project_Grid .projects {
    gap: 20px;
  }

  .Manufacturers_Counter.achievements_vlaue div {
    width: calc(50% - 20px);
  }

  .Manufacturers_Counter.achievements_vlaue {
    gap: 20px;
    row-gap: 0;
  }

  .post-type-archive-manufacturer .l-section.two-columns .btn.btn-primary {
    display: inline-block;
    line-height: 1.4 !important;
  }

  .contact-section {
    padding: 80px 0px;
  }

  .manufacturer_section .manufacturer_content .headContent h2,
  .manufacturer_section .manufacturer_content .headContent p {
    max-width: 100%;
  }

  .manufacturer_content h2 {
    font-size: 30px;
  }

  .manufacturer_section {
    padding: 60px 0px;
  }

  .manufacturer_section .manufacturerSwiper .swiper-wrapper {
    padding-bottom: 50px;
  }

  .manufacturer_section .btn-primary {
    margin: 30px 0px 50px;
  }

  .latest-insights .insight-item .insight-content {
    padding: 60px 60px 60px 110px;
    max-width: calc(65% - 20px) !important;
  }

  .latest-insights .insight-item a {
    max-width: calc(50% - 0px);
    width: 100%;
  }

  .latest-insights .insight-item {
    align-items: center;
  }

  .latest-insights .insight-item .insight-content .insight-title {
    font-size: 22px;
    margin: 15px 0px 0px;
  }

  .latest-insights .insight-item .latest-insights__title {
    font-size: 14px;
    padding: 15px 70px;
  }

  .homepage_content .content_wrapper .intro_content .inner_container .button_container {
    flex-wrap: nowrap;
  }

  .btn-secondary, .btn-primary {
    min-width: 190px;
  }

  .achievements_vlaue div h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .homepage_content .right_side .swiper-slide {
    padding: 0px 25px;
  }

  .achievements_vlaue div p {
    font-size: 16px;
  }
}


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

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4 !important;
  }

  .parallax-img {
    top: -240%;
  }


  .primary-nav .primary-nav__children li a {
    pointer-events: all !important;
  }

  .primary-nav .primary-nav__children li a::after {
    max-width: 80px;
  }

  .primary-nav .primary-nav__items li#menu-item-10698 a {
    pointer-events: none; 
  }

  .cdmFooter .footerTop .footerLeft h2 {
    font-size: 30px;
  }

  .InnerBanner .page-title {
    padding: 60px 25px 25px 25px;
  }

  .Market_Sectors.counter-section .column.counter-items {
    padding-left: 30px;
  }

  .manufacturer_section .manufacturer_slider {
    padding-left: 26px;
  }

  .Project_Grid .projects .filterable.project-item .project-item__content span {
    font-size: 14px;
  }

  .archive.post-type-archive.post-type-archive-project .l-section.two-columns,
  .post-type-archive-manufacturer .l-section.two-columns {
    padding: 80px 0px 60px;
  }

  .projects.Project_Grid .l-section__header.l-section__header--short .l-section__header__title {
    margin-bottom: 20px;
  }

  .projects.Project_Grid .l-section__header.l-section__header--short .sector-filters {
    gap: 3px;
  }
 
  .projects.Project_Grid .projects {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .Market_Sectors.counter-section .two-columns {
    margin-top: 30px;
  }

  .InnerBanner {
    padding-bottom: 50px;
  }

  .sector-process__wrapper {
    flex-wrap: wrap;
  }

  .sector-process .l-container {
    padding: 0px !important;
  }

  .l-section.sector-process {
    padding: 0px;
  }

  .sector-process__left {
    width: 100%;
    padding: 60px 25px 30px;
  }

  .sector-process__right {
    width: 100%;
  }

  .process-image-bg {
    top: 11%;
    left: 0px;
    width: 90%;
    min-height: 100px;
    right: 0;
    margin: 0 auto;
  }


  .homepage_banner .container h1 {
    color: #fff;
    font-size: 30px;
  }

  .introduction-block h1 {
    margin-bottom: 60px;
    margin-top: 0;
  }


  .homepage_content .content_wrapper .intro_content .inner_container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .homepage_content .content_wrapper .right_side .swiper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage_content .content_wrapper .intro_content .inner_container h2 {
    font-size: 22px;
  }

  .homepage_content .content_wrapper {
    flex-direction: column;
  }
  .homepage_content .content_wrapper .intro_content {
    width: 100%;
    padding-bottom: 0px;;
  }
  .homepage_content .content_wrapper .intro_content .inner_container .button_container {
    gap: 20px;
    flex-wrap: nowrap;
  }
  .homepage_content .content_wrapper .right_side {
    width: 100%;
    border-left: 0px;
  }
  .swiper-slide {
    padding: 15px;
  }
  .homepage_content .content_wrapper .right_side .team_cta div {
    padding: 0 25px !important;
  }

  .market_section {
    padding: 50px 0px 50px 30px;
  }

  .market_section::before {
    left: 20px;
  }

  .homepage_content .content_wrapper .intro_content .inner_container h2 span {
    margin-right: 10px;
    margin-top: 6px;
  }

  .market_section .market_sec_content p {
    max-width: 100%;
    font-size: 18px !important;
  }
/*  .market-pagination .swiper-pagination-bullet {
    width: 25px;
  }
  .market-pagination .swiper-pagination-bullet-active {
    width: 25px;
  }*/
  .swiper-button-next {
    right: 5px !important;
  }

  .seventh_section .market_sec_content h2 {
    font-size: 30px;
  }

  .cdmFooter .footerMiddle .footerColumn,
  .cdmFooter .footerBottom .footerColumn {
    width: 100%;
  }

  .cdmFooter .footerMiddle {
    gap: 30px;
    padding-top: 25px;
  }

  .cdmFooter .footerMiddle .footerColumn h4 {
    margin-bottom: 15px;
  }

  .cdmFooter .footerMiddle .footerColumn .addressBox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .cdmFooter .footerMiddle .footerColumn h4 {
    font-size: 18px;
  }

  .cdmFooter .footerMiddle .footerColumn .footerColumn:nth-child(2) {
    width: 30%;
    min-width: 140px;
  }

  .cdmFooter .footerBottom .copyrightSection {
    flex-direction: column;
    gap: 0px;
    align-items: baseline;
  }

  .cdmFooter .cdmContainer {
    padding: 40px 0vw 0px;
  }

  .full_img_section {
    height: 300px;
  }

  .cdmFooter .footerMiddle .footerColumn .addressBox .officeItem {
    max-width: 100%;
    width: 100%;
  }

  .footer-cta {
    padding: 0px 25px;
  }

  .recent-posts {
    margin: 70px 0px 70px !important;
    padding-bottom: 50px;
  }

  .footer-cta__container {
    margin-bottom: 80px !important;
  }

  .our-culture-section .culture-list li h3,
  .our-culture-section .culture-list li p {
    max-width: 100%;
  }

  .our-culture-section .culture-list li {
    gap: 10px;
  }

  .our-culture-section .culture-list li {
    padding: 30px 0px 15px;
  }

  .our-culture-section .culture-list li h3 {
    font-size: 18px;
  }

  .projectSwiper .swiper-slide h3 {
    padding: 0 10px;
  }

  .homepage_content.about_section {
    padding-top: 60px !important;
  }

  .about-gallery-section,
  .project-slider-section {
    padding: 60px 0px;
  }

  .about-banner-section {
    padding: 120px 0px 60px !important;
  }

  .testimonials-section {
    padding: 70px 0px;
    margin-bottom: 70px;
    margin-top: 0px;
  }

  .testimonials-section .testimonial-card {
    padding: 32px 16px;
  }

  .testimonials-section .testimonials-slider-wrapper .testimonial-user {
    margin-top: 50px;
  }

  .testimonials-section .testimonial-card .testimonial-desc {
    font-size: 16px;
  }

  .testimonials-section .label-heading {
    margin-bottom: 50px;
  }

  .btn-secondary,
  .btn-primary {
    font-size: 11px;
    padding: 11px 40px 10px 20px;
    min-width: 160px;
  }

  .header .primary-nav__item.has-children:hover .primary-nav__children,
  .header .primary-nav__item.has-children .primary-nav__children {
    max-width: 100% !important;
    left: 0px;
    margin: 0px !important;
    right: 0px;
    top: auto !important;
  }

  .projects.Project_Grid .l-section__header.l-section__header--short .sector-filters .sector-filter__wrapper .sector-filter,
  .manufacture_Logos .sector-filters .sector-filter__wrapper .sector-filter,
  .manufacture_Logos .sector-filters .origin-filters label {
    font-size: 12px;
  }

  .Manufacturers_Counter.achievements_vlaue div {
    width: calc(50% - 20px);
  }

  .Manufacturers_Counter.achievements_vlaue {
    gap: 20px;
    row-gap: 0;
    margin-bottom: 40px;
  }

  .post-type-archive-manufacturer .l-section.two-columns .btn.btn-primary {
    width: 100%;
    display: inline-block;
    line-height: 1.4 !important;
  }

  .post-type-archive-manufacturer .l-section.two-columns h1 {
    margin-bottom: 10px;
  }

  .image-text-section {
    padding: 60px 0px 0px;
  }

  .image-text-wrapper .image-box,
  .image-text-wrapper .text-box {
    max-width: calc(100% - 20px);
    padding: 0;
  }

  .image-text-wrapper {
    gap: 10px;
  }

  .manufacture_Logos {
    padding-top: 50px;
  }

  .manufacture_Logos .sector-filters .origin-filters label {
    margin-left: 10px;
  }

  .manufacture_Logos .l-section.sector-filters .origin-filters input {
    width: 14px;
    height: 14px;
  }

  .manufacture_Logos .l-section.sector-filters .origin-filters {
    margin-bottom: 50px;
  }

  .post-type-archive-manufacturer .l-section.two-columns hr {
    margin: 35px 0px;
  }

  .Manufacturers_Counter.achievements_vlaue div.counter_number {
    margin-bottom: 4px;
  }

  .contact-section {
    padding: 60px 0px 80px;
  }

  .contact-section .contact-section__wrapper .contact-section__info, 
  .contact-section .contact-section__wrapper .contact-section__form,
  .contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box,
  .contact-section .contact-section__wrapper .contact-section__form .flex-wrapper p span {
    max-width: 100%;
  }

  .contact-section .contact-section__wrapper .contact-section__info .contact-info__image {
    margin: 20px 0px 30px;
  }

  .contact-section .contact-section__wrapper .contact-section__info .contact-info__locations .location-box h4 {
    margin-bottom: 12px;
  }

  .contact-section .contact-section__wrapper .contact-section__form .flex-wrapper p {
    gap: 0px;
  }

  .contact-section__wrapper {
    gap: 50px;
  }

  .cdmFooter .footerBottom .copyrightSection p {
    padding-bottom: 24px;
  }

  .contact-section .contact-section__wrapper .contact-section__form input, .contact-section .contact-section__wrapper .contact-section__form textarea {
    padding: 12px 18px !important;
    font-size: 14px;
    margin-bottom: 16px;
  }

  .contact-section .contact-section__wrapper .contact-section__form textarea {
    height: 140px;
  }

  .contact-section .contact-section__wrapper .contact-section__form .btn-primary {
    font-size: 16px !important;
    min-width: 190px;
  }

  .Home_Posts .post-item__container .post-item__image, .Home_Posts .post-item__container .post-item__cta {
    position: relative;
  }

  .latest-insights .insight-item a,
  .latest-insights .insight-item .insight-content {
    max-width: 100% !important;
  }

  .latest-insights .insight-item .insight-image {
    padding: 0px;
  }

  .latest-insights .insight-item .insight-content {
    margin: 0px;
  }

  .latest-insights .insight-item {
    flex-wrap: wrap;
  }

  .latest-insights .insight-item .insight-content {
    padding: 100px 20px 80px;
  }

  .latest-insights {
    padding: 80px 0px 0px;
  }

  .seventh_section .workSwiper {
    padding: 0px !important;
  }

  .member-block .team h2.SectionMainTitle {
    font-size: 22px;
  }

  .about-gallery-section {
    margin-bottom: 60px;
  }

  .team-member.team-member--clone.team-member--clone--active .team-member__bio {
    max-width: 100%;
    transform: translate(0px, 0px);
  }

  .market_section .container {
    padding: 0px !important;
  }

  .market_section .swiper {
    padding-left: 0px !important;
    padding-bottom: 40px !important;
  }

  .market_section.Projects_Section .swiper {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 400px) {
  .cdmFooter .footerMiddle .footerColumn .footerColumn {
    width: 100% !important;
  }

.Market_Sectors.counter-section .column.counter-items {
  padding-left: 0px;
}

  .homepage_content .content_wrapper .intro_content .inner_container .button_container {
    flex-wrap: wrap;
  }
}