@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	padding: 0;
	margin: 0;
	background: #282828;
	font-family: 'Montserrat', sans-serif;
	
}
header {
	background: #111;
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
footer {
	min-height: 100px;
	background: #333;
}
.scrollTo {
	position: fixed;
	bottom: 20px; 
	right: 10px;
	color: white;
	padding: 10px 25px;
	background: #000;
	text-decoration: none;
}
/*--------------------------------------
	CUSTOM STYLES
--------------------------------------*/
.fw300 {
	font-weight: 300;
}
.fw700, .bold {
	font-weight: 700;
}
.fw900 {
	font-weight: 900;
}
.white {
	color: #fff;
}
.gray_text {
	color: #A3A3A3;
}
#anchor {
	position:absolute;
	/*top:80%;*/
	visibility: hidden;
}
header .active {
	color: #fff !important;
}
.services nav .active {
	background: #f5f5f5;
}
/*--------------------------------------
	SECTIONS
--------------------------------------*/
/*-----color coded sections-------*/
/*.section3 {
	background: blue;
}
.section3_wrap {
	background: red;
}
.section4 {
	background: yellow;
}
.section5 {
	background: pink;
}*/
.section4 {
	height: auto;
}
.section4 .lcol {
	background: url("../images/holistic-solution-image.png") no-repeat top left #fff;
	background-size: 120%;
	background-postion: bottom center;
	height: 300px;
}
.section4 .rcol {
	background: #fff;
	padding-top: 25px;
}
.section5 {
	background: #313131;
	padding: 20px 0;
}
.section6 {
	background: #000;
	overflow: hidden;
}
.section7, .section7 .row {
	height: 100vh;
}
.services-bpt {
	backround: #313131;
	padding: 10% 0;
}
.services {
	min-height: 100vh;
	background: #fff;
	/*padding: 10% 0;*/
	padding: 125px 0 50px;
}
.contact .featured {
	padding: 75px 0 50px;
}
/*--------------------------------------
	NAV
--------------------------------------*/
header .nav {
	background: #333;
	position: relative;
	padding: 10px 0;
	margin-top: 15px;
}
header .nav:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -18px;
	left: 10px;
	display: block;
}
header .nav-item {
	width: 100%;
}
#mobile-trigger {
	background: none;
	border: none;
	color: #fff;
	position: flex;
	align-self: center;
}
/*--------------------------------------
	FOOTER
--------------------------------------*/
/*--------------------------------------
	FORM
--------------------------------------*/
form {
	position: relative;
	z-index: 50;
}
form .lcol, form .rcol {
	margin-bottom: 25px;
}

.form-control {
	background: none;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0px !important;
	color: #fff;
	box-shadow: none !important;
	padding-left: 0;
}
.form-control:focus {
	background: none !important;
	color: #fff;
}
textarea {
	width: 100%;
}
/*--------------------------------------
	SECTIONS
--------------------------------------*/
.scrollDown {
	opacity: .05;
}
.scrollDown span {
	animation: bounce 1s ease-in-out alternate infinite;
	position: relative;
}
@keyframes bounce {
	from {
		bottom: 0;
	}
	to {
		bottom: -8px;
	}
}
.ring_path_light {
	fill:none;
	stroke:#282828;
	stroke-width:13;
	stroke-miterlimit:10;
	animation: pulse 1s ease-in-out infinite alternate;
}
.ring_path_light:nth-child(1) {
	animation-delay:1s;
}
.ring_path_light:nth-child(2) {
	animation-delay:2s;
}
.ring_path_light:nth-child(3) {
	animation-delay:1.5s;
}
.ring_path_light:nth-child(4) {
	animation-delay:.5s;
}
@keyframes pulse {
	from {
		stroke:#282828;
	}
	to {
		stroke:#272727;
	}
}

