p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #37474f;
}

h1,
h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  color: #263238;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}

/* For referencing sections - having navigation height in mind */
h2:target::before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
  pointer-events: none;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #263238;
  font-family: inherit;
  margin-bottom: 15px;
}

h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  color: #263238;
  font-family: inherit;
}

h4:target::before {
  display: block;
  content: " ";
  margin-top: -190px;
  height: 190px;
  visibility: hidden;
  pointer-events: none;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: #263238;
  font-family: inherit;
}

.headline p {
  max-width: 770px;
  margin: 20px auto;
}

hr {
  border-top: 1px solid #b0bec5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eceff1;
}

tbody tr:nth-child(odd) {
  background-color: #eceff1;
}

td, th {
  padding: 8px 12px;
}

.transparent-text {
  opacity: 0.75 !important;
}

.white-text {
  color: white !important;
}

.white-text:hover {
  color: white !important;
}

.section-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  /* backup for IE */
  font-family: "Montserrat", sans-serif;
}

.small-title {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
}

.image-caption {
  color: #90a4ae;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.x-button,
.x-button-light,
.x-button-transparent {
  padding: 15px;
  margin: 10px 0;
  display: inline-block;
  width: 270px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-size: 100% 200%;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.x-button {
  color: white;
  background-image: linear-gradient(to top, #ca0078 50%, #ec008c 50%);
}

.x-button-light {
  background-color: white;
  background-image: linear-gradient(to top, #eceff1bf 50%, white 50%);
  color: #ec008c;
  border: 1px solid #b0bec5;
}

.x-button-transparent,
.x-button-transparent:focus {
  width: 170px;
  background: transparent;
  border: 1px solid white;
  border-radius: 0;
  color: white;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.x-button:hover,
.x-button-light:hover,
.x-button-transparent:hover {
  background-position: 0 100%;
  transition: 0.3s all ease;
}

a.x-button:hover {
  color: white !important;
}

.x-button-transparent:hover {
  background: white;
  color: #37474f;
}

a.x-button-light {
  color: #ec008c;
}

a.x-button-light:hover {
  color: #ec008c !important;
}

.x-color {
  color: #ec008c !important;
}

.x-text {
  font-size: 21px;
  line-height: 32px;
  color: #37474f;
  max-width: 770px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .x-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.text-center .x-text,
.text-center.x-text {
  margin: 24px auto;
}

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

.x-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1570px;
}

.tabs .tab-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #eceff1;
  cursor: pointer;
}

.tabs .tab-switch.active {
  background-color: #263238;
}

a {
  text-decoration: none;
  color: #ff0090;
}

.img-adjust {
  padding-bottom: 20px;
  padding-top: 20px;
}

.search-excerpt {
  color: #ff0090;
}

/* Responsive google maps - contact information*/
.map-container {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 200px;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

.hotels a {
  color: #787c81;
}

.hotels a:hover {
  color: #ff0090;
  text-decoration: none;
}

/* end responsive google maps */
.sec-lvl-leads {
  padding-left: 0;
}

.location h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.location h2 {
  margin-bottom: 50px;
}

.location #marg-1 {
  margin-left: 10px;
  margin-top: 140px;
}

.location #marg-2 {
  margin-top: 35px;
  margin-left: 10px;
}

.location #marg-3 {
  margin-top: 50px;
}

.society .icn-society {
  margin-right: 25px;
}

.location img {
  margin-top: -5px;
  margin-right: 5px;
}

/* Contact form*/
.form-cont {
  background-color: #f6f6f6;
  padding: 30px;
}

.product-box:hover .showme {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-box:hover .showme p {
  font-weight: 300;
  color: #787c81;
}

.inside {
  font-size: 18px;
  line-height: 20px;
}

a:hover {
  text-decoration: none;
}

.logo {
  margin-top: -7px;
}

.introduction p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}

.introduction .xopen p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.location p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.main-content {
  margin-top: 60px;
}

.second-content {
  margin-top: 0;
  color: #1a1a1a;
}

.green {
  background-color: #9ccb48;
  border-bottom: 1px solid #7ea832;
  border-top: 1px solid #7ea832;
  background-image: url("/wp-content/themes/xlab/about-us/overview-company-img/Img_green_over.png");
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}

.green-society {
  background-color: #70a032;
  padding-top: 52px;
  padding-bottom: 10px;
}

.green .introduction p,
.green .introduction h4,
.green .introduction h2,
.green-society .introduction p,
.green-society .introduction h4,
.green-society .introduction h2 {
  color: #fff;
}

.green-society .introduction h4 {
  padding-top: 40px;
}

.green-society .introduction p {
  padding-top: 18px;
}

h4 {
  font-size: 18px;
  color: #171818;
  line-height: 24px;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  font-family: inherit;
}

.icon2 {
  margin-top: -30px;
}

.btn-more {
  display: block;
  background-color: #ff0090;
  height: 35px;
  width: auto;
  border-radius: 0;
  font-size: 16px;
  padding: 0 25px 0 25px;
  color: #fff;
  border: none;
}

.btn-more:hover {
  background-color: #eb178f;
  text-decoration: none;
}

.smetris-adjust {
  padding-left: 0;
}

.footer {
  height: auto;
}

.mark {
  padding-top: 5px;
}

.social-channels {
  margin-top: 52px;
}

.form-control {
  display: block;
  height: 30px;
  margin-left: 15px;
  border-radius: 0;
  border: none;
  width: 100%;
}

#searchsubmit {
  margin-top: 18px;
  height: 30px;
}

.form-group label {
  margin-left: 20px;
  color: #595c5f;
  font-size: 14px;
  margin-top: 12px;
}

.search {
  background-color: #fff;
  background-image: url(img-uni/icn-search2.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.search:focus {
  background-image: none;
}

.panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-default > .panel-heading {
  background: url(img-uni/panel-bg2.png);
  height: 60px;
  border-radius: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group.xopen .panel {
  background-color: #dee4e6;
  margin-bottom: 15px;
  min-height: 150px;
}

.panel-group.xopen .panel-heading {
  padding-top: 10px;
}

.panel-heading {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 25px;
}

.panel-heading#sel {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 25px;
}

.panel-heading h4 {
  font-size: 18px;
  color: #171818;
  padding-top: 7px;
  padding-bottom: 8px;
}

.panel-heading h5 {
  font-size: 14px;
  color: #171818;
  padding-top: 7px;
  padding-bottom: 8px;
}

.panel-body {
  padding: 20px 0 20px 0;
}

.panel-body p {
  font-size: 15px;
  color: #525252;
  line-height: 24px;
  margin-bottom: 15px;
}

#current-opportunities h5 {
  color: #525252;
  font-size: 15px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.panel-default > .panel-heading {
  width: 100%;
}

.btn {
  width: 240px;
}

.padding-adjust {
  padding-left: 20px;
}

@media screen and (min-width: 480px) {
  /* Dropdown menu*/
  .navbar-nav > li > a {
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 17px;
  }

  .navbar-nav > li.brd2 > a {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
  }

  .navbar-nav > li.brd2 > a:hover {
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
  }

  .navbar-nav > li > a:hover {
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 767px) {
  /* Responsive google maps*/
  .map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .btn {
    width: 190px;
  }

  .panel-heading {
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Responsive google maps*/
  .map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* end responsive google maps*/
  .margin-text {
    margin-top: 0;
  }

  .btn {
    width: 170px;
  }

  .icon-btn {
    width: 100%;
  }

  .panel-group {
    margin-left: 0;
  }

  #selected_publication {
    padding-left: 30px;
  }

  .panel-heading {
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .margin-text {
    margin-top: 0;
  }

  /* Responsive google maps*/
  .map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* end responsive google maps*/
  .main-bg-h .container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-header {
    padding-left: 0;
    padding-bottom: 40px;
  }

  .white a,
p {
    font-size: 14px;
  }

  .main-menu {
    height: 66px;
    padding-top: 16px;
  }

  .main-menu a {
    font-size: 13px;
  }

  h3 {
    font-size: 28px;
  }

  h2 {
    font-size: 30px;
  }

  .btn {
    width: 225px;
  }

  .mark {
    padding-top: 5px;
  }

  .panel-group {
    margin-left: 0;
  }

  #selected_publication {
    padding-left: 30px;
  }

  .panel-heading {
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* Responsive google maps*/
  .map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .map-container iframe,
.map-container object,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* end responsive google maps*/
  .sec-lvl-leads {
    padding-left: 0;
  }

  .main-bg-h .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-product-box-3 {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .home-header {
    font-size: 52px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .white a,
p {
    font-size: 16px;
    line-height: 25px;
  }

  .main-menu {
    height: 96px;
    padding-top: 40px;
  }

  .main-menu a {
    font-size: 15px !important;
    padding-left: 15px !important;
    padding-right: 14px !important;
  }

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    padding-left: 0;
  }

  .mark {
    padding-top: 5px;
  }

  .mark p {
    font-size: 14px;
    color: #787c81;
  }

  .btn {
    width: 270px;
  }

  #selected_publication {
    padding-left: 30px;
  }

  .panel-heading#sel {
    padding-top: 10px;
    padding-left: 30px;
  }

  .panel-heading {
    padding-top: 15px;
    padding-left: 30px;
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
}

.fade-out {
  opacity: 0;
  animation-name: fadeOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*End*/
/* ---------------------------------------------------------------------------------------------------*/
/* RENOVATION classes */
/* Use variables for repeating properties.
Use values for IE compatibility. */
:root {
  --main-font-family: "Montserrat", sans-serif;
  --main-title-color: #263238;
  --main-text-color: #37474f;
  --main-background: #eceff1;
  --main-magenta: #ec008c;
}

body {
  font-family: "Montserrat", sans-serif;
  /* backup for IE */
  font-family: var(--main-font-family);
  color: #37474f;
  color: var(--main-text-color);
}

/** Bootstrap additional style */
@media screen and (min-width: 1200px) and (max-width: 1230px) {
  .container {
    width: 1150px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1022px) {
  .container {
    width: 950px;
  }
}
/** qTranslate style */
.qtranxs-available-languages-message {
  /* Hide not available message */
  background-color: #eceff1;
  padding: 20px;
  display: none;
}

/** ---------------- */
/** Common style */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 32px;
  color: #37474f;
  padding-inline-start: 0;
}

ul p {
  margin-bottom: 0;
}

li::before {
  content: "";
  height: 6px;
  width: 6px;
  margin: 0 14px 3px 2px;
  background-color: #263238;
  display: inline-block;
  line-height: 4px;
}

li {
  font-size: 16px;
  line-height: 32px;
  color: var(--main-text-color);
  padding-left: 20px;
  list-style: none;
  text-indent: -22px;
}

ul.gapped li {
  margin-bottom: 20px;
}

ul li ul {
  margin: 5px auto auto 15px;
}

ul li ul li::before {
  border: 1px solid #263238;
  background-color: white;
  display: inline-block;
  line-height: 4px;
}

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-family: var(--main-font-family);
  color: var(--main-text-color);
}

h1,
h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
  color: var(--main-title-color);
  font-family: inherit;
  margin-top: 0;
}

/* For referencing sections - having navigation height in mind */
h2:target::before {
  display: block;
  content: " ";
  margin-top: -90px;
  height: 90px;
  visibility: hidden;
  pointer-events: none;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: var(--main-title-color);
  font-family: inherit;
  margin-bottom: 15px;
}

h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: normal;
  color: var(--main-title-color);
  font-family: inherit;
}

@media (max-width: 767px) {
  h1,
h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }
}
/* For referencing sections - having navigation height in mind */
h4:target::before {
  display: block;
  content: " ";
  margin-top: -190px;
  height: 190px;
  visibility: hidden;
  pointer-events: none;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  color: var(--main-title-color);
  font-family: inherit;
}

hr {
  border-top: 1px solid #b0bec5;
  opacity: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eceff1;
}

tbody tr:nth-child(odd) {
  background-color: #eceff1;
}

td {
  padding: 8px 12px;
}

.transparent-text {
  opacity: 0.75 !important;
}

.white-text {
  color: white !important;
}

.white-text:hover {
  color: white !important;
}

.section-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  /* backup for IE */
  font-family: var(--main-font-family);
}

.small-title {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
}

.image-caption {
  color: #90a4ae;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.x-button,
.x-button-light,
.x-button-transparent {
  padding: 15px;
  margin: 10px 0;
  display: inline-block;
  width: 270px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-size: 100% 200%;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.x-button {
  color: white;
  background-image: linear-gradient(to top, #ca0078 50%, #ec008c 50%);
}

.x-button-light {
  background-color: white;
  background-image: linear-gradient(to top, #eceff1bf 50%, white 50%);
  color: #ec008c;
  color: var(--main-magenta);
  border: 1px solid #b0bec5;
}

.x-button-transparent,
.x-button-transparent:focus {
  width: 170px;
  background: transparent;
  border: 1px solid white;
  border-radius: 0;
  color: white;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.x-button:hover,
.x-button-light:hover,
.x-button-transparent:hover {
  background-position: 0 100%;
  transition: 0.3s all ease;
}

a.x-button {
  color: white;
}

a.x-button:hover {
  color: white !important;
}

.x-button-transparent:hover {
  background: white;
  color: var(--main-text-color);
}

a.x-button-light {
  color: #ec008c;
  color: var(--main-magenta);
}

a.x-button-light:hover {
  color: #ec008c !important;
  color: var(--main-magenta) !important;
}

.x-color {
  color: #ec008c !important;
  color: var(--main-magenta) !important;
}

.x-text {
  font-size: 21px;
  line-height: 32px;
  color: #37474f;
  color: var(--main-text-color);
  max-width: 770px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .x-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-center .x-text,
.text-center.x-text {
  margin: 24px auto;
}

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

.x-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1570px;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.tabs .tab-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #eceff1;
  cursor: pointer;
}

.tabs .tab-switch.active {
  background-color: #263238;
  background-color: var(--main-title-color);
}

.max-height {
  height: 100%;
  height: -webkit-fill-available;
}

.research-quotes-sec {
  background-color: #eceff1;
  position: relative;
}
.research-quotes-sec .slide {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  cursor: pointer;
  z-index: 1;
}
.research-quotes-sec #slide-left {
  left: 0;
}
.research-quotes-sec #slide-right {
  right: 0;
}
.research-quotes-sec .testimonial-box {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  align-items: center;
}
.research-quotes-sec .testimonial-box .item {
  position: absolute;
  left: 100%;
  display: flex;
  width: 100%;
  height: auto;
  padding: 90px 0 60px;
  transition: all 1s ease;
}
.research-quotes-sec .testimonial-box .item.active {
  left: 0;
  transition: all 1s ease;
}
.research-quotes-sec .testimonial-box .testmonial-logo {
  margin: 0 auto;
}
.research-quotes-sec .testimonial-box .testmonial-logo img {
  margin: 20px auto;
}
.research-quotes-sec .testimonial-box .testimonial-text {
  max-width: 670px;
  margin: auto;
  padding: 0 15px;
}
.research-quotes-sec .testimonial-box .testimonial-text p {
  font-size: 16px;
  line-height: 25px;
}
.research-quotes-sec .testimonial-box .quote-author {
  display: flex;
  margin-top: 35px;
}
.research-quotes-sec .testimonial-box hr {
  border-top: 1px solid #37474f;
  display: inline;
  position: relative;
  top: 11px;
  width: 36px;
  margin: 0 16px 0 0;
}
.research-quotes-sec .tabs {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.research-quotes-sec .tabs .tab-switch {
  background-color: #b0bec5;
}
.research-quotes-sec .tabs .tab-switch.active {
  background-color: #546e7a;
}
.research-quotes-sec .slide {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eceff1;
  cursor: pointer;
  z-index: 1;
}
.research-quotes-sec .slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
  pointer-events: none;
}
.research-quotes-sec #slide-left {
  left: 0;
}
.research-quotes-sec #slide-right {
  right: 0;
}
.research-quotes-sec #slide-left::after {
  color: #ec008c;
  background-image: url("/images/img-uni/ic_arrow_left.svg");
  background-position: center center;
  transition: 0.3s all ease;
}
.research-quotes-sec #slide-right::after {
  color: #ec008c;
  background-image: url("/images/img-uni/ic_arrow_right.svg");
}
.research-quotes-sec #slide-left:hover::after {
  left: -12px;
  transition: 0.3s all ease;
}
.research-quotes-sec #slide-right:hover::after {
  left: -12px;
  background-position: center right;
  transition: 0.3s all ease;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-box {
    min-height: 670px !important;
  }
}
@media (max-width: 991px) {
  .research-quotes-sec .slide {
    display: none;
  }

  .testimonial-box .item {
    display: block !important;
  }

  .testimonial-box .testmonial-logo {
    margin: auto !important;
    max-width: 670px;
    padding: 0 15px;
  }

  .testimonial-box .testmonial-logo img {
    margin: 20px 0;
  }

  .testimonial-box #row2 {
    padding: 60px 0;
  }

  .testimonial-box #row4 {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {
  .testimonial-box {
    min-height: 770px;
  }
}
@media (max-width: 480px) {
  .testimonial-box {
    min-height: 670px;
  }

  .testimonial-box #row4 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-box h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-box #row4 {
    padding: 40px 0;
  }

  .testimonial-box {
    min-height: 720px !important;
  }
}
.form-switch {
  padding-left: 20px;
  display: inline-block;
}
.form-switch .form-check-input {
  margin-left: 0;
  width: 49px;
  height: 22px;
  background-image: url("../../images/icons/switch-circle.svg");
  background-color: #ECEFF1;
  border: none;
}
.form-switch .form-check-input:checked {
  background-color: #ec008c;
  border: none;
  background-image: url("../../images/icons/switch-circle.svg") !important;
}
.form-switch .form-check-input:disabled {
  background-color: #FCE3EA;
}
.form-switch .form-check-input:focus {
  border: none;
  box-shadow: none;
  background-image: url("../../images/icons/switch-circle-focus.svg");
}
.form-switch .form-check-label {
  padding-left: 6px;
  color: #37474f;
  font-size: 16px;
  line-height: 25px;
}

