.our-customers {
  margin-top: 50px;
}
.our-customers .owl-carousel .owl-stage {
  display: flex;
}

.our-customers .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}
.our-customers .owl-slider .item {
  /*height: 100%;*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.our-customers .owl-slider .item img {
  max-width: 120px;
  height: 100px;
  object-fit: contain;
  object-position: center center;
}
.our-customers .owl-slider .item svg {
  max-width: 120px;
  height: auto;
}
.our-customers p {
  text-align: center;
}
/* Footer */
.newsletter {
  margin-top: 20px;
  margin-bottom: 50px;
}
.newsletter .form-container {
  max-width: 800px;
  margin: 0 auto;
}
.newsletter h3 {
  text-align: center;
}
.newsletter .form-container input[type="text"] {
  border: 0;
  background: transparent;
  color: white;
  border-bottom: 1px solid white;
}
.newsletter .form-container input[type="submit"] {
  display: inline-block;
  color: #011621;
  background-color: #00dd88;
  border: 2px solid transparent;
  padding: 10px 16px;
  font-weight: bold;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.newsletter .form-container input[type="submit"]:hover {
  color: white !important;
  background-color: #00dd88;
  border: 2px solid #00dd88;
  cursor: pointer;
}
.newsletter .acknowledgment {
  text-align: center;
}
.newsletter .checked-checkbox {
  padding: 0 5px;
}
.newsletter .checked-checkbox > label {
  padding: 0 5px;
}
.newsletter li#field_1_5 {
  display: none;
}

footer {
  box-shadow: 0px 3px 10px #0000000f;
  background-color: rgb(2, 24, 40) !important;
}
.footer {
  display: grid;
  grid-template-columns: 150px auto 150px;
  gap: 10px;
  align-items: center;
  min-height: 80px;
  background-color: #021828 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 100px;
  box-sizing: border-box;
}

.footer .logo img {
  max-width: 100%;
  object-fit: contain;
}

.footer li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.footer .service li:first-child {
  padding-right: 10px;
}
.footer .service li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 20px;
  width: 1px;
  background-color: #3c3c3c;
}
.footer .service li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer .service li a:hover {
  color: #333;
}
.footer ul {
/*   padding-left: 0px; */
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer .social li {
  padding: 0 2px;
}


.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer .social a img {
  opacity: 1;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footer-top {
  display: grid;
  margin-top: 50px;
	width: 100%;
   grid-template-columns: 1fr 1fr 1fr 1fr 2fr; 
/* 	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
}

@media only screen and (max-width: 1200px) {
	.footer-top {
	 	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	
}

@media only screen and (max-width: 1200px) {
	.footer-subscribe {
		grid-column: -1/1;
	}
}

.footer-col li {
  font-size: 14px;
  list-style-type: none;
  padding-bottom: 16px;
}
.footer-col a {
  color: white !important;
}
.footer-col a:hover {
  text-decoration: underline;
}

.footer-col ul {
padding-left: 0px;
}

.footer-subheading {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}

.footer-subscribe {
  justify-content: center;
}

.footer-submenu {
  padding-inline-start: 0px;
	
}
@media only screen and (max-width: 439px){
  footer .footer-top .footer-submenu li {
      margin-bottom: 30px!important;
      padding-bottom: 0;
  }
}
#gform_5 {
	width: 100%;
}
#gform_wrapper_5 {
  padding: 0;
}

.newsletter_frm input {
  background: transparent;
  border: white solid 1px;
  border-radius: 3px;
  padding: 20px;
}

#gform_5 input[type="text"] {
  padding: 20px;
  font-size: 14px;
}

#gform_5 .spacer {
  display: none;
}

#gform_5 input[type="submit"] {
  padding: 20px;
  font-size: 14px;
}

#gform_submit_button_5 {
  background: #ffffff1a 0% 0% no-repeat padding-box;
	width: 100%;

  border: 1px solid white;
  font-size: 14px;
}

#gform_submit_button_5:hover {
  background: white;
  color: #001828;
  cursor: pointer;
}

.subscribe-acknowledgement {
  opacity: 0.7;
  letter-spacing: -0.28px;
  line-height: 16px;
  font-size: 14px;
  width: 480px;
}

div.footer-logo {
  margin-top: 80px;
}

div.footer-copyright,
#menu-footer-menu li a {
  padding: 0px;
font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.footer-accordion {
    background: transparent;
    border: none;
    color: white !important;
    padding: 0;
}	
.footer-col h5 {
	font-size: 16px;
	padding: 0px;
	letter-spacing: 3.2px;
	font-weight:  bold;
	margin-top: 0;
	/* width: 120%; */
  width: 100%;
}

/*Cookies policy*/
.cli-bar-btn_container{
   display: flex;
    gap: 1em;
    align-items: center;
}
@media (max-width: 700px) {
  .cli-bar-btn_container{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
    margin-top: 2em;
  }
  .cli-bar-btn_container>*{
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  #wt-cli-settings-btn{
    display: block;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
}


/*Menu*/

@media only screen and (max-width: 1200px){
  #header .mega-nav > ul > li {
    margin-right: 0 !important;
  }
}


@media (min-width: 485px) {
	
	
	.footer-subheading i, .footer-heading-on-mobile, .footer-accordion   {
		display: none;
	}
	
}

@media (max-width: 484px) {
	#gform_5 {
		width: 80vw;
	}
	.footer-accordion {
		cursor: pointer;
	}
	.footer-submenu > li.footer-subheading {
		display: none;
	}
	.footer-subscribe, #gform_5 {
	margin-top: 20px;
		grid-column: 1/-1;
}
	#menu-footer-menu li {
		font-size: 5px;
	}
	
	.footer-submenu {
		display: none;
	}
}

