body,
html {
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
}

@font-face {
  font-family: myFirstFont;
  src: url("../font/LeagueSpartan-Bold.otf");
}

.detail-title {
  font-family: myFirstFont;
  font-weight: normal;
}

p {
  font-size: 15px;
  font-weight: 300;
}

.text-decoration-none {
  text-decoration: none;
}

/*nav*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  background: transparent;
  color: #2196f3;
}

#myBtn:hover {
  cursor: pointer;
}

.border-nav {
  border: 1px solid #ececec;
  border-radius: 50px;
  padding: 5px;
}

.border-nav:hover {
  box-shadow: 1px 1px 4px 0px #aecbff;
}

.border-nav a {
  font-size: 12px;
}

.top {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.logo {
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .top {
    display: block;
  }
}

.navbar-top {
  flex-direction: row;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #34558b;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.information {
  font-size: 16px;
}

.text-athtotech {
  color: #34558b;
}

.nav-link {
  font-weight: 500;
}

/*slider*/
.first-font {
  font-family: myFirstFont;
  text-shadow: 2px 2px 5px #211f1f;
}

.text-shadow {
  text-shadow: 2px 2px 5px #211f1f;
}

.banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 80%;
}

.slider-one {
  background-image: url("../images/banner.jpg");
}

.slider-two {
  background-image: url("../images/banner-second.jpg");
}

.slider-three {
  background-image: url("../images/banner-three.jpg");
}

.slider-four {
  background-image: url("../images/banner-four.jpg");
}

.slider-five {
  background-image: url("../images/banner-five.jpg");
}

.slider-six {
  background-image: url("../images/banner-six.jpg");
}

.learn-more {
  font-size: 14px;
  padding-left: 10px;
  text-shadow: none;
}

.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 60px;
  left: 23px;
  z-index: 10;
  padding: 20px;
  color: #fff;
}

.carousel-caption-center {
  position: absolute;
  right: 0;
  bottom: 40%;
  left: 0;
  z-index: 10;
  padding: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .carousel-caption {
    position: absolute;
    right: 50px;
    bottom: 60px;
    left: 20px;
    z-index: 10;
    padding: 10px;
    text-align: left;
  }

  .carousel-caption-center {
    position: absolute;
    right: 0;
    bottom: 30%;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
  }
}

.carousel-indicators {
  justify-content: flex-start;
  left: 20px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/**category**/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #34558b;
}

.nav-link {
  color: #fff;
  font-size: 14px;
}

.nav-link:hover {
  color: #34558b;
}

.bg-image-category {
  background-image: url("../images/bg-category.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 450px) {
  .bg-image-category {
    height: 500px;
  }
}

.box-shadow:hover {
  box-shadow: 2px 6px 13px #5d749d;
}

/*slick*/
* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 30px auto;
}

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

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

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #34558b !important;
}

.avatar-img {
  border-radius: 50%;
}

figure {
  width: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  top: 40px;
  z-index: 99;
}

.bg-image-testimonial {
  background-image: url("../images/bg-testimonial.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.line-height-testmonials {
  line-height: 1.2em;
}

.card-testmonials {
  height: 18rem;
}

.card-footer {
  background-color: transparent;
}

.bg-gradient {
  background-image: linear-gradient(
    to right,
    rgba(217, 218, 245, 0),
    rgb(205, 221, 247)
  );
}

.btn-primary {
  background: #34558b;
}

.bg-primary {
  background-color: #34558b !important;
}

/**happening**/
figure.snip1321,
figure.snip1322 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}

figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.snip1322 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

figure.snip1322 img {
  width: 100%;
  vertical-align: top;
}

figure.snip1321 img {
  width: 100%;
  vertical-align: top;
}

figure.snip1322 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

figure.snip1322:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

figure.snip1322 a {
  left: 0;
  right: 0;
  top: 45px;
  bottom: 0;
  position: absolute;
  z-index: 1;
  font-size: 16px;
}

figure.snip1321 a {
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  position: absolute;
  z-index: 1;
  font-size: 16px;
}

figure.snip1322:hover figcaption,
figure.snip1322.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip1322:hover:after,
figure.snip1322.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

a.text-details {
  color: #212529;
  text-decoration: none;
  cursor: pointer;
}

a.text-details:hover {
  color: #34558b;
  cursor: pointer;
}

