@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
/*Global Style*/
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --primary-dark: #0E151F;
  --secondry-dark: #282E37;
  --primary-light: #C4FC3F;
  --gray: #CACACA;
  --ad-bg: #356FCA;
  --font-white: #fff;
  --font-black: #000;
  --font-240: 240px;
  --font-230: 230px;
  --font-150: 150px;
  --font-100: 100px;
  --font-70: 70px;
  --font-47: 47px;
  --font-40: 40px;
  --font-35: 35px;
  --font-25: 25px;
  --font-24: 24px;
  --font-23: 23px;
  --font-20: 20px;
  --font-18: 18px;
  --font-17: 17px;

}

/* Works on Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: var(--primary-light) #F2F2F2;
}

/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
  display: none;
}

*::-webkit-scrollbar-track {
  background: #F2F2F2;
  /* color of the tracking area */
  display: none;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary-light);
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #F2F2F2;
  /* creates padding around scroll thumb */
}

body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  width: 100vw;
}

.container {
  width: 100%;
  padding:0px 12px;

}
.video_outer{display:none;}
.container-fluid {
  /*max-width: 1550px; */
  width: 100%;
  padding:0px;
}

h1 {
  font-size: var(--font-240);
  font-weight: 400;
  line-height: 208px;
}

h2 {
  font-size: var(--font-230);
  font-weight: 400;
  line-height: 250px;
}

h3 {
  font-size: var(--font-150);
  font-weight: 400;
  line-height: 153px;
}

h4 {
  font-size: var(--font-100);
  font-weight: 400;
  line-height: 100px;
}

#smooth-content {
  overflow: visible;
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .07) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, .07) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

p,
a,
li {
  font-weight: 400;
  line-height: 25px;
  color: var(--font-black);
  font-size: var(--font-25);
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--font-black);
}

.btn,
.btn a,
.btn button,
.cta_button {
  width: 280px;
  min-height: 60px;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  color: var(--font-black);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 25px;
  transition: all 0.3s ease-in;

  background: var(--primary-light);
  background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      var(--secondry-dark) 50%,
      var(--secondry-dark));
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .25s ease-in;
  letter-spacing: -0.5px;
}

.btn:hover,
.btn a:hover,
.btn button:hover,
.cta_button:hover
{
  border: 0 !important;
  color: var(--font-white);
  background-position: 0 0;
}

.btn-lg {
  width: 400px;
  border-radius: 28px;
  font-size: var(--font-23);
  letter-spacing: -0.5px;
}

.btn-md {
  width: 120px;
  height: 40px; 
  min-height: 40px; 
}

.btn-sm {
  min-height: 30px;
  width: 190px;
  border-radius: 28px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6px;
}
.btn-secondary {
  min-width: 50px;
  max-width: fit-content;
  padding: 0 30px;
  justify-content: flex-start;
  min-height: 60px;
  width: auto;
}

.event-btn {
  min-height: 40px;
  max-width: 180px;
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.event-btn-orange {
  background: #F99724;
  border: 1px solid #F99724;
}

.event-btn-blue {
  background: #4026E2;
  color: var(--font-white);
  border: 1px solid #4026E2;

}

.event-btn-pink {
  background: #E22653;
  color: var(--font-white);
  border: 1px solid #E22653;

}
/* preloader */
.preloader {
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  z-index: 999;
  position: fixed;
  width: 100%;
}

.preloader img {
  margin: auto auto;
}

.preloader-logo {
  max-width: 300px;
  width: 100%;
}

.logo-overley {
  height: 100vh;
  background: #000;
  opacity: 0.9;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*Header*/
header {
  height: calc(30px + (2vw *2));
  display: flex;
  align-items: center;
  /* position: relative; */
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  transition: all 0.5s ease-in;
}

.mobile-menu {
  display: none;
}

.sticky {
  height: 90px;
  background: #fff;
  z-index: 99;
  height: calc(30px + (2vw *2));
  top: 0px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.menu-active{
  background: #fff;
  z-index: 99;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.logo {
  max-width: 152px;
  width: 100%;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s ease-in
}

.logo-light {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in
}

.logo-dark {
  transition: all 0.3s ease-in
}

.sticky .logo-light, .menu-active .logo-light,.black-header .logo-light {
  display: block;
  opacity: 1;
}

.sticky .logo-dark, .menu-active .logo-dark,.black-header .logo-dark {
  opacity: 0;
}

header .menu-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div#hs_cos_wrapper_module_16776908973625 {
  display: flex;
  gap: 0px;
}

header .menu-wrap a {
  color: var(--font-white);
  padding: 10px;
  border-radius: 11.36px;
  transition: all 0.3s ease;
  /* border: 1.74774px solid transparent;
  transition: all 0.3s ease-in; */
}

header.sticky .menu-wrap a, header.menu-active .menu-wrap a {
  color: var(--font-black);
}

/* header .menu-wrap a:hover {
  border-color: var(--primary-light);
} */


.menu-wrap a {
  border: 1.74774px solid transparent;
  /* border-image: repeating-linear-gradient(135deg, var(--primary-light) 0 10px, var(--primary-light) 0 20px, var(--primary-light) 0 30px) 8;
  -webkit-mask:
    conic-gradient(from 180deg at top 8px right 8px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 8px) border-box no-repeat,
    conic-gradient(at bottom 8px left 8px, #0000 90deg, #000 0) 0 var(--_i, 200%)/var(--_i, 8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat; */
  transition: .3s, -webkit-mask-position .3s .3s;
}

/* .menu-wrap a:hover {
  border: 1.74774px solid var(--primary-light);
} */
/*
.menu-wrap .menu__link--active-link {
  border: 1.74774px solid var(--primary-light);

} */

/* .menu-wrap a:hover {
  --_i: 100%;
  transition: .3s, -webkit-mask-size .3s .3s;
} */

/* home main title */
.main-title-wrap {
  /*padding: 325px 0 100px; */
  position: relative;
  max-height: 1730px;
  height: 100%;
}

.main-title-wrap .row div {
  z-index: 2;
}

.main-title {
  padding: 0px 0 100px;
}

.main-title h1 {
  font-size: var(--font-240);
  line-height: 208px;
  color: var(--font-white);
  letter-spacing: -16px;
  overflow: hidden;  
  margin-top:30px;
  margin-bottom: 0;
}

.main-title h1 span {
  font-size: var(--font-240);
  line-height: 208px;
  color: var(--font-white);
  letter-spacing: -16px;
  display: block;
  transform: translateY(85vh);

}

.home-desc-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 27px;
  overflow: hidden;
}

.home-desc-wrap p {
  max-width: 640px;
  width: 100%;
  font-size: var(--font-35);
  line-height: 42px;
  color: var(--font-white);
  left: -50vw;
  position: relative;
}

.home-contact-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home-contact-wrap .btn {
    min-height: 38px;
    width: 282px;
    padding: 10px 0;
}
.buttons-wrap {
  display: flex;
  gap: 20px;
  left: -50vw;
  position: relative;
  flex-wrap: wrap;
}

.contact-details-wrap {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  right: -50vw;
  position: relative;
}

.contact-details {
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 27px;
}
.contact-details.description{
  max-width: 500px;
}
.contact-details a {
  width: 50%;
  color: var(--font-white);
}

.contact-tab {
  display: flex;
  justify-content: space-between;
  min-width: 200px;
}

.description {
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.description a {
  color: var(--font-white);
  text-decoration: none;
  -webkit-transition: all .11s linear;
  -moz-transition: all .11s linear;
  -o-transition: all .11s linear;
  transition: all .11s linear;
}



.description .roll {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 450px;
  -moz-perspective: 450px;
  -o-perspective: 450px;
  perspective: 450px;
  width: fit-content;
}
.description .contact-tab .roll {
    width: 220px;
}
.description .roll span {
  display: block;
  position: relative;
  padding: 0 2px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: var(--font-white);
}

.description .roll:hover span {
  background: transparent;
  -webkit-transform: translate3d(0px, 0px, 0) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, 0) rotateX(90deg);
  -o-transform: translate3d(0px, 0px, 0) rotateX(90deg);
  transform: translate3d(0px, 0px, 0) rotateX(90deg);
  margin-left: 2px
}

.description .roll span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 2px;
  color: var(--primary-light);
  background: none;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -o-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}
.contact-tab span {
    min-width: 200px;
}
.social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 65px;
}

.social-media a,
.social-media a span {
  color: var(--font-white);
  font-size: var(--font-18);
  transition: transform 1.2s;
}

/* home bg slider */
#home-slider {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

.home-banner-wrap {
  position: relative;
}

.bg-slider-wrap {
  height: 100%;
  background-image: url('../images/home/hero.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 1730px;
}

.overley {
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 42%);
}

@media(max-width:1441px) {
  .bg-slider-wrap {
    background-position: top right -400px;
  }
}

/* premium-ad-space start*/
.ad {
  min-height: 250px;
  background: #356FCA;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--font-white);
  font-size: var(--font-23);
}

/* Sourcing › Connecting › Specifying tabs*/
.top-paralex {
  position: relative;
  z-index: 5;
  background-color: var(--font-white);
}

.feature-tabs {
  padding: 120px 0 10px;
}

.tabs-wrap {
  padding-top: 0px;
  border-bottom: 1px solid #000;
}


.tabs-wrap ul {
  list-style: none;
  padding-left: 0px;
  display: inline-flex;
  gap: 47px;
}

.tabs-wrap li {
  position: relative;
  font-size: var(--font-47);
  line-height: 47px;
}

.tabs-wrap li:not(:last-child)::after {
  position: absolute;
  content: '';
  height: 50px;
  width: 50px;
  background-image: url('//21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/raw_assets/public/the-arc-agency-2023/images/home/tabs-arrow-default.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.tabs-desc-wrap {
  max-width: 750px;
  width: 100%;
  padding: 60px 0 10px;
}

.tabs-title h2 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;
  transform: translateY(50vh);
}

.tabs-desc p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.tabs-title,
.tabs-desc {
  padding-bottom: 30px;
  overflow: hidden;
}
.our-culture-main-title .tabs-title {
  margin-left: 150px;
}
/* play-video */
.play-video {
  padding: 50px 0 85px;
  position: relative;
}

.play-video-wrap {
  max-height: 720px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.play-video-cover {
  height: 720px;
  width: 100%;
  object-fit: cover;
}

.play-video-logo {
  position: absolute;
  max-height: 450px;
  opacity: 1;
  height: 100%;
  max-width: 617px;
  width: 100%;

}

/* play-num-count */
.play-num-count {
  border-bottom: 1px solid var(--font-black);
  margin-bottom: 20px;
  overflow: hidden;
}

.play-num-count div.count-digit {
  font-size: var(--font-230);
  line-height: 250px;
}

.number-count p {
  font-size: var(--font-40);
  line-height: 47px;
}

.numbers-feauturs {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.num-wrap {
  max-width: 310px;
  width: 100%;
}

.num-wrap h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  border-bottom: 1px solid var(--font-black);
  padding: 13px 0;
}

.num-wrap p {
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
}

/* num-count-slider-wrap */
.num-count-slider-wrap {
  padding: 30px 0 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #000;
}

.num-count-slider-wrap:before {
  position: absolute;
  width: 100%;
  height: 30px;
  background: var(--primary-light);
  content: '';
}

.num-count-img-slider img {
  margin: 0 auto;
  max-width: 720px;
  height: 500px;
  object-fit: cover;
}




/* services tile / slider */
.services-slider {
  padding: 30px 0;
}

.service-tile-gap {
  display: flex;
  gap: 120px;
  justify-content: space-between;
}

.services-slider .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
  align-items: flex-start;
  padding-bottom: 70px;
}

.service-title h3,
.service-title {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  max-width: 750px;
  width: 100%;
}

.service-des {
  max-width: 420px;
  width: 100%;
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;

}

.service-tile-wrap {
  width: calc(50% - 60px);
}

.service-tile {
  background: var(--gray);
  border-radius: 37px;
  /* height: calc(100% - 60px); */
}

.service-tile:hover .btn {
  border: 1px solid var(--secondry-dark);
  color: var(--font-white);
  background-position: 0 0;
}

.service-tile img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.service-tile .text-wrap {
  padding: 45px 40px;
}

.service-tile p,
.text-wrap span {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.service-tile h4 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  max-width: 490px;
  width: 100%;
}

.text-wrap ul {
  margin-bottom: 40px;
}

.text-wrap li {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  border-bottom: 1px solid var(--font-black);
  padding: 20px 0;
}

.service-testimonials-wrap {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.logo-slider {
  padding: 50px 0;
}

.logo-slider img {
  max-width: 207px;
  width: 100%;
  height:207px; 
  object-fit:contain;
  margin: 0 auto;
}

.clients-feedback p:first-child {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.8px;
  position: relative;
}

.clients-feedback p span {
  display: block;
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

/* events */
.events {
  padding: 90px 0;
}

.events .title h3,.events .titles h3 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;
  margin-bottom: 37px;
}

.hybrid-wrap {
  background: var(--secondry-dark);
  color: var(--font-white);
  display: flex;
  align-items: center;
  padding: 50px 0;
  flex-direction: row-reverse;
}

.events-desc {
  width: 50%;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.events-desc p {
  color: var(--font-white);
  line-height: 32px;
  letter-spacing: -1px;
  font-size: var(--font-25);
}

.events-img {
  width: 50%;
  padding: 0 45px;
}

.events-img img {
    max-width: 512px;
    width: 100%;
/*     height: 628px; */
  height:100%;
}
.hybrid-lg-wrap.events-img.play-vid img{
    max-width: 672px;
    margin-bottom: 60px;
}
.hybrid-lg-wrap p{
  text-align: center;
}
/* latest-campaign */
.latest-campaign {
  padding: 80px 0;
}

.latest-campaign-slide img {
  max-width: 420px;
  height: 510px !important;
}

.latest-campaign-des {
  padding: 20px 0 100px;
}

.latest-campaign-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  text-align: center;
  align-items: center;
}

.latest-campaign-title h4 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  margin: 0 auto;
  max-width: 1081px;
  width: 100%;
}