.mgt-30 {
  margin-top: 30px;
}

.lang-item a {
  color: #FFFFFF;
}
.lang-item.active a, .lang-item.active a:hover {
  color: #263237 !important;
}

.x-header {
  background-color: white;
}
.x-header .x-nav {
  height: 90px;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .x-header .x-nav {
    height: 64px;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 20px 20px 15px;
  }
}
.x-header .x-nav .row {
  justify-content: space-between;
}
.x-header .x-nav .logo-wrap {
  max-width: 159px;
  max-height: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-header .x-nav .logo-wrap {
    max-width: 106px;
    max-height: 24px;
  }
}
.x-header .x-nav .logo-wrap .logo {
  max-width: auto;
  height: 100%;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .x-header .x-nav .logo-wrap .logo {
    width: 106px;
    height: 24px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .x-header .x-nav .nav-menu {
    position: absolute;
    right: 0;
    top: 62px;
    transition: 0.4s all ease;
    background: white;
    padding-left: 0;
    padding-right: 15px;
  }
}
.x-header .x-nav .nav-menu .navbar-nav {
  flex-direction: row !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .x-header .x-nav .nav-menu .navbar-nav {
    flex-direction: column !important;
    background-color: white;
    width: 100vw;
    transition: 0.4s all ease;
    transform-origin: top;
    height: 202px;
    overflow: hidden;
  }
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el {
  margin-left: 20px;
  display: inline;
  width: max-content;
  border-bottom: none;
  padding: 0;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  text-indent: 0;
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el::before {
  content: none;
}
@media (max-width: 991px) {
  .x-header .x-nav .nav-menu .navbar-nav .nav-el {
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .x-header .x-nav .nav-menu .navbar-nav .nav-el {
    padding-right: 0;
    padding-left: 0;
    width: 98%;
  }
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el .active {
  color: #ec008c !important;
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link {
  font-size: 16px;
  color: #263238;
  line-height: 36px;
  text-decoration: none;
  padding: 0;
  display: inline-block;
  padding-right: 0;
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link:hover {
  color: #ec008c;
  text-decoration: none;
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link:focus {
  color: #ec008c;
}
.x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link:active {
  color: #ec008c;
}
@media (max-width: 991px) {
  .x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link {
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: end;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-header .x-nav .nav-menu .navbar-nav .nav-el .nav-link {
    font-size: 16px;
    line-height: 32px;
    width: inherit;
  }
}

.x-nav-btn {
  display: none;
  width: 1001%;
}
@media (max-width: 767px) {
  .x-nav-btn {
    display: block;
    text-align: end;
    position: absolute;
    right: 10px;
    width: 30%;
    top: 18px;
  }
}

@media (max-width: 767px) {
  .hide {
    height: 0 !important;
    overflow: hidden;
    transition: 0.4s all ease;
  }
}

#header-space {
  height: 90px;
}
@media (max-width: 767px) {
  #header-space {
    height: 64px;
  }
}

.footer {
  background-color: #263238;
  transition: ease padding-bottom 0.3s;
  padding: 60px 0 45px;
}
@media (max-width: 767px) {
  .footer .container {
    max-width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .container .footer-content {
  margin: 0 auto;
}
.footer .container .footer-content .row {
  color: white;
}
.footer .container .footer-content .row a:hover {
  color: white;
  transition: color 0.2s ease;
}
@media (max-width: 576px) {
  .footer .container .footer-content .row .padding-right-col {
    padding-right: 5px !important;
  }
}
@media (max-width: 576px) {
  .footer .container .footer-content .row .padding-left-col {
    padding-left: 10px !important;
  }
}
.footer .container .footer-content .row .footer-col {
  min-height: 230px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .footer .container .footer-content .row .footer-col {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
}
.footer .container .footer-content .row .footer-col .footer-title {
  color: #ffffffbf;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 40px 0 16px;
}
@media (max-width: 767px) {
  .footer .container .footer-content .row .footer-col .footer-title {
    margin-bottom: 10px;
  }
}
.footer .container .footer-content .row .footer-col .footer-title a {
  color: inherit;
  text-decoration: none;
}
.footer .container .footer-content .row .footer-col .footer-title a:hover {
  color: white;
  transition: color 0.2s ease;
}
.footer .container .footer-content .row .footer-col .footer-links div {
  padding-bottom: 8px;
}
.footer .container .footer-content .row .footer-col .footer-links div a {
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-decoration: none;
}
.footer .container .footer-content .row .footer-col .footer-links div a:hover {
  color: #ec008c !important;
  transition: color 0.2s ease;
}
.footer .container .footer-content .row .footer-col .footer-links .pdb-0 {
  padding-bottom: 0;
}
.footer .container .footer-content .row .footer-col-contact .footer-title {
  color: #ffffffbf;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 40px 0 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .container .footer-content .row .footer-col-contact .footer-title {
    text-align: center;
  }
}
.footer .container .footer-content .row .footer-col-contact .footer-title a {
  color: inherit;
  text-decoration: none;
}
.footer .container .footer-content .row .footer-col-contact .footer-title a:hover {
  color: white;
  transition: color 0.2s ease;
}
.footer .container .footer-content .footer-social {
  margin-top: 20px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer .container .footer-content .footer-social {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-social {
    display: block;
  }
}
@media (max-width: 576px) {
  .footer .container .footer-content .footer-social {
    padding-right: 0;
  }
}
.footer .container .footer-content .footer-social .social-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 20px 25px 15px;
}
@media (max-width: 991px) {
  .footer .container .footer-content .footer-social .social-title {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-social .social-title {
    margin: 25px;
  }
}
.footer .container .footer-content .footer-social .icons {
  margin: -6px 10px 0 20px;
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-social .icons {
    margin: 15px auto 20px;
  }
}
.footer .container .footer-content .footer-social .icons a {
  margin-right: 15px;
  text-decoration: none;
}
.footer .container .footer-content .footer-social .icons #social-fb {
  width: 13px;
  height: 24px;
  content: url("../../images/icons/XLAB-Facebook-profile.png");
}
.footer .container .footer-content .footer-social .icons #social-fb:hover {
  content: url("../../images/icons/XLAB-Facebook-profile-hover.png");
}
.footer .container .footer-content .footer-social .icons #social-tw {
  width: 24px;
  height: 20px;
  content: url("../../images/icons/XLAB-Twitter-profile.png");
}
.footer .container .footer-content .footer-social .icons #social-tw:hover {
  content: url("../../images/icons/XLAB-Twitter-profile-hover.png");
}
.footer .container .footer-content .footer-social .icons #social-ln {
  width: 24px;
  height: 23px;
  content: url("../../images/icons/XLAB-LinkedIn-profile.png");
}
.footer .container .footer-content .footer-social .icons #social-ln:hover {
  content: url("../../images/icons/XLAB-LinkedIn-profile-hover.png");
}
.footer .container .footer-content .footer-social .icons #social-yt {
  width: 24px;
  height: 17px;
  content: url("../../images/icons/XLAB-YouTube-profile.png");
}
.footer .container .footer-content .footer-social .icons #social-yt:hover {
  content: url("../../images/icons/XLAB-YouTube-profile-hover.png");
}
.footer .container .footer-content .footer-social .icons #social-gh {
  width: 24px;
  height: 23px;
  content: url("../../images/icons/XLAB-GitHub-profile.png");
}
.footer .container .footer-content .footer-social .icons #social-gh:hover {
  content: url("../../images/icons/XLAB-GitHub-profile-hover.png");
}
.footer .container .footer-content .footer-divider {
  border-top: 1px solid #455a64;
  margin: 20px 0;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-divider {
    margin: 20px;
  }
}
.footer .container .footer-content .footer-bottom {
  margin: 25px 0 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-bottom {
    margin-top: 40px;
  }
}
.footer .container .footer-content .footer-bottom .footer-copyright {
  color: #ffffffbf;
  font-size: 14px;
  line-height: 24px;
  width: auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-bottom .footer-copyright {
    margin: 0 auto 20px;
    padding-right: 0;
    display: block;
  }
}
.footer .container .footer-content .footer-bottom .footer-legal {
  display: inline-block;
  color: white;
  font-size: 14px;
  line-height: 24px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .footer .container .footer-content .footer-bottom .footer-legal {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
    padding-top: 30px;
  }
}
.footer .footer-col-contact {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .footer .footer-col-contact {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-col-contact {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
.footer .footer-col-contact .contact-divider {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-col-contact .contact-divider {
    margin: 30px -30px 20px;
    border-top: 1px solid #455a64;
    display: block;
    background: transparent;
    opacity: 1 !important;
  }
}
@media (max-width: 576px) {
  .footer .footer-col-contact .contact-divider {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-col-contact .footer-title {
    text-align: center;
  }
}
.footer .footer-col-contact .footer-address {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #ffffffbf;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .footer-col-contact .footer-address {
    text-align: center;
  }
}
.footer .footer-col-contact .footer-contact {
  font-size: 16px;
  line-height: 30px;
  color: white;
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .footer-col-contact .footer-contact {
    text-align: center;
  }
}

.contact-link {
  color: white;
  transition: color 0.2s ease;
}
.contact-link:hover {
  color: #ec008c !important;
  transition: color 0.2s ease;
}

.Manage-cookies-link {
  color: white;
  transition: color 0.2s ease;
  cursor: pointer;
}
.Manage-cookies-link:hover {
  color: #ec008c !important;
  transition: color 0.2s ease;
}

.lang-element {
  width: fit-content;
  width: -moz-fit-content;
  text-align: end;
  padding-right: 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .lang-element {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
    text-align: end;
  }
}
@media (max-width: 767px) {
  .lang-element {
    text-align: center !important;
    float: none;
    color: white;
    margin: 30px auto;
  }
}

.lang-element-sl {
  margin-left: auto;
  padding-top: 16px;
}
@media (max-width: 1199px) {
  .lang-element-sl {
    padding-top: 0;
  }
}

.lang-item {
  padding: 3px 4px;
  margin-left: 5px;
}
.lang-item:hover {
  cursor: pointer;
  background-color: #455a6466;
  color: white;
}

.lang-item.active {
  color: #263237;
  background-color: white;
  font-weight: 700;
}

.text-90A4AE {
  color: #90a4ae !important;
}

@media (max-width: 350px) {
  .footer-col {
    min-height: 255px;
  }
}
@media (min-width: 992px) {
  .slo-resources-padding {
    padding-left: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .lang-element-sl {
    padding-top: 0;
    width: max-content;
    margin-top: 0;
  }
}
/********** Cookie notice ***********/
#cookie-consent {
  position: fixed;
  bottom: 40px;
  width: 100%;
  left: 0;
  min-height: 65px;
  z-index: 9999;
}

#cookie-consent.hidden-notice {
  width: 0;
  left: 5%;
}

#cookie-consent .container-fluid {
  width: 90%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#cookie-marker {
  float: left;
  margin-left: -30px;
  margin-top: -5px;
  position: fixed;
  z-index: 999;
}

#cookie-marker img {
  width: 70px;
}

