.progress {
    height: 36px;
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #009999;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.consultation {
  padding-left: 0px;
  padding-top: 0px;
}
.consultation form {
  margin-top: 10px;
}
.form-control{
	background: transparent;
}
.consultation form input {
  width:100%;
  height:42px;
	background: transparent;
	border: 1px solid #cacaca;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 13px;
  border-radius: 4px;
}
.consultation textarea {
    width: 100%;
    height: 120px;
    resize: none;
	background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 13px;
    outline: none;
}
.bharat_terms h3{
	color:#12aea4;
}
.bharat_sitemap .bharat_site .mainsite{
	padding-left:20px;
}
.bharat_sitemap .bharat_site .mainsite a{
	color:#3a3a3a;
}
.bharat_sitemap .bharat_site .mainsite .subsite{
	padding-left:20px;
}
.bharat_sitemap .bharat_site .mainsite .subsite .subsubsite{
	padding-left:40px;
}
.contact-post .contact-infos li .icon-box, 
.contact-post .contact-infos li .text-box {
    display: table-cell;
    vertical-align: top;
}
.contact-post .contact-infos li .icon-box {
    width: 40px;
}
.contact-post .contact-infos li .icon-box i {
    font-size: 24px;
    color: #fac012;
    position: relative;
    top: 4px;
}
.contact-post {
    padding: 10px 0 10px;
}
.contact-post .contact-infos li {
    padding: 20px 0;
	color: #171717;
	list-style-type:none;
    border-bottom: 1px solid rgba(158, 158, 158, 0.12);
}
.contact-post .contact-infos li:last-child {
  border-bottom: 0px;
}
.contact-post .item {
    background: #f7f7f7;
     padding: 10px 20px;
	    min-height: 140px;
    margin-bottom: 10px;
}

.contact-post h4 {
    background: #12aea4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
}
.contact-post .contact-infos.Business li {
    padding: 0px 0;
}

.contact-post .text p {
    padding-bottom: 0px;
}

.contact-post .border-bottom {
  position: relative;
  border-bottom: 1px solid #eee;
  bottom: -60px;
}
.single_contact_form {
      padding-bottom: 20px;
    padding-top: 20px;
}
.section-title {
  margin-bottom: 37px;
}
.section-title h2 {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align:left;
  color: #272727;
}
.section-title.inner {
  margin-bottom: 30px;
}
.section-title.inner h2 {
  font-size: 24px;
}

.section-title .decor{
  position: relative;
  display: block;
  height: 3px;
  width: 74px;
  margin-top: 9px;
}
.section-title .decor:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fac012;
}
.section-title .decor:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 33px;
    width: 6px;
    height: 3px;
    background: #fff;
    transform: skewX(-30deg);
}

.single_contact_form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.single_contact_form p span {
  color: #fac012;
  font-size: 20px;
  font-weight: 600;
}


.single_contact_form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.single_contact_form .default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.single_contact_form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.single_contact_form .default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.single_contact_form .default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.single_contact_form .default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}
.bharat_contact p{
	    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}
.single_contact_form .default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.single_contact_form .default-form input[type="text"],
.single_contact_form .default-form input[type="email"],
.single_contact_form .default-form input[type="password"],
.single_contact_form .default-form input[type="number"],
.single_contact_form .default-form select,
.single_contact_form .default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:50px;
  font-size:16px;
  border: 2px solid #f7f7f7;
  padding:12px 15px;
  
  background: transparent;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.single_contact_form .default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:210px;
  font-size:16px;
  border: 2px solid #f7f7f7;
  padding:12px 15px;
  
  resize: none;
  background: transparent;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.single_contact_form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.single_contact_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.single_contact_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.single_contact_form form input:-ms-input-placeholder {
  color: #9e9e9e;
}

.single_contact_form .g-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee !important;
    background: #fff !important;
}

.single_contact_form .g-input input,
select.g-select[option="selected"] {
    color: #555;
    font-size: 14px;
}