.latest-campaign-title p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
}

/* achive */
.achive {
  padding: 80px 0 0;
  background-color: var(--font-white);
  position: relative;
  z-index: 1;
}

.achive-title,
.achive-title h3 {
  font-size: var(--font-150);
  line-height: 153px;
  letter-spacing: -8px;
}

.achive-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 45px;
}

/* save-time-wrap */
.save-time {
  padding: 80px 0;
  z-index: 1;
  position: relative;
  background: var(--font-white);
}

.save-time-wrap {
  min-height: 590px;
  border-radius: 37px;
  width: 100%;
  background-image: url(../images/home/save-time-bg.png);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 61px;
  padding: 100px 90px;
  align-items: center;
}

/* .be-part-of-trade .save-time-wrap h4 {
  padding-bottom: 20px
} */
.save-time-wrap h4 {
  max-width: 1080px;
  width: 100%;
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  border-bottom: 2px solid var(--primary-light);
  padding-bottom: 40px !important;
}

.save-btn-wrap {
  display: flex;
  width: 100%;
  max-width: 1080px;
  gap: 40px;
}
.save-time .cta_button.btn.btn-secondary {
/*     font-size: 23px; */
    line-height: 25px;
}
.save-time-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #cacaca;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.save-time-wrap * {
  z-index: 1;
}

/* team-zeen-go-green */
.team-zeen-go-green img {
  max-width: 100%;
  width: 100%;
}

.team-zeen-go-green-slide-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-zeen-go-green-slide-wrap:before {
  position: absolute;
  background: #000;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 40%;
}

.team-zeen-go-green-slide-wrap h3,
.team-zeen-go-green-slide-wrap p, .team-zeen-go-green-slide-wrap p a.post-titlelink {
  font-size: var(--font-100);
  color: var(--font-white);
  line-height: 100px;
  letter-spacing: -7px;
  position: absolute;
  margin-bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
button.owl-prev {
  height: 100%;
  width: 50%;
}
.owl-prev span {
  position: absolute;
  bottom: 100px;
  left: 80px;
  background: rgba(202, 202, 202,1.0)!important;
  height: 87px;
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;

}
button.owl-next{
  height: 100%;
  width: 50%;
}
.owl-prev span:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(202, 202, 202,1.0)!important;
  background-image: rgba(202, 202, 202,1.0) url('//21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/raw_assets/public/the-arc-agency-2023/images/home/prev.svg');
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
 
}
button.owl-prev:hover span {
  opacity: 1;
}


.owl-next span {
  position: absolute;
  top: 100px;
  right: 80px;
  background: rgba(202, 202, 202,1.0)!important;
  height: 87px;
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;

}
button.owl-next:hover span {
  opacity: 1;
}
.owl-next span:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(202, 202, 202,1.0)!important;
  background-image:rgba(202, 202, 202,1.0) url(//21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/raw_assets/public/the-arc-agency-2023/images/home/next.svg);
  background-size: cover;
  border-radius: 50%;
}
.slide-date p {
  text-align: right;
  padding: 15px 0;
}

.slide-date p,
.slide-date span {
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1px;
}

.achive-desc {
  padding-top: 70px;
}

.achive-desc p {
  max-width: 750px;
  width: 100%;
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}
.success-stories.archive-filter .side-quick-contact .hs-cta-node{
    position: relative;
    transform: rotate(0deg);
    top: 0px !important;
    right: 0px !important;
    width: 156px;
}
.success-stories.archive-filter .side-quick-contact .cta_button{

}
.success-stories.archive-filter .side-quick-contact{
    transform: rotate(90deg) !important;
}

.success-stories.archive-filter .load-more-wrp button.btn.btn-secondry{
   width: 200px;
    height: 40px;
}


.success-stories.archive-filter .ad.lg-ad{margin:0px !important;}
.success-stories.archive-filter .success-story-slide p{margin-bottom:0px !important;}

/* footer */
footer {
  padding: 100px 0;
  color: var(--font-white);
  position: relative;
  z-index: 1;
  /*overflow: hidden;
    top: calc(50vh + 0px);*/
}

.divide-50 {
  width: 50%;
}

footer .row {
  padding-top: 35px;
}

footer p {
  color: var(--font-white);
  font-size: var(--font-25);
  line-height: 29px;
  letter-spacing: -0.9px;
  max-width: 298px;
  width: 100%;
}

footer img {
  max-width: 94.55px;
  max-height: 78.87px;
  width: 100%;
  margin-top: 100px;
}

.footer-menu ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
   gap: 5px;
   padding-top: 10px;
}

footer ul li,
footer ul li span,
footer ul li a,
footer a {
  color: var(--font-white);
  font-size: var(--font-17);
  letter-spacing: -0.5px;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
}

footer .btn-md {
  max-width: 160px;
  width: 100%; 
}

footer a:hover {
  color: var(--gray);
}

footer ul .hs-item-has-children>a {
  color: var(--gray);
}

footer h4 {
  font-size: var(--font-70);
  line-height: 80px;
  letter-spacing: -4.5px;
  margin-top: 100px;
}

footer .btn-md,
.bottom-desc {
  margin-top: 130px;
}

.bottom-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-social-menu{width:50%;}
.footer-social-menu>div {
  display: flex;
  justify-content: space-between;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.copyright p,
.copyright a {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.01px;
}

/* for animation customisation */

.over_flow_service {
  overflow: hidden;
}

/*custom cursor*/


.play-num-count,
.service-title,
.text-wrap,
.events .title,
.latest-campaign-title-wrap,
.achive-title,
.save-time-title {
  overflow: hidden;
}

.play-num-count h2,
.service-title h3,
.text-wrap h4,
.events .title h3,
.latest-campaign-title-wrap h4,
.achive-title h3,
.play-num-count div.count-digit {
  transform: translateY(50vh);
  padding-bottom: 5px;
}

.cursor {
  position: absolute;
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 9999;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: scale(0.8);
/*   -webkit-backdrop-filter: blur(1px); */
/*   backdrop-filter: blur(1px); */
  left: 0px;
  margin: 0 auto;
}

.cursor.active {
  opacity: 1;
  transform: scale(8);
  background: var(--primary-dark);
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
}

.cursor::before {
  content: "View Project";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 2px;
  top: 8px;
  left: 2px;
  display: block;
  border-radius: 100%;
  opacity: 0;
  color: #fff;
}

.cursor.active::before {
  opacity: 1;
}

.cursor-follower .go-down-btn {
  visibility: hidden;
  opacity: 0;
}

.activeplay .go-down-btn {
  visibility: visible;
  opacity: 1;
}

.activeplay {
  background-color: transparent !important;
  color: transparent;
}
.readmore-text {
    display: none;
}
.readmore-text .rcta_buttons{
  background-color:var(--primary-light);
width:100px;
  height:100px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  color:var(--secondry-dark);
  font-size:var(--font-16);  
  border-radius:50%;
  text-align:center;
  line-height:1.1;
  padding:0 15px;
}

.cursor-follower {
  position: absolute;

  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 99;
  background-color: transparent;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity, 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) background;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px);
}

.cursor-follower.active {
  opacity: 0.3;
  transform: scale(0);
}

.go-down-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.go-down-btn svg {
  position: relative;
  transform: rotate(-88deg);
  height: 164px;
  width: 164px;
  z-index: -1;
  display: block;
}

.go-down-btn text {
  font-size: 11px;
  transform-origin: center;
}

@-webkit-keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}

.go-down-btn text {
  -webkit-animation: rotate-btn 10s linear infinite;
  animation: rotate-btn 10s linear infinite;
}

.dnd-section .dnd-column {
    padding: 0 !important;
}
/* our-culture-top-bg */
.our-culture-page .logo-light{opacity:1}
.our-culture-page .logo-dark{opacity:0}
.our-culture-top-bg {
  width: 60%;
  height: 610px;
  object-fit: cover;
  margin:0 0 0 auto;
  display:block;
}
.th-arc-banner .our-culture-top-bg{width:100%;}

.our-culture-bg {
  position: relative;
  margin-left: calc((100vw - 1440px)/2 + 300px);
}

/* .our-culture-bg:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: var(--font-black);
  opacity: 0.3;
} */

/* .our-culture-main-title, */
.our-culture-title-wrap {
  padding: 60px 0;
} 

.our-culture-main-title.the-arc-exhibitions-title {
/*   padding-bottom: 100px; */
  position: relative;
}

.our-culture-title-wrap .tabs-desc {
  margin-left: 300px;
  max-width: 970px;
}

.our-culture-title-wrap .tabs-desc p {
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1.5px;

}

.our-culture-title-wrap .tabs-desc a {
  margin-top: 60px;
/*   font-size: 23px; */
/*     line-height: 25px; */
}

.common-title,
.common-title h2,.common-titles h2 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

/* industry-want */
.industry-want {
  padding: 100px 0;
}

.industry-want .common-title {
  max-width: 970px;
}
.industry-want .common-title h2 {
    margin-bottom: 0px;
}
.industry-want-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.industry-demad .desc-wrap p {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #000000;
}
.join-community .row .cta_button {
    font-size: 23px;
}
.industry-demad {
  width: calc(33% - 10px);
  padding:45px;
  display: flex;
  flex-direction: column;
}

.industry-demad .img-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 250px;
  padding-bottom: 30px;
}

.img-border {
  width: calc(100% - 115px);
  height: 2px;
  background: var(--primary-light);
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.industry-demad .img-wrap img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 19px;
  width: 100%;
}

.industry-demad .title-wrap h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
      margin-bottom: 20px;
}

.title-wrap {
  position: relative;
}

.title-wrap span {
  position: absolute;
  left: -35px;
  top: 3px;
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
}
.industry-demad .title-wrap {
  padding: 0px 0;
}

.industry-demad .desc-wrap {
  padding: 20px 0;
}

.industry-demad .desc-wrap {
  padding-top: 30px;
}

/* join-community */
.join-community {
  padding: 30px 0;

}
.join-community .container{
  border-top: 1px solid #000;
  padding-top: 30px;
}
.join-community .common-title {
  max-width: 750px;
}
.join-community .col-lg-4 p{
  margin-top: 5px;
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 128% */
  letter-spacing: -1px;
}
.join-community .btn {
  margin-top: 30px;
  max-width: 260px;
  width: 100%;
  font-size: var(--font-23);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.join-community-slide-wrap {
  padding: 88px 0;
}

.join-community-slide {
  padding-left: calc((100vw - 1440px)/2 + 15px);
  width: 100%;
}

.join-community-slide img {
  width: 1092.2px;
  height: 724.16px !important;
  object-fit: cover;
}

.join-community-slide .owl-nav {
  margin-left: calc((100vw - 1440px)/2 + 15px);
  width: calc((100vw - 1440px)/2 + 1425px);
}

/* connection-wrap */
.connection-wrap {
  padding: 60px 0;
}

.connection-det-wrap {
  border-radius: 37px;
  overflow: hidden;
  display: flex;
  background: var(--gray);
  align-items:center;
}

.connection-det-wrap .connection-desc {
  padding: 60px 70px 20px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.connection-det-wrap .connecion-img img {
  height: 660px;
  width: 650px;
  object-fit: cover;
}

.connection-det-wrap .connection-desc p {
  line-height: 32px;
  letter-spacing: -1px;
}

.connection-det-wrap .btn {
  max-width: 210px;
}
.meet-suppliers-mingle-with-peers .meet-suppliers-desc p {
    margin-bottom: 0px;
}
.meet-suppliers-mingle-with-peers .hybrid-lg-wrap.events-img.play-vid .cta_button {
    font-size: 23px;
}
/* leadership-team */
.leadership-team {
  padding: 100px 0 50px;
}

.leadership-desc-wrap {
  max-width: 860px;
  width: 100%;
}

.leadership-team .tabs-title {
  padding: 120px 0 30px;
}

.leadership-desc-wrap p {
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 3px;
}

/* leaders-wrap */
.leaders-wrap img {
  width: 100%;
  height: 510px !important;
  object-fit: cover;
  border-radius: 37px;
  margin-bottom: 20px;
}
.leaders-wrap{
position: relative;
}
.leaders-wrap:after {
    position: absolute;
    content: '';
    bottom: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 120px);
    width: 100%;
    height: 2px;
    z-index: 3;
    background: #C4FC3F;
}
.leadership-team .col-lg-4.col-md-12.col-sm-12 {
    padding: 0px 10px;
}
.leaders-wrap {
  margin-top: 60px;
}

.leaders-wrap p,
.leaders-wrap a,
.leaders-wrap span {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.common-title,
.join-community,
.leadership-team-title,
.tabs-title,.commons-title,.commontwo-title {
  overflow: hidden;
}

.common-title h2,
.common-title h3,
.common-title h4,
.common-title h5,
.join-community-title h2,
.leadership-team-title h2,.commons-title h2,.commontwo-title h3,
.tabs-title h2 {
  transform: translateY(50vh);
}

/* the-arc-exhibitions page*/
.the-arc-exhibitions-title .tabs-desc,
.the-arc-exhibitions-title .tabs-title {
  margin-left: 0;
  max-width: 1080px;
}

/* Hybrid */
.arc-exhibitions-events .hybrid-wrap {
  position: relative;
}

.arc-exhibitions-events .hybrid-wrap::before,
.arc-exhibitions-events .hybrid-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: var(--secondry-dark);
}

.arc-exhibitions-events .hybrid-wrap::after {
  left: unset;
  right: 0;
}

.arc-exhibitions-events .events-desc .title h3 {
  margin-bottom: 10px;
}

.subtitle h5,
.subtitle h4,
.subtitle h6 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
}