@media (max-width: 669px) {

	#menu-footer-menu, #menu-footer-menu li {
		padding-left: 0px;
		inline-size: max-content;
	}
	
	.footer {
		grid-template-columns: 1fr;

	}
	.footer ul {
		padding-left: 0px;
	}
	
	
}

.inner-banner {
  margin-top: 0;
  position: relative;
}
.inner-banner .container {
  width: 100% !important;
  max-width: initial !important;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.inner-banner img {
  object-fit: contain;
  width: 100%;
  height: 450px;
  object-position: top right;
}
.inner-banner .centered {
  display: block;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.inner-banner .centered h1,
.inner-banner .centered p {
  text-align: left;
}
.inner-banner .centered h1.mobile_title {
  display: none;
}
@media (max-width: 500px) {
  .inner-banner .centered {
    left: 0;
    padding: 0 50px;
  }
  .inner-banner img {
    object-fit: cover;
    object-position: center top;
  }
}
.news-img-thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
.sec-padding img {
  max-width: 100%;
}

.progress-danger .progress-bar {
  border-color: #00dd88;
  border-width: 40px;
}
.progress-danger:after {
  border-width: 40px;
  border-color: rgba(255, 255, 255, 0.1);
}
.progress-danger .progress-value > div {
  font-size: 32px;
}

.sub_nav_blue,
.sub_nav_red {
  display: none;
}
.inverted-button > span {
  display: none;
}

.billing-cust-main .container > div {
  padding: 10px;
}
.billing-cust-main h5 a {
  color: white;
}

.billing-cust-main .news-img-thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
.gentrack-box {
  min-height: 250px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 3px solid white;
}
.gentrack-box h2,
.gentrack-box h3,
.gentrack-box h4 {
  margin-top: 0;
}
.gentrack-box h4 a {
  font-size: 24px;
  color: white;
}
.sec-padding {
  padding: 35px 0;
}
.add-inner-padding .row {
  margin-top: 50px;
}

#lp-contact {
  max-width: 700px;
  margin: 0 auto;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin-right: 20px;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li label {
  white-space: nowrap;
}
#gform_2 .ginput_container_consent,
#gform_3 .ginput_container_consent {
  text-align: center;
}
#gform_2 .ginput_container_consent label {
  display: inline;
}
#gform_2 .gfield_label,
#gform_3 .gfield_label {
  display: none;
}
.gform_wrapper .gform_footer input.button {
  background: transparent;
  color: white;
  padding: 5px 12px;
  transition: background-color 0.5s ease-out, color 0.5s ease-out;
}
#gform_2 .gform_footer {
  text-align: center;
}

