@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px !Important;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}

.bg-blue{
	background: #00ADEF;
}

.navbar-dark .navbar-nav .nav-item.active a{
	color: #182D6C;
	font-weight: 700;
	background: #fff;
	border-radius: 4px;
	padding: 8px 16px;
}

.navbar-dark .navbar-nav .nav-item{
	padding-left: 24px;
}

.carousel-caption{
	right: unset;
	bottom: unset;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.carousel-caption h3{
	font-size: 3.5vw !important;
}

.carousel-caption p span{
	color: #fff;
	background: #182D6C;
	text-transform: uppercase;
	padding: 4px;
	font-size: 1vw !important;
}

.btn{
	background: transparent;
	color: #fff;
	padding: 6px 24px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.btn-submit{
	background: #00ADEF;
	color: #000;
	padding: 6px 24px;
	border: 1px solid #fff;
	border-radius: 4px;
}

.title{
	font-size: 24px !important;
	font-weight: 700;
	margin-bottom: 12px;
	color: #00ADEF;
	position: relative;
}

.title::after {
    border-top: 3px solid #00ADEF;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    width: 3vw;
    border-radius: 10px;
}

.text-center .title::after {
    margin: 0 auto;
}

.sub-title{
	font-size: 16px !important;
	font-weight: 700;
	margin-bottom: 12px;
	color: #00ADEF;
}

.product-card{
	padding: 8px 16px;
}

.product-card h4{
	color: #00ADEF;
	font-weight: 700;
}

section{
	padding: 2.5vh 0;
}

a{
	color: #1B3B9B;
}

#parallax{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/parallax_Parmin_Pharmed.jpg"); 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0px;
}

#parallax h3{
	font-size: 32px !Important;
	font-weight: 700;
}

#parallax h4{
	font-size: 24px !Important;
}

#about{
	background: linear-gradient(rgba(24, 45, 108, 0.65), rgba(24, 45, 108, 0.65)), url("../images/images-about-us.jpg") no-repeat top center;
	background-size: cover;
}

#ehs{
	background: linear-gradient(rgba(24, 45, 108, 0.65), rgba(24, 45, 108, 0.65)), url("../images/images-ehs.jpg") no-repeat top center;
	background-size: cover;
}

#csr{
	background: linear-gradient(rgba(24, 45, 108, 0.65), rgba(24, 45, 108, 0.65)), url("../images/images-csr.jpg") no-repeat top center;
	background-size: cover;
}


#services{
	background: linear-gradient(rgba(24, 45, 108, 0.65), rgba(24, 45, 108, 0.65)), url("../images/images-services.jpg") no-repeat top center;
	background-size: cover;
}

#contact{
	background: linear-gradient(rgba(24, 45, 108, 0.65), rgba(24, 45, 108, 0.65)), url("../images/1.jpg") no-repeat top center;
	background-size: cover;
}


.header-image h3{
	font-size: 2vw !important;
  color: #fff;
  padding: 5vw 7vw;
  font-weight: 700;
}


#byproducts {
  border-collapse: collapse;
  width: 30%;
}

#byproducts td,
#byproducts th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#byproducts tr:nth-child(even) {
  background-color: #dddddd;
}

#quick-links a{
	color: #000;
	text-decoration: underline;
}

#quick-links a:hover{
	color: #00ADEF;
}

#sidebar-nav{
	list-style-type: disc;
}

#sidebar-nav ul{
	padding-left: 15px;
	list-style-type: circle;
}

#sidebar-nav ul li, #sidebar-nav li{
	padding: 8px 0px;
}


footer{
	background: #F4F9FF;
	padding: 80px 0px;
	color: #000;
}

footer *{
	font-size: 12px !Important;
}

footer h4{
	font-size: 16px !Important;
	font-weight: 700;
	padding-bottom: 8px;
}

footer ul{
	padding-left: 25px;
}

footer ul li{
	list-style-type: none;
	list-style-image: url("../fonts/images-arrow-right.svg");
}

#copyright{
	background: #00ADEF;
	font-weight: 700;
}

.fa {
  padding: 8px 0px;
  font-size: 14px !Important;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  color: white;
}

footer a:hover{
	color: #fff;
}