/* Product Suppliers */
.connection-desc span {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.product-suppliers .connection-desc {
  gap: 20px;
}

.highlight p,
.product-suppliers .highlight p {
  font-weight: 500;
  font-size: var(--font-24);
  line-height: 28px;
  letter-spacing: -0.03em;
}

.product-suppliers p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.product-suppliers .connection-det-wrap .btn {
  max-width: 270px;
  width: 100%;
}

.product-suppliers .connection-det-wrap {
  margin-bottom: 40px;
}

/* exhibition-logo-slide- */
/* .exhibition-logo-slide {
  padding: 55px 0;
} */

.exhibition-logo-slide-wrap img,
.exhibition-logo-slide-wrap .owl-item {
  max-width: 207px;
  width: 100%;
}

/* real-time-connection */
.real-time-connection {
/*   padding: 30px 0 110px; */
}

.real-time-connection-title {
  border-top: 1px solid var(--font-black);
  padding-top: 30px;
}

.real-time-connection-title h2, .real-time-connection-title h3 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

.real-time-desc {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0;
  align-items: end;
}

.real-time-desc p {
  max-width: 970px;
}

.real-time-con-wrap {
  display: flex;
  gap: 10px;
  padding: 29px 0 115px;
}

.real-time-con {
  border: transparent;
  max-width: calc(100vw - 530px);
  width: 100%;
  min-height: 180px;
  cursor:pointer;
}
.real-time-connection .small-heading p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 17px;
}
.real-time-con-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 30px 20px;
  background: var(--gray);
}

.real-time-con-title h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  max-width: 450px;
}

.real-time-con-title img {
  transform: rotate(0deg);
  transition: all 0.3s ease-in;
}

.real-time-con-desc {
  padding: 0px 30px 30px;
  display: none;
  background: var(--gray);
}

.real-time-con-desc p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.real-time-con-desc p:nth-last-child(2) {
  margin-bottom: 0;
}

.real-time-con.accordion-item.icon-active .real-time-con-title img.icon {
  transform: rotate(180deg);
}

.icon {
  height: 30px;
  max-width: 30px;
}


/* previous-events */
.previous-events {
  padding: 90px 0;
  margin: 50px 0;
  background: var(--primary-dark);
  color: var(--font-white);
}
.previous-events .owl-stage-outer{height:724px;}

.previous-events .row {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.previous-events .join-community-title {
  width: 50%;
}

.join-community-title h2,
.join-community-title {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

.previous-events .join-community-slide-wrap {
  padding: 50px 0 0;
}

.join-community-slide .slide-img-wrap {
  position: relative;
  max-height: 724.16px;
}

.slide-img-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00000085;
  z-index: 0;
  content: '';
  transition: all 0.3s ease-in;

}

button.owl-prev:hover>.join-community-slide>.slide-img-wrap:before {
  z-index: -1;

}

.slide-img-wrap .event-det {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(20%, 50%);

}

.slide-img-wrap .event-det p {
  color: var(--font-white);
  font-size: var(--font-23);
  line-height: 28px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  z-index: 1;
}

/* be-part-of-trade */
.be-part-of-trade .save-time-wrap,
.nothing-feels-better .save-time-wrap {
  background-image: url(../images/the-arc-exhibitions/bottom-bg.png);
  color: var(--font-white);
  gap: 30px;
  align-items: flex-start;
}

.be-part-of-trade .save-time-wrap:before,
.nothing-feels-better .save-time-wrap:before {
  background: #000000;
  opacity: 0.7;
}


.be-part-of-trade .save-time-wrap p,
.nothing-feels-better .save-time-wrap p {
  max-width: 860px;
  color: var(--font-white);
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
}

.be-part-of-trade .ad,
.nothing-feels-better .ad {
  margin-top: 90px;
}

/* upcoming-exhibitions */
.upcoming-exhibitions {
  padding: 90px 0 55px;
  background: var(--primary-dark);
  color: var(--font-white);
}

.upcoming-exhibitions p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  color: var(--font-white);
}

.upcoming-exhibitions-title,
.upcoming-exhibitions .tabs-desc {
  max-width: 970px;
}

.upcoming-exhibitions-title h2 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;
  transform: translateY(50vh);
}
.upcoming-exhibitions-title h2 {
    color: #fff;
}
.upcoming-exhibitions table td {
  border-bottom: none;
  color: var(--font-white);
  font-size: var(--font-23);
  line-height: 28px;
  letter-spacing: -0.04em;
  padding: 18px 0px 50px 25px;
  width: 300px;
}

.status {
  height: 10px;
  width: 10px;
  background-color: #C4FC3F;
  display: inline-flex;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
}

.status-blue {
  background: #4026E2;
}

.status-pink {
  background: #E22653;
}

.status-orange {
  background: #F99724;
}

.upcoming-exhibitions table td:first-child {
  position: relative;
}

.upcoming-exhibitions table td:last-child {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.upcoming-exhibitions table tr:last-child td {
  border-bottom: 1px solid transparent;
}

.upcoming-exhibitions table tr {
  border-top: 1.6px solid #ffffffa6;
}

.upcoming-exhibitions table.table {
  margin-top: 35px;
}

/*  notification-upcoming-event */
.notification-upcoming-event {
  background: var(--gray);
  padding: 80px 0 100px;
}

.notification-title h4 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
}

.notification-title {
  padding-bottom: 20px;
}

.notification-title p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.newslatter-wrap {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.newslatter-wrap input {
  max-width: 1100px;
  width: 100%;
  height: 70px;
  border: 1px solid transparent;
  padding: 18px 15px;
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1.5px;
  color: var(--font-black);
}

.newslatter-wrap input::placeholder {
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1.5px;
  color: var(--font-black);
}

.newslatter-wrap button {
  max-width: 200px;
  width: 100%;
  height: 70px;
  background: var(--primary-light);
  border: none;
  border-radius: 0px;
}

/* industry-events */
.industry-events {
  padding: 145px 0 100px;
}

.industry-events-cards {
  background: var(--gray);
  border-radius: 37px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 530px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.industry-events-title h2 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

.industry-events-cards img {
  height: 310px !important;
  width: 100%;
  object-fit: cover;
}

.industry-events-cards h3 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
  padding: 0 40px;
}

.industry-events-cards p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  padding: 0 40px 40px;
}

/* the-arc-exhibitions text anim */
.real-time-connection-title,
.upcoming-exhibitions-title,
.notification-title,
.industry-events-title {
  overflow: hidden;
}

.real-time-connection-title h2,
.upcoming-exhibitions-title h2,
.notification-title h4,
.industry-events-title h2 {
  transform: translateY(50vh);
}

/* product-supplier section start */
.product-supplier-bg img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.product-supplier-bg {
  position: relative;
}

.product-supplier-bg:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: var(--font-black);
  opacity: 0.3;
}

/* supplier service overview page start*/

/*nothing-feels-better  */
.nothing-feels-better .save-time-wrap {
  background-image: url(../images/supplierservice-overview/bg.png);
}

.save-time.nothing-feels-better {
  padding-bottom: 0;
}

.nothing-feels-better+.achive {
  padding-bottom: 50px;
}

/* partner-with-us */
.partner-with-us,
.be-seen-by-our-network {
  background: var(--primary-dark);
  padding: 80px 0 60px;
}

.partner-with-us h3,.partner-withs h3 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  color: var(--gray);
  margin-bottom: 30px;
  max-width: 798px;
}

.partner-with-us p {
  color: var(--gray);
  max-width: 798px;
}

.partner-with-us-wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
}

/* support-sales */
.support-sales {
  padding: 70px 0;
}

.support-sales .title-wrap .btn-sm {
  margin: 20px 0 10px;
}

.support-sales .title-wrap h4 {
  min-height: 100px;
}

.support-sales .desc-wrap p,
.support-sales .desc-wrap li {
  border-bottom: 1px solid var(--font-black);
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
}
.support-sales .desc-wrap p{
   padding: 20px 0px;
}
.support-sales .desc-wrap li{
   padding: 12px 0px !important;
}

.desc-wrap ul {
  border-top: 1px solid #000;
}

/* supplier-service-testimonial */
.supplier-service-testimonial {
  padding: 45px 0 160px;
}

.supplier-service-testimonial-overview {
/*   border-bottom: 1px solid var(--font-black);
  border-top: 1px solid var(--font-black); */
  padding: 40px 0 30px;
  
}

.supplier-service-testimonial-overview h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.8px;
  margin-bottom: 40px;
}

.supplier-service-testimonial-overview p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}

/* be-seen-by-our-network */
.be-seen-by-our-network {
  min-height: 680px;
}

.be-seen-by-our-network-title h3 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  max-width: 960px;
  color: var(--gray);
  margin-bottom: 60px;
}

.be-seen-by-our-network-desc {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.be-seen-by-our-network-desc p {
  max-width: 400px;
  color: var(--gray);
      line-height: 32px;
    letter-spacing: -1px;
}

.be-seen-by-our-network-desc .img-wrap {
      position: relative;
    width: 100%;
    z-index: 2;
    max-width: 860px;
    height: 567.2px;
}
.be-seen-by-our-network-desc .img-wrap:after {
    position: absolute;
    content: '';
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: calc(100% - 140px);
    background: #C4FC3F;
}
.be-seen-by-our-network-desc img {
  max-width: 859.66px;
  width: 100%;
  height: 567.2px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/* Supporting the industry’s leading brands since 2000 */
.be-seen-by-our-network+.supporting-indus {
  padding: 350px 0 50px;
}

.supporting-indus-desc {
  max-width: 860px;
  margin-left: 30%;
}

.supporting-indus h3 {
  font-size: 70px;
  line-height: 71px;
  letter-spacing: -4.6px;
  margin-bottom: 20px;
}

.supporting-indus p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.company-name-slide h2 {
  font-weight: 700;
  font-size: var(--font-150);
  line-height: 150px;
  letter-spacing: 10px;
  color: var(--gray);
  text-transform: uppercase;
}

.company-name-slide {
  position: relative;
  padding: 20px 110px;
}

.company-name-slide::before {
  position: absolute;
  height: 30px;
  width: 100%;
  background-color: var(--primary-light);
  top: calc(50% - 18px);
  left: 0;
  content: '';
  z-index: -1;
}

/* articles */
.articles {
  padding: 120px 0 0;
}

.articles-wrap {
  display: flex;
  margin: 30px 0;
  gap: 20px
}

.articles-img {
  width: 30%;
}

.articles .btn:first-child {
  margin-left: auto;
}

.articles-desc {
  width: 70%;
  border-top: 1px solid #000;
}

.articles-img img {
  max-width: 430px;
  height: 290px;
  object-fit: cover;
  width: 100%;
}

.articles-desc h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  margin-bottom: 10px;
  padding: 20px 0;
}

.articles-desc .category,
.articles-desc .date {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.articles-desc .date {
  color: #929292;
  padding-left: 50px;
}

.articles-desc .btn {
  margin-top: 20px; 
  width: 190px;
  padding:10px 0px;
}

.partner-with-us-wrap,
.be-seen-by-our-network-title,
.supporting-indus-desc {
  overflow: hidden;
}

.partner-with-us-wrap h3,
.be-seen-by-our-network-title h3,
.supporting-indus-desc h3 {
  transform: translateY(-50vh);
}

.side-quick-contact .primary{display:none} 
.side-quick-contact .primary:first-child{display:block} 

.side-quick-contact .hs-cta-wrapper>span {
      position: absolute;
    top: 111px;
    right: -110px;
    background: var(--primary-light);
    width: 281px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(90deg);
    
}
.side-quick-contact a.cta_button, .side-quick-contact a.cta_button:hover{
  background: var(--primary-light);
  color:var(--font-black);
  border-radius: 0px;
  border: 1px solid var(--primary-light);
  font-size: var(--font-25);
  line-height: 25px;
  letter-spacing: -0.7px;
}

.save-time  .cta_button {
    cursor: pointer !important;
    font-size: 23px;
}
.achive .achive-sub p, .achive .achive-sub span {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -1.6px;
}
/* .side-quick-contact {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.7px;
} */

/* supplier service overview page end*/
/* play video cursor */
.cursor-follower.play-white .go-down-btn svg,
.cursor-follower.play-white .go-down-btn svg polygon {
  fill: #fff;
}

.cursor-follower.play-green .go-down-btn svg,
.cursor-follower.play-green .go-down-btn svg polygon {
  fill: #C4FC3F;
}

.cursor-follower.play-blue .go-down-btn svg,
.cursor-follower.play-blue .go-down-btn svg polygon {
  fill: #4E23AF;
}

/*play video popup */
.trigger {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF2DD !important;
  padding: 0;
  overflow: hidden;
  min-height: 300px;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}


.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.popup-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  max-height: 609px;
  
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding-top: calc(9/16*100%);
    height: 0;
    position: relative;
    border: 1px solid #8b8b8b;
}
.popup-wrap iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 60px 60px;
}
button.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 30px;
  z-index: 1;

}