#lp-meet-the-team {
  margin-bottom: 40px;
}
#lp-meet-the-team .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media (min-width: 750px) and (max-width: 999px) {
  #lp-meet-the-team .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  #lp-meet-the-team .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  #lp-meet-the-team .grid {
    grid-template-columns: 1fr;
  }
}

#lp-meet-the-team .clickme {
  padding-bottom: 20px;
}
#lp-meet-the-team .clickme h4 {
  margin-bottom: 0;
}
#lp-meet-the-team .clickme h6 {
  margin-top: 0;
}
#lp-meet-the-team .clickme img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center center;
}
#lp-meet-the-team .clickme .more-info-section {
  text-align: right;
}

#lp-meet-the-team .sample {
  right: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

#lp-meet-the-team .sample.overlays {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  z-index: 11;
}

#lp-meet-the-team .overlay_form {
  background: #001828;
  margin: auto;
  width: 90%;
  height: 500px;
  max-width: 650px;
  padding: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

#lp-meet-the-team .closePopup {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: red;
  cursor: pointer;
  background: url("image/lp/close.svg");
  opacity: 1;
}

.listing_news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .listing_news {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .listing_news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .listing_news {
    grid-template-columns: 1fr;
  }
}
.listing_news .item {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.flipping-cards {
  margin-top: 0 !important;
}
.flipping-cards .row > div {
  margin-top: 30px;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #440099;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.flip-card-front p {
  font-size: 20px;
  text-align: center;
}
/* Style the back side */
.flip-card-back {
  background: transparent linear-gradient(180deg, #ff8d27 0%, #440029 100%) 0%
    0% no-repeat padding-box;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.flip-card-back p {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.our-sectors-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-template-rows: auto;
}
@media (max-width: 700px) {
  .our-sectors-section .grid {
    grid-template-columns: 1fr;
  }
}
.our-sectors {
  padding: 20px;
  border-top: 3px solid white;
  height: 100%;
}
.our-sectors h3 {
  margin-top: 0;
  padding: 0 !important;
}
.our-sectors .partners-paragraph a {
  display: block;
}
.our-sectors .more-information {
  margin-top: 20px;
}

.our-stories .owl-nav {
  display: none;
}
.newsArchive .grid,
.explore-ecosystem .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-template-rows: auto;
}
@media (min-width: 750px) and (max-width: 999px) {
  .newsArchive .grid,
  .explore-ecosystem .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .newsArchive .grid,
  .explore-ecosystem .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .newsArchive .grid,
  .explore-ecosystem .grid {
    grid-template-columns: 1fr;
  }
}
.newsArchive ul {
  text-align: center;
  font-size: 0;
}
.newsArchive li {
  font-size: 20px;
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsArchive li.active_year {
  border-bottom: 3px solid rgba(255, 255, 255, 1);
}
.newsArchive li.active_year a {
  color: white !important;
  pointer-events: none;
}

.latest-news-section {
  padding: 20px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  padding: 10px;
  position: relative;
  vertical-align: middle;
}
.post-navigation .nav-previous {
  padding-left: 30px;
}
.post-navigation .nav-next {
  padding-right: 30px;
}
.post-navigation .nav-previous:before {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("image/lp/arrow-left-circled-white.svg");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-navigation .nav-next:after {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("image/lp/arrow-right-circled-white.svg");
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.post-navigation .nav-links {
  text-align: center;
}
.gform_footer.top_label {
  text-align: center;
}
.slider-section-buttons {
  text-align: center;
  padding-bottom: 20px;
}
.lp-interested .head1 {
  padding-bottom: 20px;
}
.gform_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.gform_wrapper label {
  font-size: 15px !important;
}
.gform_wrapper .gfield_radio li {
  margin: 0 !important;
}
.text-blue {
  padding-bottom: 10px;
}

/* Header */
header {
  overflow: hidden;
}
.topline {
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 10;
  box-shadow: 0px 3px 10px #0000000f;
  -webkit-transform-style: preserve-3d;
  /*-webkit-transform: translateZ(999px);*/
}
#cookie-law-info-bar {
  -webkit-transform-style: preserve-3d;
  /*-webkit-transform: translateZ(999px);*/
}

.topline .logo img {
  max-width: 100%;
  object-fit: contain;
}

.topline .hamburger {
  text-align: right;
}

.topnav {
  display: grid;
  grid-template-columns: 200px auto 30px;
  gap: 10px;
  align-items: center;
  min-height: 90px;
}
.topnav .menu-header-menu-container ul {
  margin-bottom: 0;
  text-align: right;
  padding-right: 15px;
}
.topnav .menu-header-menu-container li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
.topnav .menu-header-menu-container li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 5px;
  left: 0;
  bottom: -2px;
  background-color: #00dd88;
  transition: width 0.3s ease-out;
}
.topnav .menu-header-menu-container li:hover:after {
  width: 100%;
}
.topnav .menu-header-menu-container li a {
  color: #8b8b8b;
  transition: all 0.3s ease-out;
  font-size: 15px;
  text-decoration: none;
}
.topnav .menu-header-menu-container li a:hover,
.topnav .menu-header-menu-container li a:active {
  color: #3d3d3d;
}

.sidebar {
  padding: 25px;
  padding-top: 60px;
  padding-left: 35px;
  width: 320px;
  height: 100vh;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  background-color: #001828;
  transform: translateX(101%);
  transition: 0.8s ease-out all;
}
.sidebar:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: transparent linear-gradient(180deg, #00dd88 0%, #440099 100%) 0%
    0% no-repeat padding-box;
}
.sidebar.open {
  transform: translateX(0);
}
.sidebar .accordion_head {
  font-size: 20px;
  font-weight: 500;
  color: white;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.sidebar .accordion_head:hover {
  text-decoration: underline;
}
.sidebar .accordion_body ul {
  margin-top: 5px;
  list-style-type: none;
}
.sidebar .accordion_body ul li {
  margin-top: 12px;
}
.sidebar .accordion_body ul a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.sidebar .accordion_head.expandable:before {
  content: "+";
  color: #00dd88;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 20px;
  height: 20px;
}
.sidebar .accordion_head > a {
  color: white;
}
.sidebar .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  transition: 0.5s ease-out transform;
  cursor: pointer;
}
.sidebar .cross:hover {
  transform: rotate(90deg);
}

.sidebar .cross:before,
.sidebar .cross:after {
  position: absolute;
  right: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #00dd88;
}

.sidebar .cross:before {
  transform: rotate(45deg);
}
.sidebar .cross:after {
  transform: rotate(-45deg);
}
.top_indentation {
  height: 100px;
}
.sidemenu {
  cursor: pointer;
}

@media (max-width: 699px) {
  .topnav .menu {
    display: none;
  }
  .topnav {
    grid-template-columns: 200px auto;
  }
}

.error404 .content {
  min-height: calc(100vh - 90px - 80px - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.error404 .text-404 {
  max-width: 600px;
  text-align: center;
  margin-top: 40px;
}

.additional-contacts .additional-contact {
  border-bottom: 1px solid #00dd88;
  margin-bottom: 30px;
  padding-top: 10px;
  height: 100%;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}

#lp-contact input:not([type="submit"]),
.apply_form input:not([type="submit"]),
.apply_form textarea,
#lp-contact textarea {
  color: #333;
}

#cookie-law-info-bar .cli-bar-message {
  color: #333;
}

.hero .content h1 {
  margin-bottom: 10px;
}

option {
  color: #001828;
}
