/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: Jared Laubscher (KiriqN)
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 26.8.2
Template: betheme

All css files are placed in /css/ folder
*/

[data-aos] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  display: block !important; /* Overrides any `display: none` */
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

body:not(.template-slider) #Header_wrapper {
  background-repeat: no-repeat;
  background-position: top;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: grey;
  overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em !important;
  line-height: 1.6;
  font-family: "Montserrat" !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Montserrat" !important;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 0em;
  line-height: 1.6 !important;
  font-size: 16px;
  color: black !important;
  font-family: "Calibri", sans-serif !important;
}

.elementor p *,
.elementor p :after,
.elementor p :before {
  box-sizing: border-box;
  font-family: "Calibri", sans-serif !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

li {
  color: black;
  font-family: "Calibri", sans-serif !important;
}

code,
kbd,
tt,
var {
  font-family: "Montserrat", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol,
ul {
  padding-left: 0rem !important;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em !important;
  line-height: 1.6;
  font-family: "Montserrat" !important;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.triple {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 40px !important;
}

.font-8 {
  font-size: 8px;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

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

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-semi {
  font-weight: 600;
}

.spacing {
  word-spacing: 2px;
}

#sectorSpacing {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: auto !important;
  justify-content: start;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/*Common classes to call for content // native to mobile first then queried to larger screens 
####################################################
####################################################*/

.mobile-arrow {
  display: block;
  animation: arrow 2s linear 0s infinite alternate forwards;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5px);
  }
}

.loader-container {
  text-align: center;
  margin-top: 20px;
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #f96425; /* support orange */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 20px auto; /* Adjust margin as needed */
}

.blog-content {
  display: flex;
  width: 100%;
}

/* Animation keyframes for the loader */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.scroll-search {
  display: none;
}

.top-search {
  display: block;
}

#Top_bar .menu li ul li {
  padding: 0;
  width: 210px !important;
  position: relative;
  font-weight: 400;
  font-size: 14px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --marquee-width: 100%;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: calc(
    var(--marquee-width) / var(--marquee-elements-displayed)
  );
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
  --marquee-animation-duration-badge: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: 100%;
  height: 100%;

  overflow: hidden;
  position: relative;
}
.marquee:before,
.marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
}

@keyframes scrolling-badge {
  0% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
  100% {
    transform: translateX(0);
  }
}

.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content li img {
  width: 100%;
  /* height: 100%; */
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before,
  .marquee:after {
    width: 5rem;
  }
}

/*######################### */

.marquee-badge {
  width: 100%;
  height: 100%;

  overflow: hidden;
  position: relative;
}
.marquee-badge:before,
.marquee-badge:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee-content-badge {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration-badge) linear infinite
    reverse;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
}

@keyframes scrolling-badge {
  0% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
  100% {
    transform: translateX(0);
  }
}

.marquee-content-badge li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  font-size: calc(var(--marquee-height) * 3 / 4); /* 5rem; */
  white-space: nowrap;
}

.marquee-content-badge li img {
  width: 100%;
  /* height: 100%; */
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee-badge:before,
  .marquee-badge:after {
    width: 5rem;
  }
}

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

#service-cards {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #1f295c !important;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: #f04f24;
  --bs-card-height: ;
  --bs-card-color: #f04f24;
  --bs-card-bg: !important;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 90% !important;
  height: var(--bs-card-height);
  color: #1f295c !important;
  word-wrap: break-word;
  background: linear-gradient(
    to bottom,
    rgba(31, 41, 92, 0) 0%,
    rgba(31, 41, 92, 1) 65%
  );
  background-clip: border-box;
  border-radius: 1rem !important;
  border: 0px !important;
}

.services-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: transparent !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #1f295c;
  border: solid;
  border-top: hidden;
}

.index {
  position: relative;
  z-index: -2;
}

.services-img,
#services-img-top img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.w-15 {
  width: 15% !important;
}

.h-15 {
  height: 15% !important;
}

.service-card img {
  height: 20rem;
  object-fit: cover;
  width: 20rem;
  border-radius: 1rem;
  margin: auto;
}

.service-body {
  height: auto;
  width: 250px;
  object-fit: cover;
  border-radius: 1rem;
  background-color: white;
}

.hover-orange:hover {
  color: #f96425 !important;
}

#hover-orange:hover {
  color: #f96425 !important;
}

.orange {
  color: #f04f24 !important;
}

.orange-support {
  color: #f96425 !important;
}

#orange-support {
  color: #f96425 !important;
}

.black {
  color: black !important;
}

#white {
  border-top: 4px solid white !important;
}

.orange-bg {
  background-color: #f04f24;
}

#white-bg {
  background-color: white !important;
}

.white-bg {
  background-color: white !important;
}

.white-bg-art {
  background-color: white !important;
  background-image: url("/wp-content/uploads/2023/07/7444.png");
}

.grey-bg {
  background-color: #fafafa;
}

.blue-bg {
  background-color: #1f295c;
  padding: 1rem;
}

.blue-bg1 {
  background-color: #1f295c;
}

.blue {
  color: #1f295c !important;
}

.blue-bg {
  background-color: #1f295c;
}

.grey {
  color: #a2a2a3;
}

.font-w {
  color: white !important;
}

.font-space {
  letter-spacing: 2px;
}

.font-b {
  color: black;
  font-size: 1rem;
}

.blog-posts {
  width: 33%;
  float: left;
  position: relative;
}

.blog-posts-button {
  position: relative;
  top: 125px;
  border-radius: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-page-img img {
  height: 235px;
  width: 100%;
  border-radius: 1rem;
  margin: auto;
  display: flex;
  justify-content: center;
}

.events-page-img img {
  height: 235px !important;
  width: 100%;
  border-radius: 1rem;
  margin: auto;
  display: flex;
  justify-content: center;
  object-fit: cover;
}

.blog-posts img {
  max-height: 300px;
  min-height: 300px;
}

.gs_logo_area.carousel_nav_pos--bottom .swiper-button-next,
.gs_logo_area.carousel_nav_pos--bottom .swiper-button-prev {
  bottom: 0;
  top: auto;
  visibility: hidden;
}

h1 {
  font-size: 1.5rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0rem !important;
  font-weight: 400;
  line-height: 1.6;
}

p {
  font-family: "Calibri", sans-serif !important;
}

.space {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 80px !important;
  flex-direction: row;
  overflow-x: auto !important;
  height: auto !important;
  position: relative;
  overflow-y: hidden !important;
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  top: -68px;
  position: relative;
}

#card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #1f295c !important;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: #f04f24;
  --bs-card-height: ;
  --bs-card-color: #f04f24;
  --bs-card-bg: !important;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 86% !important;
  height: var(--bs-card-height);
  color: #1f295c !important;
  word-wrap: break-word;
  background: linear-gradient(
    to bottom,
    rgba(31, 41, 92, 0) 0%,
    rgba(31, 41, 92, 1) 56%
  );
  z-index: 0;

  background-clip: border-box;
  border-radius: 1rem !important;
  border: 0px !important;
}

.card-title-blog {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/*.card-title-blog :hover {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  text-decoration: underline;
} */

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: transparent !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #1f295c;
  border: solid;
  border-top: hidden;
  object-fit: cover;
  height: 100px;
}

.card-body-blog {
  flex: 1 1 auto;
  display: flex;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-img,
#card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: hidden;
  border-radius: 1rem !important;
}

.card-img,
#card-img-top img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: -2;
  position: relative;
  margin-bottom: 20px;
}

.card-img,
#card-img-top-blog img {
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: ease-out 0.25s;
  height: 250px;
}

.career-img,
#career-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: hidden;
  border-radius: 1rem !important;
}

.career-img,
#career-img-top img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  z-index: -2;
  position: relative;
  margin-bottom: 20px;
}

.card-text {
  height: 200px;
}

.card-text p {
  color: #1f295c !important;
}

#card-blog {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #1f295c !important;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: #f04f24;
  --bs-card-height: ;
  --bs-card-color: #f04f24;
  --bs-card-bg: !important;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  min-width: 90% !important;
  height: var(--bs-card-height);
  color: #1f295c !important;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 0px !important;
  border-radius: 1rem !important;
  transition: ease-out 0.25s !important;
}

#card-blog :hover {
  text-decoration: 2px underline !important;
  text-decoration-color: #1f295c !important;
}

.card-blog :hover {
  text-decoration: 2px underline !important;
  text-decoration-color: #1f295c !important;
}

.blog-wrapper :hover {
  transform: translateX(1.1) !important;
  transition: ease-in-out 0.25s;
}