#cookie-consent p {
  color: white;
  font-size: 12px;
  padding: 23px 15px 23px 80px;
  background-color: #25282a;
  margin-bottom: 0;
}

#cookie-consent p a {
  color: #16adb8;
  font-weight: 500;
}

#cookie-notice fieldset p {
  padding-top: 0;
}

#cookie-notice .manage-cookies-text {
  font-weight: 700;
  cursor: pointer;
}
#cookie-notice .manage-cookies-text:hover {
  text-decoration: underline;
}

#cookie-notice fieldset {
  margin-top: 10px;
}

#cookie-notice fieldset legend {
  color: #ffffff;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  background: #25282a;
  padding-left: 80px;
}

#cookie-notice fieldset label {
  margin-bottom: 0;
  font-weight: 500;
  vertical-align: text-bottom;
}

#cookie-notice fieldset input {
  margin-right: 5px;
  margin-top: 5px;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

#cookie-notice {
  width: 430px;
  padding: 30px;
  position: fixed;
  align-items: flex-end;
  bottom: 0;
  margin: 10px;
  left: 30px;
  background-color: #ec008c;
  background-color: var(--main-magenta);
  color: white;
  max-width: 1070px;
  z-index: 10002;
  margin-bottom: 50px;
}

#cookie-notice .cookie-content {
  flex: 1;
  flex-wrap: wrap;
}

