@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --heading-fonts: "Poppins", sans-serif;
  --site-color: #1074ba;

}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}

.mt30 {
  margin-top: 30px !important;
}

.padt40 {
  padding-top: 40px;
}

.padt70 {
  padding-top: 70px;
}

.padt80 {
  padding-top: 80px;
}

.padt90 {
  padding-top: 90px;
}

.padtb70 {
  padding-bottom: 70px;
}

.padtb60 {
  padding-bottom: 60px;
}

.padtb40 {
  padding-bottom: 40px;
}


.padtb80 {
  padding-bottom: 80px;
}

.padtb90 {
  padding-bottom: 90px;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.light-color {
  color: var(--site-color);
}

.dark-color {
  color: var(--site-color);
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt30 {
  margin-top: 30px !important;
}


.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}


img {
  max-width: 100%;
}

.overlay:before {
  position: absolute;
  background: #000;
  opacity: 0.6;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}


.text-center {
  text-align: center;
}


.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}


.z-index {
  z-index: 2;
}


.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.aic {
  align-items: center;
}



.text-white {
  color: #fff;
}


.tile-bg {
  margin-top: 0;
}



.site-color {
  color: var(--site-color)
}


#footnote {
  font-size: 12px;
}

.tile-bg.v1 span {
  background: var(--site-color);
}





#footnote,
#section19 {
  word-break: break-word;
}



footer {
  background: var(--site-color);
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
  margin-top: 35px;
}


.note-a {

  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}


.paid-advert span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: blue;
  display: inline-block;
  padding: 1px 12px;
}

.paid-advert span a {
  color: #fff;
}

.site-title.text-white,
.note-a.text-white {
  color: #fff;
}

.paid-advert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.list-ul li {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid var(--site-color);
  padding: 15px;
  text-align: left;
  box-shadow: 0 15px 35px #e1e1e1;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}

.text-white .site-title {
  color: #fff;
}

.d-flex {
  display: flex;
}



.site-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin: 0 0 30px 0;
  font-family: var(--heading-fonts);
}


.sub-title {
  font-size: 32px;
  line-height: 42px;
  font-family: var(--heading-fonts);
  font-weight: 600;
  margin: 0 0 20px 0;
}



.list-ul {
  padding: 0;
}

.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list-ul li .icon {

  font-size: 40px;
}

.list-ul li .li-content {
  width: 95%;
  font-size: 18px;
  line-height: 28px;
}




#ct {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 0;
  font-size: 10px;
  line-height: 14px;
  z-index: 1;
}


.site-title span {
  position: relative;
  color: var(--site-color-2);

}

.two-col.ds {
  padding: 0;
  margin: 0;
}




.j-top-banner {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  padding-bottom: 0;
  background-size: cover;
}


.j-top-banner .site-title {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
  width: 100%;
  margin-top: 15px;
}

.j-top-banner svg {
  position: absolute;
  bottom: -4px;
  z-index: 1;
}

.j-top-banner .site-title span{color:#43b1ff;}



.dark-box {
  background: var(--site-color);
  padding: 25px;
  color: #fff;
  border-radius: 10px;
}




.mt-size {
  max-width: 760px;
  background: rgba(255, 255, 255, .8);
  padding: 20px;
  border-radius: 14px;
  color: #000;
  overflow: hidden;
  box-shadow: 10px 10px 0 #000;
  margin-right: auto;
}

.market-block.overlay::before {
  opacity: 0.2;
}




.qt-inner {
  background: #272a35;
  padding: 15px;
  border-radius: 10px;
}


.top-reason-block .list-ul li {
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #000;
  border: 2px solid var(--site-color);


}

.top-reason-block .list-ul li .icon {
  font-weight: 800;
  font-size: 30px;
  color:#fff;
  text-align: center;
  border-radius: 100px;
  line-height: 50px;
  width:50px;
height:50px;
  background:var(--site-color);
}



.top-reason-block .list-ul li .li-content {
  background: none;
  padding: 0 0 0 10px;
  border-radius: 10px;
  width: 95%;
}

.top-reason-block .list-ul li a {

  font-weight: 700;
  color:#000;
}

.ct-left img {
  border-radius: 10px;
}

.tile-bg span {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  background: var(--site-color);
  text-transform: uppercase;
  font-weight: 300;
}





.button-block a {
  background: var(--site-color);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 700;
}

.team-block {
  background:url(../images/bg-service-section2.jpg) repeat center top;
  color: #fff;
}


.team-block ul {
  padding: 0;
  margin: 0;
}

.team-block ul li {

  padding: 15px;
  border-radius: 0;
  list-style: none;
  margin-bottom: 9px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
  background: #fff;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 30px;
  color: #000;
}

.team-block ul li h3 {
  margin: 0 0 0 0;
}

.team-block ul li h4 {
  font-style: italic;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
}

.team-block ul li p {
  font-size: 14px;
  line-height: 20px;
}

.news-block ul li {
  list-style: none;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 35px #eaeaea;
  border: 1px solid var(--site-color);
}

.news-block ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}


