.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 999;
}

.popup {
  background-image: url(https://www.represent.global/wp-content/uploads/2025/03/Podcast-Episode-BG.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 1100px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transform: scale(0.7);
  transition: 0.3s ease;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay.active .popup {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

#popupOverlay img {
  margin-bottom: 30px;
}

#popupOverlay .Button {
  background-color: #000;
  color: #fff;
}

#popupOverlay p {
  font-size: 22px;
}

header {
  background-image: url(https://www.represent.global/wp-content/uploads/2025/03/Main-Navigation-BG-scaled.jpg);
  padding: 15px 0;
  box-shadow: 0 2px 15px 0 #999;
  position: fixed;
  width: 100%;
  z-index: 888;
  top: 0;
}

header .container {
  display: grid;
  grid-template-columns: 20% 78%;
  gap: 2%;
  align-items: center;
}

header .Logo a {
  display: block;
}

header .LogoImg {
  max-width: 250px;
  display: block;
}

nav {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: center;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  display: flex;
  gap: 25px;
}

nav ul li a {
  color: var(--textcolour);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

nav ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: all 0.5s ease-in-out;
}

nav ul li a:hover:after {
  width: 100%;
}

header .SocialMedia {
  display: flex;
  gap: 5px;
}

header .SocialMedia a {
  display: flex;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

header .SocialMedia a:hover {
  background-color: var(--orange);
}

.responsive-video {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}

.GlobeVideo {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  display: block;
}

.VideoBanner {
  padding-top: 87px;
  background-image: url(https://www.represent.global/wp-content/uploads/2024/02/Video-Background.png);
}

.BannerContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.BannerContent img {
  max-width: 250px;
}

.BannerLText {
  font-size: 57px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2em;
  margin: 40px 0 20px;
}

.BannerSText {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.HomeContentWrap {
  padding: 100px 150px;
  overflow: hidden;
}

.YellowWord,
.YellowWord2,
.YellowWord3 {
  position: relative;
  display: inline-block;
}

.YellowWord::before {
  background-image: url(img/Icons_Brush1.png);
  content: "";
  display: inline-block;
  width: 169px;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  z-index: -9;
  top: -13px;
  background-size: contain;
}

.YellowWord2::before {
  background-image: url(img/Icons_Brush2.png);
  content: "";
  display: inline-block;
  width: 210px;
  height: 80px;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  z-index: -9;
  top: -3px;
  background-size: contain;
}

.YellowWord3::before {
  background-image: url(/wp-content/uploads/2024/03/Icons_Brush3.png);
  content: "";
  display: inline-block;
  width: 308px;
  height: 118px;
  background-repeat: no-repeat;
  position: absolute;
  left: -3px;
  z-index: -9;
  top: -15px;
  background-size: contain;
  transform: rotate(-5deg);
}

.YellowWord4::before {
  background-image: url(img/Icons_Brush1.png);
  content: "";
  display: inline-block;
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  position: absolute;
  left: -4px;
  z-index: -9;
  background-size: contain;
}

.single .PageTitle .YellowWord2::before,
.archive .PageTitle .YellowWord2::before {
  left: 50%;
  transform: translateX(-50%);
}

.page-id-196 .YellowWord2::before,
.page-id-198 .YellowWord2::before {
  left: -72px;
}

.page-id-174 .YellowWord2::before {
  left: unset;
  right: 10px;
}

.FooterForm {
  text-align: center;
  padding-bottom: 100px;
}

.FooterForm .SubTitle {
  font-size: 22px;
  font-weight: 600;
}

.FooterForm .FormWrap {
  max-width: 950px;
  margin: 70px auto 0;
}

.gfield {
  text-align: left;
}

.gform_required_legend {
  display: none;
}

.container .gform_wrapper.gravity-theme .gfield_label,
.container .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--textcolour);
  margin-bottom: 0;
}

.container .gform_wrapper.gravity-theme .gfield input,
.container .gform_wrapper.gravity-theme .gfield textarea,
.container .ginput_container_select select {
  border: 1px solid #707070;
  border-radius: 2px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
}

.container
  .gform_wrapper.gravity-theme
  .gfield
  .ginput_container_fileupload
  input {
  border: 0;
}

body .container .gform_wrapper.gravity-theme .gfield textarea {
  height: 150px;
  min-height: 150px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

body .container .gform_wrapper.gravity-theme .gform_footer input {
  background-color: var(--yellow);
  color: var(--textcolour);
  text-transform: uppercase;
  padding: 8px 15px;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

body .container .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: var(--orange);
}

footer {
  background-image: url(img/Video-Background.jpg);
  padding: 70px 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

footer .row1 {
  display: grid;
  grid-template-columns: 12% 1fr;
  gap: 1%;
}

footer .Logo {
  max-width: 128px;
}

footer .FooterText p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

footer .FooterText p.small {
  font-size: 14px;
}

footer .FooterSignUp {
  text-align: right;
}

footer .FooterSignUp h6 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
}

footer .SignupForm {
  margin-top: -10px;
}

footer .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
}

footer .container .gform_wrapper.gravity-theme .gfield input {
  font-size: 14px;
}

footer .container .gform_wrapper.gravity-theme .gfield_label,
footer .container .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

footer .container .gform_wrapper.gravity-theme .gfield_radio label {
  margin-top: -5px;
  color: #fff;
}

footer .SignupForm p {
  color: #fff;
  font-size: 12px;
}

footer .SignupForm p a {
  font-size: 12px;
  color: var(--yellow);
}

footer .SignupForm p a:hover {
  color: var(--orange);
}

footer #field_2_5 {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #707070;
  border-radius: 2px;
  display: grid;
  gap: 2%;
  grid-template-columns: 30% 65%;
  padding-left: 15px;
  align-items: center;
}

footer #field_2_5 .gfield_label {
  float: left;
}

