@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

.max-300 {
  max-width: 300px;
  width: 100%;
}
.max-400 {
  max-width: 400px;
  width: 100%;
}
.max-955 {
  max-width: 955px;
  width: 100%;
}
.max-850 {
  max-width: 850px;
  width: 100%;
}
.max-750 {
  max-width: 750px;
  width: 100%;
}
.max-740 {
  max-width: 740px;
  width: 100%;
}
.max-450 {
  max-width: 450px;
  width: 100%;
}
.max-550 {
  max-width: 550px;
  width: 100%;
}
.max-600 {
  max-width: 600px;
  width: 100%;
}
.max-650 {
  max-width: 650px;
  width: 100%;
}
.max-680 {
  max-width: 680px;
  width: 100%;
}
.white {
  color: #fff;
}
/* Set transparent background for input fields after autofill */
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

/* Set transparent background for input fields after autofill */
input:-moz-placeholder {
  transition: background-color 5000s ease-in-out 0s;
}

/* Set transparent background for input fields after autofill */
input:-ms-input-placeholder {
  transition: background-color 5000s ease-in-out 0s;
}

/* Set transparent background for input fields after autofill */
input::-moz-placeholder {
  transition: background-color 5000s ease-in-out 0s;
}

/* Input File */
input[type="file"] {
  width: 100%;
  white-space: normal;
}

.industry-box .text,
.btn-arrow img,
img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-arrow:hover img {
  position: relative;
  /*      left: 15px;*/
}

.custom-list ul {
  padding-left: 0.5rem;
}
.custom-list li {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
.custom-list li::marker {
  content: "✔ ";
  color: #29abe2;
}

.text_white > * {
  color: #fff;
}

/* Reset CSS */
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: #003b51;
  font-family: "PT Sans", sans-serif;
}
#_faq_accordion button {
  color: #003b51;
  font-family: PT Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: left;
}
/* Reset CSS */
/* global css */
h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 120px;
  font-size: clamp(2.5rem, 1rem + 5vw, 7.5rem);
  line-height: 0.83;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  text-wrap: balance;
}

h2,
.h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 80px;
  font-size: clamp(1.875rem, 1.25rem + 3.125vw, 5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-wrap: balance;
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.29;
}

p,
a,
span,
input,
button {
  font-family: "PT Sans", sans-serif;
}

a {
  color: #29abe2;
}

a:hover {
  text-decoration: none;
}

/* global css */

/* Header css */

._header {
  position: relative;
  align-items: center;
  z-index: 9999;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.header-logo {
  display: flex;
}

.header-logo_desktop {
  padding: 40px 60px;
  transition: padding 0.3s ease;
}

.header-logo_mobile {
  display: none;
  transition: padding 0.3s ease;
}

.header-container .navbar {
  padding: 0 !important;
}

.header-container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transition: padding 0.3s ease;
}

.header-container-right-top {
  display: flex;
  justify-content: flex-end;
  background-color: #eee;
  padding: 10px 30px;
  transition: padding 0.3s ease;
}

.header-container-right-bottom {
  display: flex;
  justify-content: center;
  padding: 30px;
  transition: padding 0.3s ease;
}

._header .dropdown-menu {
  margin: 0;
}

._header a:hover {
  color: #01597b !important;
}

._header .nav-link {
  color: #01597b !important;
  padding: 0 !important;
}

._header .nav-link:hover,
._header .current-menu-item .nav-link {
  color: #01597b !important;
  font-weight: 700;
}

._main_container {
  padding: 0px 60px;
}

.navbar-nav {
  gap: 40px;
}

._header .nav-item {
  position: relative;
}

._header .nav-item::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #01597b;
  transition: width 0.3s ease;
}

._header .nav-item.expert-services-sub-item {
  background: #eee;
}

._header .nav-item.expert-services-sub-item > a {
  padding-left: 2.5rem;
}

._header .nav-item:hover::after,
._header .current-menu-item.nav-item:after,
._header .current-menu-parent.nav-item:after {
  width: 50%;
}

.mainMenu.sticky .header-logo_desktop {
  padding: 20px 60px;
}

.mainMenu.sticky .header-logo_desktop img {
  max-width: 100px;
}

.mainMenu.sticky .header-container-right-bottom {
  padding: 10px 30px;
}

.navbar .dropdown > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.navbar .dropdown > .dropdown-menu > .dropdown:focus > .dropdown-menu {
  position: relative;
  border: none;
}

.navbar .dropdown > .dropdown-menu > .dropdown > .dropdown-menu .menu-item a {
  padding-left: 2.5rem;
}

/* Header css */
/* Footer css */
.footer-logo {
  margin-bottom: 30px;
}

.footer_col ul {
  list-style: none;
  padding: 0;
}

._footer_bttom {
  padding: 20px 0px;
}

._footer_main {
  padding: 50px 0px 125px 0px;
  width: 100%;
}

.footer_col a {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.footer_col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer_col h5,
.footer_last_col h5 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
  margin-bottom: 20px;
}

._footer_bttom {
  color: #fff;
}

.footer_last_col a {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

._footer_main .search-container {
  margin-top: 32px;
}
._footer_main .dgwt-wcas-search-wrapp {
  min-width: initial;
}

/* Footer css */
/* Homepage css */

/* Hero */
.hero.hero-home {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

.hero-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 2;
  position: relative;
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  padding: clamp(80px, 14px + 1.875vw, 160px) clamp(20px, 14px + 1.875vw, 60px)
    clamp(120px, 14px + 1.875vw, 320px) clamp(20px, 14px + 1.875vw, 60px);
  border-radius: 10px;
  overflow: hidden;
  flex-grow: 2;
}

.hero-card-title {
  /* font-size: clamp(40px, 14px + 1.875vw, 120px); */
  /* font-size: clamp(2.5rem, 1.5rem + 5vw, 7.5rem); */
}

.hero-card-cta {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: clamp(20px, 14px + 1.875vw, 60px);
  padding: clamp(20px, 14px + 1.875vw, 75px) clamp(20px, 14px + 1.875vw, 60px)
    clamp(20px, 14px + 1.875vw, 75px) clamp(20px, 14px + 1.875vw, 120px);
}

.hero-card.hero-card_ergoproduct {
  padding-bottom: clamp(20px, 14px + 1.875vw, 50px);
  padding-left: clamp(20px, 14px + 1.875vw, 50px);
}

.hero-card.hero-card_ergoservice {
  padding-right: clamp(20px, 14px + 1.875vw, 50px);
  padding-bottom: clamp(20px, 14px + 1.875vw, 50px);
}

.hero-card.hero-card_ergoproduct .hero-card-cta {
  background-color: #29abe2;
  left: 0;
}

.hero-card.hero-card_ergoservice .hero-card-cta {
  background-color: #ff9d00;
  right: 0;
}

/*.hero-card_ergoproduct .hero-card-content {
background: linear-gradient(0deg, #01597B 0%, #01597B 100%), linear-gradient(270deg, rgba(1, 89, 123, 0.00) -0.92%, #01597B 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: color, hard-light, normal;
}*/

@media screen and (min-width: 769px) {
  .hero-card {
    width: calc((915 / 1920) * 100%);
    min-height: 75vh;
  }
}

@media screen and (max-width: 1024px) {
  .hero.hero-home {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .hero-card.hero-card_ergoproduct,
  .hero-card.hero-card_ergoservice {
    width: 100%;
    padding: clamp(20px, 14px + 1.875vw, 50px);
    padding-top: 0;
  }

  .hero-card.hero-card_ergoservice .hero-card-cta {
    right: initial;
    left: 0;
  }
}

/* END Hero */

._hero_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/overly2.png);
  opacity: 0.5;
  z-index: 1;
}