#cookie-notice p {
  color: white;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

#cookie-notice .cookie-title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

#cookie-notice a {
  color: #ecf1f1;
  font-weight: 700;
  cursor: pointer;
}

#cookie-notice a:hover {
  color: white;
  text-decoration: underline;
}

#cookies-close {
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  background-color: white;
  color: black;
  cursor: pointer;
  float: right;
  border: none;
  width: 170px !important;
  height: 48px !important;
}

.cookies-bottom {
  margin-top: 30px;
}

#cookie-settings {
  display: none;
}

@media (max-width: 992px) {
  #cookie-notice {
    margin: 0 0 10px;
  }

  #cookies-close {
    float: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #cookie-notice {
    margin: 10px;
    left: 0;
    transform: none;
  }
}
.manage-cookies {
  font-weight: 700;
  cursor: pointer;
}
.manage-cookies:hover {
  text-decoration: underline;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/********** Manage Cookies modal ***********/
.modal-dialog {
  max-width: 970px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-dialog .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  min-width: 100%;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.modal-dialog .modal-content .modal-header .modal-close-btn {
  border: none;
  background: none;
  z-index: 9999;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body {
  padding: 80px 60px 50px 60px;
}
.modal-dialog .modal-content .modal-body .custom-row {
  margin: 30px 0 0;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch {
  padding-left: 20px;
  display: inline-block;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch .form-check-label {
  padding-left: 10px !important;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch .form-check-input {
  margin-left: 0;
  width: 49px;
  height: 22px;
  background-image: url(../../images/icons/switch-circle.svg);
  background-color: #ECEFF1;
  border: none;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch .form-check-input:disabled {
  background-color: #FCE3EA !important;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch .form-check-input:checked {
  background-color: #ec008c;
  border: none;
  background-image: url(../../images/icons/switch-circle.svg) !important;
}
.modal-dialog .modal-content .modal-body .custom-row .form-switch .form-check-input:focus {
  border: none;
  box-shadow: none;
  background-image: url(../../images/icons/switch-circle.svg);
}
.modal-dialog .modal-content .modal-body .custom-row .cookies-modal-link {
  color: #ec008c !important;
  margin-top: 6px;
}
.modal-dialog .modal-content .modal-body .custom-row .cookie-disclaimer {
  color: black !important;
}
.modal-dialog .modal-content .modal-body .custom-row .buttons #cookieSaveButton.x-button-light {
  color: black;
}
@media (max-width: 576px) {
  .modal-dialog .modal-content .modal-body .custom-row .buttons button {
    width: 200px;
  }
}

/*# sourceMappingURL=common.css.map */