button.close-button span {
  color: #fff;
}

/* contact page start*/
.contact-top-bg {
  background: var(--primary-light);
}

.top-title-wrap {
  height: 510px;
  padding: 90px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.top-title-wrap h1 {
    margin-bottom: 0px;
}
.top-title-wrap h1 {
  font-size: var(--font-150);
  line-height: 150px;
  letter-spacing: -9px;
}

.top-title-wrap p {
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1.5px;
}

.contact-articles.articles {
  padding: 100px 0 0;
}
.general-enquiry-title h5 {
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -1.5px;
}

.contact-articles.articles .articles-desc {
  border: none;
}
.the-arc-exhibitions-title.exhibition-ad .side-quick-contact .cta_button {
    font-size: 28px;
    line-height: 38px;
}
.contact-articles.articles .articles-wrap {
  border-bottom: 1px solid #000;
  display: flex;
  padding: 50px 0 80px;
  justify-content: space-between;
}
.articles-wrap .con-arc-btn .cta_button {
    font-size: 23px;
    line-height: 25px;
}

.contact-articles.articles .articles-desc {
  max-width: 700px;
  width: 100%;
}

.contact-articles.articles .articles-img {
  max-width: 530px;
  width: 100%;
}

.contact-articles.articles h4 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

.contact-articles.articles .articles-img img {
  max-width: 530px;
  height: 410px;
  object-fit: cover;
  width: 100%;
}

.con-arc-btn {
  display: flex;
  gap: 25px;
}

.con-arc-btn .btn:first-child {
  margin-left: 0;
}

/* general-enquiry  */
.general-enquiry-title {
  max-width: 640px;
  width: 100%;
}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset{max-width:100%;}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-1>div.hs-form-field .hs-input{width:100%;}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-2 > div.hs-form-field{margin-right: 2%;width: 49% !important; max-width: 100% !important;}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-2 > div.hs-form-field:last-child{margin:0; }
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-3 > div.hs-form-field{margin-right:0.95%;}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-3 > div.hs-form-field:last-child{margin:0;}

.exhibition-interest form fieldset{max-width:100%;}
.exhibition-interest form fieldset.form-columns-1>div.hs-form-field .hs-input{width:100%;}
.exhibition-interest form fieldset.form-columns-2 > div.hs-form-field{margin-right: 2%;width: 49% !important; max-width: 100% !important;}
.exhibition-interest form fieldset.form-columns-2 > div.hs-form-field:last-child{margin:0; }
.exhibition-interest form fieldset.form-columns-3 > div.hs-form-field{margin-right:0.95%;}
.exhibition-interest form fieldset.form-columns-3 > div.hs-form-field:last-child{margin:0;}


.general-enquiry-title h2, .general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form .hs-richtext h2 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form .hs-richtext h2 {
    margin-top: 84px;
  margin-bottom:40px;
}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form .hs-fieldtype-textarea{
  width:100% !important;
}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form textarea {
    width: 100%!important;
    border: 0px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 150px;
    border-radius: 0px;
    padding: 20px 0px;
}
.general-enquiry-title p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
}

.general-enquiry {
  padding: 30px 0;
}

.form-wrap {
  padding: 50px 0;
}

.basic-det {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

input::placeholder,
input,
textarea::placeholder {
  color: var(--gray);
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
input::placeholder,
textarea::placeholder {
color: #6A6A6A !important;
}
.basic-det input,
.basic-det.desc-det textarea {
  width: 100%;
  max-width: 530px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 20px;
  color: var(--font-black);
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.basic-det input:focus-visible,
.basic-det textarea:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}

.form-wrap p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

input[type="radio"] {
  width: 25px;
  height: 25px;
}

.basic-det label {
  padding-right: 60px;
  font-size: var(--font-23);
  line-height: 25px;
  letter-spacing: -0.6px;
}

.basic-det.radio-wrap {
  gap: 10px;
}

.basic-det.desc-det input,
.basic-det.desc-det textarea {
  max-width: 100%;
}

.form-wrap .btn {
  max-width: 140px;
}

.space-40 {
  margin: 40px 0 80px;
}

.location-listing {
  padding: 70px 0 100px;
  background: var(--gray);
}

.location-listing .tabs-title h2 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
}

.location-listing table th,
.location-listing table td,
.location-listing table td a {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;
  text-align: right;
}

.location-listing tr {
  border-bottom: 1px solid var(--primary-light);
}

.location-listing tr td:first-child {
  width: 70%;
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  text-align: left;
}

.location-listing tr th:first-child {
  width: 70%;
  text-align: left;
}

.location-listing td {
  padding: 15px 0;
}

.location-listing table td a {
  text-decoration: underline;
  padding-top: 25px;
}

.top-title-wrap,
.general-enquiry-title {
  overflow: hidden;
}

.top-title-wrap h1,
.top-title-wrap p,
.general-enquiry-title h2,
.general-enquiry-title p {
  transform: translateY(50vh);
}

/* contact page end */


/* supplierservice-support-sale start */

.introduce-your-products .product-txt-ht p {
  font-size: var(--font-18);
  line-height: 23px;
  letter-spacing: -0.008em;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.introduce-your-products .btn-secondary {
  min-height: 40px;
}

.prod-desc-wrap .prod-img {
  max-width: 640px;
  width: 100%;
  position: relative;
}

.prod-desc .buttons-wrap > span {width: 38.5%;}
.prod-desc .buttons-wrap .cta-btn {width: 38.5%;}


.serial-no {
  position: absolute;
  top: -190px;
  right: 0px;
  font-size: 100px;
  color: var(--primary-light);
  font-size: 295px;
  line-height: 300px;
  text-align: right;
  letter-spacing: -0.05em;
}
form fieldset {
    max-width: 100%!important;
}
.prod-desc-wrap .prod-img img {
  height: 700px;
  width: 100%;
  object-fit: contain;
  border-radius: 37px;
}

.introduce-your-products .product-row .cta_button {
   width: auto;
    padding: 0px 20px;
    min-height: 40px;
    min-width: 100%;
    box-sizing:border-box!important;
    text-align:center;
}

.prod-desc h3 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
}
.introduce-your-products .product-row:last-child .prod-desc-wrap {
    padding-bottom: 0px !important;
}
.prod-desc-wrap {
  display: flex;
  align-items: center;
  padding: 59px 0 120px;
  border-top: 1px solid var(--font-black);
}

.prod-desc-wrap .prod-desc {
  width: 60%;
}

.prod-desc-wrap .prod-desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 70px;
}

.feature-count {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-element {
  max-width: 250px;
  width: 100%;
}

.feature-element h4 {
  border-bottom: 1px solid #000;
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  padding-bottom: 13px;
  margin-bottom: 11px;
}

.prod-desc p {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}

.product-row:nth-child(even) .prod-desc-wrap {
  flex-direction: row-reverse;
}

.product-row:nth-child(even) .prod-desc-wrap .serial-no {
  left: 0px;
  right: unset;
}

.product-row:nth-child(even) .prod-desc-wrap .prod-desc {
  padding-right: 0;
  padding-left: 70px;
}

.product-txt-ht {
  max-width: 675px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.product-txt-ht:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: var(--primary-light);
  border-radius: 50%;
  top: 5px;
  left: -20px;
}

.product-txt-ht.lft {
  margin-left: auto;
}

.introduce-your-products .product-row:nth-child(even) .product-txt-ht{
   margin-left: auto;
}
.introduce-your-products .product-row:nth-child(even) .prod-desc-wrap {
    flex-direction: row-reverse;
}
.introduce-your-products .product-row:nth-child(even) .prod-desc-wrap .serial-no {
    left: 0px;
    right: unset;
}

/* .introduce-your-products .product-row:nth-child(odd){} */


/* supplierservice-support-sale start */
/* Grow your business while saving time and resources */
.grow-your-business {
  padding: 90px;
  background: #0e151f;
}

.top-det-wrp {
  padding: 20px;
  border-bottom: 1px solid var(--primary-light);
}

.grow-your-business-title,.grow-your-business-titles {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
}

.grow-your-business-title h2,.grow-your-business-titles h2 {
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -5px;
  color: var(--gray);
}

.grow-your-business-txt {
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  padding: 22px 0px 30px;
}

.grow-your-business-txt p {
  font-size: var(--font-35);
  line-height: 42px;
  letter-spacing: -1.5px;
  color: var(--gray);
}

.slide-det-wrp {
  padding: 80px 0;
  border-bottom: 1px solid var(--primary-light);
}
.grow-your-business .grow-slide-wraper .cta_button {
    width: 171px;
    min-height: 40px;
}
.grow-your-business-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-aside-txt,
.img-for-slide {
  width: 50%;
}

.slide-aside-txt h4 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
  color: var(--gray);
  margin-bottom: 30px;
}

.slide-aside-txt p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  color: var(--gray);
}

.img-for-slide {
  max-width: 640px;
  width: 100%;
}

.slide-aside-txt {
  padding-right: 130px;
}

.grow-slide-wraper {
  position: relative;
}

#counter {
  left: calc(50% - 30px);
  top: calc(50% - 70px);
  font-size: 97.2973px;
  line-height: 97px;
  text-align: right;
  letter-spacing: -0.02em;
  position: absolute;
  color: var(--primary-light);
  z-index: 1;
}
.contact-top-bg h1 {
    font-size: 148px;
    letter-spacing: -9px;
}
.grow-your-business .img-for-slide img {
  max-width: 640px;
  height: 390px;
  width: 100%;
  object-fit: cover;
}

.grow-slide-wraper .owl-dots {
  top: 40%;
  right: -25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
}

.grow-slide-wraper .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  padding: 2px !important;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  border-radius: 15px;
  background-color: transparent !important;
  border: 1px solid var(--primary-light) !important;
}

.grow-slide-wraper .owl-dots button.owl-dot.active {
  height: 30px;
  background-color: var(--primary-light) !important;
  outline: 2px solid var(--primary-light) !important;
  border: 2px solid var(--primary-light) !important;
}

/* success-stories */
.success-stories {
  padding: 70px 0 100px;
}

.success-stories .small-heading p{
  font-size: var(--font-18);
  line-height: 23px;
  letter-spacing: -0.008em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--font-black);
  margin-bottom: 0px !important;
}

.success-stories-title {

  padding: 30px 0;
}

.success-stories-title h3 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  max-width: 970px;
  width: 100%;
  margin-bottom: 8px;
}
.achive-title h4 {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  max-width: 970px;
  width: 100%;
}

.success-stories-title p {
  font-size: var(--font-25);
  line-height: 37px;
  letter-spacing: -1px;
  max-width: 970px;
  width: 100%;
  margin-top:13px;
}

.success-stories-title .btn {
    margin-left: auto;
    width: 120px;
    min-height: 40px;
    padding: 0px;
}
.articles .cta_button.btn.btn-md {
    width: 280px;
    min-height: 40px;
    padding: 0px;
}
/* sucess-story-slide-wrap */
.support-sales .industry-demad .desc-wrap {
  border-top: none;
}

.success-story-slide {
  display: flex;
  flex-direction: column;
 /* gap: 20px;*/
  /* max-width: calc(33.33% - 20px); */
/*   max-width: 530px; */
  width: 100%;
}

.team-zeen-go-green .archive-slide img {
    height: 580px;
    object-fit: cover;
}
.success-story-slide img {
  width: 530px;
  height: 430px;
  object-fit: cover;
}

.success-story-slide h3 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
}

.bt-ad {
  padding: 20px 0 160px;
}

.grow-your-business-title,
.success-stories-title {
  overflow: hidden;
}

.grow-your-business-title h2,
.success-stories-title h3,
.success-stories-title p {
  transform: translateY(50vh);
}


/* supplierservice-support-sale end */
/* supplier-supporting-marketing start*/
.supplier-supporting-marketing-testimonial {
  padding: 95px 0;
  background: var(--gray);
}

.supplier-supporting-marketing-testimonial .supplier-service-testimonial-overview {
  border: none;
}

/* supplier-supporting-marketing end*/
/* a-d-service-overview start */
.a-d-update .industry-demad .title-wrap,
.industry-demad .desc-wrap {
  padding: 20px 0 0;
}

.a-d-update .desc-wrap p,
.support-sales .desc-wrap li {
  border: 0;
}

.industry-demad .desc-wrap {
  border-top: 1px solid var(--font-black);
}

.a-d-service-overview-testi {
  padding: 45px 0 120px
}

.a-d-service-overview-testi .success-stories-title {
  padding: 30px 0 100px;
}

/* meet-suppliers-mingle-with-peers section */
.meet-suppliers-mingle-with-peers {
  padding: 132px 0;
  background: #0E151F;
  opacity: 0.85;
  position: relative;
}

.moveable-title h1 {
  font-size: 195px;
  line-height: 188px;
  letter-spacing: -0.05em;
  color: var(--font-white);
  margin-bottom: 65px;
  margin-top: 0px !important;
}

.meet-suppliers-subtitle p {
  font-size: var(--font-70);
  line-height: 71px;
  letter-spacing: -4.6px;
  color: var(--font-white);
  max-width: 798px;
  margin-bottom: 40px;
}

.meet-suppliers-desc p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  color: var(--font-white);
  max-width: 798px;
  margin-left: auto;
}

.hybrid-lg-wrap h2 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;
  color: var(--font-white);
  max-width: 640px;
}

.hybrid-lg-wrap p,
.hybrid-lg-wrap span {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  color: var(--font-white);
  max-width: 640px;
}

