.header {
  background-color: #fff;
  position: relative;
}
.header .navbar-collapse {
  padding: 0;
}
.header .topbar {
  background-color: #f3f6f9;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  text-align: center;
}
.header .top-contact li {
  display: inline-block;
  margin-right: 25px;
  color: #2C2D3F;
}
.header .top-contact li:last-child {
  margin-right: 0;
}
.header .top-contact li a {
  font-size: 14px;
}
.header .top-contact li a:hover {
  color: #0093dd;
}
.header .top-contact li i {
  color: #0093dd;
  margin-right: 8px;
}
.header .hamburger-menu {
  display: none;
}
.header .header-inner {
  background: #fff;
  z-index: 999;
  width: 100%;
  min-height: 74px;
}
.header .header-inner .navbar-nav {
  flex-direction: row;
}
.header .header-inner .navbar-nav > li {
  margin-right: 15px;
  position: relative;
}
.header .header-inner .navbar-nav > li:last-child {
  margin: 0;
}
.header .header-inner .navbar-nav > li > a {
  color: #2C2D3F;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 12px;
  position: relative;
  display: inline-block;
}
.header .header-inner .navbar-nav > li > a.active {
  color: #0093dd;
}
.header .header-inner .navbar-nav > li > a.active:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header .header-inner .navbar-nav > li > a:hover {
  color: #0093dd;
}
.header .header-inner .navbar-nav > li > a:hover:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.header .header-inner .navbar-nav > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #0093dd;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .logo {
  position: relative;
}
.header .logo img {
  position: absolute;
  bottom: -67px;
  left: 0;
  z-index: 5;
  transition: all 0.5s;
}
.header.sticky .header-inner {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: fadeInDown 0.5s both 0.1s;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3294117647);
}
.header.sticky .header-inner .logo img {
  width: 117px;
}

section {
  padding: 100px 0;
}
section ol {
  font-size: 1.1rem;
}
section ol > li {
  position: relative;
  font-size: 1rem;
  padding: 7px 0;
  padding-left: 20px;
}
section ul {
  font-size: 1.1rem;
}
section ul > li {
  position: relative;
  font-size: 1rem;
  padding: 7px 0 7px 25px;
}
section ul > li:before {
  position: absolute;
  font-family: "BioChem" !important;
  top: 4px;
  left: 0;
}
section ul.Features-list > li:before {
  content: "\f0da";
  background: #0093dd;
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  padding-left: 2px;
  top: 12px;
}
section ul.generic-list > li:before {
  content: "\f138";
  font-size: 14px;
  color: #0093dd;
  top: 8px;
}
section.graybg {
  background: #f9f9f9;
}

section#Home {
  min-height: 600px;
  position: relative;
  padding: 0;
}
section#Home .HomeContent {
  top: 65px;
  position: absolute;
  left: 0;
  z-index: 100;
  width: 1320px;
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  border-radius: 10px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
section#Home .HomeContent > p {
  font-size: 1.2rem;
  line-height: 2.33rem;
  color: #000;
}
section#Home .HomeContent > p > span {
  color: #0093dd;
  font-weight: 700;
}

.notifications {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.notifications span.ripplecircle {
  background: #0093dd;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 24px;
  position: relative;
  z-index: 5;
}
.notifications span.ripplecircle span.icon-bell-o {
  color: white;
}
.notifications span.ripplecircle:before, .notifications span.ripplecircle:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px rgba(0, 147, 221, 0.61);
  border-radius: 50%;
}
.notifications span.ripplecircle:before {
  animation: ripple 2s linear infinite;
}
.notifications span.ripplecircle:after {
  animation: ripple 2s 1s linear infinite;
}
@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

.animated-header {
  position: relative;
}
.animated-header > h1.main-header {
  color: #2C2D3F;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 42px;
  margin-bottom: 1.2rem;
  padding-bottom: 3px;
}
.animated-header > .underline {
  height: 3px;
  background: #0093dd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 175px;
}

section#Directors ul.qualifications {
  margin: 15px 0;
}
section#Directors ul.qualifications > li {
  position: relative;
  font-size: 1rem;
  padding: 7px 0;
  padding-left: 20px;
  font-weight: 600;
  color: #666666;
}
section#Directors ul.qualifications > li:before {
  content: "\f0da";
}
section#Directors a.hyperlinked {
  color: #0093dd;
  font-weight: 700;
  padding-left: 22px;
}
section#Directors .founder-photo {
  width: 260px;
  height: 260px;
  border: 12px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#ffffff)";
  /*IE 8*/
  -moz-box-shadow: 0 0 0 10px #ffffff inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 0 10px #ffffff inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 0 10px #ffffff inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#ffffff);
  /*IE 5.5-7*/
}
section#Directors .founder-photo > img {
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
}
section#Directors h3.main-header {
  font-weight: 700;
  color: #0093dd;
}

section#Objectives .animated-header > .underline {
  background: white;
}
section#Objectives.call-action {
  background-image: url("../../content/media/call-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
section#Objectives.call-action ol > li {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
section#Objectives.call-action h1.main-header {
  color: white;
}
section#Objectives.call-action ol {
  color: white;
}