._hero_section {
  margin: 0px 60px 60px 60px;
  min-height: 800px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: end;
  background-size: cover !important;
  background-position: center center !important;
  /* padding-bottom: 30px; */
}

._hero_section .row {
  z-index: 999;
  position: relative;
}

._hero_image {
  max-width: 100%;
  display: block;
  justify-content: end;
  display: flex;
}

._hero_section .container-fluid {
  padding: 0px 30px;
}

._hero_content {
  /* Padding top add | 14-05-2025 | Nmedia */
  padding-top: 60px;
  padding-left: 30px;
  padding-bottom: 220px;
}

._hero_content h1 {
  font-family: "Ubuntu";
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

._hero_content p,
._hero_content span {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.88px;
  text-align: left;
}

._hero_content span:not(.hero-card-subtitle) {
  position: absolute;
  top: -35px;
  left: 54%;
}

._synitc_slider ul.slick-dots {
  bottom: 85px;
  z-index: 9999;
}

._synitc_slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._synitc_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  font-size: 1px;
  border: 2px solid #01597b;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  top: 1px;
}

.slider-section {
  position: relative;
}

.slider-section::after {
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: -1;
}

._slide_buttons_main {
  padding: 0;
}

._slide_buttons {
  padding: 40px 40px 110px 60px;
}

._slide_buttons {
  display: flex;
  gap: 60px;
}

._slide_buttons p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}

._synitc_slider_btm {
  margin-top: -220px;
  position: relative;
  z-index: 99;
}

._brand_logo {
  padding: 90px 90px;
}

._brand_logo {
  width: 100%;
}

.flex-container {
  display: flex;
}

._brand_logo_item {
  flex: 1;
  max-width: calc(16.666% - 20px);
  margin-right: 20px;
}

._brand_logo_item:last-child {
  margin-right: 0;
}

._brand_logo_item img {
  width: 100%;
  height: auto;
  display: block;
}

._Product_sec {
  padding: 80px 90px;
}

/* ._Product_hd span {
      font-size: 18px;
      font-weight: 700;
      line-height: 23.29px;
} */

/* ._Product_hd h2 {
      font-size: 80px;
      font-weight: 700;
      line-height: 80px;
      letter-spacing: -0.05em;
} */

/* ._Product_content p {
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
} */

.column {
  position: relative;
  overflow: hidden;
}

._column_image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 5px;
}

._column_content {
  width: 100%;
  padding: 20px 0px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* Add transition effect */
}

._column_content h3 {
  opacity: 1;
}

._column_content:hover h3 {
  /*      color: #29ABE2;*/
}

._box_arrow,
._box_text {
  opacity: 0;
}

.__column_text {
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.__column_text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: left;
  color: #003b51;
}

.__column_text p:hover {
  color: #003b51;
}

.column:hover .__column_text {
  transform: translateY(20%);
  transition: transform 0.3s ease;
}

.column:hover ._box_arrow,
.column:hover ._box_text {
  opacity: 1;
}

._product_imgs {
  padding: 80px 0px 0px 0px;
}

._solutions_sec {
  min-height: 800px;
  margin: 30px 80px 50px 80px;
  border-radius: 10px;
  align-items: end;
  display: flex;
  padding-bottom: 60px;
}

._solutions_sec .row {
  padding: 0px 73px;
  align-items: center;
}
._solution_content iframe {
  width: 100%;
  height: 600px;
}
._solution_content span {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  color: #fff;
  margin-bottom: 10px;
}

._solution_content h2 {
  margin-left: -4px;
  color: #fff;
  margin-bottom: 120px;
  margin-top: 6px;
}
._solution_paragrpgh {
  margin-top: 34px;
}
._solution_content p,
._solution_paragrpgh p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
._solution_paragrpgh p {
  max-width: 750px;
  padding-top: 10px;
}
._industries ._grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  padding: 20px;
}

._industries ._grid_container .box {
  padding: 10px;
  text-align: left;
  position: relative;
}

._industries ._grid_container .box img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
._industries ._grid_container .box img.arrow {
  max-width: 45px;
}
._industries {
  padding: 80px 88px 130px 88px;
}

._industries h2 {
  margin: 8px 0px 20px -6px;
}

._industries .col-md-4 h2,
._industries .col-md-4 p,
._industries .col-md-4 {
  color: #003b51;
}

._grid_box {
  position: absolute;
  bottom: 20px;
  align-items: center;
  text-align: center;
  left: auto;
  right: auto;
  width: 100%;
}

._grid_box span {
  display: block;
}

._grid_box h2,
._grid_box p,
._grid_box span {
  color: #fff;
}

._grid_box .hover-text {
  margin-bottom: 15px;
}