.meet-suppliers-mingle-with-peers .events-img {
  flex-direction: column;
  margin-top: 80px;
  border: 20px solid var(--primary-light);
  width: 100%;
  display: flex;
  padding: 100px 0 80px;
  align-items: center;
  gap: 30px;
}

.meet-suppliers-mingle-with-peers video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  object-fit: cover;
}

.meet-suppliers-mingle-with-peers:before {
  position: absolute;
  content: '';
  background: #0E151F;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.85;
  z-index: -1;
}

/* a-d-product-update */
.real-time-connection .success-stories-title {
  border-top: 1px solid var(--font-black);
}

section.save-time.bg-white .bt-ad {
  padding: 20px 0 120px
}
.serial-no.serial-nm {
    position: absolute;
    top: -180px;
    right: 45px;
    color: var(--primary-light);
    font-size: 213px;
    line-height: 300px;
    text-align: right;
    letter-spacing: -0.05em;
    outline: 2px solid #C4FC3F;
    border-radius: 50%;
    padding: 10px 30px;
    /* width: 310px; */
    /* height: 310px; */
}
.a-d-prod .real-time-con-wrap {
  padding: 60px 0 0;
}


/* source-cam-bg */
.source-cam-bg {
  background: #E4E4E4;
  min-height: 1250px;
  height: 100vh;
  position: relative;
  padding: 330px 0;
}

.source-cam-bg .bg-text {
    right: calc((100vw - 1440px) / 2 - -70px);
    max-width: 85%;
    position: absolute;
    bottom: 90px;
}

.bg-text img {
  max-width: 100%;
}

.bg-text h2 {
  font-size: 530px;
  font-weight: 600;
  color: #fff;
}

.source-cam-bg .bg-fr-img img {
/*   position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%; */
  
    height: 1145px;
    left: 0;
    max-width: 1088px;
    position: fixed;
    top: 225px;
    object-fit: cover;
}

.page-title {
  max-width: 489px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.source-cam-bg .page-title {
    max-width: 640px;
}

.source-cam-bg .page-title h1 {
    margin-top: 0px;
}
.page-title h1 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;

}

/* Source: Campaigns are themed produc */
.source-camp-desc {
  padding: 100px 0 112px;
}

.source-camp-desc p {
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -1.5px;
  max-width: 860px;
  margin-left: auto;
}

/* Latest Campaign: */
.latest-camp {
  background: #716254;
  padding: 60px 0 80px;
  color: #F2EDE7;
}

.latest-camp .prod-desc-wrap {
  border-top: none;
  padding-bottom: 80px;
  padding-top: 15px;
}

.latest-camp-title h4 {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  color: #F2EDE7;
  padding: 20px 0;
  border-top: 1px solid #F2EDE7;
}

.latest-camp .prod-desc-wrap .prod-img img {
  max-height: 630px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 37px;
}

.latest-camp .prod-desc h3 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;

}
.why-choose-source p {
    line-height: 32px;
}
.connection-wrap.product-suppliers .cta_button {
    font-size: var(--font-23);
}
.campaign-form .form-wrap .hs-richtext p {
    line-height: 32px;
    margin-bottom: 15px;
}
.campaign-form form .hs-richtext{margin-bottom: 0px;}
.why-choose-source .row{
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.latest-camp .prod-desc p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  color: #F2EDE7;
}

.latest-camp .btn {
  min-height: 60px;
  background: #F2EDE7;
  border: 1px solid #F2EDE7;
  color: var(--font-black);
  justify-content: center;
  font-size: var(--font-23);
  line-height: 25px;
  border-radius: 37px !important;
}

.latest-camp .btn:hover {
  background: var(--primary-dark);
  border: 1px solid var(--primary-dark);
  color: var(--font-white);
}

/* why-choose-source */
/* .why-choose-source {
  padding: 100px 0 60px;
}

.why-choose-source .top-space {
  padding-top: 100px;
} */

.why-choose-source .connection-det-wrap {
  margin-top: 40px;
}

.why-choose-source .connection-det-wrap .btn.btn-secondary {
  max-width: fit-content;
}

/* .campaign-form */


.campaign-form .real-time-connection-title {
  border-top: none;
  max-width: 970px;
}

.campaign-form .basic-det.radio-wrap {
  gap: 0px;
  flex-direction: column;
}

.campaign-form .basic-det.radio-wrap .radio-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.campaign-form .basic-det.radio-wrap .radio-wrap p,
.campaign-form .basic-det.radio-wrap .radio-wrap label {
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
}

.campaign-form .form-wrap p {
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.basic-det .select-wrp {
  border-bottom: none;
  position: relative;
      max-width: 100%;
    width: 100%;
}

.basic-det select {
  width: 100%;
  max-width: 530px;
  border: none;
  color: var(--font-black);
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 400;

  background: #F2F2F2;
  border-radius: 9px;
  padding: 12px 17px;
  font-size: var(--font-20);
  position: relative;
  -webkit-appearance: none;

}

.basic-det .select-wrp:before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L9 8L1 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  height: 100%;
  width: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  right: 12px;
  top: 45%;
  z-index: 2;
}

/*  */
.exhibition-interest .basic-det input,
.exhibition-interest .basic-det.desc-det textarea,
.exhibition-interest .select-wrp {
  max-width: 48%;
}

.exhibition-interest .basic-det.desc-det {
  flex-direction: column;
}

.exhibition-interest .basic-det.desc-det input {
  max-width: 100%;
}

.exhibition-interest .basic-det {
  justify-content: space-between;
}

.exhibition-interest .general-enquiry-title,
.exhibition-ad .general-enquiry-title {
  max-width: 100%;
}

.our-culture-main-title.the-arc-exhibitions-title.exhibition-ad {
  padding-bottom: 0;
}

.exhibition-ad .general-enquiry-title {
  padding-top: 79px;
}

.exhibition-ad .btn {
  margin-top: 50px;
}

.exhibition-interest {
  padding: 100px 0 30px;
}

.helpful-links,
.our-services {
  
  padding: 0 20px;
}
.helpful-links h5{
margin-top: 55px;
}
.general-enquiry.exhibition-interest .col-lg-4 .helpful-links:first-child h5{
  margin-top: 0px;
}
.helpful-links h5{
  font-size: var(--font-25);
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  font-weight: 500;
}


.helpful-links ul {
    display: block !important;
}
.helpful-links a,
.our-services a,
.our-services p {
  font-size: var(--font-17);
  line-height: 36px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  margin-bottom: 0px;
  display: block;
}

.helpful-links p, .our-services p {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-top: 1.5px solid var(--font-black);
  margin-top: 30px;
  padding-bottom: 10px;
  font-size:12px !important;
  margin-bottom:0px;
  line-height: 36px;
}
.helpful-links p span{
  font-size:12px !important;
  text-transform: uppercase;
  
}
.exhibition-interest .form-wrap .btn {
  max-width: fit-content;
  padding: 0 38px;
}

.supplier-events-stall-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
}

.supplier-events-stall-bg::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-color: var(--font-black);
  top: 0;
  left: 0;
  opacity: 0.40;
}

.supplier-events-stall-bg h1 {
  font-size: var(--font-100);
  line-height: 100px;
  letter-spacing: -5px;
  color: #FFFFFF;
  max-width: 900px;
  z-index: 1;
}

/* grow-with-us */
.grow-with-us-form .basic-det select {
  max-width: 100%;
}

.radio-wrp {
  display: flex;
  border-bottom: 1px solid var(--font-black);
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.radio-cc-wrp {
  flex-grow: 1;
  margin-top: 40px;
  padding: 0 10px;
}

.grow-with-us-form .basic-det.desc-det textarea {
  max-width: 100%;
}

/* a-d-product-event-design */
.serial-no.serial-nm.f-130 {
  font-size: 130px;
}

.ad-space {
  padding: 100px 0;
}

/* Success Stories page start */
/*how-product-suppliers  */
.sccss-st {
  padding: 150px 0 0;
}

.success-stories.story-m .how-product-suppliers {
  display: flex;
  gap: 45px 20px;
  flex-wrap: wrap;
}
.success-stories.hot-topic .how-product-suppliers .product-suppliers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 30px;
}

.how-product-suppliers .success-story-slide img,
.ad-in-story {
  width: 100%;
  height: 400px;
   transition: 0.3s;
}
a.whole-link {
    overflow: hidden;
    display: block;
   transition: 0.3s;
}
a.whole-link img:hover {
    transform: scale(1.2);
}
a.whole-link+p {
    margin-top: 20px;
}
.how-product-suppliers .success-story-slide {
  position: relative;
  overflow: hidden;
}

.how-product-suppliers .success-story-slide .side-quick-contact {
  top: 42px;
  right: -43px;
  width: 115px;
  height: 30px;
}

.how-product-suppliers .success-story-slide .side-quick-contact a, .how-product-suppliers .success-story-slide .side-quick-contact span.cta_button {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.01em;
}
.how-product-suppliers .success-story-slide .side-quick-contact span.cta_button {
   border-radius: 0px !important;
  width: auto;
    height: auto;
    min-height: 30px;
    padding: 0px 10px;
}
.success-stories.story-m .search-wrp {
    margin: 50px 0;
    padding: 35px 0;
}
.search-wrp {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.search-wrp input {
  height: 69px !important;
/*   background-color: #EEFEC4 !important; */
  padding: 10px 20px !important;
  width: 100%;
  border: none !important;

}

.search-wrp span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    width: 100%;
}
.search-wrp input,
.search-wrp input::placeholder {
  font-size: var(--font-35) !important;
  line-height: 42px;
  letter-spacing: -1.5px;
  color: var(--font-black);
}
.how-product-suppliers .success-story-slide .side-quick-contact a.cta_button {
    background: transparent;
    border: 0px;
    width: auto;
    height: 100%;
  min-height: 30px;
}


.success-stories+.exhibition-logo-slide {
  padding: 0 0 125px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* testimonials */

.testimonials {
  padding: 60px 0 50px;
}

.archive-filter .how-product-suppliers .success-story-slide {
    display: none;
}


.team-zeen-go-green-slide-wrap p{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: contents;
}
.success-stories.story-m .how-product-suppliers .success-story-slide .side-quick-contact {
    width: auto;
    bottom: unset;
    transform: rotate(90deg);
    top: 45px;
    right: -49px;
}
.testim-heading-wrap h4 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
  padding: 30px 0;
}

.testimonials-elem-wrp {
  display: flex;
  gap: 20px;
  /* align-items: flex-start; */
  justify-content: center;
  flex-wrap: wrap;
}