.single_contact_form .g-input input {
    padding-left: 20px;
}

.single_contact_form .g-select {
    font-weight: 400;
    font-size: 14px;
    color: #9e9e9e;
    border-radius: 0;
    height: 50px;
    border: 2px solid #f7f7f7;
    background: transparent;
    padding-left: 20px;
    text-transform: capitalize;
}
.single_contact_form .g-select:focus,
.g-select:hover {
  color: #9e9e9e!important;
}
.single_contact_form .select-form .dropdown-menu.inner li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single_contact_form .select-form .dropdown-menu.inner li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .4px;
    color: #333;
    display: block;
    padding: 12px 0 10px 20px ;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single_contact_form .select-form .dropdown-menu.inner .btn.focus, 
.single_contact_form .select-form .dropdown-menu.inner .btn:focus, 
.single_contact_form .select-form .dropdown-menu.inner .btn:hover {
  color: #9e9e9e;
}

.single_contact_form .select-form .dropdown-menu.inner li:last-of-type a {
    border-bottom: none;
}

.single_contact_form .select-form .dropdown-menu.inner li:first-of-type {
    display: none;
}

.single_contact_form .select-form .dropdown-menu.inner li a:hover,
.single_contact_form .select-form .dropdown-menu.inner li.selected a {
    background: #fac012 !important;
    color: #fff !important;
}