._grid_box {
  opacity: 1;
  transform: translateY(50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.industry-box:hover ._grid_box {
  transform: translateY(0);
}
.industry-box .arrow {
  opacity: 0;
}
.industry-box:hover .arrow {
  opacity: 1;
}

._box_grid {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.industry-box:hover ._box_grid {
  opacity: 1;
  transform: translateY(0);
}
.industry-box ._grid_box {
  padding: 20px 30px 10px 30px;
}

._industries {
  background-color: #fafafa;
}

._about_sec {
  min-height: 1000px;
  align-items: end;
  display: flex;
  padding: 0px 0px 180px 130px;
  position: relative;
}

._about_sec::after {
  content: "";
  position: absolute;
  background: url(images/overly.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

._spacer {
  min-height: 520px;
  padding: 50px 0px;
}

._individuals_sec {
  min-height: 600px;
  align-items: end;
  display: flex;
  padding: 0px 0px 100px 85px;
  position: relative;
  margin: -400px 60px 90px 60px;
}

._individuals_sec::after {
  /*content: '';
      position: absolute;
      background: #29ABE2;
      opacity: 0.8;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;*/
}

._brand_logo img {
  width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1680px) {
  ._hero_content span:not(.hero-card-subtitle) {
    position: absolute;
    top: -35px;
    left: 70%;
  }
}

/* hompage css */

/* industrial seats css */

._seats_slide .container-fluid {
  padding: 0px 0px 0px 30px !important;
}

._seats_slide {
  padding: 0px !important;
}

._seats_slide ._seond_hero_image {
  width: 550px;
  height: 400px;
  overflow: hidden;
  margin: 0 0 0 auto;
  margin-bottom: -42px;
}

._seats_slide ._seond_hero_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._word_surface {
  margin: 80px 95px;
}

.hover-image-effect {
  overflow: hidden;
  border-radius: 5px;
}
.hover-image-effect img {
  width: 100%;
  height: 41vh;
  min-height: 280px;
  object-fit: cover !important;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  object-position: center;
}
.column:hover .hover-image-effect img {
  /*	transform:scale(1.1);*/
}
.ind_s_blog ._column_content h3:first-child {
  margin-bottom: 20px;
}

._work_sitting_sec,
._counter_height_sec {
  padding: 80px 90px 260px 90px;
}

._work_sitting_sec.job-section {
  padding-bottom: 80px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

._siting_btm_boxes {
  text-align: center;
  flex-basis: calc(25% - 30px);
  margin-bottom: 30px;
}

._siting_btm_boxes img {
  width: 100%;
  height: auto;
}

._counter_height_btmsec .flex-container,
._work_sitting_btm .flex-container {
  gap: 40px;
}

._siting_btm_boxes h3 {
  margin-top: 10px;
  text-align: left;
}

._work_sitting_btm,
._counter_height_btmsec {
  padding: 0px 90px 70px 90px;
  margin-top: -210px;
}

._work_sitting_btm {
  width: 100%;
  position: relative;
}
._work_sitting_btm:after {
  content: "";
  display: block;
  background: #eee;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

._siting_btm_boxes img {
  width: 100%;
  height: auto;
}

._siting_btm_boxes h3 {
  margin-top: 10px;
}

._product_imgs .flex-item {
  flex-basis: calc(25% - 10px);
  margin-bottom: 20px;
}

.overlay {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

._work_sitting_btm .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29abe2;
  opacity: 0;
  transition: opacity 0.3s;
}

._work_sitting_btm .overlay:hover::before {
  opacity: 0.7;
}

._work_sitting_btm .overlay:hover .overlay-content {
  opacity: 1;
}

._work_sitting_btm .overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 70px 60px 70px;
  box-sizing: border-box;
  color: white;
  opacity: 0;
}

._siting_btm_boxes ._shop_readm {
  display: block;
  text-align: left;
}

._siting_btm_boxes ._shop_readm img {
  width: 40px;
  margin-right: 5px;
}

._shop_readm p {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: left;
  color: #fff;
}

._counter_height_btmsec .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  /* Adjust for position within parent */
  left: 0;
  /* Adjust for position within parent */
  width: 0;
  height: 0;
  border: 50px solid #29abe2;
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
  transition: opacity 0.3s;
}

._counter_height_btmsec .overlay:hover::before {
  opacity: 1;
}

/*._solution_paragrpgh {
      padding-left: 80px;
}*/

._siting_btm_boxes:hover h3 {
  /*      color: #29ABE2;*/
}

/* industrial seats css */

/* Services page css */

._solutions ._grid_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

._solutions ._grid_container .box {
  padding: 10px;
  text-align: center;
  position: relative;
}

._solutions ._grid_container .box img {
  max-width: 100%;
  height: auto;
}

._solutions {
  padding: 80px 88px 130px 88px;
}

._solutions h2 {
  margin: 8px 0px 20px -6px;
}

._solutions .col-md-4 h2,
._solutions .col-md-4 p,
._solutions .col-md-4 {
  color: #003b51;
}

p._serv_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.29px;
  text-align: left;
  color: #003b51;
}

._icons_box h3 {
  font-weight: 700;
  line-height: 31.06px;
}

._icons_box {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 6px;
  padding: 30px;
  border: 1px solid #003b514f;
  border-radius: 4px;
  /*min-height: 280px;*/
  position: relative;
}

._icons_box img {
  width: 100px;
  height: auto;
}

._solution_box {
  margin-top: 40px;
}

._scounter_sec .counter {
  margin-bottom: 20px;
  display: flex;
  /*      align-items: center;*/
  gap: 30px;
}

._scounter_sec .counter h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

._scounter_sec .count {
  font-family: "Ubuntu";
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.05em;
  text-align: left;
  animation: count 2s ease-out forwards;
  color: #29abe2;
}

@keyframes count {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

._scounter_sec {
  padding: 75px 193px;
}

@media only screen and (min-width: 1025px) {
  ._scounter_sec .col-md-4:nth-child(2) .counter {
    justify-content: center;
  }

  ._scounter_sec .col-md-4:nth-child(3) .counter {
    justify-content: end;
  }
}

.testimoial_box {
  text-align: left;
  /* 	display:flex;
	flex-direction:column;
	justify-content:end; */
}

.tmonial_img {
  padding: 75px;
  background: #d9d9d9;
  border-radius: 10px;
  margin-bottom: 20px;
}

.testimoial_box p {
  margin-bottom: 30px;
}

/* Services page css */

/* aeronautics page css */

._aeronautics_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/Rectangle\ 7.png);
  opacity: 1;
  z-index: 1;
}

._client_height_sec {
  padding: 80px 90px 80px 90px;
}

/* aeronautics page css */

/* distributors page */
#map {
  margin: -200px 0px 60px 0px;
  padding: 0px 60px 60px 60px;
  background-color: #fafafa;
}

#map img {
  position: relative;
  z-index: 999;
  width: 100%;
}

._process_sec {
  position: relative;
  min-height: 800px;
  margin: 30px 60px 50px 60px;
  border-radius: 10px;
  align-items: end;
  display: flex;
  padding-bottom: 60px;
}

._process_sec .row {
  padding: 0px 36px 0px 73px;
  position: relative;
  z-index: 99;
}

._process_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/Rectangle\ 21.png);
  opacity: 1;
  /* z-index: 1; */
}

.map_sec {
  z-index: 9;
  position: relative;
}

.d_contact_main h2 {
  text-align: left;
}

.d_contact_form {
  margin: 0 auto;
  padding: 20px;
}

.d_contact_form .row {
  display: flex;
  margin-bottom: 34px;
}

.d_contact_form .col {
  flex: 1;
}

.d_contact_form .col-50 {
  flex: 0 0 50%;
  padding: 0px 15px;
}

.d_contact_form .col-25 {
  flex: 0 0 25%;
  padding: 0px 15px;
}

.textbox-lines::placeholder,
input::placeholder {
  color: #fff;
  opacity: 0.7;
}

input:focus-visible,
textarea:focus-visible {
  outline: none !important;
}

/* .textbox-lines {
      max-width: 100%;
      font-size: 19px;
      border: none;
      background-attachment: local;
      background-image:
        linear-gradient(to right, #FFF, #FFF 10px, transparent 10px),
        linear-gradient(to left, #FFF, #FFF 10px, transparent 10px),
        repeating-linear-gradient(
          #FFF,
          #FFF 36px,
          #CCC 36px,
          #CCC 38px
        );
      line-height: 38px;
      padding: 6.33333px 10px;
      resize: none;
    }
     */

.d_contact_form textarea {
  resize: none;
}

.d_contact_form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.submit-btn {
  text-align: left;
  color: #fff;
  padding: 30px 10px 10px 10px;
  position: relative;
  margin-top: 20px;
  /* 	padding:10px; */
  border-radius: 5px;
}

.submit-btn:hover {
  background-color: #29abe2;
}
.submit-btn::after {
  content: "";
  background: url(images/Union.png);
  position: absolute;
  left: 10px;
  top: 5px;
  width: 41px;
  height: 17px;
}
.submit-form {
  padding: 6px 6px 6px 0 !important;
  border-radius: 5px !important;
}
.submit-form p {
  margin-bottom: 0;
}
.submit-form:hover {
  padding: 6px 6px 6px 6px !important;
  background-color: #003b51;
}
/* distributors page */

/* events page css */

._events_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/Rectangle\ 21.png);
  opacity: 1;
  /* z-index: 1; */
}

._events_main .row {
  z-index: 9999;
}

._hero_box_content ul,
._event_icon_sec ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  margin-top: 8px;
  justify-content: end;
}

._hero_post_box {
  display: flex;
  align-items: end;
  gap: 30px;
  justify-content: end;
  margin-bottom: 30px;
}

._hero_img_p img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 320px;
  min-height: 240px;
}
.page-template-page-events ._hero_box_content p,
.page-template-page-events ._hero_box_content h3 {
  margin-bottom: 10px;
}
._shero_img_p {
  min-width: 320px;
  height: 210px;
  overflow: hidden;
}

/* ._hero_box_content h3 {
      font-size: 40px;
} */

._hero_box_content li {
  font-size: 18px;
  font-weight: 700;
}

._loc_post_sec {
  padding: 0px 90px;
  margin-top: -200px;
  z-index: 9999;
  position: relative;
}

._loc_post_box {
  flex-basis: calc(25% - 20px);
  margin-bottom: 30px;
}

._loc_post_sec ._hero_box_content ul {
  justify-content: flex-start;
}

._passes_column ul {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 10px;
}

._passes_column h4 {
  color: #fff;
}

