@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
}
p{
	font-size: 14px;
    line-height: 1.4em;
}
a{
 	text-decoration: none !important;
}
ul li, ol li{
	font-size: 14px;
    line-height: 1.4em;
}
.table th, .table td {
    vertical-align: middle;
}
.fa-ul {
    margin-left: 1.5em;
}
.bg1{
	background: #0095da;
}
.bg2 {
    background: #282a2e;
}
.bg3{
	background-color: #1e2225!important;
}
.text1{
	color: #0095da;
}
.title{
	/*font-size: 32px;*/
    font-weight: 600;
    line-height: 1.2em;
	position: relative;
}
.title:after{
    position: absolute;
    content: '';
    margin-left: 10px;
    width: 40px;
    height: 2px;
    bottom: 8px;
    background-color: #0095da;
}
.separator{
	position: relative;
	padding-bottom: 10px;
}
.separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 56px;
    height: 2px;
    background-color: #0095da;
}
/*PageLoader CSS*/
#page-loader {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/loader.gif);
	background-size:30%;
}

#return-to-top {
    position: fixed;
    bottom: 9px;
    right: 9px;
    z-index: 100;
	color: #ffffff;
    background: #444444;
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#return-to-top:hover {
	background: #0095da;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    top: 12px;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*-- Used in pharmaceuticals.php and sustainability.php --*/
.nav-pills .nav-link.active, .sustainability-pg .nav-pills .show>.nav-link {
    background-color: #0095da;
}
.nav-pills .nav-link {
    background-color: #343a40;
	color: #fff;
}

/*--------------------------------
	Navbar CSS
----------------------------------*/
.navbar{
	left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.navbar-nav li a{
	font-size: 14px;
}
li.nav-item {
    margin-right: 30px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #0095da !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	padding-left:0;
	padding-right:0;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    top: 55px;
    border-top: 0px solid #021a47;
    border-radius: 0px;
}
.dropdown-menu a{
    padding: 12px 20px;
}
.dropdown-menu a:link,.dropdown-menu  a:visited {
    border-bottom: 1px solid #e9e9e9;
}
.dropdown-toggle::after{
 display: none;
}

.search-on {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    overflow: visible;
    display: none;
    background: #fff;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
	display: none;
}
.search-on i{
	position: absolute;
	right: 20px;
    top: 40px;
	font-size: 32px;
	color: #d8d8d8;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.search-on i:hover{
	transform: rotate(180deg);
	color: #0095da;
}
.search-on input.search-field{
	width: 100%;
	height: 80px;
	color: #797979;
	border: 0;
    border-radius: 0;
	font-size: 44px;
	border-top: 3px solid #0095da;
}

.searchDropdown{
	position: absolute;
    display: none;
    background-color: #ffffff;
    padding: 0;
    top: 79px;
    right: 13px;
    border-top: 3px solid #0095da;
    border-radius: 0px;
    padding: 25px 20px;
}
.search-form{
	position: relative;
    margin: 0px;
}
input.search-field{
	display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
	border: 0;
}
/*--------------------------------
	Breadcrumb CSS
----------------------------------*/
.page-breadcrumb{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.page-breadcrumb:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(25,25,25,0.70);
}*/
/*--------------------------------
	Slider CSS
----------------------------------*/
#demo .carousel-item:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.5);
}
.carousel-item .carousel-caption{
	position: absolute;
    top: 33%;
    left: 15%;
	right:15%;
	text-align: left;
}
.carousel-item .carousel-caption h3{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: capitalize;
	color: #fff;
}
.carousel-item .carousel-caption p{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
	line-height: 27px;
}
.toggleHeading {
	animation-delay: 0.5s;
  	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
	-moz-transition: none !important;
}
.toggleCaption {
	animation-delay: 1.5s;
  	-webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
	-moz-transition: none !important;
}
.carousel-control-next, .carousel-control-prev{
	width: auto;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: none; 
    background: #fff;
    padding: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 60px;
    height: 60px;
}
.carousel-control-prev-icon:before, .carousel-control-next-icon:before{
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #000;
    display: block;
    line-height: 40px;
    text-align: center;
	font-weight: 900;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.carousel-control-prev-icon:hover:before, .carousel-control-next-icon:hover:before{
   transform:scale(1.5);
  }
.carousel-control-prev-icon:before{
    content: '\f104';
}
.carousel-control-next-icon:before{
    content: '\f105';
}

/*--------------------------------
	Home Page CSS
----------------------------------*/
/*---- Sustainability section ----*/
.sustainability .title:after{
	background: #fff;
}
.sustainability p{
	color: #fff;
	font-size: 16px;
    line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}
.flip-card {
  background-color: transparent;
  width: auto;
  height: 227px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  z-index: 2;
}
.flip-card-front h3{
	color: #242424;
    font-size: 18px;
    font-weight: 600;
}
.flip-card-back {
  background: #242424;
  transform: rotateY(180deg);
  z-index: 2;
}
.flip-card-back p{
	color: #aaaaaa;
  font-size: 15px;
  line-height: 1.8em;
}
.flip-card-back a{
	color: #0095da;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
/*---- industries_served section ----*/
.industries-block{
 	background-color: #fff;
    border-right: 1px solid #eff3f7;
    border-bottom: 1px solid #eff3f7;
    padding: 0;
}
.industries-block::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0095da;/*#006199*/
    opacity: 0;
    border-color: transparent;
}
.industries-block::after,
.industries-block > img,
.industries-block i img,
.industries-block h5,
.industries-block p {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.industries-block:hover::after {
	opacity: 0.6;
}
.industries-block > img {
    opacity: 0;
    position: relative;
}
.industries-block:hover img {
	opacity: 1;
}
.industries-block .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
    padding: 0 10px;
    text-align: center;
}
.industries-block .content i {
    display: block;
    margin: 0 auto 10px;
    z-index: 1;
    width: 40px;
    height: 37px;
    overflow: hidden;
    position: relative;
}
.industries-block .content i img {
    position: relative;
    top: 0;
}
.industries-block:hover i img {
	top: -37px;	
}
.industries-block .content h5 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
    z-index: 1;
    position: relative;
}
.industries-block .content p{
    color: #999;
    position: relative;
}
.industries-block:hover h5, .industries-block:hover p{
 color:#fff;
}
@media (min-width: 992px) {
	.hide-border-bottom{
		border-bottom: 0px;
	}
	.hide-border-right{
		border-right: 0px;
	}
	.hide-border-RightBottom{
		border-right: 0px;
		border-bottom: 0px;
	}
}
/*---- Award section ----*/
.award-container{
	overflow:hidden;
}
.award-container .image {
  display: block;
  width: 100%;
  height: auto;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.award-container:hover .image{
	-webkit-transform:scale(1.1) rotate(-3deg);	
	-ms-transform:scale(1.1) rotate(-3deg);	
	-moz-transform:scale(1.1) rotate(-3deg);	
	transform:scale(1.1) rotate(-3deg);	
}
.award-container .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 149, 218, 0.8);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.award-container:hover .overlay {
  bottom: 0;
  height: 100%;
}
.award-container .text {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  /*bottom: 20px;*/
  right: 0px;
  top: 40%;
  text-align: center;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  text-align: center;
  opacity:0;
}
.award-container:hover .text {
	opacity:1;
	-ms-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
	-webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
}