.card-blog:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.orange-shadow {
  box-shadow: -9px 10px 79px 0px #f050247b !important;
  border-radius: 10px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.bg-img {
  background-size: contain;
  z-index: -2;
}

.mfn-footer h1,
.mfn-footer h1 a,
.mfn-footer h1 a:hover,
.mfn-footer h2,
.mfn-footer h2 a,
.mfn-footer h2 a:hover,
.mfn-footer h3,
.mfn-footer h3 a,
.mfn-footer h3 a:hover,
.mfn-footer h4,
.mfn-footer h4 a,
.mfn-footer h4 a:hover,
.mfn-footer h5,
.mfn-footer h5 a,
.mfn-footer h5 a:hover,
.mfn-footer h6,
.mfn-footer h6 a,
.mfn-footer h6 a:hover {
  color: #ffffff !important;
}

.earth {
  width: 100%;
  margin-top: 10%;
  z-index: 0;

  position: relative;
}

.border-intro {
  border-radius: 20px;
  z-index: 1;
  background-color: white;
}

.sectors-intro {
  border-radius: 20px;
  background-color: white;
  height: auto;
}

.sectors-intro img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.img-intro {
  border-radius: 20px;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
  display: none !important;
}

.sectors {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
}

.custom-accordion .accordion-button {
  color: var(--bs-accordion-active-color);
  background-color: #0089f7 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.button-default .button_theme,
.button-default button,
.button-default input[type="button"],
.button-default input[type="reset"],
.button-default input[type="submit"],
.button-flat .button_theme,
.button-flat button,
.button-flat input[type="button"],
.button-flat input[type="reset"],
.button-flat input[type="submit"],
.button-round .button_theme,
.button-round button,
.button-round input[type="button"],
.button-round input[type="reset"],
.button-round input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button:not(.default),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.default):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #f96425 !important;
}

.demo-form {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-weight: 600;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  color: white;
  padding: 0.5rem !important;
}

.bg-misp {
  background-image: url("/wp-content/uploads/2023/07/2.1-new-lines.svg");
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-sectors {
  background-image: url("/wp-content/uploads/2023/06/w12-scaled.jpg");
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-vlog {
  background-image: url("#");
  background-size: auto 686px;
  height: auto;
  background-repeat: no-repeat;
  background-position: right;
}

.stats-bg {
  background: rgb(17, 35, 86);
  background: linear-gradient(
    207deg,
    rgba(17, 35, 86, 1) 61%,
    rgba(8, 16, 39, 1) 100%
  );
}

.stats-bg-career {
  background-color: #fafafa;
}

/* Style the columns with borders */

/* Style the rows with borders at the bottom */

.social-bg {
  background: rgb(17, 35, 86);
  background: linear-gradient(
    207deg,
    rgba(17, 35, 86, 1) 61%,
    rgba(8, 16, 39, 1) 100%
  );
}

.bg-map {
  background-image: url("/wp-content/uploads/2023/06/MicrosoftTeams-image-11.png");
  background-size: contain;
  height: auto;
  background-repeat: no-repeat;
}

.bg-about {
  background-color: #f96425;
}

span.wpcf7-form-control-wrap .wpcf7-date,
span.wpcf7-form-control-wrap .wpcf7-quiz,
span.wpcf7-form-control-wrap .wpcf7-number,
span.wpcf7-form-control-wrap .wpcf7-select,
span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 1rem;
  font-family: "Montserrat" !important;
  padding: 0.5rem;
  justify-content: start;
  margin-top: 1rem;
}

.home-Video video {
  border-radius: 1rem;
  /*border: 3px solid #f96425; */
}

.pum-theme-592 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  position: absolute;
  height: auto;
  width: auto;
  left: auto;
  right: 0px;
  bottom: auto;
  top: 0px;
  padding: 8px;
  color: #ffffff;
  font-family: inherit;
  font-weight: 400;
  font-size: 12px;
  font-style: inherit;
  line-height: 36px;
  border: 1px none #ffffff;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 183, 205, 1);
  border-top-right-radius: 1rem !important;
}

.button-default .button_theme,
.button-default input[type="button"],
.button-default input[type="reset"],
.button-default input[type="submit"],
.button-flat .button_theme,
.button-flat button,
.button-flat input[type="button"],
.button-flat input[type="reset"],
.button-flat input[type="submit"],
.button-round .button_theme,
.button-round button,
.button-round input[type="button"],
.button-round input[type="reset"],
.button-round input[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button:not(.default),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: white !important;
}

.pum-theme-592,
.pum-theme-default-theme {
  background-color: transparent !important;
}

.service-button {
  float: left;
  top: 10%;
}

.serviceImage {
  position: relative;
  object-fit: cover;
}

.custom-accordion #accordionOne {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: transparent !important;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: transparent !important;
  --bs-accordion-border-width: 0px !important;
  --bs-accordion-border-radius: 0px !important;
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23052c65"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: transparent !important;
}

.custom-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
  background-color: white !important;
  color: #1f295c !important;
}

.custom-accordion #accordion-button,
.custom-accordion #accordion-button2,
.custom-accordion #accordion-button3,
.custom-accordion #accordion-button4,
.custom-accordion #accordion-button5,
.custom-accordion #accordion-button6,
.custom-accordion #accordion-button7,
.custom-accordion #accordion-button8 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: transparent !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  justify-content: center;
}

.custom-accordion #accordion-body {
  padding-left: 0.5rem;
  background-color: transparent !important;
}

.custom-accordion .accordion-margin {
  position: relative;
  margin-right: 50%;
  margin-left: 50%;
}

.custom-accordion #accordion-button img,
.custom-accordion #accordion-button2 img,
.custom-accordion #accordion-button3 img,
.custom-accordion #accordion-button4 img,
.custom-accordion #accordion-button5 img,
.custom-accordion #accordion-button6 img,
.custom-accordion #accordion-button7 img,
.custom-accordion #accordion-button8 img {
  height: 150px;
  width: auto;
}

/*#accordion-button img {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: white !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  justify-content: start;
} */

.button-flat .button:hover:after,
.button-flat button:hover:after,
.button-flat .action_button:hover:after,
.button-flat .footer_button:hover:after,
.button-flat input[type="submit"]:hover:after,
.button-flat input[type="reset"]:hover:after,
.button-flat input[type="button"]:hover:after {
  opacity: 0;
}

.custom-accordion #accordion-body {
  padding-left: 0.5rem;
}

.margin-intro {
  margin-top: 4rem;
}

.header-fixed #Top_bar .menu > li > a {
  padding: 10px 0 !important;
}

.section-shadows {
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.25);
  z-index: 99;
}

#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-shop #Top_bar,
.header-shop-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
  background-color: #ffffff;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.25) !important;
  opacity: 100%;
}

.overlay {
  background: linear-gradient(
    to bottom,
    rgba(31, 41, 92, 0) 30%,
    rgba(31, 41, 92, 1) 49%,
    rgba(31, 41, 92, 1) 69%
  );
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.overlay-white {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) -2%,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 23%,
    rgba(255, 255, 255, 0.3) 27%,
    rgba(255, 255, 255, 0.4) 30%,
    rgba(255, 255, 255, 0.5) 33%,
    rgba(255, 255, 255, 0.6) 36%,
    rgba(255, 255, 255, 0.7) 39%,
    rgba(255, 255, 255, 0.8) 43%,
    rgba(255, 255, 255, 0.9) 46%,
    rgb(255, 255, 255, 3) 49%,
    rgb(255, 255, 255) 66%
  );
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 1rem;
}

/*Start to SWUP styles
####################################################
#################################################### */

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}
/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/*Start to end of SWUP styles
####################################################
#################################################### */

/*Start to about us styles
####################################################
#################################################### */

.service-links:hover {
  color: #f96425;
}

.gallery {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gallery-Box {
  width: 300px;
  height: 600px;
  margin: 0px;
  border-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2023/06/who-we-are-scaled-e1687356144890.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  transition: width 0.5s;
}

.gallery-Box:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2023/05/MicrosoftTeams-image-8-scaled.jpg");
  background-size: cover;
  background-position: center;
}

.gallery-Box:nth-child(3) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2023/05/MicrosoftTeams-image-10-scaled-e1684842982172.jpg");
  background-size: cover;
  background-position: center;
}

.gallery-Box:nth-child(4) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2023/05/MicrosoftTeams-image-12-scaled-e1684846987592.jpg");
  background-size: cover;
  background-position: center;
}

.gallery-Box:nth-child(5) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/wp-content/uploads/2023/05/MicrosoftTeams-image-7-scaled-e1684841610709.jpg");
  background-size: cover;
  background-position: center;
}

.gallery-Box h3 {
  position: absolute;
  top: 10% !important;
  left: 30px;
  opacity: 0;
}

.gallery-Box p {
  position: absolute;
  top: 20% !important;
  left: 30px;
  opacity: 0;
  margin-right: 20px;
  z-index: -2;
}

.gallery-Box:hover {
  width: 600px;
  cursor: pointer;
  border-radius: 20px;
}

.gallery-Box:hover h3 {
  position: absolute;
  top: 0;
  opacity: 1;
  display: flex;
  flex-wrap: nowrap;
  transition: top 0.5s, opacity 0.5s;
  width: auto !important;
  transition-delay: 0.4s;
}

