body.dark-mode {
  background-color: #121212;
  color: #fff;
}
body.dark-mode p,
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6,
body.dark-mode ul li,
body.dark-mode ul li a,
body.dark-mode .inq-wrapper .inq-text, body.dark-mode .global-presence-title{
  color: #fff;
}
body.dark-mode .banner-main-title strong,
body.dark-mode .theme-title strong{
  color: #0074bf;
}
body.dark-mode .who-certificate-wrap img,
body.dark-mode .menu-bars-icon-wrap img,
body.dark-mode .banner-minititle-wrap::before,
body.dark-mode .contact-icon img{
    filter: brightness(0) invert(1);
}
body.dark-mode .our-services-list-wrap ul li,
body.dark-mode .banner-points ul li{
  border-bottom: 1px solid #646363;
}
body.dark-mode .products-list-items{
  background-color: #121212;
}
body.dark-mode .global-presence-section{
  background-color: #121212 !important;
}
body.dark-mode .biotechnology-section{
  background-color: #000 !important;
}
body.dark-mode .f-contact-wrap p, body.dark-mode .f-contact-wrap a,body.dark-mode .bottom-footer p{
  color: #999999;
}
body.dark-mode .our-team-wrap-box{
  border: 1px solid #646363;
}
body.dark-mode .our-team-wrap-box p{
  color: #999999;
}
body.dark-mode .contact-info-wrap-box, body.dark-mode .inqury-form-wrap{
  background-color: #000;
  border: 1px solid #383838;
}
body.dark-mode .inqury-form-wrap .form-control{
  color: #fff;
}
body.dark-mode .contact-info-items a,
body.dark-mode .contact-info-items p strong{
  color: #fff;
}
body.dark-mode .contact-icon{
  border: 1px solid #fff;
}
body.dark-mode .breadcrumb-item.active{
  color: #fff;
}
body.dark-mode .breadcrumb-item+.breadcrumb-item::before{
  color: #0074bf;
}
body.dark-mode .vision-mision-section{
  background-color: #000 !important;
}
body.dark-mode .vision-mision-wrap-box{
  background-color: #0074bf;
}
body.dark-mode .vision-mision-wrap-box img{
  filter: brightness(0) invert(1);
}
body.dark-mode .msnry-item{
  box-shadow: none;
}
body.dark-mode .contact-inq-pro-d{
  background-color: #000 !important;
}
body.dark-mode .form-control{
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 0;
  color: #fff;
}
body.dark-mode .form-control:focus{
  background-color: transparent;
}
body.dark-mode .inquiry-form-wrapper{
  background-color: #000;
  border: 1px solid transparent;
}
body.dark-mode select{
  background-color: #000 !important;
}
body.dark-mode .current-openigs-wrap-box{
  background-color: #000;
  border: 1px solid #333333;
}
body.dark-mode .apply-now-form-wrap{
  background-color: #000;
}
.dark-mode .custom-slide .owl-nav .owl-prev, .dark-mode .custom-slide .owl-nav .owl-next {
	border: 1px solid #fff !important;
}
.dark-mode .custom-slide .owl-nav .owl-prev img, .dark-mode .custom-slide .owl-nav .owl-next img  {

	filter: invert(1);
}
body.dark-mode .bg-white p, body.dark-mode .bg-white h1, body.dark-mode .bg-white h2, body.dark-mode .bg-white h3, body.dark-mode .bg-white h4, body.dark-mode .bg-white h5, body.dark-mode h6, body.dark-mode .bg-white ul li, body.dark-mode .bg-white ul li a, body.dark-mode .bg-white  .inq-wrapper .inq-text, body.dark-mode .bg-white .global-presence-title {
	color: #000;
}