section#Features .card {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  border-radius: 0;
  cursor: url("../../content/media/pipette.png"), pointer;
}
section#Features .card:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
section#Features .card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #0093dd;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section#Features .card > .card-header {
  background: transparent;
  font-size: 21px;
  color: #2c2d3f;
  padding: 20px 10px;
  font-weight: 700;
}

.modal-content ul.generic-list {
  padding-left: 40px;
  list-style-type: disc;
}
.modal-content ul.generic-list > li {
  list-style-type: disc;
  line-height: 24px;
}

.floating-hex {
  transition: all 0.4s ease-in-out;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatex(0px);
  }
}

section#Services .Services-card {
  padding: 25px;
  border: 1px solid #cecece;
  background: white;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 500px;
}
section#Services .Services-card > .Services-heading {
  padding: 10px 20px;
  color: white;
  background: #0093dd;
  border-radius: 4px;
}
section#Services .Services-card p {
  margin: 1rem 0;
}
section#Services #ServicesCarousel {
  position: relative;
}
section#Services #ServicesCarousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#Services #ServicesCarousel .owl-nav button {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 118, 209, 0.5);
  color: white;
}
section#Services #ServicesCarousel .owl-nav button.owl-prev {
  margin-left: -36px;
}
section#Services #ServicesCarousel .owl-nav button.owl-next {
  margin-right: -36px;
}
section#Services #ServicesCarousel .owl-nav button:hover {
  background: #0093dd;
}
section#Services #ServicesCarousel .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#Services #ServicesCarousel .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(155, 155, 155, 0.5);
  color: white;
  margin: 5px;
}
section#Services #ServicesCarousel .owl-dots button:hover {
  background: #333333;
}

section#ContactUS {
  background: #0093dd;
}
section#ContactUS p, section#ContactUS h4 {
  color: white;
}
section#ContactUS .animated-header > h1.main-header {
  color: white;
}

@media only screen and (max-width: 600px) {
  section#Services .Services-card {
    width: 100%;
  }
  section#Home {
    min-height: 600px;
    position: relative;
    padding: 0;
  }
  section#Home .HomeContent {
    top: 0;
    position: relative;
    left: 0;
    z-index: 1;
    width: auto;
    padding: 15px;
  }
  section#Home .HomeContent > p {
    font-size: 1.2rem;
    line-height: 2.33rem;
    color: #000;
  }
  section#Home .HomeContent > p > span {
    color: #0093dd;
    font-weight: 700;
  }
  .logo-holder {
    order: 0;
    text-align: center;
  }
  .menu-holder {
    order: 1;
  }
  .header {
    background-color: #fff;
    position: relative;
  }
  .header .hamburger-menu {
    float: right;
    display: inline-block;
    font-size: 24px;
    width: 36px;
    height: 36px;
    background: #0093dd;
    margin-top: 15px;
    text-align: center;
    line-height: 36px;
    color: white;
  }
  .header .navbar-collapse {
    padding: 0;
  }
  .header .topbar {
    background-color: #f3f6f9;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
  }
  .header .topbar .top-contact {
    text-align: right;
  }
  .header .topbar .top-contact li {
    display: inline-block;
    margin-right: 0;
    color: #2C2D3F;
  }
  .header .topbar .top-contact li:last-child {
    margin-right: 0;
  }
  .header .topbar .top-contact li a {
    font-size: 14px;
  }
  .header .topbar .top-contact li a:hover {
    color: #0093dd;
  }
  .header .topbar .top-contact li i {
    color: #0093dd;
    margin-right: 8px;
  }
  .header .header-inner {
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 5px 0;
  }
  .header .header-inner .mobile-menu.openmenu .navbar-nav {
    display: block;
  }
  .header .header-inner .mobile-menu .navbar-nav {
    display: none;
    z-index: 5;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100vw;
    top: 60px;
    right: calc(100% - 63px);
  }
  .header .header-inner .mobile-menu .navbar-nav:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #0093dd;
    border-width: 9px;
    margin-right: 0px;
  }
  .header .header-inner .mobile-menu .navbar-nav > li {
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 1px dotted #2C2D3F;
  }
  .header .header-inner .mobile-menu .navbar-nav > li:last-child {
    margin: 0;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a {
    color: #2C2D3F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 25px 12px;
    position: relative;
    display: block;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a.active {
    background: #0093dd;
    color: white;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a.active:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a:hover {
    color: #0093dd;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a:hover:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .header .header-inner .mobile-menu .navbar-nav > li > a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #0093dd;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header .logo {
    position: relative;
  }
  .header .logo img {
    position: relative;
    bottom: 0px;
    width: auto;
    max-height: 75px;
  }
  .header.sticky .header-inner {
    position: fixed;
    width: 100vw;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3294117647);
  }
  .header.sticky .header-inner .logo img {
    width: 117px;
  }
  #ServicesCarousel {
    position: relative;
  }
  #ServicesCarousel .owl-nav.owl-prev {
    margin-left: 0;
  }
  #ServicesCarousel .owl-nav.owl-next {
    margin-right: 0;
  }
}

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