._passes_column span,
._passes_column .learn-more {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

._pases_inner {
  margin-top: 80px;
  margin-bottom: 0px;
  /*display: flex;
      flex-direction: column;
      gap: 30px;*/
}

._passes_column .row {
  align-items: center;
}

._passes_column {
  position: relative;
  padding-left: 15px;
}

.event_full_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.job_full_box {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

._pases_inner .event_full_box:first-child,
._pases_inner .job_full_box:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
._passes_column::after {
  /* content: '';
      width: 100%;
      height: 1px;
      background: #FFFFFF;
      opacity: 0.10;
      position: absolute;
      left: 0;
      top: -18px;*/
}

._passes_column:last-child::before {
  /* content: '';
      width: 100%;
      height: 1px;
      background: #FFFFFF;
      opacity: 0.10;
      position: absolute;
      left: 0;
      bottom: -18px;*/
}

._loc_pases_sec {
  padding: 80px 90px;
}

/* event page css */

._event_content span {
  position: relative;
  top: 0;
  left: 0;
}

._event_content p {
  /*      max-width: 44%;*/
}

.event_icon_sec {
  padding: 88px 0;
  background-color: #003b51;
}

._event_icon_sec img {
  width: 50px;
  height: auto;
}

._loc_post_box ._hero_img_p {
  width: 100%;
  height: 400px;
  min-height: 400px;
  margin-bottom: 20px;
}

._event_icon_sec p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

._event_icon_sec ul {
  gap: 30px;
  align-items: center;
}

._event_speaker_sec {
  padding: 80px 95px;
}

._event_main_box {
  margin-top: 50px;
}

._event_main_box {
  display: flex;
  align-items: center;
  gap: 40px;
}

._event_main_box h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  max-width: 40%;
}

._event_icon_sec .e_col:first-child ul {
  justify-content: flex-start;
}

/* event page css */

/* blog page css */
._shero_img_p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

._blog_hero_section {
  /* margin: 0px 60px 60px 60px; */
  min-height: 860px;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: end;
}

._blog_hero_section .row {
  position: relative;
  z-index: 999;
}

._blog_post_container {
  display: flex;
  flex-direction: column;
}

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

._blog_hero_content {
  padding-left: 120px;
  padding-bottom: 40px;
}

._blog_hero_content h1 {
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

._events_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/Rectangle\ 21.png);
  opacity: 1;
  /* z-index: 1; */
  background-repeat: no-repeat;
  background-size: cover;
}

._slide_detil {
  padding: 50px 80px 50px 120px;
  margin-right: 120px;
}

._slide_inner_contnt p {
  color: #003b51;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.88px;
  letter-spacing: -0.02em;
  text-align: left;
}

._slide_detil ._slide_buttons_inner {
  padding-top: 10px;
}

._blog_post_container {
  padding-right: 70px;
}

._our_mission_sec {
  margin: 80px 90px;
}

._oum_buttons {
  padding-top: 50px;
  display: flex;
  gap: 50px;
}

._our_mission_sec p {
  padding-top: 20px;
}

._blog_post_sec {
  padding: 0px 95px 95px 95px;
  margin-top: -420px;
}

._sort_by {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

._sort_by label {
  margin-right: 10px;
}

._post_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

._post {
  padding: 10px;
}

._post_image {
  width: 100%;
  height: 385px;
}

._post_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

._post_date {
  margin: 15px 0px 10px 0px;
}

._post_date {
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

._post_title a {
  font-family: "Ubuntu";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.05em;
}

/* blog page css */

/* single blog page */
ul._post_meta {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
  position: relative;
}

.s-phd {
  margin-left: -6px;
  padding: 15px 0px;
}

._post_meta li {
  position: relative;
}

._post_meta li p::before {
  content: "";
  background: white;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -20px;
}

._post_meta li:last-child p::before {
  display: none;
}

._sblog_hero_content {
  padding-left: 67px;
  padding-bottom: 50px;
}

._spost_content {
  padding: 80px 120px;
}

._single_pmain {
  position: relative;
}

._single_pmain::after {
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
}

._sblog_post_sec {
  padding: 0px 95px 50px 95px;
  margin-top: -180px;
}

._blog_height_sec {
  padding: 80px 90px 220px 90px;
}

._individuals_blog_sec {
  min-height: 600px;
  align-items: end;
  display: flex;
  padding: 0px 0px 100px 130px;
  position: relative;
  margin: -400px 60px 90px 60px;
}

._individuals_blog_sec::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* single blog page */

/* about us page */

._culture_sec {
  padding: 90px 85px 90px 90px;
}

._culture_sec p,
._culture_sec span,
._culture_sec h2,
._culture_sec li {
  color: #fff;
}

._culture_sec h2 {
  padding-top: 20px;
}

._culture_sec p {
  /*       padding-top: 34px; */
  max-width: 750px;
}

.ceo_sec {
  padding: 80px 0px;
}

._cul_l_img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._cul_l_img {
  width: 100%;
  min-height: 640px;
  padding-right: 40px;
}

._cul_l_content {
  padding-left: 40px;
}

._cul_l_content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.05em;
  color: #fff;
  padding: 10px 0px;
}

._cul_l_content h3 {
  color: #fff;
  /*       margin-top: 40px; */
  margin-left: -2px;
  margin-bottom: 6px;
}

._cul_l_content.text_white > * {
  color: #fff;
}

._ourteam_sec {
  padding: 0px 89px 270px 89px;
}

._ourteam_sec_det {
  padding: 0px 95px 68px 95px;
  margin-top: -220px;
}

._team_img img {
  border-radius: 5px;
}

._team_icbox a {
  /*       display: grid; */
  margin-top: 50px;
  color: #01597b;
}

._team_icons img {
  width: 80px;
  height: 80px;
}

/* about us page */

/* contact page css */

._blog_hero_contact {
  padding: 95px 100px 0px 80px;
}

._slidecont_detil {
  width: 220px;
  padding: 30px 58px 100px 100px;
}

._faq_section {
  padding: 80px 90px;
  background-color: #fff;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "";
  background: url(images/chevron.png);
  width: 17px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "";
  background: url(images/chevron\ blue.png) no-repeat;
}

._faq_accordion_main {
  padding: 50px 0px;
}

._card_accordions ._accordion_hding button {
  padding: 30px 0px 0 0;
}
._card_accordions ._accordion_hding button.collapsed {
  padding: 30px 0px;
}

._card_accordions {
  position: relative;
}

._accordion_hding .btn {
  padding: 0;
}

._accordion_hding .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

._card_accordions:first-child::before {
  content: "";
  background: #003b51;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 99999;
  left: 0;
}

._card_accordions::after {
  content: "";
  background: #003b51;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  left: 0;
}

._acor_content {
  padding-top: 30px;
  padding-bottom: 0px;
  max-width: 950px;
  width: 100%;
}

._contctmap_sec {
  /*      min-height: 600px;*/
  align-items: end;
  display: flex;
  position: relative;
  margin: -230px 60px 90px 60px;
}

._contct_spacer {
  min-height: 200px;
  padding: 100px 0px;
}

/* contact page css */

/* product page css */

._product_single_details {
  padding: 30px 95px;
}

._single_ptop_btns button {
  width: 150px;
  height: 30px;
  border-radius: 20px;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 16.82px;
  border: none;
  margin-bottom: 20px;
}

._price,
._price span {
  font-family: "Ubuntu";
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -0.05em;
}

._sinl_passes_column ul {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

._sinl_passes_column h4 {
  color: #fff;
}

._sinl_passes_column span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

/* ._sinl_pases_inner {
      margin-top: 80px;
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      gap: 30px;

} */

._sinl_passes_column .row {
  align-items: center;
}

._sinl_passes_column {
  position: relative;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

._sinl_passes_column::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #004a73;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0px;
}

._sinl_passes_column:last-child::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #004a73;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0px;
}

._sinlf_passes_column ul {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

._sinl_passes_column .col-md-4:first-child ul:first-child {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: 0;
}

._single_posts_prod {
  padding: 0px 95px;
}

._single_posts_prod ._product_imgs .flex-item {
  flex-basis: calc(33% - 10px);
  margin-bottom: 20px;
}

._Comparison_grid {
  padding: 0px 95px;
}

._prod_accordions .btn {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 40px;
}

._prod_accordions .collapsible-link::before {
  content: "";
  background: url(images/Unionwhite.png) no-repeat !important;
}

._prod_accordions .collapsible-link[aria-expanded="true"]::before {
  content: "";
  background: url(images/chevron\ blue.png) no-repeat !important;
}

._prod_accordions p {
  color: #fff;
}

._prod_faq_accordion_main {
  padding-left: 25px;
}

._prod_accordions {
  padding: 15px 0px;
  position: relative;
}

._prod_faq_section {
  padding: 20px 95px 20px 50px;
  margin-top: -450px;
}

._prod_accordions::after {
  content: "";
  background: #e8f0f3;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  z-index: 99999;
  left: 0;
}

._acor_content span {
  color: #29abe2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding-top: 10px;
}

._prod_accordions .collapsible-link[aria-expanded="true"] {
  color: #29abe2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 40px;
}

.main_prod_slider {
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.prod_slider_for {
  position: relative;
  text-align: center;
}

.prod_slider_for img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px;
  width: 100%;
  height: 650px;
  object-fit: cover;
  background: white;
}
.prod_slider_for .feature-img img {
  object-fit: contain;
}

._prod_slide_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-top: 25px;
}

._prod_slide_nav .slide_item {
  /* flex: 0 0 calc(25% - 10px);
      margin-right: 10px;
      height: 130px;
      overflow: hidden;
      background: white;
      padding: 30px;*/
  background: #e8f0f3;
}

._prod_slide_nav img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 8px;
}