.testimonials-elem {
  width: 420px;
  min-height: 340px;
  
  /* height: auto; */
  padding: 30px;
  background: #EEFEC4;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.testimonials-elem h4, .testimonials-elem h4 span {
  font-size: var(--font-40);
  line-height: 47px;
  letter-spacing: -1.6px;
  color: var(--font-black);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.testimonials-elem p {
  margin-bottom: 0;
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.testimonials-elem .testimonial-name  {
  margin-bottom: 0;
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
  padding-top: 20px;
}
.testimonials-elem .testimonial-name span div{
line-height: 17px;
}
.load-more-wrp {
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
}
.load-more-wrp button {
    margin: 0 auto;
}
.load-more-wrp a.btn.btn-secondry {
  margin: 0 auto;
  min-height: 40px;
}

.search-wrp h4 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
}

.search-wrp p {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

.industry-news-input {
  display: flex;
}

.industry-news-input button,
.industry-news-input a {
  width: 200px;
  height: 70px;
  background: var(--primary-light);
  font-size: var(--font-20);
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.281818px;
  border: 0;
  transition: all 0.3s ease-in;
}

.industry-news-input button:hover,
.industry-news-input a:hover {
  background: var(--primary-dark);
  color: var(--font-white);
}

.testimonials+.bt-ad {
  padding-bottom: 112px;
}

.exhibition-logo-slide+.bt-ad {
  padding: 20px 0;
}

/* resources page start*/
.resources-top-bg .top-title-wrap {
  height: 860px;
}

.resources-top-bg {
  position: relative;
  overflow: hidden;
}

.resources-top-bg .top-title-wrap h1,
.resources-top-bg .top-title-wrap h1 span {
  font-size: var(--font-230);
  line-height: 238px;
  letter-spacing: -5px;
  margin-bottom: 0;
}

.resources-top-bg .top-title-wrap h1 span {
  color: var(--primary-light);
  text-transform: uppercase;
}

.hot-topic .achive-title h4 {
  border-top: 1px solid var(--font-black);
}

.hot-topic .slide-date p:first-child {
  border-bottom: none;
}

.resources-top-bg .side-quick-contact {
  top: unset;
  bottom: 230px;
  width: 520px;
  right: -230px;
}

.from-the-archive {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
}

.from-the-archive h3 {
  font-size: var(--font-50);
  line-height: 50px;
  letter-spacing: -0.03em;
}

.arc-tabs-wrp {
  display: flex;
  gap: 30px;
}

.arc-tabs-wrp a {
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.5px;
}

.arc-tabs-wrp a.active {
  text-decoration: underline;
}

.success-story-slide p, .success-story-slide p a.title-link {
  font-size: var(--font-20);
  line-height: 25px;
  letter-spacing: -0.5px;
}

.from-arc-news-wrp .lg-ad {
  margin: 20px 0 50px;
}

.success-stories.hot-topic {
  padding: 70px 0 0px;
}

.hot-topic .search-wrp input.bg-prim {
  background: var(--primary-light)
}

.hot-topic .search-wrp input.bg-grey {
  background: var(--gray);
}
.how-product-suppliers .success-story-slide .side-quick-contact.lg-sec {
  top: 160px;
  right: -160.5px;
  width: 350px;
  justify-content: flex-start;
  background: none;
}
.how-product-suppliers .success-story-slide .side-quick-contact.lg-sec a, .how-product-suppliers .success-story-slide .side-quick-contact.lg-sec span.white {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.01em;
  padding: 9px;
}
.side-quick-contact.lg-sec a.primary{
  background: var(--primary-light);
}
.side-quick-contact.lg-sec a.white, .side-quick-contact.lg-sec span.white{
  background: var(--font-white);
}
.side-quick-contact.lg-sec a.grey{
  background: var(--gray);
}
.success-stories.story-m .how-product-suppliers .success-story-slide .side-quick-contact{
    background: none;
    justify-content: flex-start;
    right: -160.5px;
    top: 160px;
    width: 350px;
}


/*---------------------*/
.newslatter-wrap h3.form-title, .newslatter-wrap form .hs_email.hs-email label {
    display: none;
}

.newslatter-wrap form {
    background: transparent;
    display: flex;
    width: 100%;
    max-width: 100%;
}

.newslatter-wrap form .hs_email.hs-email {
    margin-bottom: 0px;
    max-width: 1100px;
    width: 100%;
}

.newslatter-wrap form .hs_email.hs-email .input input.hs-input {
    max-width: 1100px;
    width: 100%;
    height: 70px;
    border: 1px solid transparent;
    padding: 18px 15px;
    font-size: var(--font-35);
    line-height: 42px;
    letter-spacing: -1.5px;
    color: var(--font-black);
    border-radius: 0px;
}

.newslatter-wrap form .hs_submit.hs-submit {
    max-width: 200px;
    width: 100%;
}

.newslatter-wrap form .hs_submit.hs-submit .actions input.hs-button.primary.large {
    max-width: 200px;
    width: 100%;
    height: 70px;
    background: var(--primary-light);
    border: none;
    border-radius: 0px;
  font-size: 16px;
    letter-spacing: 0.3px;
}
.newslatter-wrap  span.hs_cos_wrapper {
    width: 100%;
}

/* .hs-content-id-106564035948 img.logo-dark, .hs-content-id-107490556018 img.logo-dark, .hs-content-id-109775402259 img.logo-dark, .hs-content-id-123594458989  img.logo-dark {
    opacity: 0;
}
.hs-content-id-106564035948 img.logo-light, .hs-content-id-107490556018 img.logo-light, .hs-content-id-109775402259 img.logo-light, .hs-content-id-123594458989  img.logo-light{
    opacity: 1;
} */
/* .hs-content-id-109775402259 header .menu-wrap a, .hs-content-id-123594458989 header .menu-wrap a{
  color: var(--font-black);
}
.hs-content-id-109775402259 header, .hs-content-id-123594458989 header{
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.hs-content-id-109775402259 header .logo-light, .hs-content-id-123594458989 header .logo-light{opacity:1;} */

.support-sales .desc-wrap p,
.support-sales .desc-wrap li,
.support-sales .desc-wrap.br-b p,
.support-sales .desc-wrap.br-b li {
  border-bottom: 1px solid var(--font-black);
  padding-bottom: 20px;
  font-size: var(--font-17);
  line-height: 23px;
  letter-spacing: -0.5px;
  padding-top: 20px;
}
.support-sales .industry-demad .desc-wrap {
    border-top: none;
}

.industry-want .cta_button {
    border-radius: 28px;
    font-size: 16px;
    letter-spacing: -.6px;
    line-height: 28px;
    max-width: 110px;
    height: 30px;
    min-height: 30px;
    padding: 0px 0;
    width: 100%;
  margin-bottom: 12px;
}
section.industry-want.support-sales .common-title {
    padding: 0px;
}
section.be-seen-by-our-network.play-vid .pop-up-video {
    display: none;
}
.industry-want.support-sales .desc-wrap.br-t p {
    border-bottom: 0px !important;
    padding-top: 0px !important;
}

.success-stories-title h3 {
    font-size: var(--font-70);
    line-height: 71px;
    letter-spacing: -4.6px;
    max-width: 970px;
    width: 100%;
}
.success-stories-title p {
    font-size: var(--font-25);
    line-height: 32px;
    letter-spacing: -1px;
    max-width: 970px;
    width: 100%;
  margin-bottom: 0px !important;
}
.feature-count .feature-element p {
    font-size: 17px;
    line-height: 23px;
}
.our-culture-main-title.right-cntent .tabs-desc {
    margin-left: 500px;
    max-width: 860px;
}
.our-culture-title-wrap .btns-row {
    display: flex;
    gap: 30px;
}
.our-culture-title-wrap .btns-row .btn2 .cta_button {
    background: transparent;
    border: 1.5px solid #000000 !important;
}
.our-culture-title-wrap .btns-row .btn2 .cta_button:hover {
    color: #000;
}
/*--------------campaign-form-------------*/

.campaign-form form, .general-enquiry form {
    background: #fff;
    border: 0px;
}
.campaign-form h3.form-title, .general-enquiry h3.form-title {
    display: none;
}
.campaign-form fieldset label, .general-enquiry fieldset label {
    display: none;
}
.campaign-form fieldset .input ul.inputs-list.multi-container label, .general-enquiry fieldset .input ul.inputs-list.multi-container label {
    display: block;
}
.campaign-form fieldset .input ul.inputs-list.multi-container label span, .general-enquiry fieldset .input ul.inputs-list.multi-container label span {
    font-size: var(--font-17);
    line-height: 23px;
    letter-spacing: -0.5px;
}
.campaign-form fieldset .input ul.inputs-list.multi-container label .hs-input, .general-enquiry fieldset .input ul.inputs-list.multi-container label .hs-input {
    width: 25px !important;
    height: 25px;
}
.campaign-form .form-wrap p, .general-enquiry .form-wrap p {
    font-size: var(--font-25);
    letter-spacing: -1px;
    line-height: 0px;
    margin-bottom: 40px;
}
.campaign-form .form-columns-2 .hs-form-field,.form-columns-1 .hs-fieldtype-select.hs-form-field{
   width: 100% !important;
    max-width: 48% !important;
}

.campaign-form .form-wrap .input, .general-enquiry .form-wrap .input{
   margin-right:0 !important;
}
.campaign-form .form-wrap input, .general-enquiry .form-wrap input{
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    margin-bottom: 20px;
    color: var(--font-black);
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 400;
    border-radius: 0;
}
.campaign-form .hs_submit.hs-submit input.hs-button.primary.large, .general-enquiry .hs_submit.hs-submit input.hs-button.primary.large {
    margin-top:30px;
    display: flex;
    min-height: 60px;
    padding: 10px 38px;
    border-radius: 37px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-light);
    color: var(--font-black);
    font-size: var(--font-20);
    font-weight: 400;
    line-height: 25px;
    background: var(--primary-light);
    background-image: linear-gradient(to left, transparent, transparent 50%, var(--secondry-dark) 50%, var(--secondry-dark));
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.campaign-form .form-wrap li.hs-form-radio input, .general-enquiry .form-wrap li.hs-form-radio input {
    margin-bottom: 0px !important;
}
.campaign-form .hs_submit.hs-submit input.hs-button.primary.large:hover{background-color: #0e151f;border-color: #0e151f;background-position: 0 0;background-image: #0e151f;border-radius: 30px;  color: #fff;}
.campaign-form .form-wrap input:focus-visible, .campaign-form .form-wrap select.hs-input:focus-visible, .general-enquiry .form-wrap input:focus-visible, .general-enquiry .form-wrap select.hs-input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.campaign-form .form-wrap .hs-fieldtype-select .input, .general-enquiry .form-wrap .hs-fieldtype-select .input {
    border-bottom: none;
    position: relative;
    background: #F2F2F2;
    border-radius: 9px;
}
.campaign-form .form-wrap select.hs-input, .general-enquiry .form-wrap select.hs-input {
   width: 100% !important;
    border: none;
    color: var(--font-black);
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 400;
    background: #F2F2F2;
    padding: 12px 15px;
    font-size: var(--font-20);
    position: relative;
    -webkit-appearance: none;
}
.campaign-form .form-wrap .hs-fieldtype-select .input:before, .general-enquiry .form-wrap .hs-fieldtype-select .input:before{
    position: absolute;
    content: '';
    background-image: url(//21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/raw_assets/public/the-arc-agency-2023/images/module-icons/arr-down.svg);
    height: 100%;
    width: 20px;
    z-index: 1;
    background-repeat: no-repeat;
    right: 12px;
    top: 45%;
}

/*---------general-enquiry exhibition-interest FormStart---------*/

.form-wrap select.hs-input {
    border-radius: 9px;
}
.general-enquiry .form-columns-2 .hs-form-field, .general-enquiry .form-wrap input[type=submit] {
    width: 100% !important;
    max-width: 48% !important;
}

/*---------general-enquiry exhibition-interest FormEnd---------*/
.general-enquiry .form-wrap input[type=submit]
/* Custom arrow Team Zeen Go Green start*/
.cutom-arr-for-slide {
  position: relative;
}

.owl-carousel__nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.owl-carousel__prev,
.owl-carousel__next {
  height: 100%;
  width: 50%;
  font-size: 0;
}

.cursor-follower.go-back.activeplay .go-down-btn svg,
.cursor-follower.go-next.activeplay .go-down-btn svg {
  transform: rotate(-0);
  height: 164px;
  width: 164px;
  background: var(--primary-light);
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.cursor-follower .go-down-btn svg:nth-child(2),
.cursor-follower .go-down-btn svg:nth-child(3) {
  display: none;
}

.cursor-follower.go-next .go-down-btn svg:nth-child(1),
.cursor-follower.go-back .go-down-btn svg:nth-child(1) {
  display: none;
}

.cursor-follower.go-back .go-down-btn svg:nth-child(2) {
  display: block;
}

.cursor-follower.go-next .go-down-btn svg:nth-child(3) {
  display: block;
}
/* Custom arrow Team Zeen Go Green end*/
.hot-topic .success-story-slide, .story-m .success-story-slide {
    max-width: calc(33.33% - 20px);
}
.industry-news-input h3 {
    display: none;
}
.search-wrp  form .hs_email input, .search-wrp form .hs_email input::placeholder {
    font-size: var(--font-35);
    line-height: 42px;
    letter-spacing: -1.5px;
    color: var(--font-black);
}
.industry-news-input form {
    background: transparent;
    display: flex;
  justify-content: space-between;
}
.industry-news-input form .hs_email label{
  display:none;
}
.industry-news-input form .hs_email {
    margin-bottom: 0;
    max-width: 1100px;
    width: 100%;
}
.industry-news-input .actions input.hs-button {
    width: 200px;
    height: 70px !important;
    background: var(--primary-light) !important;
    font-size: var(--font-20) !important;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.281818px;
    border: 0 !important;
    border-radius: 0px;
    transition: all 0.3s ease-in;
}
.resources-top-bg.supplier-events-stall-bg .cta_button {
    width: 520px !important;
}
.resources-top-bg.supplier-events-stall-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.achive .row:before {
    border-bottom: 0!important;
    content: "";
    display: block;
    width: 97.3%;
    margin-left: calc(var(--bs-gutter-x)*.5);
}

.general-enquiry.contact-form textarea {
    border-top: 0px !important;
    padding-top: 0px !important;
}

.general-enquiry.contact-form .hs-form-field {
    margin-bottom: 20px;
}
.general-enquiry.contact-form fieldset.form-columns-1 .hs-fieldtype-radio {}

.general-enquiry.contact-form fieldset.form-columns-1 .hs-fieldtype-radio label {
    display: block;
}
.general-enquiry.contact-form fieldset.form-columns-1 .hs-fieldtype-radio ul.inputs-list.multi-container {
    display: flex;
}
.general-enquiry.contact-form fieldset.form-columns-1 .hs-fieldtype-radio ul.inputs-list li span {
    padding-right: 60px;
    font-size: var(--font-23);
    line-height: 25px;
    letter-spacing: -0.6px;
}
.success-stories.hot-topic .search-wrp {
    padding: 35px 0px;
    margin-bottom: 50px;
}
.resources-top-bg .side-quick-contact span.hs-cta-node {
    bottom: 230px;
    right: -230px;
    top: unset;
    width: 520px;
}
.how-product-suppliers .success-story-slide.ad-wrp.full-width {
    width: 100%;
    max-width: 100%;
}
.ad.h-130 {
    min-height: 130px;
}

footer .hs-cta-node .cta_button {
    margin-top: 130px;
    max-width: 160px;
    width: 100%;
    height: 40px;
    min-height: 40px;
    display: flex;
}
.our-culture-main-title.post-content .highlight-content{
  margin-bottom: 30px;
}
.our-culture-main-title.post-content .highlight-content p{
    font-size: var(--font-35);
    letter-spacing: -1.5px;
    line-height: 42px;
    font-weight: 400 !important;
}

.our-culture-main-title.post-content p, .our-culture-main-title.post-content p a {
    font-size: var(--font-20);
    letter-spacing: -0.5px;
    line-height: 25px;
}
.our-culture-main-title.post-content a{
  font-weight: 700;
  text-decoration: underline;
}
.our-culture-main-title.post-content h4 {
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: -1.6px;
    margin-top: 65px;
    margin-bottom: 15px;
}

.our-culture-main-title.post-content h5 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.04em;
    margin-top: 50px;
    margin-bottom: 15px;
}
.our-culture-main-title.post-content h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    margin-top: 65px;
    margin-bottom: 15px;
}
.our-culture-main-title.post-content ul{
   list-style: disc;
}
.our-culture-main-title.post-content ul, .our-culture-main-title.post-content ol {
  padding-left: 30px;
  padding-bottom:14px;
}

.our-culture-main-title.post-content ul li, .our-culture-main-title.post-content ol li {
    font-weight: 400;
    font-size: var(--font-20);
    line-height: 25px;
    letter-spacing: -0.05px;
    margin-bottom: 20px;
}
.our-culture-main-title.post-content blockquote {
    border-left: 5px solid #C4FC3F;
    padding: 10px 20px;
    margin: 43px 0px 63px;
}
.our-culture-main-title.post-content blockquote h5 {
    font-weight: 400;
    font-size: var(--font-25);
    line-height: 32px;
    letter-spacing: -0.04em;
    margin: 0px;
}
.our-culture-main-title.post-content .content-section {
   max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.our-culture-bg .side-quick-contact, .how-product-suppliers.related-posts .hs_cos_wrapper .side-quick-contact{
    position: absolute;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(90deg);
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.7px;
}
.our-culture-bg .side-quick-contact{
   bottom: 116px;
    height: 30px;
    right: -150px;
    width: 330px;
    
}
.success-story-inner {
    position: relative;
  overflow:hidden;
}
.how-product-suppliers.related-posts .hs_cos_wrapper .side-quick-contact{
    height: 30px;
    right: -160.5px;
    top: auto;
    width: 350px;
    bottom: 0;
    transform: rotate(90deg) translateX(-128px);
}
  
}
.our-culture-bg .side-quick-contact a.primary {
    background: var(--primary-light);
}
.our-culture-bg .side-quick-contact a.white {
    background: var(--font-white);
}
.our-culture-bg .side-quick-contact a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.01em;
    padding: 9px;
}
.hs-blog-post .logo img.logo-light {
    opacity: 1;
}

.hs-blog-post .logo img.logo-dark {
    opacity: 0;
}
.how-product-suppliers.related-posts .hs_cos_wrapper {
    display: flex;
    gap: 45px 20px;
    flex-wrap: wrap;
}

.how-product-suppliers.related-posts .hs_cos_wrapper .success-story-slide {
    max-width: calc(33.33% - 20px);
}

.how-product-suppliers.related-posts .hs_cos_wrapper .success-story-slide p a {
    color: #CACACA;
    font-weight: 400;
    font-size: var(--font-20);
    letter-spacing: -.5px;
    line-height: 25px;
}
.blog-related-posts h2 {
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 70px;
    line-height: 71px;
    letter-spacing: -4.6px;
    color: #CACACA;
}
.blog-related-posts {
    background: #0E151F;
    padding: 77px 0px !important;
}
.achive-sub .cta_button {
    padding: 2px 0px !important;
}

.real-time-connection .cta_button.btn.btn-sm {
        padding: 0;
    width: 120px;
    height: 40px;
    font-size: 20px;
    line-height: 25px;
}
.stick-me {
    position: sticky;
    top: 125px;
  height:auto;
}
.footer .d-flex {
    align-items: center;
}

.upcoming-exhibitions .events-table .cta_button {
    background: transparent!important;
    border: 0;
    min-height: 40px;
    max-width: 180px;
    font-size: var(--font-20);
    line-height: 25px;
    letter-spacing: -0.5px;
    padding: 3px 0px !important;
}
.upcoming-exhibitions .events-table .btn-color {
    border-radius: 37px;
}

.how-product-suppliers .side-quick-contact .hs-cta-wrapper>span{
    position: absolute;
    width: 115px;
    height: 30px!important;
    right: -43px!important;
    top: 42px!important;
    transform: rotate(90deg);
}

.how-product-suppliers .success-story-slide .side-quick-contact{
    height: 30px;
    right: 0px;
    top: 0px;
    width: 115px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(0deg);
}

.load-more-wrp button.btn.btn-secondry {
    margin: 0 auto;
    min-height: 40px;
    padding: 10px 0;
}

.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form fieldset.form-columns-3 label {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #000;
}
.general-enquiry.exhibition-interest.grow-with-us-form.campaign-form fieldset.form-columns-3{
   margin-bottom:8px;
}
.our-culture-main-title.the-arc-exhibitions-title.exhibition-ad .cta_button {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: -0.5px;
}
.our-culture-main-title.post-content .tabs-title {
    padding-bottom: 42px;
}
.ad p {
    color: #fff;
}
.hs-content-id-109264993821 .connection-det-wrap .connecion-img img {
    height: 590px;
}



.real-time-con-wrap .owl-nav {
    top: 160px;
    height: 100px;
    justify-content: space-between;
    display: flex;
}
.real-time-con-wrap button.owl-prev {
    width: 25%;
    top: -100px;
    position: absolute;
    left: 0;
}

element.style {
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.real-time-con-wrap button.owl-next {
    width: 25%;
    top: -100px;
    position: absolute;
    right: 0;
}
.real-time-con-wrap .owl-prev span, .real-time-con-wrap .owl-next span {
    bottom: 0;
    top: unset;
}


.single-event-gallry .how-product-suppliers .product-suppliers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.single-event-gallry .how-product-suppliers .product-suppliers-row .success-story-slide {
    max-width: calc(33.33% - 20px);
}
.testim-heading-wrap {
    border-top: 1px solid var(--font-white);
}
.gallery-elements .success-story-slide p {
    margin-bottom: 0;
}
.success-story-slide span {
    font-size: var(--font-17);
    line-height: 23px;
    letter-spacing: -0.5px;
}
.gallery-elements .success-story-slide {
    gap: 20px;
}
.gallery-filter li, .gallery-filter li a {
    background: none;
    border: none;
    z-index: 2;
    position: relative;
    padding: 30px 0 40px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.0154547px;
    color: var(--font-white);
}

.gallery-filter ul {
    display: flex;
    gap: 20px;
    border-top: 10px solid #4F4F4F;
}
.event-next-prev .col-lg-12 {
    display: flex;
    justify-content: space-between;
}
.event-next-prev {
    padding-bottom: 100px;
}
.back-sahre {
    display: flex;
    align-items: center;
}

ul.hs-blog-social-share-list {
    margin-bottom: 0;
    padding-bottom: 0 !important;
} 

@media(max-width: 992px){
#hs_cos_wrapper_module_168898156610026 .single-event-gallry{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.event-next-prev {
    padding-bottom: 50px;
}
.single-event-gallry .how-product-suppliers .product-suppliers-row .success-story-slide {
    max-width: calc(50% - 10px);
    min-height: 200px;
}

}
@media(max-width:661px){
  .general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-2>div.hs-form-field.hs-fieldtype-select {margin-bottom: 25px;}
  .general-enquiry .form-columns-1 .hs-form-field, .general-enquiry.exhibition-interest .form-columns-1 .hs-form-field{margin-bottom:15px;}
  .general-enquiry.exhibition-interest.grow-with-us-form.campaign-form form fieldset.form-columns-2 > div.hs-form-field {
    margin-right:0%;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom:0;
}
 .exhibition-interest form fieldset.form-columns-2>div.hs-form-field.hs-fieldtype-select {margin-bottom: 25px;}
  .exhibition-interest .hs-form-field{margin-bottom:15px;}  
  .exhibition-interest form fieldset.form-columns-2 > div.hs-form-field{ margin-right:0%;width: 100% !important;max-width: 100% !important; margin-bottom:0;}
  
 .single-event-gallry .how-product-suppliers .success-story-slide img {
    height: 200px;
}
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: #00000080;
  padding: 30px 0;
  display: none;
}
.top-btn-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top-btn-wrp span{
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share img,.close img{
  height: 25px;
}
.show-slide-popup .popup{
  display: block;
}
p.open-slide-popup {
  position: relative;
  z-index: 99;
  display: block;
  background: rebeccapurple;
}
.show-slide-popup {
  overflow: hidden;
}


/* events-rspf */
.events-rspf {
  min-height: 1120px;
}

.events-rspf .bg-text {
  position: absolute;
  left: unset;
  right: 0;
  top: 0;
  max-width: 100%;
}

.events-rspf .page-title {
  margin-left: 0;
  max-width: 100%;
}

.events-rspf .page-title h1 {
  font-weight: 600;
  font-size: 170px;
  line-height: 165px;
  letter-spacing: -11px;
}

.events-rspf .page-title h3 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.03em;
}

.time-det {
  margin: 80px 0 60px;
}

.events-rspf .cta_button {
  max-width: 250px;
  width: 100%;
  justify-content: center;
}

.rspf-form header {
  background: rgba(0, 0, 0, 0.2);
}


.event-details .cta_button {
  transition: all 0.3s ease-in;
}

.btn.btn-secondry.btn-light-blue:hover {
  background: var(--font-black);
  border: 1px solid var(--font-black);
  color: var(--font-white);
}



.events-details-sec {
  max-width: 400px;
  width: 100%;
  margin: 20px 0;
}

.events-details-sec p {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.008em;
}

.events-details-sec p:first-child {
  text-transform: uppercase;
}

.events-details-sec h5 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.04em;
  max-width: 250px;
  font-weight: 500;
}

.events-details-sec-wrp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.events-details-sec-wrp .cta_button {
  min-height: 39px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.281818px;
  transition: all 0.3s ease-in;
  margin-top: 50px;
  width: 180px;
}

/* .events-details-sec-wrp .cta_button:hover {
  background: var(--primary-dark);
} */
#hs_cos_wrapper_widget_1689151367449 .event-details .cta_button:hover {
    color: white;
}
.blank-dividers {
  display: flex;
  width: 100%;
}
.blank-dividers .divider img {
    object-fit: cover;
    width: 100%;
}
.divider {
  width: 50%;
  /*height: 500px;*/
}
.basic-det select {
    width: 100%;
    max-width: 530px;
    border: none;
    color: var(--font-black);
    line-height: 25px;
    letter-spacing: -0.5px;
    font-weight: 400;
    background: #F2F2F2;
    border-radius: 9px;
    padding: 12px 9px;
    font-size: var(--font-20);
    position: relative;
    -webkit-appearance: none;
}