.section6 .container-fluid {
	padding: 0;
}
.img_slide {
	position: relative;
	background-size: cover;
	background-position: center center;	
}
.img_slide:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(000,000,000,.8);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s ease-in-out;
	z-index: -1;
}
.img_slide:hover::after {
	background: rgba(000,000,000,.5);
}
.img_slide h3 {
	background: #1f1f1f;
	padding: 8px 16px;
	max-width: 540px;
	position: absolute;
	top: 65%;
}
.core_competencies .img_slide {
	background: url("../images/scientist-using-microscope.png") no-repeat;
	background-postion: center center;
	background-size: cover;
	height: 300px;
}
.past_performance .img_slide {
	background: url("../images/shaking-hands.png") no-repeat;
	background-postion: center center;
	background-size: cover;
	height: 300px;
}
.company_snapshot .img_slide {
	background: url("../images/board-room.png") no-repeat;
	background-postion: center center;
	background-size: cover;
	height: 300px;	
}
.certifications .img_slide {
	background: url("../images/people-having-meeting.png") no-repeat;
	background-postion: center center;
	background-size: cover;
	height: 300px;	
}
.GMP {
	background: #333;
	padding: 0;
	margin-bottom: 50vh;
}
.GMP .container-fluid {
	padding: 0;
}
.GMP h1, .GMP h3 {
	color: #ffffff;
	padding: 20px;
}
.GMP .lcol {
	padding-top: 50px;
}
.GMP .lcol img {
	width: 20%;
	display: block;
	margin: 0 auto;
	animation: spin 5s ease-in-out infinite;
	opacity: .05;
}
@keyframes spin {
	  0% {
		transform: rotate(0);
	  }
	20% {
		transform: rotate(720deg);
		filter: blur(2px);
	  }
	21% {
		transform: rotate(720deg);
		filter: blur(0);
	  }
	100% {
		transform: rotate(720deg);
		filter: blur(0);
	  }
	
}
.services-bpt svg {
	width: 35%;
	display: block;
	margin: 0 auto;
	opacity: .10;
	
}
.featured {
	background:#333
}
.featured, .featured .row {
	min-height:100vh;
}
.featured h1 {
	font-size: 24px;
}
.featured ul {
	padding: 0;
	width: 100%;
	position: relative;
}
.featured li {
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 24px;
	opacity: 0;
}	
.featured li {
	animation: toggleText 25s linear infinite;
}
.featured li:nth-child(2) {
	animation-delay: 5s;
} 
.featured li:nth-child(3) {
	animation-delay: 10s;
} 
.featured li:nth-child(4) {
	animation-delay: 15s;
} 
.featured li:nth-child(5) {
	animation-delay: 20s;
} 	
@keyframes toggleText {
  10% {
	opacity: 1;
  }
  17% {
	opacity: 1;
  }
  18% {
	opacity: 0;
  }
}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 768px) {
	header .nav {
		justify-content: flex-end;
		background: none;
		margin-top: 0;
	}
	header .nav-item {
		width: auto;
		margin: 0 10px;
	}
	header .nav li.nav-item:last-child {
		margin-right: 0;
	}
	header .nav:before {
		display: none;;
	}
	.section4 .lcol {
		background-position: center center;
		height: 450px;
		background-size: 100%;
	}
	.core_competencies .img_slide, 
	.past_performance .img_slide, 
	.company_snapshot .img_slide, 
	.certifications .img_slide {
		height: auto;
		background-position: top center;
	}	
	
	.GMP {
		margin-bottom: 0;
		position: relative;
		overflow-x: hidden;
	}
	.GMP .lcol {
		padding-top: 0;
	}
	.featured h1, .featured li {
		font-size: 60px;
	}
	.services .nav-link {
		font-size: 13px;
	}
	.services-bpt svg {
		width: 75%;
		display: block;
		margin: 0 auto;
		animation: spin 10s ease-in-out infinite;
		opacity: .10;
	}
	form .lcol, form .rcol {
		width: 50%;
		float: left;
		padding: 15px;
		margin-bottom: 25px;
	}
	form .fullcol {
		padding: 15px;
		margin-bottom: 25px;
	}
	form textarea {
		padding: 8px;
	}
	.section6 {
		padding-top: 120px;
	}	
	#homeLink {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.nav {
		background: none;
		padding: 0;
		margin-top: 0;
	}
	
	.drawCanvas {
		position: relative;
	}
	#glowing-rings {
		position: fixed;
		max-width: 600px;
		top: 280px;
		left: 0;
		opacity: .33;
	}
	.section4 {
		height: auto;
		background: #fff;
	}
	.section4 .lcol {
		background: url("../images/holistic-solution-image.png") no-repeat top left;
		background-size: cover;
		background-position: top right;
		height: 700px;
	}
	.section4 .rcol {
		background: none;
		padding-top:0;
	}
	
	.nav-item {
		margin: 0 50px;
	}
	.ring_path_light {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.featured {
		padding: 0;
		position: relative;
	}
	.featured:after {
		content: '';
		width: 100%;
		height: 100%;
		background: url("../images/glowing-rings.png") no-repeat;
		background-position: left 150%;	
		padding: 0;
		position: absolute;
		top: 0; 
		left: 0;
		opacity: .25;
		z-index: 0;
	}
	.featured .container-fluid {
		z-index: 2;
		position: relative;
	}
	footer {
		background: url("../images/glowing-rings.png") no-repeat #333;
		background-size: 10%;
		background-position: left center;
	}
	.featured h1, .featured li {
		font-size: 60px;
	}
	.services {
		padding: 10% 0;
	}

}
@media only screen and (min-width: 1366px) {
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1920px) {
}