.custom-arrows {
  position: relative;
  /* bottom: 250px;
      right: -20px;
      transform: translateX(-50%);*/
}

.custom-arrows button {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #000;
  padding: 5px;
  cursor: pointer;
}

.custom-arrows button:hover {
  color: #ff8a00;
}

.btn-fullscreen {
  position: relative !important;
  /* position: absolute;
      bottom: 250px;
      left: 45px;*/
  background-color: transparent;
  border: none;
  /*      font-size: 24px;*/
  /*      padding: 5px 10px;*/
  cursor: pointer;
}

button.custom-prev {
  margin-right: 10px;
}

._prod_slide_nav .slick-arrow {
  display: none !important;
}

._prod_container {
  display: flex;
}

._prod_column {
  width: 250px;
  padding: 10px;
  box-sizing: border-box;
}

._prod_column img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

._prod_content {
  padding-top: 20px !important;
}

button:focus {
  outline: none !important;
}

img._box_arrow {
  padding-bottom: 10px;
}

._single_posts_prod .__column_text {
  padding-bottom: 67px;
}

._prod_slide_nav .slick-track {
  margin-left: -50px;
}

/* product page css */

/* Responsive css */

@media (max-width: 1199px) {
  /* Header */
  ._header {
    background-color: #fff;
  }

  .header-container-right-top {
    display: none !important;
  }

  .header-logo_desktop,
  .mainMenu.sticky .header-logo_desktop {
    padding: 15px 30px;
  }

  .header-container-right-bottom {
    padding: 15px;
  }

  .header-container-right-bottom .navbar-nav.main {
    padding: 40px 20px;
  }

  .header-container-right-bottom .navbar-nav.utility-menu {
    background-color: #eee;
  }

  .navbar-collapse {
    opacity: 0;
    width: 0;
    height: 0;
    position: fixed;
    top: 74px;
    left: 0;
    background-color: #fff;
  }

  .navbar-collapse.show {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.1s ease;
  }

  .mainMenu.sticky .header-container-right-bottom {
    padding: 0;
  }

  .mainMenu.sticky .navbar-collapse {
    top: 60px;
  }

  /* END Header */
}

