@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: "Roboto-regular";
	src: url("/fonts/Roboto-regular.eot");
	src:
	url("fonts/Roboto-regular.woff") format("woff"),
	url("fonts/Roboto-regular.otf") format("opentype"),
	url('fonts/Roboto-regular.ttf') format('truetype'),
	url("fonts/Roboto-regular.svg#filename") format("svg");
	font-weight: normal;
}

@font-face {
	font-family: "Roboto-bold";
	src: url("/fonts/Roboto-bold.eot");
	src:
	url("fonts/Roboto-bold.woff") format("woff"),
	url("fonts/Roboto-bold.otf") format("opentype"),
	url('fonts/Roboto-bold.ttf') format('truetype'),
	url("fonts/Roboto-bold.svg#filename") format("svg");
	font-weight: Bold;
}

@font-face {
	font-family: "Archive";
	src: url("/fonts/Archive.eot");
	src:
	url("fonts/Archive.woff") format("woff"),
	url("fonts/Archive.otf") format("opentype"),
	url('fonts/Archive.ttf') format('truetype'),
	url("fonts/Archive.svg#filename") format("svg");
	font-weight: normal;
}

body, html, h4, h5, h6 {
	font-family: "Roboto-regular", Arial, sans-serif;
	font-weight: normal;
	color: #282c37;
}
h4, h5, h6, a {
	font-family: "Roboto-bold", Arial, sans-serif;
	font-weight: bold;
	color: #282c37;
}
h1,h2,h3, .panel-heading {
	font-family: "Archive", Arial, sans-serif;
	font-weight: normal;
	color: #282c37;
}
img {
	width: 100%;
}
.noPadding {
	padding: 0;
}
.noMargin {
	margin: 0;
}
.flex-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.home {
	content: '';
	background: url('../img/banner.png');
	background-size: cover;
	background-position: center 70px;
	background-attachment: fixed;
	height: 100vh;
	width: 100%;
	position: relative;
}
.layer {
	background-color: rgba(0,0,0,);
}
header {
  justify-content: space-between;
	-webkit-justify-content: space-between;
	/* background-color: rgba(0,14,24,0.3); */
	background-color: #fff;
	height: 80px;
	position: fixed;
	z-index: 2;
	width: 100%;
}
.logo-bar {
  justify-content: center;
	-webkit-justify-content: center;
  width: 250px;
  height: 70px;
	background-color: #fff;
/*	background-color: rgba(35, 68, 113, 0.9);*/
}
.logo-bar img {
	width: 100%;
	height: auto;
}
.home-content {
	  -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 0;
    height: 90vh;
    width: 100%;
    background: rgba(0,14,24,0.1);
}
.home-content img {
	width: 100px;
	height: auto;
}
.typewriter {
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
/*    background: #326fc9;*/
}