.gallery-filter button, .gallery-filter a, .gallery-filter button:hover, .gallery-filter button:focus {
    background: none;
    border: none;
    z-index: 2;
    position: relative;
    padding: 30px 0 40px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.0154547px;
    color: var(--font-white);
}

/* 13-07 update */
.gallery-elements .success-story-slide a img {
    margin-bottom: 20px;
}
.event-single-page .back-event a span{
    font-size: 17px;
    line-height: 36px;
    letter-spacing: -0.34px;
    text-decoration-line: underline;
}
.event-single-page .our-culture-main-title.post-content ul.hs-blog-social-share-list li {
    margin-bottom: 0;
  list-style: none;
}
.event-single-page .tabs-desc .back-sahre {
    align-items: flex-end;
    gap: 45px;
}
.back-event:nth-child(2) span:nth-child(1) {
    display: none;
}
.event-single-page td._51m-.hCent {
    display: none;
}
.event-single-page td._51m-._2pir._51mw button {
    color: #000;
    background: none;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: -0.34px;
    text-decoration-line: underline;
    margin-top: -5px;
   margin-left: 10px;
}

/* updated logo slider */
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 22px;
  max-width: 210px !important;
  height: 90px !important;
}
/* RSVP form layut fix */
.general-enquiry .form-wrap label {
    display: none;
}
.general-enquiry form {
/*     display: flex;
    flex-wrap: wrap; */
    gap: 20px;
}
.general-enquiry .form-wrap input {
    max-width: 100% !important;
    width: 100% !important;    
}
.general-enquiry form input#phone,.general-enquiry form input#email,.general-enquiry form input#last_name,.general-enquiry form input#first_name,.general-enquiry form input#state, select {
    max-width: calc(50% - 30px);
}
.general-enquiry .select-container{
  display:flex;
  flex-wrap:wrap;
  margin:40px 0 0;
}
.general-enquiry .select-drp-wrp {
    width: 48.5%;
    margin-right: 3%;
}
.general-enquiry .select-drp-wrp:last-child{
margin-right:0;
}
.select-drp-wrp select{
    position: relative;
    max-width: 100%;
    width: 100%;
    border-radius: 9px;
    background: #F2F2F2;
    transition: all 0.3s ease-in;
    background:#F2F2F2 url('https://21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/Polygon%201.svg');
    background-repeat:no-repeat;
    background-size:21px;
    background-position: 97% 27px;
   -webkit-appearance:none;
   appearance:none;
   border:none;
}

/* .select-drp-wrp select {
    background: none;
    border: 0;
    padding: 12px 17px;
    border-radius: 9px;
    background:#F2F2F2 url('https://21344682.fs1.hubspotusercontent-na1.net/hubfs/21344682/Polygon%201.svg');
    width: 100%;
      max-width: 100%;
} */

.select-drp-wrp select option:not(:last-child) {
    margin-bottom: 10px;
}

.act.select-drp-wrp select {
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;

    width: 100%;
    z-index: 1;
    background: inherit;
    transition: all 0.3s ease-in;
}

.select-drp-wrp.act {
    overflow: unset;
}

.drp-btn {
    height: 100%;
    width: 40px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    border-radius: 0 9px;
  transition: all 0.3s ease-in;
}

.drp-btn:after {
    position: absolute;
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    height: 10px;
    width: 10px;
  transition: all 0.3s ease-in;
}

.act .drp-btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.general-enquiry .form-wrap input[type="submit"] {
    width: 250px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 37px;
    background: #C4FC3F;
    border: 0;
    color: #000;
  margin-top: 20px;
}
.event-single-page .body-container {
    background: #000;
    color: #fff;
}