.gallery-Box:hover p {
  position: absolute;
  bottom: 25px;
  opacity: 1;
  display: flex;
  flex-wrap: nowrap;
  transition: bottom 0.5s, opacity 0.5s;
  transition-delay: 0.4s;
  z-index: 0;
}

.small-box-1 {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
  border: #000;
  border-radius: 20px;
  width: auto;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#myVid video {
  border: none;
}

.large-box-1 {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: 550px;
  width: auto;
  padding: 70px 40px 70px 60px;
  padding-top: 60px;
  top: -10%;
}

.small-box-2 {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
  border: #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  width: auto;
}

.large-box-2 {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: auto;
  width: auto;
  padding: 70px 60px 70px 40px;
  padding-top: 60px;
  top: -10%;
}

.reputation-box {
  text-align: center;
  border-radius: 20px;
}

#team-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: auto !important;
  justify-content: start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

#team-wrapper img {
  height: auto;
}

.team-image {
  position: relative;
  display: inline-block;
  z-index: 10;
  transition: ease-in-out 0.5s;
  border-radius: 1rem;
}

.team-image img {
  border-radius: 1rem;
}

.team-image .img-top {
  opacity: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: ease-in-out 0.5s;
}

.team-image:hover .img-top {
  opacity: 100%;
  display: inline;
  transition: ease-in-out 0.5s;
}

.about-border {
  position: relative;
  /*box-shadow: -20px -19px #1f295c;*/
  border-radius: 20px;
}

.about-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  box-shadow: 5px 5px 10px #888888;
  border-radius: 20px;
}

.linkedin {
  color: #1f295c;
  transition: ease-in-out 0.2s;
}

.linkedin:hover {
  color: #f96425 !important;
  transition: ease-in-out 0.2s;
}

.stats-box {
  min-height: 210px;
  border: 0px solid #f96425;
  border-radius: 20px;
}

.ls-v6 .ls-bottom-slidebuttons a {
  border-radius: 10px !important;
  border: 2px solid #f96425 !important;
  scroll-behavior: auto;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.pum-theme-592 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 18px;
  border-radius: 20px;
  border: 1px none #000000;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  background-color: #ffffff !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: #f96425 !important;
}

.ls-bottom-slidebuttons a {
  background: #808080;
}

.ls-v6 .ls-bottom-slidebuttons a {
  border-radius: 10px;
  border: 2px solid rgba(249, 100, 37, 0.75) !important;
}

.values {
  border: 2px #f96425 solid;
  border-radius: 20px;
}

.service-List {
  position: relative;
  list-style-position: inside;
}

.service-List li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.service-List:hover {
  color: #f96425 !important;
}

.social-image {
  position: relative;
  height: auto;
  width: 250px;
  display: flex;
  margin: auto;
}

/*

.social-image-2 {
  position: relative;
  border-radius: 20px;
  transform: scale(0.35);
  margin: -30px;
  margin-top: -30%;
  margin-bottom: -40%;
}

.social-image-3 {
  position: relative;
  border-radius: 20px;
  transform: scale(0.35);
  margin: -30px;
  margin-top: -25%;
  margin-bottom: -35%;
}

.social-image-4 {
  position: relative;
  border-radius: 20px;
  transform: scale(0.5);
  margin: -30px;
  margin-top: 0%;
  margin-bottom: -15%;
}

.social-image-5 {
  position: relative;
  border-radius: 20px;
  transform: scale(0.5);
  margin: -30px;
  margin-top: -25%;
  margin-bottom: -50%;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f96425 !important;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: white !important;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: white !important;
  color: #f96425 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #f96425 !important;
  border-color: #f96425 !important;
  border-radius: 20px;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: 20px;
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
    var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
    var(--bs-border-color) var(--bs-body-bg);
  border-radius: 20px !important;
  z-index: 2;
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: none !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  border-radius: 20px !important;
}

/*@keyframes valuesPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
} */

.values-margin {
  margin-top: 5px;
}

.values-margin-2 {
  margin-top: 30px;
}

.values-2 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 0.5s;
}
.values-3 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 1s;
}
.values-4 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 1.5s;
}
.values-5 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 2s;
}
.values-6 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 2.5s;
}
.values-7 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 3s;
}
.values-8 {
  animation: myAnim 10s ease 0s infinite normal forwards;
  animation-delay: 3.5s;
}

/*Start to Services styles
####################################################
#################################################### */

.service-boxes .row > [class^="col"] {
  border-right: 2px solid #f96425; /* Set your desired line color */
  padding-right: 1rem; /* Add some spacing to the right of each column */
}

.bg-services {
  background-image: url("/wp-content/uploads/2023/06/MicrosoftTeams-image-55-scaled-e1687347587192.jpg");
  background-size: cover;
  height: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.paused {
  animation-play-state: paused !important;
}

/*Start to IGA styles
####################################################
#################################################### */

.iga-List-1 {
  list-style-type: none;
}

.iga-List-1 img {
  position: relative;
  height: 50px;
}

.iga-List-2 {
  list-style-type: none;
}

.iga-border {
  position: relative;
  /*box-shadow: -20px -19px #1f295c;*/
  border-radius: 20px;
}

.iga-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  box-shadow: 5px 5px 10px #888888;
  border-radius: 20px;
}

/*End to IGA classes
####################################################
####################################################  */

/*Start to careers classes
####################################################
####################################################  */

.career-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  position: relative;
}

.career-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: transparent !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: white;
  border: solid;
  border-top: hidden;
  object-fit: cover;
}

.card-img,
#career-img-top {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom: hidden;
  border-radius: 1rem !important;
}

.card-img,
#career-img-top img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 2.3rem;
  border-top-right-radius: 2.3rem;
  z-index: -2;
  position: relative;
  margin-bottom: 20px;
}

#career-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 20rem !important;
  --bs-card-color: #f04f24;
  --bs-card-bg: #f04f24;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 90% !important;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 1rem !important;
  background: white;
  z-index: 0;
  border: 2px #f96425 solid;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 2.5rem !important;
  border-top-left-radius: 2.5rem !important;
  border-bottom-left-radius: 2.5rem !important;
  box-shadow: 0 0px 5px #f96425 !important;
}

.career-card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 20rem !important;
  --bs-card-color: #f04f24;
  --bs-card-bg: #f04f24;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0 !important;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 1rem !important;
  background: white;
  z-index: 0;
  border: 2px #f96425 solid;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 2.5rem !important;
  border-top-left-radius: 2.5rem !important;
  border-bottom-left-radius: 2.5rem !important;
  box-shadow: 0 0px 5px #f96425 !important;
}

.career-button {
  background-color: #f96425;
  border-radius: 20px;
  padding: 6px;
  float: left;
  margin-left: 10px;
  transition: all 0.25s ease-out;
}