.typewriter h2 {
  color: #fff;
  overflow: hidden;
  border-right: .15em solid transparent;
/*  white-space: nowrap; */
  margin: 0 auto;
  letter-spacing: .1em;
  font-size: 1.5em;
  /*animation: typing 3.5s steps(30, end) infinite;*/
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.content-center button {
	background: #1572c3;
    color: #fff;
    width: 130px;
    padding: 5px;
    border: none;
    border-radius: 16px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: archive;
    letter-spacing: 2px;
    outline: none;
    cursor: pointer;
    margin: 20px 0 0 0;
}
.content-center {
	text-align: center;
	width: 50%;
}
.home-content p {
	font-family: "Roboto-bold", Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
}
ul.nav {
	margin-right: 10px;
}
.nav-link {
    color: #111;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto-bold", Arial, sans-serif;
}
.nav-link:hover {
	color: #1572c3;
}
.nav-link:active, .nav-link.active {
	background: #1572c3;
	color: #fff;
	border-radius: 2px;
}
header.sticky {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    height: 80px;
    /* background: rgba(0,14,24,0.3); */
		background: rgba(255,255,255,0.8);
    z-index: 9;
}
body.down header.sticky {
    transform: translateY(0);
}
header.sticky .logo-bar {
	height: 80px;
	width: 200px;
}
header.sticky .logo-bar img {
}
section.about {
	width: 100%;
	position: relative;
}
section.about .flex-align, section.services .flex-align:first-child, section.history .flex-align:first-child  {
	min-height: 720px;
}
section.career .flex-align {
	min-height: 400px;
	background: rgba(0, 0, 0, 0.03);
}
.hst {
	justify-content: center;
	-webkit-justify-content: center;
}
.align-left {
	float: left;
}
section.about h5 {
	margin-bottom: 2%;
  background: #bbb;
  padding: 8px;
}
section.about p {
	color: #222;
	line-height: 28px;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: "Roboto-bold", Arial, sans-serif;
}
.about-content {
	z-index: 1;
	text-align: center;
	width: 65%;
  margin: 0 auto;
}
.career-content, .history-content {
	width: 65%;
	margin: 0 auto;
	padding: 6% 0;
}
.about-content img {
    width: 50px;
    margin-bottom: 1%;
}
.about-content:before {
    content: '';
    background: url(../img/about-us.png);
    position: absolute;
    background-position: center;
    height: 100%;
    width: auto;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.clients-slider-holder h5, .footer-content-holder h5, .projects-slider-holder h5, .sector-right h5, .services-content-holder h5, section.about h5 {
	font-size: 16px;
}
.career-content ol li {
	font-size: 13px;
}
.history-content img {
	width: 65px;
	background: #eee;
	border-radius: 50%;
	padding: 16px;
	margin: 10% 0 5% 0;
}
.hst-values {
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.hst-values ul li {
	list-style: none;
}
section.services {
	min-height: 800px;
	width: 100%;
	background: #ececec;
}
section.services h3 {
	margin: 4% 0 6px 0;
}
section.services .flex-align:first-child {
	margin-top: 2%;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}
.projects-title h3 {
	margin: 0 0 6px 0 !important;
}
.services-content-holder h5 {
	margin-bottom: 2%;
}
.services-card {
	text-align: left;
	margin: 1%;
	background: #fff;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.2);
	padding: 2%;
	border-bottom: 4px solid #326fc9;
}
.services-content {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}
.services-content ul {
	margin-top: 4px;
}
.services-card img {
	width: 50px;
	margin: 7% 0;
}
ul.pagination li a i {
    background: #326fc9;
    padding: 6px 10px;
    color: #fff;
    border-radius: 2px;
    margin-left: 2px;
    font-size: 20px;
}
.panel-heading {
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.services-card h5 {
	margin: 1% 0;
	font-weight: bold;
	font-size: 16px;
}
section.services p {
    color: #222;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.services-card:hover img {
	animation: ex 1s infinite;
	-webkit-animation: ex .5s linear alternate infinite;
}
@keyframes ex {
	0% {
		transform: translate3d(0,0,0);
	}
	50% {
		transform: translate3d(0,10%,0);
	}
	100% {
		transform: translate3d(0,30%,0);
	}
}
@-webkit-keyframes ex {
	0% {
		-webkit-transform: translate3d(0,0,0);
	}
	50% {
		-webkit-transform: translate3d(0,10%,0);
	}
	100% {
		-webkit-transform: translate3d(0,30%,0);
	}
}

section.sectors {
	height: auto;
	width: 100%;
	padding: 40px;
}
.sector_left {
	min-height: 1000px;
	position: relative;
	width: 200px;
	background-color: #326fc9;
	text-align: center;
}
.sector_left div {
	width: 100%;
}
.sector_left h3, .sector_left h5 {
	color: #fff;
}
.sector-right-title {
	width: 100%;
}
.sector-right h5 {
	margin-bottom: 3%;
}
.sector-right-title h3, .sector-right-title h5 {
	color: #fff;
}

.black-layer {
	position: fixed;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	text-align: center;
    transition: 0.2s all ease;
}
.black-layer img {
	width: 55% !important;
    height: auto !important;
    margin: 0 auto;
	filter: grayscale(0%) !important;
	-webkit-filter: grayscale(0%) !important;
	margin-top: 3%;
}
.hidden, .hide {
	display: none !important;
}
.black-layer i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.black-layer p {
	color: #fff;
    margin: 20px 0;
    letter-spacing: 1px;
    font-family: "Roboto-bold", Arial, sans-serif;
}
.sectors-content .sectors-card {
    width: 33%;
    overflow: hidden;
    position: relative;
    height: 250px;
    cursor: pointer;
}
.sectors-content .sectors-card img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	height: 275px;
}
.sector-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(14,30,53,0.5);
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.sector-layer h3 {
	color: #fff;
    width: 100%;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 16px;
}
section.projects {
	width: 100%;
}
section.projects .flex-align:first-child {
	min-height: 800px;
}
.projects-slider {
	width: 50%;
	height: 705px;
}
.boxes {
    height: 250px;
    width: 350px;
    display: inline;
    margin: 10px 1em;
}
.slick-slide {
    text-align: center;
    cursor: pointer;
    transform: scale(0.9);
}
.slick-center {
    background: #fff;
    transition: all 0.5s;
    transform: scale(1);
}
.boxes h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 190px;
    padding: 0 78px;
    margin: 0 auto;
}
.slider {
    width: 120px;
    margin: 0 auto;
}
.boxes h2 {
    font-size: 0.850em;
    text-transform: uppercase;
}
.stack {
    width: 400px;
    margin: 0 auto;
}
.boxes.slick-slide.slick-active {
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	border: 10px solid #fff;
	height: 500px !important;
	overflow: hidden;
}
.slick-slide img {
	height: 400px !important;
}
.boxes.slick-slide.slick-active img {
	height: 400px;
}
.boxes.slick-slide.slick-current.slick-active.slick-center img {
    height: 400px !important;
    width: 100%;
    margin: 0 auto;
}
.boxes.slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.4);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	border: 10px solid #fff;
	height: auto !important;
}
.slick-slider button {
	display: none !important;
}
.show-read-more .more-text{
    display: none;
}
.read-more {
	display: block;
	color: #326fc9;
}
.projects-title {
	min-height: 70px;
}
.projects-title h3 {
	font-size: 18px;
	color: #444;
}
.projects-title h5 {
	font-size: 12px;
	letter-spacing: 1.5px;
	color: #444;
	margin-bottom: 0 !important;
}
.projects-title div {
	width: 100%;
}
.projects-slider-holder {
	width: 100%;
	padding: 20px;
}
.projects-slider-holder h5 {
	margin-bottom: 3%;
}
.clients-slider-holder h3 {
	margin-bottom: 3%;
}
.client {
    width: 300px !important;
    min-height: 240px !important;
    text-align: center;
		border: 5px solid  rgba(0,0,0,0.1);
		margin-top: 10px;
}
.owl-carousel.owl-drag .owl-item.active:first-child {
	margin-left: 7px;
}
.client h5 {
	margin: 4% !important;
}
.clients-slider {
	width: 1000px;
	margin: 0 auto
}
.owl-nav {
	display: none;
}
section.clients {
	background: #fff;
}
section.clients .flex-align:first-child {
	width: 100%;
	height: 600px;
}
.clients-slider-holder {
	width: 100%;
}
.clients-slider-holder h5 {
	margin-bottom: 6%;
}
a, a:visitied, a:focus {
	color: #326fc9;
}
.blue-pharma {
	font-weight: bold;
	font-size: 14px !important;
}
.owl-carousel.owl-drag .owl-item {
	min-height: 260px;
}
section.footer {
}
.footer-content-holder {
	width: 100%;
}
section.footer .flex-align:first-child {
	width: 100%;
	padding: 20px;
}
.footer-content-holder h5 {
	margin-bottom: 2%;
}
.footer-content-holder .form-group {
    margin: 1rem;
}
.footer-content-holder .form-group label {
	font-family: "Roboto-bold", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.footer-content-holder .flex-align {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}
.footer-content-holder input.footer-link {
	background: #1572c3;
    color: #fff;
    border-radius: 2px;
    border: none;
	width: 100px;
    padding: 5px;
    margin: 0 17px 17px 17px;
}
.footer-content-holder input.footer-link a {
	color: #fff;
}
.contact-address ul li {
	list-style: none;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: "Roboto-bold", Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}
.contact-address ul li.blue-pharma {
	text-transform: none;
}
.contact-address ul li img {
	width: 40px;
  margin-bottom: 2%;
}
.contact-address ul li i {
	width: 44px;
	height: 44px;
	background: #ccc;
	padding: 5px;
	border-radius: 50%;
	padding-top: 14px;
}
.contact-address ul li a.fb i {
	background: #0c4f94;
	color: #fff;
}
.contact-address ul li a.twitter i {
	background: #1b7cdf;
	color: #fff;
}
.contact-address ul li img {
	width: 260px;
}
.contact-address ul li a {
	margin: 3% 1%;
}
.contact-address ul li.flex-align {
	height: 60px;
}
.map {
	border: 10px solid #fff;
	padding: 0 0 50px 0;
}
h6.hst-title {
	margin-bottom: 2%;
}
/* Responsive Css */
#mobile-menu {
	display: none;
}
.menu-icon-holder {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 20px;
}
.menu-icon-holder i {
	cursor: pointer;
}
.menus-holder {
    background: rgba(35, 68, 113, 0.9);
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    right: 0;
    z-index: 10;
    animation: move 0.5s linear;
}