footer input[type="radio"] {
  accent-color: #ffbe0c;
}

#input_2_5 {
  display: grid;
  gap: 3%;
  grid-template-columns: 38% 62%;
  padding-left: 15px;
  margin-top: 1px;
}

footer .gchoice {
  background-color: var(--textcolour);
  color: var(--yellow);
  padding: 8px 15px;
}

#gform_submit_button_2 {
  background-color: var(--yellow);
  color: var(--textcolour);
  text-transform: uppercase;
  padding: 8px 15px;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: 100%;
}

footer .row2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}

footer .row2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

footer .row2 ul li a,
footer .row3 p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

footer .row2 ul li a {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

footer .row2 ul li:first-child a {
  padding-left: 0;
}

footer .row2 ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}

#gform_submit_button_2:hover {
  background-color: var(--orange);
}

footer .row2 ul li a:hover {
  color: var(--yellow);
}

footer .JeLink {
  text-align: right;
}

footer .JeLink a {
  color: #fff;
  font-size: 14px;
}

footer .JeLink a:hover {
  color: var(--yellow);
}

.ult_modal-header h3.ult_modal-title {
  font-size: 44px;
}

.BorderBox .btn-modal-sm {
  padding: 5px 20px;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000 !important;
  font-weight: 600;
  border-color: transparent !important;
  font-family: Montserrat;
}

.BorderBox-txt .wpb_text_column {
  padding: 0 15px;
}

.ult_modal-body,
.ult_modal-header {
  background: none !important;
}