.news-block ul li a {
  color: #000;
  text-decoration: none;
}


.white-box {
  background: var(--site-color);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .25);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.gt-text {
  padding: 20px;
  border-radius: 10px;
  background: var(--site-color);
  box-shadow: 0 15px 50px #e3e3e3;
  color: #fff;
  border: 10px solid #fff;
}

.gt-text .site-title {
  color: #fff;
}


.j-top-inner {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.j-top-inner a {
  color: #fff;
}

.logo img {
  border-radius: 10px;
}

.symbol span {
  font-size: 20px;
  color: #fff;
  border-radius: 9px;
  padding: 10px 25px;
  display: inline-block;
  font-weight: 700;
  background: var(--site-color);
}

.text-box {
  background:url(../images/gradient-hero.svg) no-repeat center top #111827;
  padding: 15px;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  border-radius: 15px;
  border-top-width:5px;
  color:#fff;
}


.text-box.v1 {
  background: url(../images/gradient-hero.svg) no-repeat center top #fff4f4;
  color: #000;
  border: 2px solid #000;
}

.text-box-dark{
  background:url(../images/bg1.webp) repeat-y left top var(--site-color);

  background-size: cover;
  color:#fff;
  padding:30px;
  border-radius:15px;
}

.text-box-dark a{color:#000;}

.quote-block {
  background: #fff;
  color: #000;

  padding: 15px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  font-size:24px;
  line-height:36px;
  
}



.quote-name {
  font-weight: 600;
  font-size: 18px;
  color: var(--site-color);
  margin-top:15px;

}

.quote-icon{margin-bottom:20px;}


.col-img {height:100%;}
.col-img img{border-radius:15px; height:100%; object-fit: cover;}

.market-block {
  background: url(../images/medicine-market.jpg) no-repeat right center #00011d;
  color: #fff;
  background-size: cover;
}
.company-overview{color:#fff;}
.company-overview video{position:absolute; left:0; top:0; bottom:0; right:0; width:100%; height:100%; object-fit: cover;}
.company-overview.overlay:before{opacity:0.7;}
.company-overview .highlight-text {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  text-align: center;
}

.bg-dark {
  background: var(--site-color-2);
}

.button-block a:nth-child(2), .button-block a:nth-child(4){background:var(--site-color-2); color:#000;}

.button-block.v1 a {
  font-size: 24px;
}

.button-block.v1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}

.team-block ul.testi-single li {
  grid-template-columns: 1fr;
}
#footnote p {
  margin: 0;
}



.j-top-banner video{position: absolute; width:100%; height:100%; object-fit: cover; left:0;right:0; top:0; bottom:0;}

.shape-bottom {
 position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  z-index:1;
}

.shape-bottom svg {
position: relative;
  display: block;
  width: calc(100% + 1.3px);
  left: 50%;
  transform: translateX(-50%) rotateY(180deg);
}

.symbol-logo {
  position: absolute;
  width: 100%;
  top: 10px;
  z-index:1;
}

.symbol-logo .container{display: flex; flex-wrap:wrap; justify-content:space-between; align-items: center;}

.d-gap{
  background:url(../images/gap-bg.jpg) no-repeat center;
  background-size:cover;
}

.d-gap-text {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  max-width: 600px;
  margin-left: auto;
}

.highlight-text {
  color: var(--site-color);
  font-weight: 700;
}

.vis-black{background:url(../images/bg-hero-s.svg) no-repeat #000; background-size: cover; color:#fff;}


.round-black {
  background:url(../images/bg-iconbox.svg)  no-repeat right bottom;
  border: 1px solid #FFFFFF1A;
  padding: 20px;
  border-radius: 15px;
}

.round-black .list-ul li {
  background: #000;
  border: 1px solid #FFFFFF1A;
  box-shadow: none;
  border-radius: 10px;
}

.mission-bg{background:url(../images/mission.jpg) no-repeat center; background-size: cover;}

.mission-text {
  color: #fff;
  max-width: 400px;
}

.slist-block img {
  width: 100%;
  display: block;
}

.slist-block {
  text-align: center;
  background: var(--site-color);
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
}


.slist-block a{color:#fff; text-decoration:none;}

.highlight-text-big {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  padding: 15px;
  box-shadow: 0 5px 35px #e1dede;
  border-radius: 15px;
  border: 2px solid var(--site-color);
  border-top-width: 5px;
  line-height:40px;
}