html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* colours  */

:root {
  --primary: #1075b9;
  --secondary: #707070;
  --prim-font: #8d8d8d;
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

p {
  line-height: 1.7rem;
  font-size: 0.9rem;
  color: var(--prim-font);
}
a {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
}
h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: var(--secondary);
}
h2 span {
  font-size: 2.5rem;
  font-family: "Teko", sans-serif;
  color: var(--primary);
}

.cust-container {
  width: 100%;
  height: auto;
  padding: 0px 60px;
}
.navbar-brand img {
  width: 100%;
}
.menu-bx {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 9999;
  transition: 0.3s all ease-in-out;
}
.slider-sec {
  width: 100%;
  height: auto;
  position: relative;
}
.carousel-control-prev-icon {
  margin-left: -80px;
}
.carousel-control-next-icon {
  margin-right: -80px;
}
.slider-content {
  position: absolute;
  top: 45%;
  left: 7%;
  color: #fff;
}

.slider-content h2 {
  font-size: 2.8rem;
  margin-bottom: 0px;
  color: var(--secondary);
  line-height: 3.5rem;
}
.slider-content span {
  font-size: 3rem;
  color: var(--primary);
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

.slider-content p {
  font-size: 0.9rem;
  color: var(--prim-font);
  width: 45%;
  line-height: 1.5rem;
}
.carousel-item {
  position: relative;
}
.navbar-nav .nav-item {
  margin: 0px 5px;
}
.navbar-brand {
  width: 25%;
}
.navbar-nav .nav-item .nav-link {
  font-weight: 500;
  color: #000;
}
.navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
}

