
#top.page-load.pp-viewing-page2 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page3 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page4 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page5 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page6 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page7 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page8 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page9 .main_nav .box2 .sub-box .text,
#top.page-load.pp-viewing-page2 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page3 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page4 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page5 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page6 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page7 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page8 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page9 .main_nav .box2 .sub-box .social a.social-box i.fa,
#top.page-load.pp-viewing-page2 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page3 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page4 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page5 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page6 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page7 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page8 .main_nav .navbar-light .navbar-nav .nav-link,
#top.page-load.pp-viewing-page9 .main_nav .navbar-light .navbar-nav .nav-link{
    color:#000;
    }


#top.page-load.pp-viewing-page2 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page3 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page4 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page5 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page6 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page7 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page8 .main_nav .navbar-light .navbar-brand img,
#top.page-load.pp-viewing-page9 .main_nav .navbar-light .navbar-brand img{
    -webkit-filter: grayscale(73%) brightness(33%) sepia(70%) hue-rotate(-182deg) saturate(700%) contrast(0.8);
      filter: grayscale(73%) brightness(33%) sepia(70%) hue-rotate(-182deg) saturate(700%) contrast(0.8);
    }
	
	
	
.mySlides {display: none;}
.mySlides img {
    vertical-align: middle;
    margin-left: 26%;
    margin-top: 7%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 18px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: inherit;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 130px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}