.event-single-page .body-container p,.event-single-page .body-container span,.event-single-page .body-container h1,.event-single-page .body-container h2,.event-single-page .body-container h3,.event-single-page .body-container h4,.event-single-page .body-container h5,.event-single-page .body-container h6,.event-single-page .body-container li,.event-single-page .body-container a {
    color: #fff;
}
.event-single-page .logo-dark {
    opacity: 1 !important;
}
.event-single-page .logo-light {
    opacity: 0 !important;
}
.event-single-page .sticky .logo-dark {
    opacity: 0 !important;
}
.sticky .logo-light,.menu-active .logo-light {
    opacity: 1 !important;
}
/* 17 07 update */
.back-event .facebook {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.our-culture-title-wrap .back-event a {
    margin-top: 0 !important;
  text-decoration:none;
}
.gallery-filter-wrp .basic-det {
    max-width: 530px;
    width: 100%;
}



/*----------QA sheet-----------*/
ul.active-branch {
    gap: 10px;
    flex-direction: row-reverse;
}
.hs_cos_wrapper_type_inline_rich_text {
    text-align: left;
}
.feature-tabs p{
transform: translateY(50vh);
}
.popup-wrap iframe, .popup-wrap,.modal-content{
/* height: calc(100vh - 100px); */
  max-height: unset;
}
@media(min-width: 991px){
#popupModalCenter .modal-dialog.modal-dialog-centered.modal-xl {
    max-width: 900px;
}
}
header .menu-wrap .hs_cos_wrapper a:last-child {
    border: 1.74774px solid var(--primary-light);
}

ul.menu__submenu {
    display: none;
}
.our-culture-title-wrap .btns-row .btn2 .cta_button {
    background: transparent;
    border: 1.5px solid #000000 !important;
}
.our-culture-title-wrap .btns-row .btn2 .cta_button:hover {
    color: #000;
}
.time-det p:first-child {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.6px;
}
.rspf-form header.sticky {
    background: #fff;
}
.side-quick-contact span div {
    align-items: center;
    background: var(--primary-light);
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: -46px;
    text-align: center;
    top: 340px;
    transform: rotate(90deg);
    min-width: 150px;
    color: #000 !important;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 135.714% */
    letter-spacing: -0.7px;
}
.rspf-form .side-quick-contact span.cta_button {
    background: transparent !important;
}
.events-rspf .bg-text{
    overflow: hidden;
}
#moving-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and cover container */
  transform: translate(0, 0); /* Initialize translation at (0, 0) */
  transition: transform 0.2s ease-out; /* Add a smooth transition effect */
}
.events-rspf .cta_button{
  text-transform: capitalize;
}
#hs_cos_wrapper_widget_1689150647423 .source-cam-bg.events-rspf .cta_button:hover {
    color: #fff;
}
section.event-details h2 {
    font-size: 70px;
    line-height: 71px;
    letter-spacing: -4.6px;
}
.events-details-sec.events-col-2 .cta_button{
margin-top: 50px;
}
.events-details-sec.events-col-3 .cta_button{
margin-top: 30px;
}
.general-enquiry .form-wrap input{
  max-width: calc(100% - 40px);
}
.general-enquiry .hs_submit.hs-submit {max-width: 250px;}
input#state {
    margin-left: -20px;
}
.helpful-links a{
  text-decoration-line: none;
  width: fit-content;
  position: relative;
  border-bottom: 1px solid #000;
    line-height: 22px;
    margin-bottom: 15px;
}

.helpful-links a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #000;
    display:none;
}

.source-campaigns-page header.sticky{
background-color: #000000;
}
.source-campaigns-page header.sticky .logo-light{
opacity: 0!important;
}
.source-campaigns-page header.sticky .logo-dark{
opacity: 1!important;
}
.source-campaigns-page header.sticky .menu-wrap a {
color: #ffffff;
}
.event-place-date {
    display: none;
}
.hybrid-wrap .cta_button {
    text-align: center;
    padding: 0 10px;
}
.our-culture-page .connecion-img {
    width: 50%;
}

.our-culture-page .connecion-img img {
    max-width: 100%;
    width: 100%;
}

.our-culture-page .connection-desc {
    width: 50%;
}
.source-campaigns-page .latest-camp .btn{
  margin-top: 30px;
}
/* Customize radio button appearance */
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  outline: none;
  position: relative;
}

/* Style radio button when selected */
input[type="radio"]:checked {
  border-color: #000; /* Change outline color */
}

/* Customize the dot color when radio button is selected */
input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000; /* Change dot color */
}
.the-arc-exhibitions .events-img.play-vid,.the-arc-exhibitions .events-img.play-vid+.events-desc {
    padding: 0;
}
.events-img.play-vid{
  text-align: right;
}
.upcoming-exhibitions td.btn-td {
    margin-top: 5px;
}
.our-culture-bg{
  margin-left: 0;
}
.upcoming-exhibitions .tabs-desc {
    padding-top: 30px;
}
.industry-events .real-time-desc{
  font-size: 25px;
  font-weight: 400;
  line-height: 32px; /* 128% */
  letter-spacing: -1px;
  padding-top: 10px;
}
.contact-articles.articles .articles-img {
    position: relative;
}
.contact-articles.articles .articles-img:after {
    position: absolute;
    content: '';
    bottom: 50px;
    left: 0;
    right: 0;
    height: 2px;
    max-width: calc(100% - 100px);
    width: 100%;
    background: #bff53d;
    margin: 0 auto;
}
.contact-form form fieldset {
    max-width: 1008px !important;
    width: 100%;
}
.contact-form form fieldset .input {
    margin-right: 0 !important;
}
.contact-form form fieldset .input input {
    max-width: calc(100% - 20px);
}
.contact-form .form-columns-1 .hs-fieldtype-select.hs-form-field, .contact-form .form-columns-2 .hs-form-field {
    max-width: 50%!important;
    width: 100%!important;
}
.location-list th {
    padding-left: 0;
    padding-right: 0;
}
.no-autoplay .team-zeen-go-green-slide-wrap:before {
    background: none;
}
section.popup.gallery-event-img .row:nth-child(2) {
    height: calc(100vh - 150px);
    overflow: hidden;
}
.industry-want.support-sales .industry-demad .img-wrap img{
max-width: 100%;
}
.showfmenu:before{
height: 370px;
}
.articles-desc .btn.btn-sm {
    max-width: 90px;
    width: 100%;
}
.achive-title {
    margin-bottom: 10px;
}
.success-stories .small-heading p{
  padding-bottom: 20px;
}
.supplier-events-stall-form fieldset {
    max-width: 860px !important;
    width: 100%;
}
.helpful-links:first-child {
    padding-top: 10px;
}
.actions input.hs-button.primary.large{
    max-width: 100% !important;
    width: 100%;
}
.moveable-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    animation: marquee 5s linear infinite;
}
@keyframes marquee {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
}
.success-stories-title h3{
  margin-bottom: 40px;
}
#hs_cos_wrapper_dnd_area-module-4 .achive .achive-title {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}
.arc-tabs-wrp li {
    position: relative;
    transition: 0.3s;
}

.arc-tabs-wrp li:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c3fb3f;
    transition: 0.3s;
}

.arc-tabs-wrp li:hover:before {
    width: 100%;
}

.arc-tabs-wrp li.active:before {
    width: 100%;
}
#hs_cos_wrapper_dnd_area-module-6 .success-stories.hot-topic{
  padding-bottom: 0 !important;
}
ul#filters{
  position: relative;
}
.filter-button{
   transition: 0.3s;
}
.filter-button:hover{
  color: #c4fc3f!important;
}
.filter-button:after{
    position: absolute;
    content: '';
    top: -9px;
    width: 0;
    height: 9px;
    left: 0;
    background: #c4fc3f;
    transition: 0.3s;
}
.filter-button.activeTag:after {
  width: 100%;
}
.show-slide-popup .popup .owl-carousel__nav{
  height: calc(100% - 130px);
  top: 100px;
  bottom: 0;
  margin: auto;
}
#pagination {
    padding-bottom: 50px;
}
.partner-with-us p{
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -1px;
  margin-top: 10px;
}
.cta-btn-1 .cta_button, .cta-btn.cta-btn-1 .cta_button:hover,.cta-btn-2 .cta_button, .cta-btn.cta-btn-2 .cta_button:hover,.cta-btn-3 .cta_button, .cta-btn.cta-btn-3 .cta_button:hover {
    background: transparent;
    border: 1px solid black !important;
    color: #000;
}
.showfmenu:before{
  height: 0 !important;
}
.menu .menu__item--depth-1>.menu__link--active-link:after {
    background-color: #c2fa3e !important;
}
.our-culture-main-title {
    background: #fff !important;
   position: relative;
}
.source-campaigns-page header.sticky .menu-wrap a:hover {
    color: #fff;
    background: none;
}
.source-campaigns-page header.sticky ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2:after {
    background: #000;
}
.hs-blog-post .our-culture-main-title {
    z-index: 1;
    position: relative;
}
.resources-page .achive{
position: relative;
    z-index: 1;
    background: #fff !important;
}
.hs_submit.hs-submit {
    max-width: 140px;
    width: 100%;
}
select {
    width: 100%;
    max-width: 100%;
}
.event-single-page .body-container .our-culture-main-title.post-content {
    background: #000 !important;
}
.desktop {
    display: block !important;
}
.mobile {
    display: none !important;
}
.cutom-arr-for-slide {
    position: relative;
}
/* horizontal slide */
/*  .hor-slide-ac {
	display: none;
} */
.hor-slide-ac {
	width: 400%;
	height: 100vh;
	display: flex;
	flex-wrap: nowrap;
}

.panel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    max-width: 100vw;
}
.hor-slide-wrp{
    overflow: hidden;
}
.hor-slide-wrp .img-for-slide{
max-width: 50%;
}
.hor-slide-wrp .grow-your-business-slide{
    align-items: center;
  position: relative;
}
@media(min-width: 991px){
.contact-articles.articles .articles-desc p{
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px; /* 128% */
  letter-spacing: -1px;
 }
 .supplier-service-testimonial .supplier-service-testimonial-overview{
      max-width: 1080px;
      width: 100%;
      margin: 0 auto;
  }
 .success-stories-title p{
  font-size: 20px;
  font-weight: 400;
  line-height: 25px; /* 125% */
  letter-spacing: -0.5px;
}
  #hs_cos_wrapper_dnd_area-module-7 .search-wrp h4 {
    margin-bottom: 45px;
}
  #hs_cos_wrapper_widget_1689143316524 .events-section .tabs-title {
    padding-bottom: 50px;
}
  #pagination {
    padding-bottom: 130px;
}
 .our-culture-main-title.post-content .our-culture-title-wrap {
    padding-top: 100px;
}
 .event-next-prev a {
    font-size: 30px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -1.5px;
}
.success-stories.story-m.events-section .gallery-elements{
    gap: 20px;
    column-gap: 30px;
  }
}
header ul.menu__submenu {
    background: #f8fafc !important;
    text-align: left !important;
    padding-bottom: 50px;
}
ul.menu__submenu{

transition: 0.3s ease-in-out;
}
.showfmenu ul.menu__submenu {
 
  display: none !important;
}
li.menu__item.menu__item--depth-1.parentmenu-2.menu__item--has-submenu.hs-skip-lang-url-rewrite:hover ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2 {
    display: block;
    z-index: 9999;
}
.showfmenu li:hover ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2{
  display: block !important;
    z-index: 9999 !important;   
}
.menu--desktop ul.menu__submenu.test.submenu-2 {   
  opacity: 0;
    transition: opacity 0.3s ease-out;
    visibility: hidden;
    background: transparent !important;
}
.showfmenu .menu--desktop li:hover  ul.menu__submenu.test.submenu-2{
    opacity: 1;
    transition: opacity 0.3s ease-in;
    visibility: visible;
    
}

.rshowfmenu  ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2:after {height:0;}
.showfmenu  ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2:after {height:100%;}
ul.menu__submenu.menu__submenu--level-2.no-list.test.submenu-2:after {
    position: absolute;
    content: '';
    height: 0;
    width: 200vw;
    left: -76vw;
    top: -2px;
    background: #E8E8E8;
    z-index: -1;
    right: -50vw;
    margin: 0 auto;
  display:block;
  transition:all 0.6s ease-in;
}
.source-campaigns-page header .logo-dark{
    opacity: 0;
}
.source-campaigns-page header .logo-light {
    opacity: 1!important;
}
.source-campaigns-page header .menu-wrap a {
    color: var(--font-black);
}
.rspf-form .general-enquiry form input#email {
    max-width: calc(100% - 40px);
}

.rspf-form .drp-btn{
      background: #f2f2f2;
}
.join-community-slide .owl-item.active {
    max-width: fit-content;
      margin-right: 20px !important;
}
.play-vid,.owl-carousel__next,.owl-carousel__prev{
  cursor: none;
}
/* verical slide update */

        .stack {
            overflow-y: scroll;
            max-height: 100vh;
/*             scroll-snap-type: y mandatory; */
          scroll-snap-type: y;
            overflow-x: hidden;
        }

        .stack__card {
            align-items: center;
            background: #0e151f;
            display: flex;
            min-height: 75vh;
            position: sticky;
            scroll-snap-align: center;
            top: 0;
        }
@media(max-width: 661px){
  .stack {
    max-height: 60vh;
  }
  .stack__card{
    min-height: 60vh;
  }
}


@media(max-width:767px){

.select-drp-wrp select{
   background-size: 12px;
   background-position: 91% 27px;
}
}