.career-button:hover {
  position: relative;
  transform: translateY(-3px);
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

.contact-button {
  background-color: #f96425;
  border-radius: 20px;
  padding: 6px;
  float: left;
  transition: all 0.25s ease-out;
}

.contact-button:hover {
  position: relative;
  transform: translateY(-3px);
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

.stats-bg-career .row > [class^="col"] {
  border-right: 2px solid #f96425; /* Set your desired line color */
  padding-right: 1rem; /* Add some spacing to the right of each column */
}

/*End to careers classes
####################################################
####################################################  */

/*Start to ServiceIAM styles
####################################################
#################################################### */

.vendor-margin {
  margin-bottom: 150px !important;
  margin-top: 75px;
}

.vendor-margin-2 {
  margin-bottom: 75px !important;
  margin-top: 75px !important;
}

.serviceiam-card-panels {
  flex: 1 1 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.serviceIAM-cards {
  flex: 1 1 auto;
  height: auto;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  border: 2px solid white;
}

.serviceIAM-cards.hovered {
  border: 2px solid #f96425;
}

.serviceIAM-cards:hover + .serviceIAM-border {
  border: 2px solid #f96425;
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the height of the border */
  background-color: #f96425; /* Set initial color of the border */
  transition: background-color 0.3s; /* Add transition for smooth hover effect */
  display: block;
  margin-top: 20px;
}

.serviceIAM-border {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the height of the border */
  background-color: #bcbec0; /* Set initial color of the border */
  transition: background-color 0.3s; /* Add transition for smooth hover effect */
  display: block;
  margin-top: 20px;
}

.serviceiam-card-image img {
  height: 70px;
  display: flex;
  justify-content: start;
  position: relative;
  width: 70px;
  margin: 25px;
  margin-bottom: 0px;
}

.serviceiam-card-header {
  position: relative;
  padding-bottom: 35px;
  padding-right: 10px;
  padding-left: 25px;
}

.serviceiam-card-body {
  position: relative;
  padding-right: 20px;
  padding-left: 25px;
}

/*End to ServiceIAM classes
####################################################
####################################################  */

/*Start to contact us classes
####################################################
####################################################  */

.contact-intro {
  border-radius: 1rem;
}

.address-container {
  display: flex;
  flex-direction: column;
}

.address-info {
  display: flex;
  flex-direction: column;
  margin-left: 35px; /* Adjust margin as needed */
}
/*End to contact us classes
####################################################
####################################################  */

/*Start to hubspot classes
####################################################
####################################################  */

/*chat bot styling */

.eEHhmz {
  border: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #1f295c !important;
}

.gInMaF {
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  height: 100%;
  padding: 16px;
  background-color: #1f295c;
}

/* Free assessment hubspot contact form */

#firstname-b2ca8282-7187-4726-a2e0-f8042c197980,
#lastname-b2ca8282-7187-4726-a2e0-f8042c197980,
#email-b2ca8282-7187-4726-a2e0-f8042c197980,
#company-b2ca8282-7187-4726-a2e0-f8042c197980,
#jobtitle-b2ca8282-7187-4726-a2e0-f8042c197980,
#message-b2ca8282-7187-4726-a2e0-f8042c197980 {
  width: 100%;
  background-color: white;
  color: #1f295c;
  border-radius: 1rem;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
}

#message-b2ca8282-7187-4726-a2e0-f8042c197980 {
  margin-bottom: 30px;
}

.inputs-list,
.multi-container {
  display: flex;
  flex-direction: column;
}

.hs-form-checkbox::before {
  margin: 10px;
  background-color: red;
}

#hsForm_b2ca8282-7187-4726-a2e0-f8042c197980,
#hsForm_149cd878-9b84-4828-9f08-8bdb43e0c8dd,
#hbspt-form-c2581f44-3caf-41d9-b247-385ce9b0638d,
#hbspt-form-bd65a7e0-b9b2-4854-95ea-7bd1aa28a3b6,
#hbspt-form-4962d400-def5-49d8-84ef-852d9911c30e,
#hsForm_c1792193-8a50-4ddf-b49b-7e5f84a37854,
#hsForm_f1bcc1fe-8657-4f65-9a98-bffd81843160,
#hbspt-form-33b7f361-6df2-4d88-878e-2e174b238cc6,
#hbspt-form-9a96b1ab-e773-487b-9679-f5227d01c62a,
#label-firstname-469189bf-1ce5-4a1f-84f6-8b2579c4e885,
#label-email-469189bf-1ce5-4a1f-84f6-8b2579c4e885,
#label-email-469189bf-1ce5-4a1f-84f6-8b2579c4e885,
#hbspt-form-a7b9e788-4e85-426b-85a8-b6c5f0270d2e,
#hsForm_9ccff080-fdef-47fe-a142-4a8c5f153204 label {
  color: #1f295c !important;
  font-size: 20px;
  font-weight: 600;
}

.hs-button {
  padding-right: 100px !important;
}

/* SA hubsport contact form */

#firstname-89803f5a-cc62-4a92-9864-60b7d6c00d9c,
#lastname-89803f5a-cc62-4a92-9864-60b7d6c00d9c,
#email-89803f5a-cc62-4a92-9864-60b7d6c00d9c {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-family: "Montserrat", sans-serif;
}

#message-89803f5a-cc62-4a92-9864-60b7d6c00d9c {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

#hsForm_89803f5a-cc62-4a92-9864-60b7d6c00d9c,
#hsForm_e9639d30-c0fa-4c4c-81da-ff29301067d3,
#hsForm_c77ec016-845d-4d80-a09b-9c437e627e7c,
#hsForm_da1e3ce1-77eb-4c80-887b-157742546670,
#hsForm_6d030953-c786-4de2-bd3a-1d0bbe22bf08,
#hbspt-form-afc01a16-574a-4d6a-ad94-31d4ceb28360,
#hbspt-form-4989c1fd-0c43-4907-b0c6-0cd2511edec2,
#hsForm_b9fef9c1-0a93-448f-99f2-fadf0e870375,
#hsForm_32a33c9c-d008-418a-a809-2b0a0d56b167,
#hsForm_2a174c7b-fd51-4b5b-9167-0dd2bd2d6595,
#hbspt-form-498c0d74-9680-4f77-b2f4-ce185f921c65,
#hbspt-form-0837d1bd-bdc5-46d9-a410-2baa0e859aef,
#hsForm_492d56ac-06f4-4f14-ad6f-c1627939554e,
#hsForm_1fce6e1d-4428-4f0b-a85e-6a39723f78ab,
#hsForm_36dfe042-d0c7-443c-b7c5-8dd83453317a,
#hsForm_c475562b-23ef-42e9-85c2-625ecab94de6,
#hsForm_c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#hsForm_72a8350c-ece1-40e1-b65c-f451233a218a,
#hsForm_01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c,
#hsForm_1b36eea6-4a88-416b-be24-1f16c8038ac2,
#hsForm_81546c73-8f70-4eb4-b437-4dddb0822f22,
#hsForm_1b0b50d3-4ccb-4fd0-b6b5-e226498bba1a,
#hsForm_e346bf89-f09e-440a-b4bb-7b3e36f8dfb4,
#hsForm_243eb8af-cf88-4741-b223-87aa7d6ef95d,
#hsForm_f688b2fe-8a02-40a7-a63f-bd5b68298d5e,
#hsForm_725188f5-d569-4a9a-b2ab-31a2eaac7a0d,
#hsForm_8eaf196d-fadf-4d05-ab36-43e9ec842bc4,
#hsForm_7aed5b31-1565-4c0a-a99a-1806e50ae8b5,
#hsForm_edb149bc-a2e3-4966-b843-f1c6e88c36dd,
#hsForm_314aaa8f-e80c-45f2-bc0f-c797eabaa9e5,
#hsForm_c7cccc4b-e7b6-40af-9e25-83dde4ad4c44,
#hsForm_efe0556e-499f-413d-ae8a-baf84364b6c4,
#hsForm_7b2f36a5-c2fa-4828-9fa3-1b2ab5cfa18c,
#hsForm_4d6b8b01-5bde-4e38-ab8f-d23e9e7f039d,
#hsForm_e6da7dde-4cd5-437d-a7a2-3d7401efda1c,
#hsForm_5b40a0a5-10e6-4254-a2eb-b0b75950e1ac,
#hsForm_d9172cde-f737-45c9-a4b2-6cf349136bb2,
#hsForm_0bde400f-2d00-4539-9920-d9e49279a74c,
#hsForm_ee288d9e-bf10-44d6-b593-3417eaafe5b3,
#hsForm_70264a05-fb59-4ad2-9e44-f09e4665d9ac,
#hsForm_2145a536-80ae-4539-b4c5-24cf1b585de6,
#hsForm_31b3603c-7856-4df5-9143-8e750ce646ee,
#hsForm_a4308776-9734-4c53-8a48-b9ed1051c680,
#hsForm_fc10b612-4b44-45d3-9f93-22f295ea17a8,
#hsForm_6cf35915-2d07-42d0-b22d-47a167383d5e,
#hsForm_fba13004-f6a8-4afc-9884-1c6471e2d853,
#hsForm_f05dab16-a266-49a8-a59c-fe21e4bf3d6a,
#hsForm_3675efff-53f4-46c9-8aa1-ba08cfb8f97b,
#hsForm_f646a7b4-035f-4272-927b-48858c5af128,
#hsForm_f25e4f92-3af7-4089-99b9-f430217b1ddc,
#hsForm_522f476d-0665-4708-a346-6b7408b019b9,
#hsForm_fbe6fda4-3bd8-4f5c-834d-3b2eb129bd1a,
#hsForm_3ff375d7-0fa4-4b74-84de-a399ddb3de31 label {
  color: #1f295c;
  font-size: 20px;
  font-weight: 600 !important;
}

[id^="hsForm"] label {
  color: #1f295c;
  font-size: 20px;
  font-weight: 600 !important;
}

.hs-richtext,
.hs-main-font-element {
  color: #1f295c;
  font-size: 20px;
  font-weight: 600;
}

/* UK hubspot contact form */

.hs-form-87fc5321-3381-493f-810c-3fee89838f82_191faf8a-83ef-4800-b68b-0a26bc3ebec6
  .hs-form-field
  label:not(.hs-error-msg) {
  color: #f96425 !important;
  font-weight: 600 !important;
}

#hs-form-87fc5321-3381-493f-810c-3fee89838f82_191faf8a-83ef-4800-b68b-0a26bc3ebec6
  #hs-form-field
  label:not(.hs-error-msg) {
  color: #f96425 !important;
  font-weight: 600 !important;
}

.my-hubspot-form .hs-form input[type="text"] {
  /* Style text input fields */
}

.my-hubspot-form .hs-form label {
  /* Style labels */
  color: #f96425 !important;
  font-weight: 600 !important;
}