.banner-event {
  background-image: url("../images/banner-event.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.banner-event-title {
  position: absolute;
  top: 45%;
  left: 5%;
  color: #fff;
  font-size: 56px;
  line-height: 2rem;
}

.banner-event-title-main {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  font-size: 56px;
  line-height: 2rem;
}

@media screen and (max-width: 2560px) and (min-width: 1441px) {
  .banner-event-title {
    top: 35%;
  }
}

@media screen and (max-width: 1440px) {
  .banner-event-title {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }

  .banner-event-title-main {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (max-width: 1280px) {
  .banner-event-title {
    position: absolute;
    top: 43%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }

  .banner-event-title-main {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-event-title {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }

  .banner-event-title-main {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (max-width: 768px) {
  .banner-event-title {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }

  .banner-event-title-main {
    position: absolute;
    top: 30%;
    left: 5%;
    color: #fff;
    font-size: 56px;
  }
}

@media screen and (max-width: 425px) {
  .banner-event-title {
    position: absolute;
    top: 25%;
    left: 5%;
    color: #fff;
    font-size: 40px;
  }

  .banner-event-title-main {
    position: absolute;
    top: 25%;
    left: 5%;
    color: #fff;
    font-size: 40px;
  }

  .slider-six {
    background-position: 45%;
  }
}

.banner-category {
  background-image: url("../images/banner-category.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.banner-lkeda {
  background-image: url("../images/banner-lkeda-new.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.banner-category-regenerative {
  background-image: url("../images/banner-category-regenerative.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-position: center;
}

.banner-category-biologic {
  background-image: url("../images/banner-category-biologic.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.banner-category-career {
  background-image: url("../images/banner-brand.jpg");
  width: 100%;
  height: 350px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-position: center;
}

.banner-brand {
  width: 100%;
  height: 280px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.artelon {
  background-image: url("../images/banner-brand-artelon.jpg");
}

.parcus {
  background-image: url("../images/banner-brand-parcus.jpg");
}

.bioretec {
  background-image: url("../images/banner-brand-biotec.jpg");
}

.resorba {
  background-image: url("../images/banner-brand-resorba.jpg");
}

.bioventus {
  background-image: url("../images/banner-brand-bioventus.jpg");
}

.keeogo {
  background-image: url("../images/banner-brand-keeogo.jpg");
}

.endcoscop {
  background-image: url("../images/banner-brand-parcus.jpg");
}

.endo2 {
  background-image: url("../images/banner-brand-resorba.jpg");
}

.endo3 {
  background-image: url("../images/banner-brand-resorba.jpg");
}

/*added by adrian start*/
.banner-team {
  background-image: url("../images/banner-our-team.jpg");
  width: 100%;
  height: 280px;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-position: center;
}

.feature-box {
  max-height: 100px;
}

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

.blue-border {
  border: 5px solid #009dd6;
  border-radius: 50%;
}

.bg-image-testimonial-2 {
  background-image: url("../images/bg-testimonial.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.member-image-2 {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.member-thumbnail:hover .member-image-1 {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.member-thumbnail:hover .member-image-2 {
  opacity: 1;
  height: auto;
  overflow: unset;
}

@media only screen and (min-width: 992px) {
  .pointer-right:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px dotted #b7b7b7;
    left: 100%;
    width: 7vw;
    margin-top: 3em;
    z-index: 10;
  }

  .pointer-left:before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px dotted #b7b7b7;
    right: 100%;
    width: 7vw;
    margin-top: 3em;
    z-index: 10;
  }

  .keeogo-1 {
    margin-top: 3em;
  }

  .keeogo-2 {
    margin-top: 9em;
  }

  .keeogo-3 {
    margin-top: 3em;
  }

  .keeogo-4 {
    margin-top: 4em;
  }
}

@media only screen and (max-width: 991px) {
  .keeogo-1,
  .keeogo-2,
  .keeogo-3,
  .keeogo-4 {
    margin-bottom: 20px;
  }
}

/*added by adrian end*/

.text-list {
  font-size: small;
}

/**slider**/
.carousel-control-prev,
.carousel-control-next {
  z-index: 99;
}

.carousel-indicators {
  justify-content: center;
}

.carousel-indicators li {
  background-color: #cccccc;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/**ol list style**/
.demical {
  list-style-type: decimal;
  font-size: 14px;
}

/**text-banner-artelon**/
.text-artelon {
  position: absolute;
  top: 40%;
  width: 90%;
  left: 5%;
  color: #fff;
  align-items: center;
}

@media screen and (max-width: 2840px) and (min-width: 1441px) {
  .text-artelon {
    top: 33%;
  }
}

@media screen and (max-width: 1440px) {
  .text-artelon {
    top: 40%;
  }
}

@media screen and (max-width: 1280px) {
  .text-artelon {
    top: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .text-artelon {
    top: 35%;
  }
}

@media screen and (max-width: 768px) {
  .text-artelon {
    top: 27%;
  }
}

@media screen and (max-width: 425px) {
  .text-artelon {
    top: 19%;
  }
}

.text-artelon h1 {
  font-size: 56px;
  line-height: 2rem;
}

.tagline {
  font-size: 16px;
}

/**successful page**/
.bg-succesful {
  background-image: url("../images/bg-successful.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*Custom Styling for career listing*/
.btn-career,
.btn-career:hover,
.btn-career:focus,
.btn-career:not(:disabled):not(.disabled):active,
.btn-career:not(:disabled):not(.disabled):active:focus {
  background-color: rgba(0, 105, 217, 0);
  color: #212529;
  padding: 30px;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.career-learn-more {
  background-color: #0069d9;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-career {
    width: 100%;
  }
}