.single_contact_form .select-form button.g-select:focus,
.single_contact_form .select-form button.g-select:visited {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single_contact_form .utton.g-select {
    position: relative;
}

.single_contact_form .utton.g-select:after {
    content: '';
    height: 100%;
    background: #eee;
    top: 0;
    right: 50px;
}

.single_contact_form .utton.g-select .caret {
    right: 23px !important;
    border-width: 5.5px !important;
    border-top-color: #555 !important
}


.single_contact_form .select-form .dropdown-menu.open {
    border-radius: 0;
    border: 1px solid #eee;
}

.single_contact_form .select-form .dropdown-menu {
    display: block !important;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);

    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.single_contact_form .select-form .open>.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.single_contact_form .select-form button[type="submit"].g-btn-prim {
    margin-left: 15px;
}

.single_contact_form .select-form *,
.single_contact_form .select-form *:focus,
.single_contact_form .select-form *:visited {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single_contact_form .contact-details {
  background: #f7f7f7;
}
.single_contact_form .contact-details .item {
  padding: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}
.single_contact_form .contact-details .item:last-child {
  border-bottom: 0px;
}
.single_contact_form .contact-details .item .img-box,
.single_contact_form .contact-details .item .content {
  display: table-cell;
  vertical-align: top;
}

.single_contact_form .contact-details .item .img-box{
  width: 67px;
}

.single_contact_form .contact-details .item .content{
  padding-left: 20px;
}

.single_contact_form .contact-details .item .content p {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.single_contact_form .contact-details .item .content p i {
  color: #fac012;
  margin-right: 5px;
}

.single_contact_form .contact-details .item h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #272727;
}
.single_contact_form .contact-details .item .content h5 {
  color: #fac012;
  margin: 0;
}
.thm-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  transition: .3s ease;
}
.thm-btn.thm-color:hover {
  background: transparent;
  border-color: #fac012;
  color: #fac012;
  transition: .3s ease;
}
.management_team .member{
	margin-bottom:15px;
}
.management_team .member .inner {
  overflow: hidden;
  position: relative;
}
.management_team .member-details {
  background-color: rgba(41, 175, 164, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.management_team .member:hover .member-details {
  top: 0;
  opacity: 1;
}
.management_team .member-details .info {
    width: 100%;
    padding: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.management_team .member-details h3 {
    font-size: 16px;
    font-weight: normal;
}
.management_team .member-details .post {
  font-size: 11px;
  color: #fff;
}
.management_team .social-links {
  text-align: center;
	list-style-type:none;
  position: absolute;
  left: 50%;
  bottom: 40%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.management_team .social-links li {
  margin-right: 14px;
}
.management_team .social-links li:last-child {
  margin-right: 0;
}
.management_team .social-links li a {
  color:#fff;
}
.management_team .social-links li a:hover {
  color: none;
}
.management_team .social-links li a .fa-linkedin {
    font-size:25px;
}
.breadcrumb-text h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.company_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/company_banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.company_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/team-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.team_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.products_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/products-overview-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; 
}

.biogit {
    background-color: #cccccc;
    background-image: url('../images/banner/Biogit-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.biohib {
    background-color: #cccccc;
    background-image: url('../images/banner/Biohib.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.biopolio {
    background-color: #cccccc;
    background-image: url('../images/banner/Biopolio.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.comvac3 {
    background-color: #cccccc;
    background-image: url('../images/banner/comvac3-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.comvac4 {
    background-color: #cccccc;
    background-image: url('../images/banner/Comvac4.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.comvac5 {
    background-color: #cccccc;
    background-image: url('../images/banner/Comvac5.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.covaxin {
    background-color: #cccccc;
    background-image: url('../images/banner/covaxin-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.hillchol {
    background-color: #cccccc;
    background-image: url('../images/banner/Hillchol.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.hnvac {
    background-color: #cccccc;
    background-image: url('../images/banner/hnvac-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.indirab {
    background-color: #cccccc;
    background-image: url('../images/banner/Indirab.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.incovacc {
    background-color: #cccccc;
    background-image: url('../images/banner/incovac-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.jenvac {
    background-color: #cccccc;
    background-image: url('../images/banner/Jenvac.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.regend60 {
    background-color: #cccccc;
    background-image: url('../images/banner/Regend60.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.regend150 {
    background-color: #cccccc;
    background-image: url('../images/banner/Regend150.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.revacb {
    background-color: #cccccc;
    background-image: url('../images/banner/revacb-banner.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.revacbmcf {
    background-color: #cccccc;
    background-image: url('../images/banner/Revacbmcf.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.rotavac {
    background-color: #cccccc;
    background-image: url('../images/banner/Rotavac.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.rotavac5d {
    background-color: #cccccc;
    background-image: url('../images/banner/Rotavac5d.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.slvrgen {
    background-color: #cccccc;
    background-image: url('../images/banner/Slvrgen.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.typbar {
    background-color: #cccccc;
    background-image: url('../images/banner/Typbar.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}

.typbartcv {
    background-color: #cccccc;
    background-image: url('../images/banner/Typbartcv.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}
.reg {
    background-color: #cccccc;
    background-image: url('../images/banner/ROTAVAC-5D.jpg') !important;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 180px 0 180px;
    position: relative;
    z-index: 1; background-size:100% 100%;
}
.products_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.productoverview_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/Therapeutics.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.productoverview_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.research-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research_banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.research-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.facilities-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.facilities-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.clinicalresearch-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/clinical_research_banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.clinicalresearch-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.researchoverview-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research-overview.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.researchoverview-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.patents-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/patents-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.patents-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.publications-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research-publications.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.publications-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.pipeline-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.pipeline-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.vm_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/vm-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.vm_banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.researchareas-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research-research-areas.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.researchareas-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.partnerships-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research-partnerships.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.partnerships-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.manufacturing-banner {
    background-color: #cccccc;
    background-image: url('../images/banner/research-manufacturing-facilities.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.manufacturing-banner:after {
    /* background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.careers_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/careers_banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.careers_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.work_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/work_banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.work_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.media_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.media_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.contactus_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/contact-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.contactus_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.ehs_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/ehs-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.ehs_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.history_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.history_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fc_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.fc_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.other_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.other_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.qc_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/qc-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.qc_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.accolades_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/history_banner01.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.accolades_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.careersapply_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/careers-apply-banner.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.careersapply_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.quality_banner {
    background-color: #cccccc;
    background-image: url('../images/banner/quality-control.jpg');
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
    padding: 160px 0 160px;
    position: relative;
    z-index: 1;
}
.quality_banner:after {
    /* background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb {
    border-radius: 22px 22px 0 0;
    margin-bottom: 0;
    margin-top: 119px;
    padding: 8px 25px;
}
.breadcrumb > li a {color: #171717;}
.breadcrumb > li a span{
	padding-left:5px;
}
.breadcrumb > li a:hover {color: #1bb4b9; text-decoration:none;}
.breadcrumb > li {
    color: #1bb4b9;
    margin-right: 15px;
    position: relative;
}
.breadcrumb > li + li:before {display: none;}
.bharat_sidebar .tabs li a {
    font-size: 12px;
    padding: 6px 10px;
    color: #171717;
    border-right:4px solid #12aea4;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.bharat_sidebar .tabs li a span{
   margin-right: 1em;
}
.bharat_sidebar .tabs  li a:hover{
	border-right:4px solid  #364b73 !important;
    color: #fff!important;
	background: #12aea4;  
}
.tabs  li.active a{
	border-right:4px solid  #364b73 !important;
    color: #fff!important;
	background:#12aea4;
}
.bharat_aboutbanner {
    position: relative;
    padding: 65px 0 60px 0;
	background: #93ccc9;
}
.bharat_aboutbanner:before {
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover;
}
.bharat_aboutbanner:before, .bharat_aboutbanner:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    border-radius: 200px 0 0 0;
    right: 0;
    top: 0;
}
.bharat_aboutbanner .left_side h3 {
    color: #364b73;
    font-size: 40px;
}
.bharat_aboutbanner .left_side p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 14px 0 40px 0;
}
.bharat_aboutbanner .right_side {
    position: relative;
    z-index: 9;
}
.bharat_right .bharat_aboutright {
	position:relative;
	}
.bharat_right .bharat_aboutright .recruitepro-img{
	text-align:right;
	}	
.bharat_right .bharat_aboutright .green-bg {
	position: absolute;
    bottom: 40px;
    left: 0;
    background: #12aea4;
    color: #ffffff;
    letter-spacing: 0.5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    width: 65%;
}
.bharat_right .bharat_aboutright p{
	font-size: 14px;
    line-height: 22px;
	    color: #fff;
    letter-spacing: 0.3px;
    font-weight: normal;
    padding-top: 10px;
}
.bharat_right .bharat_aboutright h4{
	font-size: 24px;
}
.bharat_right p{
	font-size: 15px;
    line-height: 21px;
	text-align: justify;
	color: #424242;
	margin-bottom:17px;
}
.bharat_right h3{
	font-size: 16px;
	color:#1bb4b9;
	padding-bottom:10px;
}
.timeline_heading h1{
	color:#1bb4b9;
	font-size: 24px;
	font-weight:600;
}
.bharat_right .bharat_aboutright .recruitepro-img1 {
	text-align:left;
	}	
.bharat_right .bharat_aboutright .green-bg1 {
	position: absolute;
    bottom: 40px;
    left: 35%;
    background: #12aea4;
    color: #fff;
	letter-spacing:0.5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    width: 65%;
}	
.creative-wrapper {
}	
.creative-wrapper h2 {
    font-size: 16px;
	color:#1bb4b9;
    margin: 0px 0 0;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.creative-wrapper .line {
  background: #171717 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 7px 0;
  width: 100px;
}	
.creative-wrapper p {
	color: #171717;
	font-size: 15px;
	text-align: justify;
	margin: 0;
	margin-bottom:15px;
	padding: 0;
}
.creative-wrapper p b, .bharat_right p b{
	color:#1bb4b9;
	font-style:italic;
	font-weight:600;
	font-size:14px;
}
.creative-wrapper [class*="col-sm-"] {
	margin:0 0 0px;
	}	
.creative-text.bor {
  padding: 0 30px 0 0;
  position: relative;
}
.creative-text.bor1 {
  padding: 0 0 0px 30px;
  position: relative;	
	}
.creative-text.bor:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width:1px;
  background:#8e9399;
}
.creative-text.bor1:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0px;
  width:1px;
  background:#8e9399;
}
.steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .steps {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.step {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 0.11111rem;
    margin-bottom: 30px;
    margin-left: 1.66667rem;
    padding: 1.38889rem 2.5rem 1.38889rem 3.33333rem;
}
@media (min-width: 992px) {
    .step {
        margin-bottom: 0;
        margin-right: 30px;
    }
}
.step:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .step:last-of-type {
        margin-right: 0;
    }
}
.step__title {
    font-size: 0.88889rem;
    margin-bottom: 0.22222rem;
    color: #171717;
}
.step__title h3{
	margin-bottom: 10px;
    font-size: 16px;
    color: #1bb4b9;
}
.step__content {
    font-size: 15px;
	color:#171717;
    margin-bottom: 0;
}
.step__number {
    position: absolute;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 3.33333rem;
    width: 3.33333rem;
    height: 3.33333rem;
    top: 1.66667rem;
    left: -1.66667rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #dddddd;
    transition: all 100ms ease-out;
}
.step__number::before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background-color: #12aea4;
    transition: all 200ms ease-out;
}
.step:hover .step__number {
    color: #171717;
}
.step:hover .step__number::before {
    width: 100%;
}
.bharat_right .steps .caption-box {
    border-left: 2px solid #e4e4e4;
    margin: 20px 0 20px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
}
/* .bharat_right .steps .caption-box::before { */
    /* color: #364b73; */
    /* content: "\f10d"; */
    /* font-family: FontAwesome; */
    /* font-size: 25px; */
    /* font-style: normal; */
    /* font-weight: normal; */
    /* left: 20px; */
    /* position: absolute; */
    /* top: 10px; */
/* } */
.bharat_right .steps .caption-box p {
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
	font-size: 20px;
    margin: 0 0 12px;
}
.bharat_right .steps .caption-box h4 {
    color: #364b73;
    font-weight: 400;
	font-size: 23px;
    text-transform: capitalize;
}
.about-company-area {
    padding: 0px 0 20px;
}
.bharat_tickul ul {
	margin-left: 15px;
}
.bharat_tickul ul li {
    line-height: 30px;
    color: #000;
	list-style-type:none;
    font-weight: 300;
}
.bharat_tickul ul li:before {
	content: "•";
    color: #12aea4;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
}
.bharat_tickul ul li i {
    display: inline-block;
    padding-right: 5px;
    font-weight: 100;
    color: #12aea4;
    font-size: 15px;
}

.sec-title {
    margin-top: 0px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
.sec-title h1 {
    color: #252525;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 8px;
}
.sec-title .border {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    height: 1px;
    width: 100%;
    display: block;
    margin: 10px 0 0;
}
.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    background: #12aea4;
}
.bharat_biohib .bharatpdf, .bharat_patents .bharatpdf, .bharat_map .bharatpdf{
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
	background-color: #12aea4  !important;
    border: 1px dashed #364b73;
	box-shadow: 0 0 0 6px #12aea4 ;
}
.bharat_biohib .bharatpdf h3, .bharat_patents .bharatpdf h3, .routemap h3, .bharat_map h3{
	font-size:14px;
	color:#fff;
}
.bharat_biohib ul, .bharat_patents .bharatpdf ul, .bharat_map .bharatpdf ul{
	list-style-type:none;
}
.bharat_biohib ul li{
	
}
.bharat_biohib ul li a, .bharat_patents .bharatpdf ul li a, .bharat_map .bharatpdf ul li a{
	color:#171717;
}
.my-separator-field {
    background: #d2d0d0;
    overflow: hidden;
}
.my-left-separator {
    width: 70%;
    background: #364b73;
    float: left;
    border-right: 10px solid #ffffff;
    -ms-transform: skewX(-20deg); 
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg); 
}
.my-seratator-inside {
	width: 100%;
    background: #364b73;
    padding-left: 15%;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-left: -49px;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); 
}
.my-left-separator h6 {
    font-size: 20px;
    text-align: left;
	color:#fff;
	letter-spacing: 0.8px;
	font-weight:normal;
    margin-bottom: 0;
    -ms-transform: skewX(0); 
    -webkit-transform: skewX(0);
    transform: skewX(0); 
}
.my-right-separator {
    width: 30%;
    padding: 0px 0;
    float: left;
    padding-right: 9%;
    padding-left: 0%;
    position: relative;
    opacity: 0.1;
}
.my-right-separator img {
    height: 130px;
    position: absolute;
    left: 20%;
    top: -20px;
    z-index: 99;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /* for IE8 in IE7 mode */
    filter: alpha(opacity=10); /* for IE6-IE8 */
}
.my-right-separator {
    margin-top: 20px;
}
.my-separator-field .my-left-separator h2{
	color:#fff; 
	font-size:16px; 
	line-height: 1.6; 
	margin:0 0; 
	text-transform:initial;
}
.bharat_work .s_story_img::before,
.bharat_work .s_story_img::after,
.bharat_work .success_story_list li,
.bharat_work .s_story_img_bg{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bharat_work .success_story_list li {
	margin-bottom: 20px;
	list-style-type: none;
}
.bharat_work .success_story_list li:hover .s_story_img{
	border: 1px solid #12aea4;
}
.bharat_work .success_story_list li:hover .s_story_img_bg {
	background:  #12aea4;
}
.bharat_work .s_story_img {
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.bharat_work .s_story_img::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: calc(100% + 30px);
    position: absolute;
    top: 10px;
    width: 1px;
}
.bharat_work .s_story_img img {
    fill: #ffffff;
    width: 30px;
}
.bharat_work .s_story_img::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 30px;
}
.bharat_work .success_story_list > ul::after {
    background: #dddddd;
    content: "";
    height: calc(70% - 0px);
    left: 50px;
    position: absolute;
    top: 60px;
    width: 1px;
    z-index: -1;
}
.bharat_work .s_story_img_bg {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    height: 68px;
    line-height: 55px;
    text-align: center;
    width: 68px;
    border: 5px solid #fff;
}
.bharat_work .s_story_content {
    display: inline-block;
    padding: 0 30px 0 53px;
    vertical-align: top;
    width: calc(100% - 76px);
}
.bharat_work .s_story_content h4{
	font-weight:bold;
	font-size:16px;
	padding-bottom:0px;
	margin-bottom:5px;
}
.fancybox-download:before {
  top: 14px;
  left: 22px;
  border-left: 2px solid #fff;
  height: 12px;
}

.fancybox-download:after {
  bottom: 18px;
  left: 23px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  background: transparent;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.bharat_aboutus .bharat_mdmsg{
	border-left: 2px solid #e4e4e4;
    margin: 22px 0 20px;
    padding-bottom: 6px;
    padding-left: 50px;
    padding-top: 30px;
	text-align: center;
    position: relative;
}
.bharat_aboutus .bharat_mdmsg::before{
	color: #364b73;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    left: 60px;
    position: absolute;
    top: 10px;
}
.bharat_aboutus .bharat_mdmsg::after{
	color: #364b73;
    content: "\f10E";
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    right: 10px;
    position: absolute;
    top: 10px;
}
.bharat_aboutus .bharat_mdmsg p{
	    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    font-size: 24px;
    margin: 0 0 25px;
}
.bharat_aboutus .bharat_mdmsg h4{
	 color: #364b73;
    font-weight: 400;
	font-size: 23px;
    text-transform: capitalize;
}
.bharat_aboutus .bharatmdimg img{
	float: right;
}
.bharat_bg4col{
	background:#12aea4;
}
.bharat_bg4col .bharat_content {
    display: inline-block;
    padding: 15px 15px;
    width: 100%;
    margin: 40px 0;
    position: relative;
}
.bharat_bg4col .bharat_content .bharat_content_num {
    float: left;
    padding-left: 7%;
    text-align: left;
    width: 67%;
}
.bharat_bg4col .bharat_content .bharat_content_num .chart {
    display: block;
    font-size: 60px;
    height: 47px;
	color: #fff;
}
.bharat_bg4col .bharat_content h6 {
    color: #000;
    font-size: 20px;
    margin-top: 0;
	float: right;
	margin-right: -25%;
}
.bharat_btn{
	border: 2px solid;
	color: #12aea4;
	padding: 14px 35px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	z-index: 2;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
.bharat_btn1{
	border: 2px solid;
	color: #fff;
	text-shadow:none;
	padding: 5px 25px;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.bharat_btn:after, .bharat_btn1:after{
	content: "";
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150%;
	z-index: -1;
		-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.bharat_btn{
	border-color: #12aea4;
}
.bharat_btn1{
	border-color: #fff;
}
.bharat_btn2{
	border-color: #fff;
	color:#fff;
}
.bharat_btn:link,
.bharat_btn:visited,
.bharat_btn1:link,
.bharat_btn1:visited {
	position: relative;
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	    font-weight: normal;
	color: #fff;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.bharat_btn:link:after,
.bharat_btn:visited:after,
.bharat_btn1:link:after,
.bharat_btn1:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 450%;
	z-index: -1;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	transition: all 600ms ease 0s;
}
.bharat_btn:link:hover:after,
.bharat_btn:visited:hover:after,
.bharat_btn1:link:hover:after,
.bharat_btn1:visited:hover:after {
	height: 450%;
}
.bharat_btn:after, .bharat_btn1:after{
	background: #fff;
}
.bharat_btn:hover:after, .bharat_btn1:hover:after {
	height: 450%;
	z-index: -1;
}
button.bharat_btn, button.bharat_btn1{background: none !important; font-weight: normal;}
.bharat_btn:hover, .bharat_btn1:hover{color: #12aea4 !important; text-decoration:none;     font-weight: normal;}

.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 0px;
}
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 6%;
}
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 6%;
}
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img{
  width: 250px;
  height: 100px
}
.bharat_publications ol li{
    font-size: 14px;
    list-style-type: none;
    color: #171717;
    counter-increment: li;
    list-style-position: inside;
    padding: 10px 0 0px 20px;
    text-indent: -1em;
}
.bharat_publications ol li::before{
    content: counter(li);
    color: #12aea4;
    display: inline-block;
    margin-right: 14px;
    text-align: right;
}
.bharat_publications h3{
	padding-bottom:10px;
	font-size: 22px;
}
.bharat_clinical ul li, .researchareas_ul ul li{
	font-size: 14px;
	color: #12aea4;
	list-style-position: inside;
    padding: 0px 0 0px 30px;
    text-indent: -19px;
}
.bharat_clinical ul li a, .researchareas_ul ul li a{
	color:#171717;
	text-decoration:none;
}
.bharat_clinical ul li::before{
	color:#12aea4;
    display: inline-block;
	margin-right: 14px;
    text-align: right;
}
.bharat_partnerships h3{
	font-size: 16px;
    color: #1bb4b9;
	font-weight:600;
    padding-bottom: 10px;
}
.bharat_partnerships ul{
	/* list-style-type:none; */
	margin-left: 0px;
}
.bharat_partnerships ul li{
	font-size: 16px;
	list-style-type:none;
	color: #171717;

}
.bharat_partnerships ul li:before {
	content: "•";
    color: #12aea4;
    font-size: 20px;
    padding-right: 5px;
    vertical-align: top;
}
.bharat_partnerships ul li .fa{
	color:#12aea4;
}
 header{
  position: fixed;
  width: 100%;
  background: transparent;
  color: #fff;
  
}
header.sticky {
     font-size: 24px;
    line-height: 60px;
    height: 80px;
    background: rgba(0,0,0,0.7);
}
.bharat_contact .contact-post .contact_corporate p{
	margin-bottom:13px;
}
.management_team h5{
	font-size:14px;
	font-weight:400;
	color: #171717;
	padding-bottom: 0;
	padding-top: 8px;
}
.bharat_innovaton h1, .bharat_ipr h1, .bharat_team h1, .bharat_work h2, .bharat_partnerships h2{
	font-size:16px;
	font-weight:500;
	padding-bottom:10px;
	color: #1bb4b9;
}
.bharat_founder h6{
	font-size:16px;
	margin:0;
	line-height:30px;
}
.bharat_founder .bharat_foundertab ul.nav-tabs {
  border: 0;
}
.bharat_founder .bharat_foundertab ul.nav-tabs li a {
  border-radius: 0;
  background: #3ed4c8;
  color:#fff;
  border: 0;
  padding: 0;
  line-height: 120px;
}
.bharat_founder .bharat_foundertab ul.nav-tabs li a i {
  color: #FFF;
  width: 62px;
  line-height: 60px;
  border-radius: 100%;
  border: 1px solid #12aea4;
  font-size: 24px;
}
.bharat_founder .bharat_foundertab ul.nav-tabs li.active a {
      background: #12aea4;
    border: 0;
    color: #fff;
    position: relative;
}
.bharat_founder .bharat_foundertab ul.nav-tabs li.active a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #12aea4;
  position: absolute;
  bottom: -10px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
}
.bharat_founder .bharat_foundertab .tab-content {
  
}
.bharat_founder .bharat_foundertab .tab-content .tab-pane {
  background: transparent;
  padding: 20px 0px 20px 0px;
}
.bharat_founder .bharat_foundertab .tab-content .tab-pane i {
  /* color: #f7b71e; */
  /* font-size: 16px; */
  /* margin-right: 10px; */
}
.rotavacblue li a{
	color:#12aea4 !important;
	font-weight:600;
}
.modal-dialog {
	max-width: 800px;
	margin: 100px auto;
  }
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
  text-shadow:none;
  background: #12aea4 !important;
	padding: 0px 10px !important;
}
.close:focus, .close:hover {
	color: #12aea4;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.9;
    background: #fff !important;
}
.color a{
	color: #1bb4b9 !important;
}
.font12{
	font-size:13px !important;
}
.dot .fa{
	color: rgb(2, 169, 162);
	font-size: 8px;
    line-height: 23px;
	padding-right:5px;
}
.signup-btn {
    background: #12aea4 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.inner a.signup-btn {
    background: #12aea4 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 15px;
    padding: 10px 54px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.inner a.signup-btn:hover {
  background: #364b73 none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
}
.signup-btn:hover {
  background: #364b73 none repeat scroll 0 0;
  border: 1px solid #d9d9d9;
}
.bharat_products .products_top{
	margin-bottom:5px;
}
.bharat_products .products_top .col-md-4{
	padding:0;
}
.bharat_products .products_below .col-md-5, .bharat_products .products_below .col-md-4{
	padding:0;
}
.bharat_products .products_below .col-md-3, .bharat_products .products_top .col-md-4.middle_content{
	padding-left:5px;
	padding-right:5px;
}
.bharat_products .product_img{
	position:relative;
}
.bharat_products .bhatat_title{
	position: absolute;
    bottom: 20px;
    right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px auto;
}
.bharat_products .content{
	background:#12aea4;
	padding: 45px 39px;
	float:left;
	min-height: 320px;
}
.bharat_products .content p{
	color:#fff;
	font-size:14px;
	margin-bottom:0px;
	line-height: 21px;
}
.blockquote {
  background: transparent;
  border-left: 5px solid #364b73;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  /* quotes: "\201C""\201D""\2018""\2019"; */
}
.blockquote:before {
  color: #364b73;
  /* content: open-quote; */
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  display: inline;
  font-size: 18px;
}