.carousel-caption {
    right: 15%;
    bottom: 20px;
    left: 9%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.navigation-box {
	width:100%;
	float:left;
	position:absolute;
	z-index:9999;
}

.about-portion {
	width:100%;
	float:left;
	background:url(../images/about_portion-bg.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.about-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.about-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2%;
	margin-bottom:-13%;
}

.about-portion .heading1 {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:2%;
}

.about-portion .box {
	width:100%;
	float:left;
}

.about-portion .sub-box {
	width:100%;
	float:left;
	margin-top:10%;
}

.about-portion .sub-box .img-box {
    width: 50%;
    float: left;
    margin-left: 25%;
}

.about-portion .sub-box .img-box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.about-portion .sub-box a.heading2 {
	display:block;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:900;
	color:#0359aa;
	text-align:center;
	width:100%;
	float:left;
	text-transform:uppercase;
	margin-top:5%;
}

.about-portion .sub-box .text2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 21px;
    text-align: justify !important;
    width: 100%;
    float: left;
    margin-top: 3%;
}

.infrastructure-portion {
	width:100%;
	float:left;
	background:url(../images/infrastructure_portion.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.infrastructure-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.infrastructure-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-top: 2%;
}

.infrastructure-portion .sub-box {
	width:100%;
	float:left;
	margin-top:8%;
}

.infrastructure-portion .sub-box .img-box {
    width: 100%;
    float: left;
}

.infrastructure-portion .sub-box .img-box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.infrastructure-portion .sub-box .heading2 {
	font-family: 'Raleway', sans-serif;
	font-size:23px;
	font-weight:700;
	color:#fff;
	text-align:center;
	width:100%;
	float:left;
	text-transform:uppercase;
	margin-top:5%;
}

.infrastructure-portion .sub-box .text2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 3%;
}

.infrastructure-portion .sub-box .button {
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-color: #0359aa;
    padding: 1% 5%;
    text-transform: uppercase;
    float: left;
    margin-top: 4%;
    margin-left: 32%;
	margin-bottom:10%;
}

.infrastructure-portion .sub-box .button:hover {
	background-color:#fff;
	color:#0359aa;
	text-decoration:none;
}

.products-portion {
	width:100%;
	float:left;
	background:url(../images/products_bg.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.products-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.products-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-top: 2%;
}

.products-portion .sub-box {
	width:100%;
	float:left;
	margin-top:18%;
}

.products-portion .sub-box .img-box {
    width: 100%;
    float: left;
}

.products-portion .sub-box .img-box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

/*.products-portion .sub-box a.heading1 {
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    background-color: #0359aa;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4% 0%;
}*/

.products-portion .sub-box a.heading1 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
	border:0px;
	cursor:pointer;
    float: left;
    width: 100%;
    background-color: #0359aa;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4% 0%;
	display:block;
	text-decoration:none;
}

.products-portion .sub-box a.heading1:hover {
	background-color:#353535;
	color:#fff;
	text-decoration:none;
}

.manufacturing-portion {
	width:100%;
	float:left;
	background:url(../images/manufacturing_portion.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.manufacturing-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.manufacturing-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 25px;
    margin-top: 10%;
}

.manufacturing-portion a.button {
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-color: #0359aa;
    padding: 1% 5%;
    text-transform: uppercase;
    float: left;
    margin-top: 4%;
	border-radius:4px;
}

.manufacturing-portion a.button:hover {
	background-color:#353535;
	color:#fff;
	text-decoration:none;
}

.manufacturing-portion .img-box {
    width: 100%;
    float: left;
	margin-top:12%;
}

.manufacturing-portion .img-box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.collaboration-portion {
	width:100%;
	float:left;
	min-height:657px;
	background-size:cover;
	background:url(../images/collaboration_bg.jpg) no-repeat center center;
}

.collaboration-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.collaboration-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-top: 2%;
}

.collaboration-portion .form1 {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background-color: rgb(0,0,0,0.6);
    padding: 1% 2% 1% 4%;
    border: 1px solid #fff;
    margin-top: 5%;
}

.collaboration-portion .form2 {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background-color: rgb(0,0,0,0.6);
    padding: 1% 2% 5% 2%;
    border: 1px solid #fff;
    margin-top: 3%;
}

.collaboration-portion a.button {
    display: block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-color: #0359aa;
    padding: 2% 13%;
    text-transform: uppercase;
    float: right;
    margin-top: 10%;
    border-radius: 0px;
}

.collaboration-portion a.button:hover {
	background-color:#353535;
	color:#fff;
	text-decoration:none;
}

.clientele-portion {
	width:100%;
	float:left;
	background:url(../images/clientele_portion.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.clientele-portion .heading {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:900;
	text-transform:uppercase;
	margin-top:16%;
}

.clientele-portion .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    margin-top: 2%;
	margin-bottom:4%;
}

.clientele-portion .img-box {
    width: 100%;
    float: left;
	margin-top:12%;
}

.clientele-portion .img-box img {
	padding:0px;
	margin:0px auto;
	text-align:center;
}

.clientele-portion .box {
	width:100%;
	float:left;
	margin-top:4%;
}

.contact-portion {
	width:100%;
	float:left;
	background:url(../images/contact_portion.jpg) no-repeat center center;
	min-height:657px;
	background-size:cover;
}

.contact-portion .heading {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 16%;
}

.contact-portion .map-box {
	width:100%;
	float:left;
	margin-top:19%;
}

.contact-portion .box2 {
	width:100%;
	float:left;
	margin-top:23%;
}

.contact-portion .box2 .text {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#000;
	text-align:left;
	line-height:30px;
	font-weight:600;
	width:100%;
	float:left;
}

.contact-portion .box2 .text2 {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#000;
	font-weight:500;
	line-height:24px;
	padding-bottom:4%;
}

.about-sub-banner {
	width:100%;
	float:left;
	margin-top:8%;
}

.about-sub {
	width:100%;
	float:left;
	margin-top:1%;
}


.about-sub .heading {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2%;
}

.about-sub .text {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-top: 2%;
}

.about-sub .heading1 {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin-top:2%;
}

.about-sub .heading2 {
	width:100%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-size:26px;
	color:#fff;
	background-color:#0359aa;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	padding:2% 0%;
	margin-top:5%;
}

.about-sub .text2 {
    width: 100%;
    float: left;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-top: 2%;
}

	


























