/* Including fonts */
@font-face {
  font-family: "EncodeSansExpanded-Black";
  src: url("../fonts/EncodeSansExpanded-Black.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-Bold";
  src: url("../fonts/EncodeSansExpanded-Bold.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-ExtraBold";
  src: url("../fonts/EncodeSansExpanded-ExtraBold.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-ExtraLight";
  src: url("../fonts/EncodeSansExpanded-ExtraLight.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-Light";
  src: url("../fonts/EncodeSansExpanded-Light.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-Medium";
  src: url("../fonts/EncodeSansExpanded-Medium.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-Regular";
  src: url("../fonts/EncodeSansExpanded-Regular.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-SemiBold";
  src: url("../fonts/EncodeSansExpanded-SemiBold.ttf");
}
@font-face {
  font-family: "EncodeSansExpanded-Thin";
  src: url("../fonts/EncodeSansExpanded-Thin.ttf");
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: "EncodeSansExpanded-Regular";
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 10px 20px;
  border: 1px solid #d9d9d9 !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  font-size: 13px !important;
  opacity: 0.54 !important;
}
select#select-years {
  padding: 10px 20px;
  border-radius: 4px;
  width: 260px;
  font-size: 13px !important;
  outline: none !important;
  border: 1px solid #d9d9d9 !important;
}
select#select-years:focus {
  box-shadow: none !important;
}
/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: none !important;
} */
.send-btn {
  background: #2fb2b5;
  border: none;
  padding: 10px 20px;
}
.send-btn:hover {
  background: #32235d;
}
/* Navbar style */
.navbar {
  padding: 10px 60px;
  box-shadow: 0px 0px 10px #cccccc;
}
.navbar.bg-light {
  background-color: #ffffff !important;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  font-family: "EncodeSansExpanded-Medium";
  font-size: 14px;
  color: #32235d;
}
.navbar-nav .nav-link.active {
  font-size: 14px;
  color: #34b1b5 !important;
}
.navbar-expand-lg .navbar-nav {
  position: relative;
}
.navbar .dropdown-menu {
  border: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 30px;
}
/* Slider Style */
.slider-wrap {
  margin-top: 78px;
}
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.carousel-caption {
  text-align: right;
  top: 20%;
}
.carousel-caption.left {
  text-align: left;
}
.slider-caption {
  /* margin-top: -280px; */
  font-family: "EncodeSansExpanded-Regular";
  font-size: 52px;
  width: 480px;
  float: right;
}
.slider-caption.left {
  float: left;
}
.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 50%;
}
.carousel-indicators button.active {
  background-color: #34b1b5;
}
/* Home page category section */
.home-cat-sec {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.home-cat-sec h2 {
  font-family: "EncodeSansExpanded-Regular";
  font-size: 30px;
  padding-top: 10px;
}
.home-cat-sec.ambition-wrap {
  background: #48ccfc;
}
.home-cat-sec.innovation-wrap {
  background: #34b1b5;
}
.home-cat-sec.responsibility-wrap {
  background: #3452a9;
}
.home-cat-sec.trust-wrap {
  background: #32235d;
}
/* Footer style */
footer {
  background: #32235d;
  border-top: 1px solid #403268;
}
.foot-col {
  padding-left: 30px;
  margin-top: 30px;
  border-left: 1px solid #473874;
}
.foot-col:first-child {
  border-left: none;
}
.foot-col h6 {
  color: #34b1b5;
  font-size: 14px;
  font-family: "EncodeSansExpanded-Bold";
}
.footer-menu {
  margin: 20px 0 0 0;
  padding: 0;
}
.footer-menu li {
  list-style-type: none;
}
.footer-menu li a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.footer-menu li a img {
  padding-right: 10px;
}
.footer-bottom {
  padding: 18px 18px 0 40px;
  background: #32235d;
  font-size: 12px;
  color: #c9c1df;
  font-family: "EncodeSansExpanded-Regular";
  border-top: 1px solid #34b1b5;
}
.footer-bottom .footer-site-link {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom-tabs .nav-item .nav-link {
  padding-top: 0;
  color: #c9c1df;
}
.footer-bottom-tabs .nav-item .nav-link:hover {
  color: #ffffff;
}

/* About Page */
.banner-wrap {
  padding: 220px 0 48px 0;
  background: url("../img/banner-bg.png") no-repeat;
  background-size: cover;
}
.page-title {
  font-family: "EncodeSansExpanded-SemiBold";
  font-size: 52px;
  color: #ffffff;
}
.breadcrumb-item,
.breadcrumb-item a {
  color: #ffffff !important;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\25b6";
  color: #ffffff;
  font-size: 12px;
  padding-top: 4px;
}
.about-tabs {
  border-bottom: 1px solid #e3e3e3;
}
.about-tabs.nav-pills {
  font-family: "EncodeSansExpanded-Medium";
}
.about-tabs.nav-pills .nav-item .nav-link {
  background: #ffffff;
  color: #292929;
  border-radius: 0;
}
.about-tabs.nav-pills .nav-item .nav-link.active {
  border-bottom: 3px solid #34b1b5;
  color: #34b1b5;
  /* padding-left: 0; */
  padding-bottom: 15px;
}
.about-tab-title,
.inner-page-title {
  font-family: "EncodeSansExpanded-Regular";
  font-size: 34px;
  padding-bottom: 20px;
}
.about-tab-txt {
  font-family: "EncodeSansExpanded-Regular";
  font-size: 14px;
  line-height: 24px;
  /* padding-top: 30px; */
}
/* Contact Page */
.page-label {
  font-size: 14px;
  font-family: "EncodeSansExpanded-Medium";
  color: #34b1b5;
}
.page-label1 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Encode Sans Expanded", sans-serif;
  color: #34b1b5;
}
.company-name {
  font-size: 18px;
  color: #000000;
  font-family: "EncodeSansExpanded-SemiBold";
}
.txt-blue {
  color: #32235d;
  padding-bottom: 0px;
}
.download-btn-wrap {
  border: none;
  display: block;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 16px 20px;
  font-family: "EncodeSansExpanded-SemiBold";
  font-size: 14px;
  text-align: left;
  color: #32235d;
  margin-bottom: 10px;
  text-decoration: none !important;
}
.newsroom-txt {
  font-family: "EncodeSansExpanded-SemiBold";
}
.newsroom-time {
  font-size: 12px;
  color: #cccccc;
}
.newsroom-items {
  text-decoration: none;
  color: #333333 !important;
}
.sm-txt-link {
  font-size: 12px;
  color: #000000 !important;
  text-decoration: none;
  font-family: "EncodeSansExpanded-SemiBold";
}
.sm-green-btn {
  background: #2fb2b5;
  color: #ffffff !important;
  font-size: 14px;
  border: none;
  display: block;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 14px;
  font-family: "EncodeSansExpanded-SemiBold";
}
.sm-green-btn:hover {
  background: #32235d;
}
.newdetail-txt {
  font-size: 20px;
  color: #32235d;
  font-family: "EncodeSansExpanded-Regular";
}
.news-time {
  font-size: 14px;
  color: #34b1b5;
  font-family: "EncodeSansExpanded-Regular";
}
.justi-txt {
  text-align: justify;
}
/* Portfolio Page */
.antibiotic-wrap {
  background: #3452aa;
  position: relative;
}
.antmi-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url("../img/antibiotic.png") no-repeat;
  background-size: cover;
}
.txt-white {
  color: #ffffff;
}
.lh-30 {
  line-height: 30px;
}
.read-more-link {
  font-size: 14px;
  color: #34b1b5;
  text-decoration: none;
  font-family: "EncodeSansExpanded-Bold";
}
.read-more-link.white {
  color: #ffffff;
}
.port-list {
  margin: 0;
  padding: 16px;
}
.port-list li {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  list-style-type: none;
  position: relative;
  padding-left: 10px;
  font-family: "EncodeSansExpanded-SemiBold";
}
.port-list li:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: url("../img/tick-1.png") no-repeat;
  background-size: 15px 15px;
}
.port-list.white li {
  color: #ffffff;
  position: relative;
  margin-left: 10px;
}
.port-list.white li:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 8px;
  width: 15px;
  height: 15px;
  background: url("../img/tick-2.png") no-repeat;
  background-size: 15px 15px;
}
.pain-inflammation-wrap,
.gastrointestinal-wrap {
  position: relative;
}
.pain-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url("../img/pain-inflammation.png") no-repeat;
  background-size: cover;
}
.gastrointestinal-wrap {
  background: #f2f2f2;
}
.gastrointestinal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url("../img/gastrointestinal.png") no-repeat;
  background-size: cover;
}
.vitamin-wrap {
  position: relative;
  background: #34b1b5;
}
.vitamin-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  background: url("../img/vitamin.png") no-repeat;
  background-size: cover;
}
.product-item-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}
.product-item-wrap .title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "EncodeSansExpanded-Regular";
}
.product-icon {
  height: 200px;
}
.product-item-wrap .desc {
  font-size: 14px;
  color: #292929;
  line-height: 24px;
  font-family: "EncodeSansExpanded-Regular";
}
.product-item-wrap .spec {
  margin-bottom: 6px;
  font-size: 14px;
  color: #292929;
  font-family: "EncodeSansExpanded-Regular";
}
.product-item-wrap .spec span {
  color: #2fb2b5;
  font-family: "EncodeSansExpanded-SemiBold";
}
.product-dwn-btn {
  border: none;
  background: #2fb2b5;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  margin-top: 10px;
  font-family: "EncodeSansExpanded-SemiBold";
}
.product-dwn-btn:hover {
  background: #32235d;
}
.navbar .dropdown:hover .dropdown-toggle.show::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}
.address-txt {
  font-size: 14px;
  font-family: 'EncodeSansExpanded-Medium', sans-serif;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding: 10px 0;
  }
  .slider-wrap {
    margin-top: 78px;
  }
  .carousel-caption {
    top: 0;
  }
  .slider-caption {
    font-family: "EncodeSansExpanded-Regular";
    font-size: 24px;
    width: 280px;
    float: right;
  }
  .slider-caption1 {
    font-family: "EncodeSansExpanded-Regular";
    font-size: 24px;
    width: 280px;
    float: left;
  }
  .foot-col {
    border-left: none;
    border-bottom: 1px solid #473874;
  }
  .foot-col:last-child {
    border: none;
  }
  .antmi-bg,
  .pain-bg,
  .gastrointestinal-bg,
  .vitamin-bg {
    display: none;
  }
  .product-item-wrap {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .navbar .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