@media only screen and (max-width: 1024px) {
  /* Homepage */
  .home ._solutions_sec._hero_section-ergo {
    margin-top: 40px;
  }
  /* END Homepage */
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    margin-left: -3px !important;
  }

  .header-logo_desktop {
    padding: 10px 15px;
  }

  .navbar-collapse.show {
    top: 60px;
  }

  ._hero_content h1 {
    font-size: 52px;
    line-height: 1;
  }

  header._main_container {
    padding: 0;
  }

  ._hero_section {
    margin: 0;
    min-height: 600px;
    align-items: center;
  }

  ._main_container {
    padding: 0px 20px;
  }

  ._Product_sec {
    padding: 60px 20px;
  }

  ._product_imgs {
    padding-top: 40px;
  }

  ._hero_image img {
    width: 70%;
    margin: 0 auto;
  }

  ._synitc_slider_btm {
    margin-top: 0;
  }

  ._industries {
    padding: 40px 5px;
  }

  ._solution_paragrpgh {
    padding: 0;
  }

  ._about_sec {
    padding: 20px 5px;
    min-height: 600px;
  }

  ._solutions_sec {
    margin: 0px 20px;
  }

  ._solutions_sec .row {
    padding: 0;
  }

  ._individuals_sec {
    padding: 60px 0px;
    margin: -400px 20px 90px 20px;
    min-height: 400px;
  }

  ._column_image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
    min-height: 100%;
  }

  ._industries ._grid_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
  }

  ._industries ._grid_container {
    padding: 0;
  }

  ._industries ._grid_container .box {
    padding: 0;
  }

  ._hero_content span:not(.hero-card-subtitle) {
    position: absolute;
    top: 11px;
    left: 66%;
  }

  ._synitc_slider ul.slick-dots {
    bottom: 5px;
  }

  ._main_container {
    overflow: hidden;
  }

  ._header .col-sm-6 {
    width: 50%;
  }

  ._header .logo {
    padding-left: 10px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  ._slide_buttons {
    padding: 40px;
  }

  ._brand_logo {
    padding: 60px 5px;
  }

  ._brand_logo_item {
    flex: auto;
    max-width: calc(50% - 5px);
    margin-right: 0;
  }

  /* .navbar-collapse {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(255 255 255);
            z-index: 99999999;
            overflow-y: auto;
            align-items: center;
            display: flex;
      }*/

  .navbar-collapse.show {
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }

  .close-overlay {
    display: block;
    /* Show the close button */
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .navbar-nav {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .nav-item {
    padding-bottom: 10px;
  }

  ._header a.nav-link {
    font-size: 18px;
    font-weight: 600;
  }

  ._footer_main {
    padding: 50px 0px;
  }

  ._footer_main .col-sm-6:nth-child(1) {
    padding-bottom: 40px;
  }

  ._footer_main .col-sm-6:nth-child(2),
  ._footer_main .col-sm-6:nth-child(3),
  ._footer_main .col-sm-6:nth-child(4),
  ._footer_main .col-sm-6:nth-child(5) {
    width: 50%;
    padding-bottom: 20px;
  }

  ._solution_box img {
    padding-bottom: 12px;
  }

  ._Product_sec .col-md-5 {
    padding: 0px 0px;
  }

  ._blog_hero_contact {
    padding: 40px 5px;
  }

  .d_contact_form .col {
    flex: 0 0 100%;
    padding: 10px 15px 0px 15px;
  }

  .d_contact_form .col-50,
  .d_contact_form .col-25 {
    flex: 0 0 100%;
    padding: 10px 15px 0px 15px;
  }

  ._blog_hero_section .pl-0 {
    padding: 0 !important;
  }

  ._slidecont_detil {
    padding: 30px 30px 30px 30px;
  }

  ._faq_section {
    padding: 20px 20px 20px 10px;
  }

  ._client_height_sec {
    padding: 20px;
  }

  ._contctmap_sec {
    margin: -160px 20px 60px 20px;
  }

  .d_contact_form .row {
    margin-bottom: 0;
  }

  ._work_sitting_sec,
  ._counter_height_sec {
    padding: 60px 20px 240px 20px;
  }

  ._work_sitting_btm,
  ._counter_height_btmsec {
    padding: 0px 20px 70px 20px;
    margin-top: -210px;
  }

  ._siting_btm_boxes {
    flex-basis: calc(100% - 30px);
    margin-bottom: 20px;
  }

  ._scounter_sec {
    padding: 40px 20px;
  }

  ._scounter_sec .counter {
    flex-direction: column;
  }

  ._scounter_sec .count {
    font-size: 100px;
  }

  ._solutions {
    padding: 40px 20px;
  }

  ._solutions ._grid_container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 10px;
  }

  ._solutions .col-md-6 {
    padding: 0;
  }

  ._seats_slide .container-fluid {
    padding: 20px !important;
  }

  ._counter_height_btmsec .container-fluid,
  ._work_sitting_btm .container-fluid,
  ._word_surface .container-fluid {
    padding: 0;
  }

  ._prod_boxess {
    flex-basis: calc(100% - 0px);
  }

  ._word_surface {
    margin: 20px;
  }

  ._product_imgs .flex-item {
    flex-basis: calc(100% - 0px);
    margin-bottom: 20px;
  }

  #map img {
    width: 100%;
  }

  ._process_sec {
    margin: 40px 20px;
    min-height: 630px;
    padding-bottom: 0;
    border-radius: 4px;
  }

  ._process_sec .row {
    padding: 20px;
  }

  ._loc_post_sec {
    padding: 0px 5px;
  }

  ._loc_post_box {
    flex-basis: calc(100% - 0px);
    margin-bottom: 30px;
  }

  ._loc_pases_sec {
    padding: 20px;
  }

  ._passes_column .col-md-3:nth-child(2),
  ._passes_column .col-md-3:nth-child(3) {
    width: 50%;
  }

  ._passes_column:not(.job_full_box) h4 {
    margin-left: -25px;
  }

  ._spacer {
    margin-top: -10px;
  }

  ._hero_box_content ul,
  ._event_icon_sec ul {
    justify-content: start;
  }

  ._event_content p {
    max-width: 100%;
  }

  ._culture_sec {
    padding: 20px 5px;
  }

  ._cul_l_img {
    min-height: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  ._cul_l_content {
    padding: 0;
  }

  ._ourteam_sec {
    padding: 0px 5px 120px 5px;
    margin-top: -10px;
  }

  ._team_img img {
    width: 100%;
  }

  ._ourteam_sec_det {
    margin-top: -100px;
    padding: 0px;
  }

  .d_contact_main {
    padding: 30px 5px;
  }

  ._Comparison_grid {
    padding: 20px;
  }

  ._product_single_details {
    padding: 0px;
  }

  ._prod_faq_section {
    padding: 20px;
    margin: 0;
  }

  ._prod_faq_accordion_main {
    padding-left: 0;
  }

  ._single_posts_prod {
    padding: 0px 20px;
  }

  ._single_posts_prod ._product_imgs .flex-item {
    flex-basis: calc(100% - 10px);
  }

  ._prod_column {
    width: 33%;
  }

  ._sinl_passes_column .row {
    flex-direction: row;
  }

  ._sinl_passes_column .col-md-4,
  ._sinlf_passes_column .col-md-4 {
    width: 33.33%;
  }

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

  ._single_posts_prod .__column_text {
    padding: 0;
  }

  .main_prod_slider::after {
    content: "";
    background: #003b51;
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
  }

  ._prod_slide_nav {
    padding-bottom: 20px;
  }

  /*  .custom-arrows {
            right: -40px;
      }*/

  .btn-fullscreen {
    left: 25px;
  }

  .main_prod_slider {
    margin-bottom: 20px;
  }

  ._prod_faq_section {
    padding: 20px 5px;
  }

  ._sinl_passes_column {
    padding: 10px 0px;
  }
  ._event_icon_sec {
    padding: 20px;
  }
  ._event_icon_sec p {
    margin-bottom: 0 !important;
  }
  ._event_speaker_sec {
    padding: 40px 20px;
  }
  ._event_main_box {
    flex-direction: column;
  }
  ._image_sbox img {
    width: 100%;
  }
  .event_spacer {
    min-height: 400px;
    padding: 200px 0px;
  }
  ._spost_content {
    padding: 20px;
  }
  ._sblog_hero_content {
    padding: 0;
  }
  ._blog_height_sec {
    padding: 20px 20px;
  }
  ._sblog_post_sec {
    margin: 0;
    padding: 20px;
  }
  ._post_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  ._individuals_blog_sec {
    padding: 10px;
    margin: -400px 20px 20px 20px;
  }
}

/* Hide the close button on larger screens */
@media (min-width: 768px) {
  .close-overlay {
    display: none;
  }
}

._blog_box_content a {
  color: #fff;
}

._post_title a {
  color: #003b51;
}

.s-form input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  color: #003b51;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25.88px;
  letter-spacing: -0.02em;
  text-align: left;
}
.s-form button {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  text-align: left;
  color: #fff;
}
.s-form input::placeholder {
  color: #003b51;
  opacity: 1; /* Firefox */
}

.s-form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #003b51;
}
form.sort select {
  width: 300px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 50px;
  font-weight: bold;
}
form.sort select option {
  color: #000;
}
.pass-events {
  /*       max-height: 500px;
      overflow: auto;
      overflow-x: hidden; */
  margin-bottom: 120px;
}
._single_ptop_btns a {
  display: inline-block;
  min-width: 150px;
  height: 30px;
  border-radius: 20px;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  border: none;
  margin-bottom: 20px;
  background-color: #fd7601;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  padding: 0 20px;
}
._single_ptop_btns a:not(:first-child) {
  pointer-events: none;
  cursor: default;
  background-color: #3daae1;
  text-decoration: none;
}
._single_ptop_btns a:nth-child(even) {
  background-color: #3daae1;
}

.qty-box {
  width: 150px;
  height: 60px;
  padding: 18px 30px;
  border-radius: 0px;
  border: solid 0.5px #01597b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-box button {
  background-color: transparent;
  border: 0;
  color: #01597b;
  font-size: 30px;
}

.custom-cart-form .quantity {
  display: none !important;
}
.custom-cart-form form,
.custom-cart-form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

.custom-cart-form form.variations_form {
  display: block;
}
.custom-cart-form table {
  width: 100%;
  margin-bottom: 20px;
}
.custom-cart-form table th {
  width: 100%;
  display: block;
}
.woocommerce-page .custom-cart-form table label {
  font-size: 20px !important;
}
.custom-cart-form form select {
  width: 100%;
  height: 60px;
  font-size: 20px;
  max-width: 460px;
}
.custom-cart-form form .qty-box {
  order: 1;
}
.custom-cart-form form .btn-theme {
  order: 3;
}
.custom-cart-form form .single_add_to_cart_button {
  order: 2;
}
.custom-cart-form .single_add_to_cart_button {
  margin: 0 10px !important;
}
.single_add_to_cart_button {
  height: 60px;
  line-height: 60px !important;
  background: #29abe2 !important;
  color: #fff;
  min-width: 230px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px !important;
  text-align: left;
  position: relative;
  border-radius: 0;
}
.single_add_to_cart_button:hover {
  background-color: #003b51;
}
.single_add_to_cart_button:after {
  content: "";
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background-image: url(images/shopping-bag.svg);
}