.my-hubspot-form .hs-form .hs-button {
  /* Style submit button */
  font-family: "Montserrat";
}

#hsForm_87fc5321-3381-493f-810c-3fee89838f82 label {
  color: #1f295c;
  font-size: 20px;
  font-weight: 600;
}

#firstname-87fc5321-3381-493f-810c-3fee89838f82,
#lastname-87fc5321-3381-493f-810c-3fee89838f82,
#email-87fc5321-3381-493f-810c-3fee89838f82,
#firstname-e9639d30-c0fa-4c4c-81da-ff29301067d3 {
  width: 100%;
  background-color: white;
  color: #1f295c;
  border-radius: 1rem;
  font-family: "Montserrat", sans-serif;
}

#hsForm_87fc5321-3381-493f-810c-3fee89838f82 textarea {
  width: 100%;
  background-color: white !important;
  color: #1f295c;
  border-radius: 1rem;
  margin-bottom: 30px;
}

#hbspt-form-8f8d43bd-8d6a-43f0-9c32-6f790c6e13b2 {
  width: 100%;
}

.hs_submit,
.hs-submit {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.submitted-message {
  color: #f96425;
  font-size: 16px;
  font-weight: 600;
}

.hs-button,
.primary,
.large {
  position: relative;
  height: 50px;
  font-size: 18px !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;
}

#firstname-87fc5321-3381-493f-810c-3fee89838f82,
#lastname-87fc5321-3381-493f-810c-3fee89838f82,
#email-87fc5321-3381-493f-810c-3fee89838f82,
#firstname-e9639d30-c0fa-4c4c-81da-ff29301067d3,
#lastname-e9639d30-c0fa-4c4c-81da-ff29301067d3,
#email-e9639d30-c0fa-4c4c-81da-ff29301067d3,
#firstname-c77ec016-845d-4d80-a09b-9c437e627e7c,
#lastname-c77ec016-845d-4d80-a09b-9c437e627e7c,
#email-c77ec016-845d-4d80-a09b-9c437e627e7c,
#firstname-da1e3ce1-77eb-4c80-887b-157742546670,
#email-da1e3ce1-77eb-4c80-887b-157742546670,
#firstname-6d030953-c786-4de2-bd3a-1d0bbe22bf08,
#lastname-6d030953-c786-4de2-bd3a-1d0bbe22bf08,
#email-6d030953-c786-4de2-bd3a-1d0bbe22bf08,
#firstname-b9fef9c1-0a93-448f-99f2-fadf0e870375,
#email-b9fef9c1-0a93-448f-99f2-fadf0e870375,
#firstname-32a33c9c-d008-418a-a809-2b0a0d56b167,
#email-32a33c9c-d008-418a-a809-2b0a0d56b167,
#firstname-2a174c7b-fd51-4b5b-9167-0dd2bd2d6595,
#lastname-2a174c7b-fd51-4b5b-9167-0dd2bd2d6595,
#email-2a174c7b-fd51-4b5b-9167-0dd2bd2d6595,
#firstname-c1792193-8a50-4ddf-b49b-7e5f84a37854,
#email-c1792193-8a50-4ddf-b49b-7e5f84a37854,
#firstname-492d56ac-06f4-4f14-ad6f-c1627939554e,
#email-492d56ac-06f4-4f14-ad6f-c1627939554e,
#firstname-f1bcc1fe-8657-4f65-9a98-bffd81843160,
#email-f1bcc1fe-8657-4f65-9a98-bffd81843160,
#firstname-1fce6e1d-4428-4f0b-a85e-6a39723f78ab,
#email-1fce6e1d-4428-4f0b-a85e-6a39723f78ab,
#firstname-36dfe042-d0c7-443c-b7c5-8dd83453317a,
#email-36dfe042-d0c7-443c-b7c5-8dd83453317a,
#firstname-c475562b-23ef-42e9-85c2-625ecab94de6,
#email-c475562b-23ef-42e9-85c2-625ecab94de6,
#firstname-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#lastname-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#jobtitle-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#company-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#email-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#mobilephone-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#city-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#state-c9db6524-2fff-4b92-99fe-f84ffbaef93a,
#firstname-72a8350c-ece1-40e1-b65c-f451233a218a,
#lastname-72a8350c-ece1-40e1-b65c-f451233a218a,
#firstname-469189bf-1ce5-4a1f-84f6-8b2579c4e885,
#email-469189bf-1ce5-4a1f-84f6-8b2579c4e885,
#email-72a8350c-ece1-40e1-b65c-f451233a218a,
#firstname-01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c,
#lastname-01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c,
#email-01e7ab34-a761-4e2f-9ff1-6c62a6d8f17cs,
#firstname-1b36eea6-4a88-416b-be24-1f16c8038ac2,
#lastname-1b36eea6-4a88-416b-be24-1f16c8038ac2,
#email-1b36eea6-4a88-416b-be24-1f16c8038ac2,
#firstname-81546c73-8f70-4eb4-b437-4dddb0822f22,
#lastname-81546c73-8f70-4eb4-b437-4dddb0822f22,
#email-81546c73-8f70-4eb4-b437-4dddb0822f22,
#firstname-1b0b50d3-4ccb-4fd0-b6b5-e226498bba1a,
#lastname-1b0b50d3-4ccb-4fd0-b6b5-e226498bba1a,
#email-1b0b50d3-4ccb-4fd0-b6b5-e226498bba1a,
#firstname-e346bf89-f09e-440a-b4bb-7b3e36f8dfb4,
#lastname-e346bf89-f09e-440a-b4bb-7b3e36f8dfb4,
#email-e346bf89-f09e-440a-b4bb-7b3e36f8dfb4,
#firstname-243eb8af-cf88-4741-b223-87aa7d6ef95d,
#email-243eb8af-cf88-4741-b223-87aa7d6ef95d,
#firstname-f688b2fe-8a02-40a7-a63f-bd5b68298d5e,
#lastname-f688b2fe-8a02-40a7-a63f-bd5b68298d5e,
#email-f688b2fe-8a02-40a7-a63f-bd5b68298d5e,
#firstname-725188f5-d569-4a9a-b2ab-31a2eaac7a0d,
#email-725188f5-d569-4a9a-b2ab-31a2eaac7a0d,
#firstname-8eaf196d-fadf-4d05-ab36-43e9ec842bc4,
#email-8eaf196d-fadf-4d05-ab36-43e9ec842bc4,
#firstname-7aed5b31-1565-4c0a-a99a-1806e50ae8b5,
#lastname-7aed5b31-1565-4c0a-a99a-1806e50ae8b5,
#email-7aed5b31-1565-4c0a-a99a-1806e50ae8b5,
#email-edb149bc-a2e3-4966-b843-f1c6e88c36dd,
#lastname-edb149bc-a2e3-4966-b843-f1c6e88c36dd,
#firstname-edb149bc-a2e3-4966-b843-f1c6e88c36dd,
#firstname-314aaa8f-e80c-45f2-bc0f-c797eabaa9e5,
#lastname-314aaa8f-e80c-45f2-bc0f-c797eabaa9e5,
#email-314aaa8f-e80c-45f2-bc0f-c797eabaa9e5,
#firstname-c7cccc4b-e7b6-40af-9e25-83dde4ad4c44,
#lastname-c7cccc4b-e7b6-40af-9e25-83dde4ad4c44,
#email-c7cccc4b-e7b6-40af-9e25-83dde4ad4c44,
#firstname-efe0556e-499f-413d-ae8a-baf84364b6c4,
#lastname-efe0556e-499f-413d-ae8a-baf84364b6c4,
#email-efe0556e-499f-413d-ae8a-baf84364b6c4,
#firstname-7b2f36a5-c2fa-4828-9fa3-1b2ab5cfa18c,
#lastname-7b2f36a5-c2fa-4828-9fa3-1b2ab5cfa18c,
#email-7b2f36a5-c2fa-4828-9fa3-1b2ab5cfa18c,
#firstname-4d6b8b01-5bde-4e38-ab8f-d23e9e7f039d,
#lastname-4d6b8b01-5bde-4e38-ab8f-d23e9e7f039d,
#email-4d6b8b01-5bde-4e38-ab8f-d23e9e7f039d,
#firstname-e6da7dde-4cd5-437d-a7a2-3d7401efda1c,
#email-e6da7dde-4cd5-437d-a7a2-3d7401efda1c,
#firstname-5b40a0a5-10e6-4254-a2eb-b0b75950e1ac,
#lastname-5b40a0a5-10e6-4254-a2eb-b0b75950e1ac,
#email-5b40a0a5-10e6-4254-a2eb-b0b75950e1ac,
#firstname-d9172cde-f737-45c9-a4b2-6cf349136bb2,
#email-d9172cde-f737-45c9-a4b2-6cf349136bb2,
#firstname-0bde400f-2d00-4539-9920-d9e49279a74c,
#lastname-0bde400f-2d00-4539-9920-d9e49279a74c,
#email-0bde400f-2d00-4539-9920-d9e49279a74c,
#firstname-ee288d9e-bf10-44d6-b593-3417eaafe5b3,
#lastname-ee288d9e-bf10-44d6-b593-3417eaafe5b3,
#email-ee288d9e-bf10-44d6-b593-3417eaafe5b3,
#firstname-70264a05-fb59-4ad2-9e44-f09e4665d9ac,
#lastname-70264a05-fb59-4ad2-9e44-f09e4665d9ac,
#email-70264a05-fb59-4ad2-9e44-f09e4665d9ac,
#firstname-2145a536-80ae-4539-b4c5-24cf1b585de6,
#lastname-2145a536-80ae-4539-b4c5-24cf1b585de6,
#email-2145a536-80ae-4539-b4c5-24cf1b585de6,
#firstname-31b3603c-7856-4df5-9143-8e750ce646ee,
#lastname-31b3603c-7856-4df5-9143-8e750ce646ee,
#email-31b3603c-7856-4df5-9143-8e750ce646ee,
#firstname-a4308776-9734-4c53-8a48-b9ed1051c680,
#email-a4308776-9734-4c53-8a48-b9ed1051c680,
#firstname-fc10b612-4b44-45d3-9f93-22f295ea17a8,
#lastname-fc10b612-4b44-45d3-9f93-22f295ea17a8,
#email-fc10b612-4b44-45d3-9f93-22f295ea17a8,
#firstname-6cf35915-2d07-42d0-b22d-47a167383d5e,
#lastname-6cf35915-2d07-42d0-b22d-47a167383d5e,
#email-6cf35915-2d07-42d0-b22d-47a167383d5e,
#firstname-fba13004-f6a8-4afc-9884-1c6471e2d853,
#email-fba13004-f6a8-4afc-9884-1c6471e2d853,
#firstname-f05dab16-a266-49a8-a59c-fe21e4bf3d6a,
#lastname-f05dab16-a266-49a8-a59c-fe21e4bf3d6a,
#email-f05dab16-a266-49a8-a59c-fe21e4bf3d6a,
#firstname-3675efff-53f4-46c9-8aa1-ba08cfb8f97b,
#lastname-3675efff-53f4-46c9-8aa1-ba08cfb8f97b,
#email-3675efff-53f4-46c9-8aa1-ba08cfb8f97b,
#firstname-f646a7b4-035f-4272-927b-48858c5af128,
#email-f646a7b4-035f-4272-927b-48858c5af128,
#firstname-f25e4f92-3af7-4089-99b9-f430217b1ddc,
#email-f25e4f92-3af7-4089-99b9-f430217b1ddc,
#firstname-522f476d-0665-4708-a346-6b7408b019b9,
#lastname-522f476d-0665-4708-a346-6b7408b019b9,
#email-522f476d-0665-4708-a346-6b7408b019b9,
#company-522f476d-0665-4708-a346-6b7408b019b9,
#jobtitle-522f476d-0665-4708-a346-6b7408b019b9,
#firstname-fbe6fda4-3bd8-4f5c-834d-3b2eb129bd1a,
#lastname-fbe6fda4-3bd8-4f5c-834d-3b2eb129bd1a,
#email-fbe6fda4-3bd8-4f5c-834d-3b2eb129bd1a,
#firstname-9ccff080-fdef-47fe-a142-4a8c5f153204,
#lastname-9ccff080-fdef-47fe-a142-4a8c5f153204,
#email-9ccff080-fdef-47fe-a142-4a8c5f153204 {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  border: 2px solid #f96425 !important;
  box-shadow: 0 0px 5px #f96425 !important;
  font-family: "Montserrat", sans-serif;
}