@keyframes move {
	from {
		transform: translate3d(-100%, 0, 0 );
	}
  to {
        transform: translate3d(0, 0, 100%);
    }
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
.career-content, .history-content {
	width: 100%;
}
.stack {
	width: 100%;
}
.nav {
	display: block;
}
.nav li {
    padding: 15px;
    text-align: right;
}
.nav li a {
    color: #fff;
}
.nav li a:focus, .nav li a:hover, .nav li a:active {
	color: #fff;
}
header.sticky {
	top: 80px;
	height: 80px;
}
header.sticky .menu-icon-holder {
  right: 20px;
  top: 18px;
}
.projects-slider {
	width: auto;
}
.about-content:before {
	background-size: cover;
}
.about-content {
	width: 90%;
}
.content-center {
	width: 80%;
}
.typewriter {
	width: 100%;
}
.home-content {
	height: 87vh;
}
section.clients .flex-align:first-child {
	height: 800px;
}
header, .logo-bar {
	height: 70px;
}
.logo-bar {
	width: 200px;
}
.logo-bar img {
}
.services-content.flex-align, .sectors-content.flex-align {
	display: block;
	width: 100%;
}
.sectors-content .sectors-card {
	width: 100%;
}
section.sectors {
	padding: 15px;
}
.footer-content-holder .flex-align {
	display: block;
}
section.footer .flex-align:first-child {
	height: auto;
}
.contact-address {
	margin-top: 10%;
}
.clients-slider-holder h5 {
	margin-bottom: 20%;
}
.typewriter h2 {
	font-size: 20px;
}
.services-content-holder h5 {
    margin-bottom: 7%;
}
.services-card {
	padding: 7%;
}
.projects .container {
	width: 100%;
}
section.services .flex-align:first-child {
	display: block;
}
.client {
	width: 100% !important;
	min-height: 330px !important;
}
.footer-content-holder button.footer-link {
	float: none;
}
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
.projects .container {
	width: 100%;
	max-width: 100%;
}
.stack {
}
}
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
.content-center {
	width: 80%;
}
}