.btn-theme:hover {
  color: #fff;
}
.woocommerce-message {
  font-family: "PT Sans", sans-serif !important;
  font-size: 18px !important;
}
.woocommerce-message {
  border-color: #ff8a00 !important;
}
.woocommerce-message::before {
  color: #ff8a00 !important;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
.wc-block-cart-item__remove-link {
  font-family: "PT Sans", sans-serif !important;
  font-size: 14px !important;
  color: red !important;
}
#wc-block-components-totals-coupon__form input {
  height: 60px;
  border-radius: 0 !important;
}
#wc-block-components-totals-coupon__form button {
  height: 60px;
  background: #003b51 !important;
  color: #fff !important;
}
.woocommerce-page form input,
.woocommerce-page form textarea {
  height: 60px !important;
  border-radius: 0 !important;
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px !important;
  border: 1px solid #01597b !important;
  width: 100% !important;
  padding: 0 15px;
}
.woocommerce-page form textarea {
  height: 150px !important;
  padding: 15px;
}
.woocommerce-page form label {
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.woocommerce-page form input[type="checkbox"],
.woocommerce-page form input[type="radio"] {
  width: auto !important;
  height: auto !important;
}
.theme-content .woocommerce {
  margin: 50px 0;
  /* border: 1px solid #01597B;
      padding: 35px;*/
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
}
.woocommerce-MyAccount-navigation li a {
  width: 100%;
  padding: 20px;
  background: transparent;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #01597b;
  border: 2px solid #01597b;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background: #01597b !important;
  color: #fff !important;
}
.woocommerce-MyAccount-content a {
  color: #01597b !important;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.woocommerce-info {
  font-family: "PT Sans", sans-serif !important;
  font-size: 16px !important;
}
.btn-theme,
.woocommerce-message .button,
.wc-block-cart__submit-button,
.components-button,
.woocommerce-info a,
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content .button {
  display: inline-block;
  line-height: 60px !important;
  height: 60px !important;
  background: #003b51 !important;
  color: #fff !important;
  min-width: 250px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 0 20px !important;
  text-align: center !important;
  position: relative !important;
}
.woocommerce-MyAccount-content .password-input,
.woocommerce-MyAccount-content form span {
  display: block;
  width: 100%;
}

.woocommerce-page .qty-box input {
  width: 80px !important;
  background-color: transparent !important;
  color: #01597b;
  border: 0 !important;
  text-align: center;
  font-size: 20px !important;
  font-weight: bold !important;
  border: 0 !important;
}

.woocommerce-page .d_contact_form input[type="text"],
.woocommerce-page .d_contact_form input[type="email"],
.woocommerce-page .d_contact_form input[type="tel"],
.woocommerce-page .d_contact_form textarea {
  width: 100% !important;
  padding: 10px 10px 20px 0px !important;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background-color: transparent !important;
  color: #fff !important;
  opacity: 0.5 !important;
  font-family: "pt sans" !important;
}
.d_contact_form input[type="text"],
.d_contact_form input[type="email"],
.d_contact_form input[type="tel"],
.d_contact_form textarea {
  width: 100% !important;
  padding: 10px 10px 20px 0px !important;
  border: none !important;
  border-bottom: 1px solid rgb(217 217 217 / 50%) !important;

  background-color: transparent !important;
  color: #fff !important;
  /*      opacity: 0.5 !important;*/
  font-family: "pt sans" !important;
}
.woo-pages {
}
.product-box {
  position: relative;
}
.product-box .title {
  color: #003b51;
}
.product-box:hover .title {
  color: #29abe2;
}
.product-box .overlayy {
  position: relative;
  overflow: hidden;
}
.product-box .layer {
  position: absolute;
  left: 0;
  top: 110%;
  height: 100%;
  width: 100%;
  background-color: rgb(41 171 226 / 63%);
  padding: 50px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box:hover .layer {
  top: 0px;
}
.btn-arrow {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.btn-arrow p {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.btn-arrow img {
  width: 40px !important;
  display: inline-block;
  margin-bottom: 15px;
}
.btn-arrow:hover {
  /*      color: #fff;*/
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 48% !important;
  max-width: 48%;
  display: block !important;
}
.woocommerce form .password-input {
  display: block;
  width: 100%;
}
#afrfq_update_quote_btn {
  margin-bottom: 30px;
}
.theme-content form button[type="submit"],
#afrfq_update_quote_btn,
.addify_checkout_place_quote {
  height: 60px;
  min-width: 200px;
  padding: 0;
  text-align: center;
  line-height: 60px !important;
  height: 60px !important;
  background: #003b51 !important;
  color: #fff !important;
  min-width: 250px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 0 20px !important;
  text-align: center !important;
  position: relative !important;
}
.woocommerce-form-login button[type="submit"] {
  display: block;
  float: none !important;
}
.woocommerce-form-login .form-row {
  display: block;
}
._team_img img {
  width: 100%;
}
.dropdown-item:after,
.dropdown-item:before,
.dropdown li:before,
.dropdown li:after {
  display: none;
}
._header .dropdown-item:hover,
._header .current-menu-parent .dropdown-item:hover,
._header .current-menu-parent .dropdown-item:focus,
._header .current-menu-parent .current-menu-item,
._header .current-menu-parent .current-menu-item > .dropdown-item {
  background-color: #003b51 !important;
  color: #fff !important;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}

.column img._prod_column {
  height: 400px;
}
.produc_hero {
  position: relative;
  overflow: hidden;
}
.produc_hero .container-fluid {
  position: relative;
  z-index: 9;
}
.produc_hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  background: #003b51;
}
._prod_faq_accordion_main {
  position: relative;
  margin-top: 50px;
}
._prod_faq_accordion_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60vw;
  right: 0;
  height: 200%;
  width: 300%;
  background: #003b51;
}
img._solution_arrow {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .visibility-mobile-only {
    display: none !important;
  }

  .testimoial_box p {
    min-height: 310px;
  }
}

.event_box h3 a {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: bold !important;
}

.event_box ul li {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.speaker-img {
  position: relative;
  padding-bottom: 20px;
}
.speaker-img a {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.speaker-img .image {
  width: 100%;
  border-radius: 5px;
}
.event-icon {
  display: flex;
  align-items: center;
}
.event-icon img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-right: 20px;
}
.event-icon p {
  margin-bottom: 0;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-family: "Ubuntu", sans-serif;
}

._prod_slide_nav {
  min-height: 190px;
}
.logo-box {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 120px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box img {
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.partners-slider .logo-box {
  margin-right: 20px;
}
a.product-image {
  background-color: #fff;
  border: 1px solid #e8f0f3;
}
.product-image img {
  height: 400px;
  width: 100%;
  object-fit: contain;
}
.prod_slider_for .slide_item .t-slide {
  background-color: #fff;
  border: 1px solid #e8f0f3;
}
._hero_image img {
  height: 350px;
  width: 350px;
  object-fit: contain;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
}
._grid_box .hover-text,
._grid_box span {
  font-size: 14px;
}
.pppppp {
  height: 350px !important;
  width: 350px !important;
  object-fit: contain !important;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  padding: 15px;
  overflow: hidden;
}
.pppppp img {
  max-width: 98%;
  max-height: 98%;
}
.cat_img {
  object-fit: cover !important;
}
._prod_accordions ._prod_content span {
  color: #fff !important;
}
footer a:hover {
  text-decoration: underline;
}
.social-icons a {
  overflow: hidden;
}
.social-icons a:hover img {
  transform: scale(1.1);
}

.btn-arrow {
}
.btn-arrow .arrow {
}
.btn-arrow span {
  display: block;
  /*     margin-top: 25px; */
  position: relative;
  padding-left: 0;
  margin-left: 0;
}

.industry-box {
  position: relative;
  overflow: hidden;
}
.industry-box .thumb {
  width: 100%;
}
.industry-box .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: 0;
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: flex-end;
}
.industry-box:hover .text {
  bottom: 0;
}
.industry-box:hover a {
  opacity: 1;
}
.industry-box .hover-text {
  color: #fff;
  font-size: 24px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: normal;
}
.link_text {
  cursor: pointer;
}
.product-cat-card:hover .link_text {
  color: #29abe2;
}
.product-cat-card_orange .__column_text {
  transform: translateY(125%);
}
.product-cat-card_orange .btn-arrow.btn_orange {
  background-color: #ff9d00;
}
.sup-content sup {
  font-size: 20px;
  letter-spacing: 0px;
  top: -60px;
  left: 15px;
}
._hero_section label {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
}
.industry-box a:hover {
  color: #fff;
}
._prod_content a {
  text-decoration: underline;
}
.map-card {
  max-width: 360px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.map-card .image {
}
.map-card .image img {
}
.map-card .text {
  padding: 33px;
}
.map-card h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.map-card p {
}
.map-card h6 {
  font-weight: bold;
}
.map-card .bio {
  font-size: 16px;
}
.map-card .author {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.map-card .info {
}
.map-card .author img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
}
.custom_map {
  overflow: hidden;
  display: flex;
  padding: 100px 50px;
  align-items: center;
  justify-content: center;
  margin-left: 420px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
  background: transparent !important;
  color: #fff !important;
}
input[data-autocompleted] {
  background-color: transparent !important;
}

.d_contact_form textarea {
  padding: 0 !important;
  border-bottom: 0 !important;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 180px;
  resize: none;
  line-height: 44px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    transparent 42px,
    rgb(217 217 217 / 50%)
  );
  background-size: 100% 44px;
  background-repeat: repeat-y;
  color: #fff;
}
.wpcf7-response-output {
  color: #fff;
}
div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.f-20 p,
.f-20 li {
  font-size: 20px;
  line-height: 1.5;
}

.author-meta {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(0 59 81 / 30%);
}
.author-meta .image {
  display: flex;
  align-items: center;
  min-width: 280px;
}
.author-meta .image img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 20px;
}
.author-meta .content {
  /*    max-width: 850px;*/
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgb(0 59 81 / 30%);
}
.author-meta .sub-heading {
  font-weight: bold;
}

.f-20 {
  font-size: 20px;
}
.cat--img {
  object-fit: contain !important;
  background-color: #fff;
  border: 1px solid rgb(2 59 80 / 5%);
  padding: 10px;
}
.event_box .image {
  overflow: hidden;
  display: block;
}
.event_box:hover .image img {
  transform: scale(1.1);
}
.event_full_box:hover,
.job_full_box:hover {
  cursor: pointer;
  background-color: #29abe2;
}
.event_hero_btn {
  max-width: 650px;
  width: 100%;
}
._price .woocommerce-Price-currencySymbol {
  margin-left: 8px;
  display: inline-block;
}
.text .btn-arrow {
  display: block;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  /* 	opacity:0; */
}
.btn-arrow {
  display: block;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
}
.btn-arrow:hover {
  background-color: #01597b;
  color: #ffffff;
}
.btn-arrow:hover p {
  color: #fff;
  margin-bottom: 0;
}
.btn-arrow:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.product-box .btn-arrow:hover {
  color: #fff;
}
.feature-img.pro-1291 img {
  /* 	object-fit:cover; */
}
div:after,
div:before {
  background-position: left !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
._Product_hd h2 {
  margin-top: 10px;
}
.all-testi .testimoial_box {
  position: relative;
  height: 100%;
  padding-bottom: 80px;
}
.all-testi .testimoial_box .bio {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-no-padding p {
  margin-bottom: 0;
}

div.af_quote_fields {
  width: 100% !important;
  margin-bottom: 100px;
}
.quote-fields tr td,
.quote-fields tr th {
  width: 100% !important;
  display: block;
}
.quote-fields tr input,
.quote-fields tr textarea {
  width: 100% !important;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
.quote-fields tr textarea {
  height: 120px;
  padding: 10px 15px;
}
@media (max-width: 1100px) {
  .single_add_to_cart_button {
    margin: 15px 0;
  }
}

.cta-section {
  position: relative;
  padding: 60px;
  /*      margin-top: 10px;*/
}
.cta-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 68%;
  z-index: 1;
  background-color: #003b51;
}
.cta-section .banner {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 50px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.cta-section {
}

.product-gallery-holder {
  position: relative;
}
.product-gallery-holder .slider-controls {
  /*       background: red; */
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
}
.slider-controls button {
  padding: 0 !important;
}

.custom-cart-form.show-add-cart button.single_add_to_cart_button {
  display: inline-block !important;
}
.custom-cart-form.hide-add-cart button.single_add_to_cart_button {
  display: none !important;
}

.menu-top {
}
.menu-top .lange a {
  margin-left: 25px;
  color: #01597b !important;
  text-transform: uppercase;
}
.menu-top .lange a:hover {
  font-weight: 700;
  color: #29abe2;
}

.cat-info-box h3 {
  min-height: 90px;
}
.cat-info-box h3 a {
  color: #003b51;
}
.cat-info-box:hover h3 a {
  color: #29abe2;
}

table.variations .label {
  display: none !important;
}
table.variations select {
  min-width: 150px;
  height: 60px;
  padding: 0px 20px;
  border-radius: 0px;
  border: solid 0.5px #01597b;
  max-width: 380px;
}
.reset_variations {
  color: #003b51;
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.woocommerce-variation-price {
  margin-bottom: 15px;
}
.woocommerce-variation-price bdi,
.woocommerce-variation-price .woocommerce-Price-currencySymbol {
  font-family: "Ubuntu";
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -0.05em;
}
.woocommerce-variation-price .woocommerce-Price-currencySymbol {
  margin-left: 10px;
}
.technical-sheet a {
  text-decoration: underline;
  font-weight: 700;
  color: #29abe2;
}

.vinyle-yes._single_ptop_btns a {
  background-color: #3daae1;
}

/* Google Map styling */
.gm-style .gm-style-iw-c {
  background-color: #003b51;
  padding: 0;
}
.gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
.location-pin {
  background-color: #003b51;
  color: #fff;
  padding: 22px 28px;
}
.location-pin ._solution_arrow {
  max-width: 45px;
  display: block;
}
._name,
._name:hover {
  color: #fff;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.location-pin ._link {
  color: #fff;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
button.gm-ui-hover-effect {
  position: absolute !important;
  right: 0px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.gm-style .gm-style-iw-tc::after {
  background-color: #003b51 !important;
}
#google-map {
  height: 600px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
@media (max-width: 699px) {
  #google-map {
    height: 300px;
  }
}

/* END Google Map styling */

/*  Orange element color  */
.card_orange {
  background-color: #ff9d00;
}

.card_orange .btn_orange {
  color: #fff;
  background-color: transparent;
}

.card_orange .btn_orange:hover,
.card_orange .btn_orange:focus {
  color: #fff;
  background-color: #d98c0d;
}

.card_orange .btn_orange p {
  color: #fff;
}

.btn_orange p {
  color: #fff;
}
.btn_orange:hover,
.btn_orange:focus {
  background-color: #ff9d00;
}
.btn_orange:hover p,
.btn_orange:focus p {
  color: #fff;
}
/*  END Orange element color  */