/*--------------------------------
	About Page CSS
----------------------------------*/
.about-image:after {
    position: absolute;
    content: '';
    right: 22px;
    top: -18px;
    left: 30px;
    bottom: 21px;
    z-index: -1;
    background-color: rgba(0, 149, 218, 0.9);
}

/*--------------------------------
	Product Categories Page CSS
----------------------------------*/
.products {
	overflow: hidden;
	transition: .5s ease;
}
.products .overlay{
	position: absolute;
    top: 83%;
    left: 0;
    right: 0;
    background-color: rgba(250, 250, 250, 0.8);
    overflow: hidden;
    width: 100%;
    height: 17%;
    transition: .5s ease;
}
.products:hover .overlay {
  top: 0;
  height: 100%;
}
.products .fas {
  font-size: 15px;
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40%;
  text-align: center;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  text-align: center;
  opacity:0;
}
.products:hover .fas {
	opacity:1;
	-ms-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
	-webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    transform: translate(0%);
}
.products:hover .text {
	opacity:1;
	-ms-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}
/*.og-grid li .og-fullimg img{
	height: 300px;
}*/

/*--------------------------------
	Footer CSS
----------------------------------*/
.main-footer {
	position: relative;
	padding: 20px;
	color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-size: cover;
}
.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(25,25,25,0.85);
}
.main-footer a, .main-footer p, .main-footer span{
	color: #cccccc;
	    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.f-c-details{
	border: 1px solid rgba(255,255,255,0.10);
	background-color: rgba(0,0,0,0.30);
}
.f-c-details .col-md-4:after{
	position: absolute;
    content: '';
    right: 40px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,0.10);
}
.f-c-details .col-md-4:last-child:after {
	background-color: rgba(255,255,255,0);
}
.f-c-details i{
	font-size: 34px;
	color: #0095da;
}
.f-c-details p{
	font-size: 16px;
	font-weight: 400;
	color: #cccccc;
}
.main-footer a:hover{
	color: #f5f5f5;
}
.main-footer .ft-title{
	position: relative;
	font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.main-footer .ft-title:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #0095da;
}
.main-footer ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.main-footer ul li{
	margin-bottom: 8px;
}
.main-footer ul li a {
    position: relative;
    color: #cccccc;
    font-size: 15px;
    padding-left: 15px;
}
.main-footer ul li a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '-';
    line-height: 1.2em;
}
.main-footer ul li a.social-icon{
    color: #7c7c7c;
    font-size: 20px;
	padding-left: 1px;
	padding-right: 10px;
}
.main-footer ul li a.social-icon:before{
	content: '';
}
.main-footer input#n-email{
	background: #131313;
    border: 1px solid rgba(255,255,255,0.10);
	color: #fff;
}
.main-footer .btn{
	background-color: #0095da;
	color: #242424;
}
.bottom-footer{
	background: #111114;
	padding: 20px 0 5px 0;
}