.ult_modal-content {
  background-image: url(/wp-content/uploads/2024/02/popup-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.ult_modal-body {
  padding: 15px 310px 15px 20px !important;
}

.ArticleImgWrap .FeaturedImage {
  width: 100%;
  height: 260px;
}

.HomeServicesIcons {
  background-image: linear-gradient(
      to bottom,
      #fff 0px,
      #fff 150px,
      rgba(255, 255, 255, 0) 150px,
      rgba(255, 255, 255, 0) 100%
    ),
    url(/images/Home-BlackBrick-BG.jpg);
}

.HomeServicesIcons img {
  max-height: 94px;
  width: auto;
}

.HomeServicesIcons * {
  color: #fff;
}

.HomeServicesIcons .Button {
  color: #000;
}

.FloatingButton img {
  max-height: 210px;
}

.MoveCogs {
  bottom: -529px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.OverflowVis {
  overflow: visible !important;
}

.BGCover {
  background-size: cover;
}

.WhiteText p,
.WhiteText h1,
.WhiteText h2,
.WhiteText h3,
.WhiteText h4,
.WhiteText h5,
.WhiteText h6,
.WhiteText li {
  color: #fff;
}

.Testimonial {
  position: relative;
}

.TestimonialContent {
  background-image: url(/wp-content/uploads/2024/02/Testimonials-BG.jpg);
  padding: 50px 40px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 570px;
}

.TestimonialContent img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.TestimonialContent p {
  font-family: Roboto_Slab;
  font-size: 20px;
  font-weight: 400;
}

.TestimonialMeta {
  background-color: var(--yellow);
  position: relative;
  text-align: center;
  padding: 50px 20px 20px;
  min-height: 170px;
}

.TestimonialMeta img {
  background-color: #fff;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  max-width: 86px;
  border: 2px solid #fff;
}

.TestimonialMeta p {
  margin-bottom: 0;
}

.TestimonialName {
  font-size: 26px;
  font-weight: 700;
}

.TestimonialRole,
.TestimonialLocation {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.TestimonialLocation {
  font-weight: 600;
}

.TestimonialInner {
  padding: 0 15px;
}

.TestimonialSlider .slick-dots {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.TestimonialSlider .slick-dots button {
  color: transparent;
  border: 0;
  background-color: #000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.TestimonialSlider .slick-dots .slick-active button {
  background-color: var(--yellow);
}

.TestimonialSlider .slick-dots button:hover {
  background-color: var(--yellow);
}

.containerbox {
  height: 800px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.box {
  height: 640px;
  width: 100%;
  position: absolute;
  max-width: 1260px;
  background-image: url(/wp-content/uploads/2024/02/Piviot2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: flex;
  gap: 2%;
  padding: 73px 0 104px 42px;
}

.containerbox .Left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 70px;
  width: 49%;
}

.containerbox .Left h3 {
  margin-bottom: 0;
}

.containerbox .Right {
  padding: 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
}

.containerbox .Right .Button {
  background-color: #000;
  color: #fff;
}

.containerbox .Right .Button:hover {
  background-color: var(--yellow);
  color: #000;
}

.Object1 {
  width: 332px;
  height: 285px;
  position: absolute;
  bottom: 50px;
  right: -340px;
  background-image: url(/wp-content/uploads/2024/02/Polygon-5.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.Object2 {
  width: 223px;
  height: 194px;
  position: absolute;
  bottom: -60px;
  right: -239px;
  background-image: url(/wp-content/uploads/2024/02/Polygon-6.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.Object3 {
  width: 80px;
  height: 73px;
  position: absolute;
  bottom: -120px;
  right: -281px;
  background-image: url(/wp-content/uploads/2024/02/Polygon-7.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.Breadcrumbs {
  margin: 40px 0 120px;
}

.PageTitle {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 40px;
}

.PageTitle h1 {
  margin-bottom: 0;
}

.PageContent {
  padding-bottom: 100px;
  overflow: hidden;
}

#breadcrumbs a,
#breadcrumbs {
  color: #797979;
  font-weight: 500;
}

#breadcrumbs a:hover {
  color: var(--yellow);
}

#breadcrumbs .breadcrumb_last {
  color: var(--textcolour);
}

.BurgerIcon {
  text-align: right;
  font-size: 26px;
  cursor: pointer;
}

.BurgerIcon img {
  max-width: 120px;
  transition: all 0.5s ease-in-out;
}

.BurgerIcon img:hover {
  opacity: 0.8;
}

.FlyoutMenu {
  right: -100%;
  position: fixed;
  top: 0;
  height: fit-content;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  width: 100%;
  display: grid;
  grid-template-columns: auto 15%;
}

.FlyoutMenu.active {
  right: 0;
}

.FlyoutMenu ul {
	margin: 20px 0 20px 20px;
	padding: 0;
	list-style-type: none;
}
.FlyoutMenu ul ul{
	margin: 0;
}
.FlyMenu li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}

.FlyMenu li {
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.FlyMenu li::before {
	content: "";
	background-image: url('https://www.represent.global/wp-content/uploads/2025/04/YellowArrow.png');
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	background-position: center center;
	background-size: cover;
}
.FlyMenu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*
.FlyMenu {
  background-color: var(--yellow);
  padding: 20px;
  box-shadow: 0 0 7px #666;
  padding-bottom: 50px;
  border-radius: 0 0 0 50px;
}
*/
.FlyMenu {
	padding: 30px 20px 90px 20px;
	border-radius: 0 0 0 50px;
	background-image: url('https://www.represent.global/wp-content/uploads/2025/04/Dropdown-BG.png');
	background-size: cover;
}
.FlyoutMenu ul a {
	color: #fff;
}

.FlyMenu .SocialMedia {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  display: none;
}

.FlyMenu .SocialMedia a {
  display: flex;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.InnerHomeOpen {
  padding-left: 145px;
  padding-right: 145px;
}

.container.errorpage {
  text-align: center;
}

#s {
  border: 1px solid #707070;
  border-radius: 2px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  padding: 8px;
  width: 400px;
}

#searchsubmit {
  background-color: var(--yellow);
  color: var(--textcolour);
  text-transform: uppercase;
  padding: 8px 15px;
  border: 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#searchsubmit:hover {
  background-color: var(--orange);
}

.TabTitleWrap {
  width: 100%;
  display: flex;
}

.TabContentWrap {
  margin-top: 40px;
}

.TabTitleWrap button {
  padding: 20px 0;
  font-size: 24px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.CorporateButton {
  background-color: #000;
  color: #fff;
}

.FinancialServiceButton {
  background-image: linear-gradient(to right, #ffbe0c, #d26275);
  color: #fff;
}

.TabWrap .tab {
  display: none;
}

.TabTitleWrap .active {
  font-weight: 600;
}

.TabTitleWrap button:hover span {
  opacity: 1;
}

.TabTitleWrap span {
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}

.TabTitleWrap .active span {
  opacity: 1;
}

.TabContentWrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.TabContentWrap ul li {
  position: relative;
  background-image: url(/wp-content/uploads/2024/02/Concrete-BG.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 20px solid #000;
}

.TabContentWrap ul li::after {
  padding-bottom: 100%;
  display: block;
  content: "";
  background-color: #000;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.TabContentWrap ul li a {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  z-index: 999;
  height: 100%;
  padding-top: 70px;
}

.TabContentWrap ul li:nth-child(odd):after {
  opacity: 0.05;
}

.TabContentWrap ul li:nth-child(even):after {
  opacity: 0.12;
}

.TabContentWrap ul li a::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.TabContentWrap ul li:hover::after {
  opacity: 0.4;
}

.TabContentWrap ul li.MenuCommercial a::before {
  background-image: url(/wp-content/uploads/2024/02/Icons_Growth.png);
}

.TabContentWrap ul li.MenuCompliance a::before {
  background-image: url(/wp-content/uploads/2024/02/Icons_Compliance-24.png);
}

.TabContentWrap ul li.MenuHCM a::before {
  background-image: url(/wp-content/uploads/2024/02/Icons_Management-24.png);
}

.TabContentWrap ul li.MenuIT a::before {
  background-image: url(/wp-content/uploads/2024/02/Icons_Tech-24.png);
}

.TabContentWrap ul li.MenuTech a::before {
  background-image: url(/wp-content/uploads/2024/02/Icons_Digital-24.png);
}

.txt-center {
  text-align: center;
}

.service-intro-box p:first-child,
.service-intro-box p:first-of-type {
  font-size: 18px;
  font-weight: 600;
}

.uavc-list-content {
  margin-bottom: 5px;
  border-bottom: 1px solid #989898;
}

.uavc-list-content span.uavc-list-desc {
  font-size: 16px;
  font-weight: 600;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-tab {
  border-bottom: 10px solid #a3a3a3;
}

.vc_tta.vc_tta-spacing-2 .vc_tta-tab.vc_active {
  border-bottom: 10px solid #ffbe0c;
}

.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  border-width: 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  background-image: url(/wp-content/uploads/2024/02/tab-bg.png);
}

.multi-tabs .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  min-height: 105px;
}

.small-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  font-size: 16px;
}

.small-wide-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  min-height: 80px;
}

.vc_tta-container
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-tab.vc_active
  > a {
  color: #fff;
  background-image: none;
  background: #db7560;
  background: linear-gradient(90deg, #db7560ff 0%, #ffbe0cff 51%);
  font-weight: 700;
}

.vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.multi-tabs
  .vc_tta-container
  .vc_tta-tabs.vc_tta-tabs-position-top
  .vc_tta-tabs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab {
  display: table-cell;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.multi-tabs .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab {
  display: inline-block;
}

.vc_tta-container .vc_tta.vc_general .vc_tta-panels-container {
  border: 10px solid #000;
  padding: 20px 35px;
}

strong {
  font-weight: 700;
}

.TourTabs .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab {
  display: block;
  border: 2px solid #fff;
  margin: 0;
}

.TourTabs .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  font-size: 16px;
}

.TourTabs .vc_tta-container .vc_tta.vc_general .vc_tta-panels-container {
  padding: 0;
}

.TourTabs .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tab > a {
  background-image: none;
  background-color: transparent;
}

.TourTabs
  .vc_tta-container
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-tab.vc_active
  > a {
  color: #fff;
  background-image: none;
  background: #db7560;
  background: linear-gradient(90deg, #db7560ff 0%, #ffbe0cff 51%);
  font-weight: 700;
  border-radius: 0;
}

.TourTabs .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  background-image: url(/wp-content/uploads/2024/02/Concrete-BG.png);
  background-position: 50% -25px;
  background-repeat: no-repeat;
  background-size: auto;
}

.TourTabs
  .vc_tta-container
  .vc_tta.vc_tta-style-classic
  .vc_tta-tab:last-child {
  border-bottom: 4px solid #fff;
}

.TourTabs .vc_tta-tabs-container {
  margin-bottom: 0 !important;
}

.ServicePageTabWrap {
  margin-bottom: 100px;
  margin-top: 100px;
}

.ServicePageTabWrap h2 {
  text-align: center;
}

.TabContentWrap ul li.current_page_item a {
  border: 15px solid var(--yellow);
  padding-top: 55px;
}

.ListiconWrap .img-icon {
  max-height: 34px;
  width: auto !important;
  margin: 0 auto;
}

.ListiconWrap .uavc-list-desc p {
  margin: 0;
}

#gradient-triangle {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 48%;
  clip: rect(auto 20px 40px auto);
  transform: rotate(-90deg);
  transition: all 0.5s ease-in-out;
  z-index: -9;
}

#gradient-triangle::after {
  content: "";
  position: absolute;
  background-color: #000;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transform: rotate(-45deg);
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left bottom,
    color-stop(1.4, #d26275),
    color-stop(0, #ffbe0c)
  );
}

.CorporateButton #gradient-triangle:after {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left bottom,
    color-stop(0.75, #000),
    color-stop(0, #000)
  );
}

.TabTitleWrap .active #gradient-triangle {
  bottom: -20px;
}

.uavc-list li:last-child .uavc-list-content {
  border-bottom: 0;
}

.page-id-176 .uavc-list-content {
  padding-bottom: 7px;
}

.FeaturedImageWrap {
  float: right;
  max-width: 400px;
  margin: 0 0 20px 50px;
}

.FeaturedImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.archive-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.postContentWrap h3 a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.postContentWrap h3 {
  font-size: 32px;
}

.postContentWrap {
  text-align: center;
  padding-top: 20px;
}

.navigation.pagination {
  margin-top: 50px;
  justify-content: center;
}

.navigation.pagination .page-numbers {
  color: #fff;
  padding: 5px 7px;
  background-color: var(--yellow);
  border-radius: 3px;
  font-weight: 600;
}

.navigation.pagination .page-numbers.current {
  background-color: #000;
}

.navigation.pagination .page-numbers:hover {
  color: #fff;
  background-color: #000;
}

.GradientBG {
  background: #df7c58;
  background: linear-gradient(90deg, #df7c58ff 0%, #ffbe0cff 100%);
  padding: 50px 0 30px;
}

.HalfSlider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
}

.HalfSliderWrapper .slick-prev {
  left: -50px;
}

.HalfSliderWrapper .slick-next {
  right: -50px;
}

.HalfSliderWrapper.ult-carousel-wrapper .slick-dots li i {
  opacity: 1;
  color: #000 !important;
  font-size: 20px;
}

.HalfSliderWrapper.ult-carousel-wrapper .slick-dots li.slick-active i {
  color: var(--yellow) !important;
}

.HalfSliderWrapper .slick-dots li {
  margin: 0 1px;
}

.HalfSliderWrapperLeft .HSText {
  text-align: left;
}

.PodcastWrap {
  padding: 0 !important;
}

.JamesPhoto h1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}

.JamesPhoto {
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  background-image: url(/wp-content/uploads/2024/03/james-.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 40px;
}

.SocialLinks img {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
}

.sub-menu {
	display: none;
	z-index: 999;
	width: 185px;
	text-align: left;
}

.sub-menu li {
	padding: 2px 0 0 23px;
}

.menu-item-has-children {
  position: relative;
  padding-right: 10px;
}

.menu-item-has-children i {
  position: absolute;
  right: -16px;
  top: 5px;
  transform: translateX(-50%);
	color: #fff;
	cursor: pointer;
}

#input_5_13 {
  display: flex;
  gap: 10px;
}

.gform_wrapper.gravity-theme #input_5_13 .gchoice .gfield-choice-input + label {
  max-width: unset;
}

.JobContent {
  padding-bottom: 100px;
}

.JobRolesWrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.JobRolesWrap .TitleDivider {
  border-style: solid;
  border-bottom-width: 10px;
  border-color: #ffbe0c;
  width: 90px;
  display: block;
  margin: 0 auto 20px;
}

.JobRolesWrap h5 {
  margin-bottom: 0;
  text-align: center;
}

.JobRolesInner {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.JobRolesWrap ul a {
  display: block;
  border-bottom: 1px solid #989898;
  padding: 5px 0;
  color: var(--textcolour);
  font-size: 16px;
  font-weight: 600;
}

.JobRolesWrap ul a:hover {
  color: var(--yellow);
}

.JobRolesWrap ul li:last-child a {
  border-bottom: 0;
}

.JobRolesWrap ul a i {
  margin-right: 10px;
}

.JobRolesWrap {
  margin-bottom: 150px;
}

.FloatingButton {
  position: fixed;
  right: 0;
  bottom: 50px;
  padding: 0;
  background-color: transparent;
  z-index: 99;
}

.FloatingButton:hover {
  background-color: transparent;
  opacity: 0.7;
}

#cmplz-manage-consent .cmplz-manage-consent {
  right: unset !important;
  left: 40px !important;
}

.JobTWrap p {
  margin-bottom: 0;
}

.JobTWrap .Button {
  margin-top: 20px;
}

.PageContent.JobContent {
  overflow: unset;
}

.PageContent.JobContent .container {
  overflow: unset;
  display: grid;
  grid-template-columns: 20% 70%;
  gap: 5%;
}

.JobTWrapInner {
  position: sticky;
  top: 50px;
  min-width: 200px;
  margin-right: 30px;
}

.JobTWrapInner .JobItemIcon {
  width: 30px;
  text-align: center;
}

.JobTWrapInner .JobItem {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.NoJobsWrap {
  display: none;
}

.JobRolesInner.JobInnerChange {
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
}

.NoJobsWrap.NoJobDisplay {
  display: block;
  text-align: center;
}

.PodcastList .uavc-list-content a {
  width: 100%;
  display: block;
  padding-left: 20px;
}

.PodcastList p a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #000;
  position: absolute;
  left: 0;
}

.PodcastList p {
  margin: 0;
  border-bottom: 1px solid #989898;
  padding: 5px 0;
}

.PodcastList p:last-child {
  border-bottom: 0;
}

.PodcastList p a {
  color: var(--textcolour);
  position: relative;
  padding-left: 20px;
}

.PodcastList p a:hover {
  color: var(--orange);
}

.PageContent.Podcast .container {
  text-align: center;
}

.GridTwo {
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.Row {
  display: grid;
  margin-bottom: 40px;
}

.EqualHeightImg {
  height: 435px;
  display: block;
}

.servicesTitle {
  margin-top: 86px;
}

.jtrTitle {
  margin-top: 86px;
  margin-bottom: -50px;
  z-index: 1;
  position: relative;
}

.graffitiBg {
  background-image: url(https://www.represent.global/wp-content/uploads/2025/03/Podcast-Episode-BG.png);
  background-position: bottom;
  padding-top: 70px;
  padding-bottom: 70px;
}

.ServicesList {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding-top: 36px;
}

.ServicesList a {
  display: block;
  height: 230px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease-in-out;
}

.ServicesList .AI {
  background-image: url(/wp-content/uploads/2025/03/Services-AItech-UpButton.png);
  grid-column: 5/6;
  grid-row: 1/3;
}

.ServicesList .AI:hover,
.ServicesList .AI.active {
  background-image: url(/wp-content/uploads/2025/03/Services-AItech-OverButton.png);
}

.ServicesList .Mergers {
  background-image: url(/wp-content/uploads/2025/03/Services-Mergers-UpButton.png);
  grid-column: 1/2;
  grid-row: 1/3;
}

.ServicesList .Human {
  background-image: url(/wp-content/uploads/2025/03/Services-HumanCapital-UpButton.png);
  grid-column: 4/5;
  grid-row: 2/4;
}

.ServicesList .Compliance {
  background-image: url(/wp-content/uploads/2025/03/Services-Compliance-UpButton.png);
  grid-column: 3/4;
  grid-row: 1/3;
}

.ServicesList .Commercial {
  background-image: url(/wp-content/uploads/2025/03/Services-Commercial-UpButton.png);
  grid-column: 2/3;
  grid-row: 2/4;
}

.ServicesList .Mergers:hover,
.ServicesList .Mergers.active {
  background-image: url(/wp-content/uploads/2025/03/Services-Mergers-OverButton.png);
}

.ServicesList .Human:hover,
.ServicesList .Human.active {
  background-image: url(/wp-content/uploads/2025/03/Services-HumanCapital-OverButton.png);
}

.ServicesList .Compliance:hover,
.ServicesList .Compliance.active {
  background-image: url(/wp-content/uploads/2025/03/Services-Compliance-OverButton.png);
}

.ServicesList .Commercial:hover,
.ServicesList .Commercial.active {
  background-image: url(/wp-content/uploads/2025/03/Services-Commercial-OverButton.png);
}

.PressQuote {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.QuoteLogo {
  display: grid;
  align-items: center;
  margin-bottom: 30px;
}

.ClientQuote h4 {
  font-size: 32px;
}

.centre-text {
  display: flex;
  align-items: center;
}

.elephantBackground {
  background-image: url(https://www.represent.global/wp-content/uploads/2025/03/GraffitiElephant-Faded-OnWhite2.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.podcast-background {
  background-image: url(https://www.represent.global/wp-content/uploads/2025/03/Podcast-Episode-BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.address {
  display: flex;
  gap: 20px;
}

.smallMargin {
  margin-top: 50px;
}

.jtrSpacer {
  display: none;
}

.FooterForm{
  padding-bottom: 50px !important;
}
.team-member-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.7);
}

.team-member-modal-content {
	background: #000;
	margin: auto;
	padding: 50px;
	border-radius: 5px;
	position: relative;
	max-width: 1300px;
	max-height: 85vh;
	overflow-y: scroll;
}

.team-member-modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	font-weight: bold;
	color: var(--yellow);
	border: 2px solid var(--yellow);
	border-radius: 3px;
	width: 32px;
	text-align: center;
	cursor: pointer;
}
.team-member-grid {
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
	justify-content: center;
}
.team-member-title .open-modal {
	color: var(--textcolour);
	font-size: inherit;
	line-height: inherit;
}
.team-member-title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 5px;
}
.team-member-card {
	text-align: center;
	position: relative;
	padding-bottom: 80px;
	width: 100%;
	max-width: 285px;
}
.team-member-job-title {
	font-size: 14px;
	margin-bottom: 0;
}
.read-more.open-modal img {
	max-width: 225px;
}
.team-member-modal-wrap {
	display: grid;
	grid-template-columns: 25% auto;
	gap: 40px;
}
.team-member-modal-wrap p, .team-member-modal-wrap li{
	color: #fff;
}
.team-member-modal-wrap h1, .team-member-modal-wrap h2, .team-member-modal-wrap h3, .team-member-modal-wrap h4, .team-member-modal-wrap h5, .team-member-modal-wrap h6{
	color: var(--yellow);
	font-size: 40px;
	margin-bottom: 5px;
}
.team-member-linkedin a {
	color: var(--yellow);
	font-size: 18px;
}
.ImgHover img:hover{
	opacity: .5;
}
.read-more.open-modal {
	position: absolute;
	bottom: 0;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.page-id-188 .img-icon{
	filter: grayscale(1);
}

@media only screen and (max-width: 1024px) {
  .TestimonialContent {
    min-height: unset;
  }

  .InnerHomeOpen {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 907px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .HalfSlider {
    grid-template-columns: repeat(1, 1fr);
  }

  .ult_modal-content {
    background-position: left top;
  }

  .ult_modal-body {
    padding: 15px 20px !important;
  }

  header .container {
    grid-template-columns: 58% 40%;
  }

  header .LogoImg {
    max-width: 100%;
  }

  nav {
    display: none;
  }

  .InnerHomeOpen {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .HomeContentWrap {
    padding: 100px 0;
    overflow: hidden;
  }

  .MoveCogs {
    display: none;
  }

  .TestimonialContent {
    min-height: unset;
  }

  .BorderBox .vc_column-inner {
    border-right: 0 !important;
  }

  .containerbox {
    height: auto;
    width: auto;
    display: block;
    padding: 20px;
  }

  .box {
    height: auto;
    position: relative;
    display: block;
    background-image: linear-gradient(to right, #dd795a, #ffbe0c);
    padding: 20px;
  }

  .containerbox .Left {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .containerbox .Right {
    padding: 0;
    display: block;
    width: 100%;
  }

  footer .row1 {
    display: block;
  }

  footer .Logo {
    margin: 0 auto 30px;
  }

  .FooterText {
    text-align: center;
    margin-bottom: 30px;
  }

  footer .FooterSignUp {
    text-align: center;
  }

  #input_2_4 {
    display: block;
  }

  footer .row2 ul li a,
  footer .row3 p {
    font-size: 14px;
  }

  footer .row2 ul {
    justify-content: center;
  }

  footer .row3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  footer .JeLink,
  footer div {
    text-align: center;
  }

  .BannerLText {
    font-size: 30px;
  }

  .BannerContent img {
    max-width: 160px;
  }

  .TabTitleWrap {
    flex-wrap: wrap;
  }

  .TabContentWrap ul li {
    border-bottom: 10px solid #000;
  }

  .TabContentWrap ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .TabContentWrap ul li a {
    padding-top: 23px;
  }

  .TabContentWrap ul li.current_page_item a {
    border: 5px solid var(--yellow);
    padding-top: 20px;
  }

  .TabTitleWrap button {
    font-size: 18px;
  }

  #input_2_5 {
    display: block;
    padding: 0;
  }

  footer #field_2_5 {
    display: block;
  }

  footer #field_2_5 .gfield_label {
    float: none;
    display: contents;
  }

  .gchoice.gchoice_2_5_0,
  .gchoice.gchoice_2_5_1 {
    text-align: left;
  }

  .JobRolesInner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .PageContent.JobContent .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .EqualHeightImg {
    height: auto;
  }

  .EqualHeightImg img {
    height: auto !important;
  }
}

@media only screen and (max-width: 812px) {
  .GridTwo {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .PageContent.JobContent .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .PodcastList p a::after {
    top: -3px;
  }

  .YellowWord::before {
    display: none;
  }

  #particles-js.PodcastWrap {
    height: 300px;
    min-height: unset;
  }

  .JamesPhoto {
    background-image: unset;
  }

  .vc_tta-container .vc_tta.vc_general .vc_tta-panels-container {
    padding: 0;
  }

  .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 20px;
  }

  .vc_tta-color-grey.vc_tta-style-classic
    .vc_tta-panel
    .vc_tta-panel-title
    > a {
    font-size: 22px;
    color: #000 !important;
  }

  .HalfSlider {
    display: block;
  }

  .FloatingButton {
    display: none;
  }

  .JobRolesInner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  h1 {
    font-size: 70px;
  }

  .ult_modal-content {
    background-position: left top;
  }

  .ult_modal-body {
    padding: 15px 20px !important;
  }

  header .container {
    grid-template-columns: 58% 40%;
  }

  header .LogoImg {
    max-width: 100%;
  }

  header nav .SocialMedia {
    display: none;
  }

  .InnerHomeOpen {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .HomeContentWrap {
    padding: 100px 0;
    overflow: hidden;
  }

  .MoveCogs {
    display: none;
  }

  .TestimonialContent {
    min-height: unset;
  }

  .BorderBox .vc_column-inner {
    border-right: 0 !important;
  }

  .containerbox {
    height: auto;
    width: auto;
    display: block;
    padding: 20px;
  }

  .box {
    height: auto;
    position: relative;
    display: block;
    background-image: linear-gradient(to right, #dd795a, #ffbe0c);
    padding: 20px;
  }

  .containerbox .Left {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .containerbox .Right {
    padding: 0;
    display: block;
    width: 100%;
  }

  footer .row1 {
    display: block;
  }

  footer .Logo {
    margin: 0 auto 30px;
  }

  .FooterText {
    text-align: center;
    margin-bottom: 30px;
  }

  footer .FooterSignUp {
    text-align: center;
  }

  #input_2_4 {
    display: block;
  }

  footer .row2 ul li a,
  footer .row3 p {
    font-size: 14px;
  }

  footer .row2 ul {
    justify-content: center;
  }

  footer .row3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  footer .JeLink,
  footer div {
    text-align: center;
  }

  .BannerLText {
    font-size: 30px;
  }

  .BannerContent img {
    max-width: 160px;
  }

  .TabTitleWrap {
    flex-wrap: wrap;
  }

  .TabContentWrap ul li {
    border-bottom: 10px solid #000;
  }

  .TabContentWrap ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .TabContentWrap ul li a {
    padding-top: 23px;
  }

  .TabContentWrap ul li.current_page_item a {
    border: 5px solid var(--yellow);
    padding-top: 20px;
  }

  .TabTitleWrap button {
    font-size: 18px;
  }

  #input_2_5 {
    display: block;
    padding: 0;
  }

  footer #field_2_5 {
    display: block;
  }

  footer #field_2_5 .gfield_label {
    float: none;
    display: contents;
  }

  .gchoice.gchoice_2_5_0,
  .gchoice.gchoice_2_5_1 {
    text-align: left;
  }

  .sub-menu {
    position: relative;
    width: 100%;
    background-color: transparent;
  }

  .EqualHeightImg {
    height: auto;
  }

  .EqualHeightImg img {
    height: auto !important;
  }

  .FlyMenu .SocialMedia {
	display: flex;
	margin-left: 20px;
}

 .FlyoutMenu {
	grid-template-columns: auto 80%;
}

  .address {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }

  .address p {
    border: none !important;
  }

  .FooterForm {
    padding-bottom: 50px;
  }

  .ServicesList {
    grid-gap: 5px;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 120px);
  }

  .ServicesList a {
    height: 120px;
  }

  .ServicesList .Mergers {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .ServicesList .Commercial {
    grid-column: 3/5;
    grid-row: 1/2;
  }

  .ServicesList .AI {
    grid-column: 5/7;
    grid-row: 1/2;
  }

  .ServicesList .Compliance {
    grid-column: 2/4;
    grid-row: 2/3;
  }

  .ServicesList .Human {
    grid-column: 4/6;
    grid-row: 2/3;
  }

  .wpb-content-wrapper .vc_custom_1743072953069,
  .wpb-content-wrapper .vc_custom_1743180768815,
  .PageContent {
    padding-bottom: 50px !important;
  }

  .wpb-content-wrapper .vc_custom_1709642392202 {
    padding-top: 50px !important;
  }

  .wpb-content-wrapper .vc_custom_1710762495872 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .servicesTitle,
  .jtrTitle {
    margin-top: 0;
    position: relative;
    overflow: hidden;
    height: 105px;
  }

  .servicesTitle img,
  .jtrTitle img {
    position: absolute;
    transform: translateX(-50%) scale(2);
    top: 25%;
  }

  header {
    position: unset;
  }

  .quote,
  .quote-alt {
    display: flex;
    flex-direction: column;
  }

  .quote-alt {
    flex-direction: column-reverse;
  }

  .jtrTitle {
    margin-bottom: -130px;
  }

  .jtrSpacer {
    display: block;
  }

  .graffitiBg {
    background-position: center;
  }

  .JobRolesInner {
    flex-direction: column;
  }

  .podcastTitle {
    height: auto;
  }

  .podcastTitle img {
    transform: unset;
    position: relative;
  }
	.ReverseColumn{
	flex-direction: column-reverse;
}
}

@media (max-width: 640px) {
  .service-intro-box.wpb_text_column {
    padding: 0 !important;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s ease-in-out;
  animation: fade-in-bottom 0.6s ease-in-out;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .category-press-release .archive-loop {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 350px) {
  .category-press-release .archive-loop {
    grid-template-columns: repeat(1, 1fr);
  }
}