[id^="firstname"],
[id^="lastname"],
[id^="company"],
[id^="jobtitle"],
[id^="email"] {
  width: 100% !important;
  background-color: white !important;
  color: black !important;
  border-radius: 1rem !important;
  border: 2px solid #f96425 !important;
  box-shadow: 0 0px 5px #f96425 !important;
  font-family: "Montserrat", sans-serif !important;
}

#hsForm_87fc5321-3381-493f-810c-3fee89838f82 textarea {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  margin-bottom: 30px;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-size: 16px;

  font-family: "Montserrat", sans-serif;
}

#hsForm_87fc5321-3381-493f-810c-3fee89838f82 {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  margin-bottom: 30px;
  border: 2px none #f96425 !important;
  box-shadow: 0 0px 0px none #f96425 !important;
  font-size: 16px;

  font-family: "Montserrat", sans-serif;
}

#firstname-87fc5321-3381-493f-810c-3fee89838f82,
#lastname-87fc5321-3381-493f-810c-3fee89838f82,
#email-87fc5321-3381-493f-810c-3fee89838f82,
#firstname-149cd878-9b84-4828-9f08-8bdb43e0c8dd,
#lastname-149cd878-9b84-4828-9f08-8bdb43e0c8dd,
#email-149cd878-9b84-4828-9f08-8bdb43e0c8dd,
#email-01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

#hsForm_87fc5321-3381-493f-810c-3fee89838f82 textarea,
#hsForm_72a8350c-ece1-40e1-b65c-f451233a218a textarea,
#message-e9639d30-c0fa-4c4c-81da-ff29301067d3,
#message-c77ec016-845d-4d80-a09b-9c437e627e7c,
#message-149cd878-9b84-4828-9f08-8bdb43e0c8dd,
#message-2a174c7b-fd51-4b5b-9167-0dd2bd2d6595,
#message-01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c,
#message-1b36eea6-4a88-416b-be24-1f16c8038ac2,
#message-81546c73-8f70-4eb4-b437-4dddb0822f22,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-1b0b50d3-4ccb-4fd0-b6b5-e226498bba1a,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-e346bf89-f09e-440a-b4bb-7b3e36f8dfb4,
#message-f688b2fe-8a02-40a7-a63f-bd5b68298d5e,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-7aed5b31-1565-4c0a-a99a-1806e50ae8b5,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-edb149bc-a2e3-4966-b843-f1c6e88c36dd,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-314aaa8f-e80c-45f2-bc0f-c797eabaa9e5,
#message-c7cccc4b-e7b6-40af-9e25-83dde4ad4c44,
#message-efe0556e-499f-413d-ae8a-baf84364b6c4,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-5b40a0a5-10e6-4254-a2eb-b0b75950e1ac,
#message-0bde400f-2d00-4539-9920-d9e49279a74c,
#message-ee288d9e-bf10-44d6-b593-3417eaafe5b3,
#message-70264a05-fb59-4ad2-9e44-f09e4665d9ac,
#message-2145a536-80ae-4539-b4c5-24cf1b585de6,
#message-31b3603c-7856-4df5-9143-8e750ce646ee,
#message-fc10b612-4b44-45d3-9f93-22f295ea17a8,
#message-6cf35915-2d07-42d0-b22d-47a167383d5e,
#message-3675efff-53f4-46c9-8aa1-ba08cfb8f97b,
#message-522f476d-0665-4708-a346-6b7408b019b9,
#message-fbe6fda4-3bd8-4f5c-834d-3b2eb129bd1a,
#do_you_have_any_allergies_or_dietary_requirements_that_we_need_to_be_aware_of__nuts__gluten_etc___-9ccff080-fdef-47fe-a142-4a8c5f153204 {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  margin-bottom: 30px;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

[id^="message"] {
  width: 100%;
  background-color: white;
  color: black;
  border-radius: 1rem;
  margin-bottom: 30px;
  border: 2px solid #f96425;
  box-shadow: 0 0px 5px #f96425 !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.assessment-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

#type_of_assessment0-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment1-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment2-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment3-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment4-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment5-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment6-b2ca8282-7187-4726-a2e0-f8042c197980,
#type_of_assessment7-b2ca8282-7187-4726-a2e0-f8042c197980 {
  margin-right: 10px;
  margin-left: 10px;
}

.hs-form-checkbox input {
  margin-right: 10px;
  margin-left: 10px;
}

.inputs-list,
.multi-container {
  display: flex;
  flex-direction: column;
  list-style: none !important;
}

#hsForm_01e7ab34-a761-4e2f-9ff1-6c62a6d8f17c,
#hsForm_1b36eea6-4a88-416b-be24-1f16c8038ac2 .inputs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/*End to hubspot classes
####################################################
####################################################  */

/*Start to Specific services  classes
####################################################
####################################################  */

.wheel-position {
  top: 0px;
  position: relative;
  width: 100%;
}