.about-sec {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url("../img/about-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.abt-slider-sec {
  position: relative;
}
.sub-tit {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  color: var(--secondary);
  letter-spacing: 0.04rem;
  font-size: 1.3rem;
}
.hex-immu-sec {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background-image: url("../img/hex-immunebg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hex-im-contbx {
  width: 100%;
  padding: 0px 70px 40px 70px;
}
.dev-tit {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-image: url("../img/dev-ther-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.dev-tit h2 {
  text-align: center;
  color: #fff;
}
.dev-tit h2 span {
  color: #3d9ddd;
}
.prod-pipeline {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.prod-pipeline h2 {
  text-align: center;
}
.prod-pipeline p {
  text-align: center;
  width: 60%;
  margin: 0px auto;
}
.pip-dig {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
.det-view {
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--primary);
  padding: 0.5rem 1.3rem;
  font-weight: 600;
  /* position: absolute;
  right: 7%;
  top: 41%;
  z-index: 99; */
}
.meet-team {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #f9f9fc;
  position: relative;
}
.meet-team h2 {
  text-align: center;
}
.meet-team p {
  width: 60%;
  text-align: center;
  margin: 0px auto;
}
.tab-content {
  padding-top: 35px;
}
.meet-teambx {
  width: 100%;
  text-align: center;
  padding: 50px 60px;
  border-right: 1px solid #f3f1f1;
}
.meet-teambx:last-child {
  border-right: 0px;
}

.meet-teambx .team-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.meet-teambx .team-title h4 {
  color: var(--primary);
  margin-bottom: 0px;
}
.team-sbtit {
  font-weight: 600;
}
.read-mr {
  font-weight: 500;
  color: var(--primary);
  margin-top: 15px;
  cursor: pointer;
  font-size: 1rem;
}
.team-imgbx {
  width: 60%;
  margin: 0px auto;
}
.team-detail {
  color: var(--prim-font);
  font-size: 0.9rem;
}
.team-imgbx img {
  width: 100%;
}
.owl-carousel-team {
  width: 100%;
  height: auto;
  padding: 0px 70px;
}
.nav-tabs .nav-link.active {
  color: var(--primary);
  font-weight: 600;
}
.nav-tabs .nav-link {
  color: var(--secondary);
  font-weight: 500;
}
.netwk-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.netwk-bg img {
  width: 100%;
}
.news-sec {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  position: relative;
}
.news-sec h2 {
  text-align: center;
}
.news-sec p {
  width: 60%;
  text-align: center;
  margin: 0px auto;
}
.news-imgbx {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.news-imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-tit {
  padding: 0.8rem;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
  color: var(--secondary);
  line-height: 1.5rem;
}
.footer-sec {
  width: 100%;
  min-height: 50px;
  padding: 5px 60px;
  background-color: #5e5e5e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-sec a {
  color: #fff;
}
.footer-menu ul {
  list-style: none;
  display: inline-flex;
  margin: 0px;
}
.footer-menu ul li {
  margin: 3px 8px;
}
.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}
.team-ovbx {
  width: 90%;
  height: 90vh;
  overflow-y: auto;
  background-color: #ffff;
  border-radius: 15px;
  padding: 1rem;
}
.team-ovbx-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.close-btn {
  cursor: pointer;
}
.close-btn i {
  font-size: 1.4rem;
}
.team-ovbx-cont {
  margin-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftovbx {
  width: 48%;
  margin-right: 2%;
}
.rightovbx {
  width: 50%;
}
.team-ovbx-img {
  width: 50%;
  margin: 8px auto;
}
.team-ovbx-img img {
  width: 100%;
}
.team-ovbx-tit {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
  margin-bottom: 0;
}
.rbr {
  border-right: 1px solid #f3f1f1;
}
.team-ovbx-subtit {
  text-align: center;
  font-weight: 600;
}
.inner-banner {
  width: 100%;
  min-height: 250px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-banner h3 {
  margin-top: 70px;
  color: #ffff;
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.inner-banner span {
  /* margin-bottom: 20px; */
  color: #fff;
}
.contbx-sec {
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.slider-img {
  border-radius: 15px;
  overflow: hidden;
}
.slider-itembx {
  position: relative;
}
.slider-tit {
  width: 100%;
  height: auto;
  padding: 8px 0px;
  text-align: center;
  font-family: "Teko", sans-serif;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(16, 117, 185, 0.8);
}
.owl-carousel .owl-item a {
  display: block !important;
  width: 100% !important;
}
.hex-im-contbx sup {
  font-size: 1rem;
  font-weight: 600;
}
.ctm {
  font-size: 0.7rem !important;
  font-weight: normal;
}
.key-feat {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.key-feat h2 {
  text-align: center;
}
.key-feat {
  position: relative;
}
.feat-left {
  position: absolute;
  left: 3%;
  top: 48%;
  z-index: 100;
  cursor: pointer;
}
.feat-right {
  position: absolute;
  right: 3%;
  top: 48%;
  z-index: 100;
  cursor: pointer;
}
.feat-left i,
.feat-right i {
  font-size: 2.5rem;
}
.abt-left {
  position: absolute;
  left: 46%;
  bottom: 0%;
  z-index: 100;
  cursor: pointer;
}
.abt-right {
  position: absolute;
  right: 46%;
  bottom: 0%;
  z-index: 100;
  cursor: pointer;
}
.abt-left i,
.abt-right i {
  font-size: 2.5rem;
}
.hex-left {
  position: absolute;
  left: 46%;
  bottom: -15%;
  z-index: 100;
  cursor: pointer;
}
.hex-right {
  position: absolute;
  right: 46%;
  bottom: -15%;
  z-index: 100;
  cursor: pointer;
}
.hex-left i,
.hex-right i {
  font-size: 2.5rem;
}
.pip-left {
  position: absolute;
  left: -2.5%;
  top: 48%;
  z-index: 100;
  cursor: pointer;
}
.pip-right {
  position: absolute;
  right: -2.5%;
  top: 48%;
  z-index: 100;
  cursor: pointer;
}
.pip-left i,
.pip-right i {
  font-size: 2.5rem;
}
.cmp-strat {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.cmp-strat h2 {
  text-align: center;
}
.str-icoimg {
  width: 50%;
  margin: 5px auto;
}
.str-icoimg img {
  width: 100%;
}
.str-tit {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--secondary);
}
.cmt {
  margin-top: 40px;
}
.news-bx {
  margin-bottom: 40px;
}
.news-sec h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  color: var(--secondary);
}
.collab {
  padding: 70px 0px;
  /* background-color: #F9F9FC; */
}
.collab h2,
.collab h3 {
  text-align: center;
}
.collab h3 {
  color: var(--primary);
}
.colb-bx1 {
  width: 52%;
  margin: 0px auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.01);
  transition: 0.3s all ease-in-out;
}
.colb-bx {
  margin-bottom: 15px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s all ease-in-out;
}
.colb-bx:hover {
  transform: translateY(-3px);
}
.colb-bx1:hover {
  transform: translateY(-3px);
}
.cont {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.cont h2 {
  text-align: center;
  margin-bottom: 40px;
}
.form-control {
  font-size: 0.9rem;
}
.prim-btn {
  background-color: #000;
  color: #fff;
  border: 0px;
  padding: 0.5rem 1rem;
}

.center {
  margin-top: 60px !important;
  display: flex;
  justify-content: center;
}
.det-view:hover {
  background-color: var(--primary);
  color: #fff;
}
.prop-pip-menu {
  background-color: var(--primary);
}
.prop-pip-menu ul {
  list-style: none;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prop-pip-menu ul li {
  border-right: 1px solid #7aa9c9;
}
.prop-pip-menu ul li:last-child {
  border-right: 0px;
}
.prop-pip-menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 1rem 1.5rem;
}
.prop-pip-menu ul li a.active {
  background-color: #55b4f3;
}
.set-fix {
  position: fixed;
  top: 75px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.pipeline-contbx {
  padding: 40px 0px;
}
.publication {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #f9f9fc;
}
.publication h2 {
  text-align: center;
}
.pub-imgbx {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.pub-imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pub-tit {
  padding: 0.8rem;
  text-align: center;
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
  color: var(--secondary);
  line-height: 1.5rem;
}
.blCol {
  color: var(--primary);
  font-weight: 600;
}
.nm-list {
  list-style: none;
  font-size: 0.9rem;
  color: var(--prim-font);
}
.nm-list li {
  margin: 15px 0px;
  padding-left: 4%;
  position: relative;
}
.nm-list li::before {
  content: url("../icons/dna-01.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: 5px;
}
.tech-img-sec {
  position: relative;
}
.moretext {
  display: none;
}
.moreless-button {
  color: var(--primary) !important;
  font-weight: 600;
  cursor: pointer;
}
.pipeline-contbx h2 sup {
  font-size: 1.2rem;
}
.pip-cont-innerbx {
  padding-top: 40px;
}
.pip-slider-wr {
  position: relative;
}
.pub-bx a {
  text-align: center;
}
.lghtblue-sec {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background-color: #eef5fa;
}
.smf {
  font-size: 1rem;
}
.cpt {
  padding-top: 60px;
}
.bsp {
  padding: 60px 0px;
}
.hex-lung h2 {
  text-align: center;
}
.hpv-sec h2 {
  text-align: center;
}
.vide-sec {
  margin-top: 100px;
}
.gal-sec {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-color: #f9f9fc;
}
.gal-sec h2 {
  text-align: center;
}

.liq-bio {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.liq-bio h2 {
  text-align: center;
}

.scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(to bottom, #bdddf3 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  z-index: 998;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}

.contact-wr-bx a{
  color: var(--secondary);
  font-weight: 600;
}

#scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: var(--primary);
  border-radius: 100%;
  cursor: pointer;
  z-index: 999999;
  transition: 0.3s;
}
#scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll-top:hover {
  transition: 0.3s;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.sub-menu-tog{
  display: none;
}
/* .prop-pip-menu ul {
  display: inline-flex !important; 
} */
.owl-carousel-gallery .owl-nav{
  text-align: center;
}
.owl-carousel-gallery .owl-nav .owl-prev{
  font-size: 4rem!important;
  margin-right: 1.5%;
}
.owl-carousel-gallery .owl-nav .owl-next{
  font-size: 4rem!important;
  margin-left: 1.5%;
}