/*--------------------------------
	Responsive CSS
----------------------------------*/
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 992px) {
	/*-- Menu Section --*/
    .navbar-dark .navbar-nav .nav-link {
		padding-right: 0px;
	}
}

@media screen and (max-width: 1179px) {
	/*-- About Page --*/
	.about-image:after {
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	/*-- Homepage - Slider Section --*/
	.carousel-item .carousel-caption{
		top: 20%;
	}
	.carousel-item .carousel-caption h3 {
        font-size: 2rem;
		line-height: 1.2em;
    }
    .carousel-item .carousel-caption p {
        font-size: 1.3rem;
		line-height: 1.2em;
    }
	/*-- Footer Contact Details Section --*/
	.f-c-details .col-md-4:after{
		background-color: rgba(255,255,255,0);
	}
	.f-c-details p {
		padding-bottom: 20px;
	}
	/*-- Navbar Search Section --*/
	.searchDropdown{
		width: 100%;
		right: 0;
	}

}
@media screen and (max-width: 767px) {
    /*-- Homepage - Slider Section --*/
	.carousel-item .carousel-caption h3 {
        font-size: 0.9rem;
		line-height: 1.2em;
    }
    .carousel-item .carousel-caption p {
        font-size: 0.5rem;
		line-height: 1.2em;
    }
	.carousel-control-prev-icon, .carousel-control-next-icon{
		width: 20px;
		height: 20px;
		position:relative;
	}
	.carousel-control-prev-icon:before, .carousel-control-next-icon:before{
		position: absolute;
		top: -9px;
		left: 35%;
	}
}
@media screen and (max-width: 417px) {
    .title {
    	font-size: 24px;
	}
	.title:after {
		bottom: 5px;
	}
	/*.title span{
		display:block;
	}*/
}



/*-- Navbar CSS --*/
ul.nav li.dropdown > ul.dropdown-menu {
	padding-top: 10px;
	margin: 0;
	}
.nav > li > a.a-caret {
	display: block;
	padding: 8px;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 1px;
	left: 10px;
	}
.nav > li > a.a-stripped {
	padding: 5px 2px 5px 38px;
	}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 4px;
	margin-left: 1px;
	}
.navbar .nav > li > .dropdown-menu:before {
	left: 16px;
	}
.navbar .nav > li > .dropdown-menu:after {
	left: 17px;
	}
.navbar .navbar-inner {
	box-shadow: 0 2px 15px rgba(0,0,0, 0.12);
	}
.navbar .nav > li > .dropdown-menu:before {
	border-bottom: 7px solid rgba(153, 153, 153, 0.27);
	}
.navbar .nav > li > .dropdown-menu:after {
	border-bottom: 6px solid rgba(255,255,255,.9);
	}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #ececec;
	border-radius: 4px;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
}
@media (min-width: 1024px) {
	.navbar{
		position: fixed;
	  	top: 0;
	}
}
@media (min-width: 980px) {
	ul.nav li.dropdown:hover a.a-caret + ul.dropdown-menu,
	ul.nav li.dropdown a.a-caret:hover + ul.dropdown-menu,
	ul.nav li.dropdown ul.dropdown-menu:hover {
		display: block;
		z-index: 1001;
		}
	}
@media (max-width: 979px) {
	.nav > li > a.a-caret {
		box-shadow: 0 1px 3px rgba(0,0,0,.35);
		height: 12px;
		width: 12px;
		top: 2px;
		left: 8px;
		}
	.nav > li > a.a-stripped {padding-right: 45px; padding-left: 45px;}
	ul.nav li.dropdown.open ul.dropdown-menu  {
		background-color: #ececec;
		border-radius: 4px;
		box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
		}
	.dropdown-submenu > a:after {
		border-left-color: transparent;
		border-top-color: #ccc;
		border-width: 5px 5px 0 5px;
		}
	.dropdown-submenu:hover > a:after {
		border-top-color: #fff;
		}
	.dropdown-submenu:hover > a:after {
		border-left-color: transparent;
		}
	ul.nav li.dropdown.open ul.dropdown-menu .dropdown-submenu ul.dropdown-menu {
		background-color: white;
		box-shadow: inset 0 1px 4px rgba(0,0,0,.27);
		display: block;
		position: relative;
		margin-right: 4px;
		bottom: 2px;
		}
	ul.nav li.dropdown.open ul.dropdown-menu .dropdown-submenu:hover > a {
		color: white;
		}
}