.service-specific-button {
  float: left;
  padding-top: 0px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.orange-border-cards {
}

.services-wheel {
  display: flex;
  margin: auto;
  position: relative;
  height: 500px !important;
  width: 100%;
}

.services-wheel-big {
  display: flex;
  margin: auto;
  position: relative;
  height: 450px !important;
  width: 100%;
}

.orange-border-cards::after {
  content: "";
  position: relative;
  top: 15%;
  bottom: 0;
  right: -14px;
  width: 9px;
  background-color: #f96425;
  display: flex !important;
  height: 70%;
  align-items: center;
}

.service-card-panels {
  flex: 1 1 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.services-card-header {
  min-height: 170px;
  height: auto;
  display: flex;
  padding-top: 10px;
  padding-left: 25px;
  align-items: center;
}

.services-card-body {
  flex-grow: 1;
  padding: 25px;
  padding-top: 0px;
}

.service-specific-cards {
  flex: 1 1 auto;
  height: auto;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: column;
  border: 2px solid white;
  margin: 25px;
}

.service-card-panels:not(:last-child):after {
  content: "";
  display: block;
  background-color: #f96425;
}

.services-card-section .row > [class^="col"] {
  border-right: 2px solid #f96425; /* Set your desired line color */
  padding-right: 1rem; /* Add some spacing to the right of each column */
  line-height: 1px !important;
}

.intro-image-services {
  border-radius: 1rem;
  display: block;
  margin: 0 auto;
}

.orange-border {
  border: 2px #f96425 solid;
  border-radius: 1rem;
  padding-bottom: 50px;
  padding-top: 30px;
}

.orange-border-vendor {
  border: 2px #f96425 solid;
  border-radius: 1rem;
  padding-bottom: 0px;
  padding-top: 0px;
}

.serviceiam-list {
  width: 80%;
}

.advisory-service-border {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%; /* Adjust the height of the border */
  background-color: #f96425; /* Set initial color of the border */
  transition: background-color 0.3s; /* Add transition for smooth hover effect */
  display: block;
  margin-top: 20px;
}

.divider {
  border: 0;
  border-top: 4px solid #f96425 !important;
  opacity: 1 !important;
  width: 45px !important;
  position: relative;
}

/*End to Specific services classes
####################################################
####################################################  */

/*Start to Specific services  classes
####################################################
####################################################  */

.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/*End to common classes
####################################################
####################################################  */

/*Start to Specific vendor classes
####################################################
####################################################  */

.custom-vendor-accordion {
}

.contact-vendor-button {
  background-color: #f96425;
  border-radius: 7px;
  padding: 6px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  overflow: auto;
  content: "";
  display: table;
}

.kuppinger-button {
  background-color: #f96425;
  border-radius: 7px;
  padding: 6px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.contact-vendor-button {
  /* Other styles */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for transform and box-shadow */
}

.contact-vendor-button:hover {
  position: relative;
  transform: translateY(-3px);

  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, 0.12);
}

.cybeer-list {
  margin-bottom: 0em;
  line-height: 1.6 !important;
  font-size: 16px;
  font-family: "Calibri", sans-serif !important;
}

.cybeer-list li::before {
  content: "\2022";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  font-size: 1.5em;
}

.cybeer-image-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cybeer-border {
  border-right: 3px #f96425 solid;
}

.cybeer-orange-border {
  border: 3px #f96425 solid;
  border-radius: 1rem;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 21px;
}

.vendor-list {
  margin-bottom: 0em;
  line-height: 1.6 !important;
  font-size: 16px;
  font-family: "Calibri", sans-serif !important;
}

.vendor-list li::before {
  content: "\2022";
  color: #f96425;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  font-size: 1.5em;
}

.vendor-image-list {
  display: block;
}

.vendor-flex {
  display: flex;
  align-items: center;
}

/*End to Specific vendor classes
####################################################
####################################################  */

/*menu section 
#################################################### */
#menu-item-1122 {
  background-color: #f96425;
  border-radius: 20px;
}

#menu-item-1122 a {
  color: white !important;
}

/* End menu section 
#################################################### */

/* Animations section 
#################################################### */
.line1,
.line2,
.line3 {
  stroke-dasharray: 2300;
  stroke-dashoffset: 2300;
  animation: dash 150s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

svg {
  width: 95%;
  height: 95%;
}

.chevron {
  animation: myAnim 7s 0s infinite normal forwards;
}

/* #################################################### */

/* Slider test */

/*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 5 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {
  .space {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 20px;
    flex-direction: row;
    height: auto !important;
    justify-content: start;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  svg {
    width: 95%;
    height: 95%;
  }

  #sectorSpacing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto !important;
    justify-content: start;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #team-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto !important;
    justify-content: start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #team-wrapper img {
    height: auto;
  }

  .small-box-1 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-radius: 20px;
    width: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .large-box-1 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: 550px;
    width: auto;
    padding: 70px 40px 70px 60px;
    padding-top: 60px;
  }

  .small-box-2 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    width: auto;
  }

  .large-box-2 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: auto;
    width: auto;
    padding: 70px 60px 70px 40px;
    padding-top: 60px;
  }

  .social-bg {
    background: rgb(17, 35, 86);
    background: linear-gradient(
      207deg,
      rgba(17, 35, 86, 1) 61%,
      rgba(8, 16, 39, 1) 100%
    );
  }

  .service-body {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    background-color: white;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(31, 41, 92, 0) 30%,
      rgba(31, 41, 92, 1) 49%,
      rgba(31, 41, 92, 1) 69%
    );
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  @keyframes myAnim {
    0%,
    100% {
      transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
      transform: translateY(-2px);
    }

    20%,
    40%,
    60% {
      transform: translateY(2px);
    }

    80% {
      transform: translateY(2px);
    }

    90% {
      transform: translateY(-2px);
    }
  }

  .values-1 {
    animation: myAnim 10s ease 0s infinite normal forwards;
  }

  #career-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: 20rem !important;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 55% !important;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem !important;
    background: white;
    z-index: 0;
    border: 2px #f96425 solid;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
    box-shadow: 0 0px 5px #f96425 !important;
  }

  .stats-bg-career .row > [class^="col"] {
    border-right: 2px solid #f96425; /* Set your desired line color */
    padding-right: 1rem; /* Add some spacing to the right of each column */
  }

  .assessment-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: auto;
  }

  .scroll-search {
    display: none;
  }

  .top-search {
    display: block;
  }

  .bg-vlog {
    background-image: url("#");
    background-size: auto 686px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
  }

  .vendor-image-list {
    display: block;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .space {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 20px;
    flex-direction: row;
    height: auto !important;
    justify-content: start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 40% !important;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: #1f295c;
    background-clip: border-box;
    border-radius: 1rem !important;
    border: 0px !important;
    background: linear-gradient(
      to bottom,
      rgba(31, 41, 92, 0) 0%,
      rgba(31, 41, 92, 1) 56%
    );
    z-index: 0;
  }

  #career-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 40% !important;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border-radius: 1rem !important;
    z-index: 0;
    border: 2px #f96425 solid;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
    box-shadow: 0 0px 5px #f96425 !important;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(31, 41, 92, 0) 30%,
      rgba(31, 41, 92, 1) 49%,
      rgba(31, 41, 92, 1) 69%
    );
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  svg {
    width: 95%;
    height: 95%;
  }

  #Top_bar.is-sticky .menu_wrapper .menu > li > a {
    padding: 10px 0 !important;
  }

  #sectorSpacing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto !important;
    justify-content: start;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #team-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: auto !important;
    justify-content: start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  #team-wrapper img {
    height: 500px;
  }

  .small-box-1 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-radius: 20px;
    width: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .large-box-1 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: auto;
    width: auto;
    padding: 70px 40px 70px 60px;
    padding-top: 60px;
  }

  .small-box-2 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    width: auto;
  }

  .large-box-2 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: auto;
    width: auto;
    padding: 70px 60px 70px 40px;
    padding-top: 60px;
  }

  .social-bg {
    background: rgb(17, 35, 86);
    background: linear-gradient(
      207deg,
      rgba(17, 35, 86, 1) 61%,
      rgba(8, 16, 39, 1) 100%
    );
  }

  .service-body {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    background-color: white;
  }

  @keyframes myAnim {
    0%,
    100% {
      transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
      transform: translateY(-2px);
    }

    20%,
    40%,
    60% {
      transform: translateY(2px);
    }

    80% {
      transform: translateY(2px);
    }

    90% {
      transform: translateY(-2px);
    }
  }

  .values-1 {
    animation: myAnim 10s ease 0s infinite normal forwards;
  }

  .stats-bg-career .row > [class^="col"] {
    border-right: 2px solid #f96425; /* Set your desired line color */
    padding-right: 1rem; /* Add some spacing to the right of each column */
  }

  .assessment-image {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: auto;
  }

  .scroll-search {
    display: none;
  }

  .top-search {
    display: block;
  }

  .bg-vlog {
    background-image: url("#");
    background-size: auto 686px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .space {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 20px;
    flex-direction: row;
    height: 20rem;
    justify-content: center;
    overflow-y: hidden;
    overflow-y: hidden !important;
  }

  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: transparent !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #1f295c;
    border: solid;
    border-top: hidden;
    height: 6rem;
    margin-bottom: 1rem;
    position: relative;
  }

  svg {
    width: 90%;
    height: 90%;
    position: relative;
  }

  .border-intro {
    border-radius: 20px;
    z-index: 1;
    background-color: white;
    left: 5% !important;
  }

  .card-body-blog {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    height: 100px;
  }

  #sectorSpacing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    height: auto !important;
    justify-content: start;
    overflow-x: auto !important;
    overflow-y: auto !important;
  }

  #team-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto !important;
    justify-content: start !important;
  }

  #team-wrapper img {
    height: auto;
  }

  .small-box-1 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-radius: 20px;
    width: auto;
    left: 5%;
  }

  .large-box-1 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: 550px;
    width: auto;
    padding: 70px 40px 70px 75px;
    padding-top: 60px;
    right: 5%;
  }

  .small-box-2 {
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
    border: #000;
    border-radius: 20px;
    width: auto;
    top: -11px;
    left: 3%;
  }

  #career-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: 20rem !important;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem !important;
    background: white;
    z-index: 0;
    border: 2px #f96425 solid;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
    box-shadow: 0 0px 5px #f96425 !important;
  }

  .large-box-2 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    height: 350px;
    width: auto;
    padding: 70px 60px 70px 40px;
    padding-top: 60px;
    left: 10%;
  }

  .social-bg {
    background: rgb(17, 35, 86);
    background: linear-gradient(
      207deg,
      rgba(17, 35, 86, 1) 61%,
      rgba(8, 16, 39, 1) 100%
    );
    height: 500px;
  }

  .service-body {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    background-color: white;
  }

  .social-image {
    position: relative;
    height: auto;
    width: 250px;
    display: flex;
    margin: auto;
    left: 10%;
  }

  @keyframes myAnim {
    0%,
    100% {
      transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
      transform: translateY(-2px);
    }

    20%,
    40%,
    60% {
      transform: translateY(2px);
    }

    80% {
      transform: translateY(2px);
    }

    90% {
      transform: translateY(-2px);
    }
  }

  .values-1 {
    animation: myAnim 10s ease 0s infinite normal forwards;
  }

  .stats-bg-career .row > [class^="col"] {
    border-right: 2px solid #f96425; /* Set your desired line color */
    padding-right: 1rem; /* Add some spacing to the right of each column */
  }

  /* Remove the right border from the last column in each row */
  .stats-bg-career .row > [class^="col"]:last-child {
    border-right: none;
  }

  .assessment-image {
    display: flex;
    flex-direction: column;
    width: 95%;
    justify-content: start;
    margin: auto;
  }

  .wheel-position {
    top: 0px;
    position: relative;
    width: 100%;
  }

  .scroll-search {
    display: block;
  }

  .top-search {
    display: none;
  }

  .bg-vlog {
    background-image: url("/wp-content/uploads/2023/07/mask-transp-e1689770003270.png");
    background-size: auto 686px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
  }

  .mobile-arrow {
    display: none;
  }

  .vendor-image-list {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

/*specific query for pop up forms */
@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: auto !important;
    border-radius: 1rem !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .space {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    flex-direction: row;
    height: auto;
    justify-content: center !important;
    overflow-y: hidden;
    width: 100px;
    overflow-y: hidden !important;
  }

  .flexcenter {
    display: flex;
    justify-content: center;
    flex-direction: row !important;
  }

  .flexcentercolumn {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
  }

  .flex-column {
    display: flex;
    flex-direction: column !important;
  }

  .flex-row {
    display: flex;
    flex-direction: row !important;
  }

  .flex-row-list {
    display: flex;
    flex-direction: row !important;
  }

  .flex-row-style {
    display: flex;
    flex-direction: row !important;
  }

  .flexStart {
    display: flex;
    justify-content: start !important;
    flex-direction: row !important;
  }

  .flexEnd {
    display: flex;
    justify-content: end !important;
    flex-direction: row !important;
  }

  .form-row {
    display: flex;
    align-items: end;
  }

  .form-group {
    flex: 0;
    margin-right: 10px; /* Adjust this margin as needed */
  }

  #career-card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: 20rem !important;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem !important;
    background: white;
    z-index: 0;
    border: 3.9px #f96425 double;

    border-image-repeat: repeat;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 2.5rem !important;
    border-top-left-radius: 2.5rem !important;
    border-bottom-left-radius: 2.5rem !important;
    box-shadow: 0 0px 15px #f96425 !important;
    min-width: 0 !important;
  }

  #card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(
      var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: 20rem !important;
    --bs-card-color: #f04f24;
    --bs-card-bg: #f04f24;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0 !important;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem !important;
    border: 0px !important;
    background: linear-gradient(
      to bottom,
      rgba(31, 41, 92, 0) 0%,
      rgba(31, 41, 92, 1) 56%
    );
    z-index: 0;
  }

  #card img {
    position: relative;
    z-index: -2;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(31, 41, 92, 0) 30%,
      rgba(31, 41, 92, 1) 49%,
      rgba(31, 41, 92, 1) 69%
    );
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;

    .earth {
      width: 100%;
      height: 500px !important;
      z-index: 0;
      right: 10%;
      position: relative;
      margin-bottom: 10%;
      margin-top: -1%;
    }

    .border-intro {
      border-radius: 20px;
      z-index: 1;
      background-color: white;
      left: 5% !important;
    }

    svg {
      width: 60%;
      height: 80%;
    }

    #sectorSpacing {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row !important;
      height: auto !important;
      justify-content: start;
      overflow-x: auto !important;
      overflow-y: auto !important;
    }

    .small-box-1 {
      display: flex;
      justify-content: end;
      position: relative;
      z-index: 2;
      border: #000;
      border-radius: 20px;
      width: auto;
      left: 5%;
      height: 325px !important;
    }

    .large-box-1 {
      position: relative;
      z-index: 1;
      border-radius: 20px;
      height: auto;
      width: auto;
      padding: 70px 40px 70px 100px;
      padding-top: 40px;
      right: 10%;
    }

    .small-box-2 {
      display: flex;
      justify-content: end;
      position: relative;
      z-index: 2;
      border: #000;
      border-radius: 20px;
      width: auto;
      top: 0px;
      left: 2%;
    }

    .large-box-2 {
      position: relative;
      z-index: 1;
      border-radius: 20px;
      height: 400px;
      width: auto;
      padding: 70px 100px 70px 40px;
      padding-top: 60px;
      left: 10%;
    }

    #team-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      height: auto !important;
      justify-content: start !important;
    }

    #team-wrapper img {
      height: auto;
    }

    .social-bg {
      background: rgb(17, 35, 86);
      background: linear-gradient(
        207deg,
        rgba(17, 35, 86, 1) 61%,
        rgba(8, 16, 39, 1) 100%
      );
      height: 550px;
    }

    .service-body {
      height: auto;
      height: 300px;
      width: 215px;
      object-fit: cover;
      border-radius: 1rem;
      background-color: white;
      left: 70%;
      position: relative;
      top: -315px;
      padding: 29px;
      text-align: start;
    }

    .scroll-search {
      display: block;
    }

    .top-search {
      display: none;
    }
  }

  @keyframes myAnim-2 {
  }

  #values-1,
  #values-2,
  #values-3,
  #values-4,
  #values-5,
  #values-6,
  #values-7,
  #values-8 {
    animation: myAnim-2;
    transition: ease 0.3s !important;
  }

  #values-1:hover,
  #values-2:hover,
  #values-3:hover,
  #values-4:hover,
  #values-5:hover,
  #values-6:hover,
  #values-7:hover,
  #values-8:hover {
    transition: ease-in-out 0.3s !important;
    transform: scale(
      1.1
    ) !important; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .about-border {
    position: relative;
    /* box-shadow: -20px -19px #1f295c; */
    border-radius: 20px;
    margin-top: 120px;
  }

  .career-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: transparent !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: white;
    border: solid;
    border-top: hidden;
    object-fit: cover;
    height: 140px;
    margin-bottom: 15px;
  }

  .card-career-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top: hidden;
    object-fit: cover;
    height: 225px;
  }

  .stats-bg-career .row > [class^="col"] {
    border-right: 2px solid #f96425; /* Set your desired line color */
    padding-right: 1rem; /* Add some spacing to the right of each column */
  }

  /* Remove the right border from the last column in each row */
  .stats-bg-career .row > [class^="col"]:last-child {
    border-right: none;
  }

  .assessment-image {
    display: flex;
    flex-direction: column;
    width: 95%;
    justify-content: start;
    margin: auto;
  }

  .wheel-position {
    top: -150px;
    position: relative;
    width: 100%;
  }

  .bg-vlog {
    background-image: url("/wp-content/uploads/2023/07/mask-transp-e1689770003270.png");
    background-size: auto 686px;
    height: auto;
    background-repeat: no-repeat;
    background-position: right;
  }
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
