@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding:0;
	margin:0;
}
/* Default Design */
.top_nav {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	border-bottom: 1px solid #E6E6E6;
}
.top_nav .uk-navbar {
	width: 100%;
	padding: 0;
}
.top_nav ol, ul {
	padding-right: 0;
}
.logo {
	padding: 0;
	padding-top: 1%;
	padding-right: 100px;
}
.logo img {
	width: 80%;
}
.top_nav ul {
	list-style: none;
}
.top_nav .uk-hr {
	margin-top: 0;
}
.top_nav ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000;
	font-size: 12px;
}
.top_nav .uk-dropdown {
	min-width: 230px;
}
.topnav_drop .uk-navbar-dropdown {
	background: #262626;
	padding: 0;
	box-shadow: none;
}
.topnav_drop .uk-navbar-dropdown ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 16px;
	padding-right: 20px;
	transition: all 0.5s ease-out;
}
.topnav_drop .uk-navbar-dropdown ul {
	display: inline;
	padding: 3px;
}
.topnav_drop .uk-navbar-dropdown ul li a:hover {
	color: #000
}
.topnav_drop .uk-navbar-dropdown ul li {
	background: #262626;
	color: #fff !important;
	transition: all 0.5s ease-out;
}
.topnav_drop .uk-navbar-dropdown ul li:hover {
	background: #d3d3d3;
	color: #000 !important;
}
.topnav_drop .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	min-height: 25px;
}
.searchbox {
	padding-left: 150px;
}
.searchbox input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	text-transform: normal;
	padding-left: 16px;
	height: 30px;
	border-color: #000;
}
.searchbox2 {
	display: none;
	padding-top: 0;
}
.searchbox2 input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #000;
	text-transform: normal;
	padding-left: 16px;
	height: 30px;
	border-color: #000;
}
.mobile_nav {
	display: none;
	width: 100%;
	background: rgba(255,255,255,.8);
	position:relative;
	/*border-bottom: 1px solid #E6E6E6;*/
}
.mobnav_container {
	width: 100%;
	position: relative;
	
}
.mobnav_header {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 150px;
}
.mobnav_header .uk-overlay-default {
}
.menu_button {
	margin-top: 50px;
	margin-right: 4%;
}
.menu_button a {
	text-decoration: none;
	color: #000;
}
.logo_mobile {
	margin-left: 4%;
}
.modal_menu {
	text-transform: uppercase;
}
.modal_menu li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #fff;
	text-transform: normal;
	padding-left: 16px;
}
.modal_menu h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 16px;
}
.top_menu_container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	
}
.slideshow {
	position: relative;
}
.slideshow .uk-icon-image {
	width: 30px;
	height: 30px;
	transition: all 0.5s ease-out;
}
.slideimg {
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
 height: calc(var(--vh, 1vh) * 100);
}
.categories {
	width: 75%;
	margin: 0 auto;
}
.categories img {
	border-radius: 15px !important;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat_texts .uk-overlay-primary {
	background:none;
	padding: 0;
	padding-bottom: 10px;	
}
.cat_texts p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 13pt;
	color: #fff;
	text-transform: uppercase;
}
.slide5 .herotxt{
	padding-top: 10% !important;
}
.cat p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #fff;
	text-transform: normal;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-shadow: 1px 1px 2px #666;
}
.slider p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.slider .uk-overlay {
	padding: 10px 30px;
}
.slider .uk-overlay-primary {
	background: rgba(34,34,34,.5);
}
.slider .uk-icon-image {
	width: 50px;
	height: 50px;
	transition: all 0.5s ease-out;
}
.more {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	background: #ff8400;
	text-transform: normal;
	border-radius: 5px;
	padding: 5px;
	bottom: 10px;
	right: 10px;
	position: absolute;
	transition: all 0.5s ease-out;
}
.more:hover {
	color: #000 !important;
	background: #fff;
}
.timeline {
	width: 90%;
	margin: 0 auto;
}
.timeline h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: #000;
	text-align:left;
	text-transform: uppercase;
}
.timeline .heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #ffae00;
	text-align:left;
	text-transform: uppercase;
}
.timeline .uk-slider-container {
	width: 95%;
	margin: 0 auto;
}
.timeline .uk-card {
	box-shadow: none;
}
.timeline .uk-card-body {
	padding: 20px 20px;
}

.timeline p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	text-align: justify;
	text-transform: normal;
}
.timeline .uk-link, a {
	color: #fff;
	text-decoration: none !important;
	transition: all 0.5s ease-out;
}
.timeline .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
	color: #ffae00;
}
.timeline .uk-icon>* {
	background: #ffae00;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	transition: all 0.5s ease-out;
}
.timeline .uk-icon>*:hover {
	background: #000;
}
.timeline_nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #000;
	text-transform: normal;
	text-decoration: none;
}
.timeline_border {
	height: 5px;
	background: #ffae00;
	margin-bottom: 20px;
}
/*.timenav_container {
	padding-top: 5%;	
}*/
.clients_logo {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
.clients_logo li {
	list-style: none;
}
.clients_logo .uk-slider-container {
	width: 90%;
	margin: 0 auto;
}
.hero_video {
	width: 80%;
	margin: 0 auto;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map_container {
	width: 80%;
	margin: 0 auto;
}
.map_container h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #000;
	text-align:left;
	text-transform: normal;
}
.map_container img {
	object-fit: contain;
}
.pin {
	background: #FC0;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	transition: all .5s ease-out;
	cursor: pointer;
}
.pin:hover > span {
	opacity: 1;
}
.pin:before {
	content: '';
	background: #FC0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: pulse 1.3s ease-in-out infinite;
}
.pin span {
	opacity: 0;
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	left: 1.5em;
	top: -50%;
	background: #FC0;
	color: #000;
	border-radius: 3em;
	padding: 0.3em 0.6em;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	transition: all .5s ease-out;
}
.donaldson {
	top: 27%;
	left: 20%;
}
.waukesha {
	top: 28%;
	left: 22%;
}
.champion {
	top: 40%;
	left: 20%;
}
.broad {
	top: 35%;
	left: 15%;
}
.valvoline {
	top: 43%;
	left: 28%;
}
.baker {
	top: 49%;
	left: 21%;
}
.powerco {
	top: 37%;
	left: 46.5%;
}
.aerzen {
	top: 35%;
	left: 56%;
}
.delta {
	top: 36%;
	left: 50%;
}
.mnk {
	top: 45%;
	left: 55%;
}
.kaowasaki {
	top: 45%;
	left: 85%;
}
 @keyframes pulse {
 100% {
 opacity: 0;
 transform: translate(-50%, -50%)  scale(2.5);
}
}
.capacity {
	width: 100%;
}
.capacity_bg {
	background-image: url(../images/capacity_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.capacity_container {
	width: 80%;
	margin: 0 auto;
}
.capacity_container .capacity_heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #fff;
	text-transform: normal;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
}
.capacity_container > div {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 50px;
}
.capacity_container .capacity_subheading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #F90;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.capacity_contents ul {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
}
.capacity_contents ul li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	text-transform: normal;
	text-align: center;
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #666;
}
.capacity p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-transform: normal;
	text-align: center;
}
.capacity_contents {
/*background-color: rgba(0, 0, 0, 0.5);*/	
}
.count_box {
	width: 80%;
	margin: 0 auto;
}
.count_number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	color: #000;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}
.count_txt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #666;
	padding: 0;
	padding-left: 10px;
	margin: 0;
}
.count_box .uk-grid {
	padding-left: 0 !important;	
}
.plusico:after {
	content: '+';
}
.footer_container {
	background: #1d1d1d;
}
.footer_contents {
	width: 80%;
	margin: 0 auto;
	padding-top: 4%;
	padding-bottom: 4%;
}
.footer_left_links {
	display: none;
}
.footer_parent {
	text-align: left;
}
.footer_parent a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0;
}
.social_icons {
	width: 200px;
	float: right;
	margin: 0;
}
.social_icons a {
	border: 2px solid #FFF;
	border-radius: 50%;
	padding: 8px 7px;
	transition: all .5s ease-out;
}
.social_icons a:hover {
	border: 2px solid #FC0;
}
.footer_nav {
	display: block;
}
.footer_nav li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition: all .5s ease-out;
}
.footer_nav li a:hover {
	color: #FC0;
	transition: all .5s ease-out;
}
.iso_logo {
	width: 100%;	
}
.iso_logo img {
	width: 10%;	
}
.copyright {
	width: 100%;	
}
.copyright p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: normal;
	color: #CCC;
}
/*.who_banner {
	background-image:url(../images/who_hero.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
}*/
.gal_contents_container {
	width: 100%;
}
.gal_contents_container .uk-position-small {
	margin:0;
}
.gal_contents_container  .uk-overlay-default {
	background: rgba(0,0,0,.7);
}
.who_contents_container {
	width: 60%;
	margin: 0 auto;
}
.career_container {
	width: 90%;
	margin: 0 auto;
}
.m_contents_container {
	width: 50%;
	margin: 0 auto;
}
.who_contents_container h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-transform: normal;
	color: #000;
	padding-top: 20px;
}
.who_contents h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-transform: normal;
	color: #000;
}
.who_contents p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: normal;
	color: #000;
	text-align:justify;
}
.menu_txt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: normal;
	background: #0079b7;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	transition: all .5s ease-out;
}
.ntop{
	margin-top: 25px;
}
.m_container {
	
}
.m_container ul {
	list-style: none;	
}
.m_container p {
	margin: 0;
	padding: 0;	
}

.m_title {
	background: #1e2f46;
	padding: 0px 20px;
	padding-top: 20px;
	min-height: 120px;	
}
.m_container .name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: normal;
	color: #fff;
	margin: 0;
	padding: 0;	
}
.m_container .post {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-transform: normal;
	font-style:italic;
	color: #fff;
	margin: 0;
	padding: 0;	
}
.m_details {
	
}
.m_details h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	font-style:normal;
	color: #000;
	margin: 0;
	padding: 0;	
}
.m_details p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align:left;
	text-transform: normal;
	font-style:normal;
	color: #000;
	margin: 0;
	padding: 0;	
}
.m_details .name{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: normal;
	font-style:normal;
	color: #000;
	margin: 0;
	padding: 0;	
	padding-top: 60px;
}
.m_details .post{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: normal;
	font-style:italic;
	color: #000;
	margin: 0;
	padding: 0;	
}
.what_menu {
}
.what_menu p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}
.what_menu .uk-overlay {
	padding: 7px;
}
.what_menu .uk-overlay-primary {
	background: rgba(0,0,0,.5);
}
.engineering_contents {
}
.engineering_contents h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 25px;
	text-transform: normal;
	color: #000;
}
.engineering_contents p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-transform: normal;
	color: #000;
	text-align:justify;
}
.eng_menu {
	padding: 0;
	margin: 0;
}
.menubtns {
}
/*.menubtns .uk-grid-margin {
	margin-top:5px !important;
}
.menubtns .uk-grid-column-small>*, .uk-grid-small>* {
	padding-left:5px !important;
}*/
.menubtns a {
}
.menubtns a:hover > .menu_links {
	color: #000;
	background: #FC0;
}
.menu_links {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: normal;
	color: #fff;
	background: #005c96;
	padding: 8px;
	transition: all .5s ease-out;
}
.img_container li {
	list-style: none;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.form-label-130 {
	width: 130px !important;	
}
.form-label-100 {
	width: 115px !important;	
}
.dark-border {
	border: 1px solid #989898 !important;	
}
.who_contents input {
	padding: 10px;	
}
.contact_header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}

@media (min-width: 1681px) {
/* CSS */
.logo {
	padding-right: 0;
}
.categories {
	width: 75%;
	margin: 0 auto;
	margin-top: 8%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 18%;
}
.cat p {
	font-size: 35px;
	line-height: 35px;
}
.searchbox {
	display: block;
}
.searchbox2 {
	display: none;
}

}
@media (min-width: 1481px) and (max-width: 1680px) {
/* CSS */
.logo {
	padding-right: 0;
}
.top_nav *+.uk-grid-margin {
	margin-top: 0;
}
.top_nav {
	padding-bottom: 10px;
}
.categories {
	width: 80%;
	margin-top: 10%;
}
.timeline .uk-slider-container {
	width: 90%;
}
.searchbox {
	display: none;
}
.searchbox2 {
	display: block;
	padding-left: 20px;
}
.capacity_container {
	width: 80%;
}

.capacity_container .capacity_subheading {
	font-size: 25px;
}
.capacity_contents ul li {
	font-size: 15px;
}
}
 @media (min-width: 1288px) and (max-width: 1480px) {
/* CSS */
.top_menu_container {
	display: block;
}
.mobile_nav {
	display: none;
}
.logo {
	padding-right: 0;
}
.top_nav *+.uk-grid-margin {
	margin-top: 0;
}
.top_nav {
	padding-bottom: 10px;
}
.categories {
	width: 75%;
	margin-top: 10%;
}
.searchbox {
	display: none;
}
.searchbox2 {
	display: block;
	padding-left: 20px;
}
.timeline .uk-slider-container {
	width: 90%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 13%;
}
.capacity_container {
	width: 90%;
}

.capacity_container .capacity_subheading {
	font-size: 25px;
}
.capacity_contents ul li {
	font-size: 15px;
}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 960px) and (max-width: 1287px) {
/* CSS */
.top_menu_container {
	display: none;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 80%;
	margin-top: 0%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 15%;
}
.cat p {
	font-size: 25px;
	line-height: 25px;
}
.timeline .uk-slider-container {
	width: 90%;
}
.slide5 .herotxt{
	padding-top: 16% !important;
}
.capacity_container {
	width: 98%;
}

.capacity_container .capacity_subheading {
	font-size: 22px;
}
.capacity_contents ul li {
	font-size: 14px;
}
.footer_parent {
	text-align: center;	
}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 60%;
	margin-top: 0%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 15%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.categories img {
	border-radius: 10px !important;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p {
	font-size: 9px;
	line-height: 9px;
}
.timeline .uk-slider-container {
	width: 85%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.clients_logo .uk-slider-container {
	width: 85%;
}

}
@media (min-width: 769px) and (max-width: 959px) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.top_menu_container {
	display: none;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 60%;
	margin-top: 0%;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p {
	font-size: 9px;
	line-height: 9px;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.timeline .uk-slider-container {
	width: 85%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 950px) and (max-width: 1024px) and (orientation: landscape) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 70%;
	margin-top: 0%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 15%;
}
.cat p {
	font-size: 30px;
	line-height: 30px;
}
.cat_texts p {
	font-size: 10px;
	line-height: 10px;
}
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 60%;
	margin-top: 0%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 15%;
}
.cat p {
	font-size: 30px;
	line-height: 30px;
}
.timeline .uk-slider-container {
	width: 85%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.clients_logo .uk-slider-container {
	width: 85%;
}

}


@media (min-width: 750px) and (max-width: 959px) and (orientation: landscape) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 62%;
	margin-top: 0%;
}
.categories img {
	border-radius: 8px !important;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p {
	font-size: 10px;
	line-height: 10px;
}

}
@media (min-width: 480px) and (max-width: 749px) and (orientation: landscape) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 40%;
	margin-top: 0%;
}
.categories img {
	border-radius: 5px !important;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p {
	font-size: 9px;
	line-height: 9px;
}
}
@media (min-width: 681px) and (max-width: 767px) {
/* CSS */
.logo_mobile img {
	width: 63%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.mobile_nav {
	display: block;
}
.timeline .uk-slider-container {
	width: 85%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.clients_logo .uk-slider-container {
	width: 85%;
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
 .categories > [class*=uk-child-width]>* {
 width: 25%;
}
.categories {
	width: 56%;
	margin-top: 0%;
}
.categories img {
	border-radius: 5px !important;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p{
	font-size: 9px;
	line-height: 9px;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}

}
@media (min-width: 581px) and (max-width: 680px) {
/* CSS */
.logo_mobile img {
	width: 53%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 52%;
	margin-top: 0%;
}
.categories img {
	border-radius: 5px !important;
}
 .categories > [class*=uk-child-width]>* {
 width: 25%;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 20px;
	line-height: 20px;
}
.cat_texts p{
	font-size: 9px;
	line-height: 9px;
}
.timeline .uk-slider-container {
	width: 85%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
}
@media (min-width: 406px) and (max-width: 580px) {
/* CSS */
.logo_mobile img {
	width: 55%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 54%;
	margin-top: 0%;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.categories img {
	border-radius: 5px !important;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 10%;
}
.cat p {
	font-size: 15px;
	line-height: 15px;
}
.cat_texts p{
	font-size: 7px;
	line-height: 7px;
}
.slider p {
	font-size: 15px;
}
.timeline p {
	font-size: 10px;
}
.slider .uk-icon-image {
	width: 30px;
	height: 30px;
}
.capacity_container .capacity_heading {
	font-size: 18px;
	line-height: 18px;
}
.capacity_container .capacity_subheading {
	font-size: 15px;
	line-height: 15px;
}
.capacity_contents ul li {
	font-size: 12px;
	line-height: 12px;
}
.map_container h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline .heading {
	font-size: 18px;
	line-height: 18px;
}
.timeline .uk-slider-container {
	width: 76%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.slide5 .herotxt{
	padding-top: 16% !important;
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 405px) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 62%;
	margin-top: 0%;
}
.categories img {
	border-radius: 5px !important;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 6%;
}
.cat p {
	font-size: 15px;
	line-height: 15px;
}
.cat_texts p{
	font-size: 7px;
	line-height: 7px;
}
.slider p {
	font-size: 15px;
}
.timeline p {
	font-size: 10px;
}
.slider .uk-icon-image {
	width: 30px;
	height: 30px;
}
.capacity_container .capacity_heading {
	font-size: 18px;
	line-height: 18px;
}
.capacity_container .capacity_subheading {
	font-size: 15px;
	line-height: 15px;
}
.capacity_contents ul li {
	font-size: 12px;
	line-height: 12px;
}
.map_container h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline .heading {
	font-size: 18px;
	line-height: 18px;
}
.timeline .uk-slider-container {
	width: 76%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
}
@media (min-width: 200px) and (max-width: 319px) {
/* CSS */
.logo_mobile img {
	width: 50%;
}
.mobnav_header {
	min-height: 80px;
}
.top_menu_container {
	display: none;
}
.menu_button {
	margin-top: 30px;
}
.menu_button svg {
	width: 70%;
}
.mobile_nav {
	display: block;
}
.categories {
	width: 62%;
	margin-top: 0%;
}
.categories img {
	border-radius: 5px !important;
}
.categories > [class*=uk-child-width]>* {
 width: 25%;
}
.cat .herotxt {
	padding-left: 5%;
	padding-bottom: 6%;
}
.cat p {
	font-size: 13px;
	line-height: 13px;
}
.cat_texts p{
	font-size: 7px;
	line-height: 7px;
}
.slider p {
	font-size: 15px;
}
.timeline p {
	font-size: 10px;
}
.slider .uk-icon-image {
	width: 30px;
	height: 30px;
}
.capacity_container .capacity_heading {
	font-size: 18px;
	line-height: 18px;
}
.capacity_container .capacity_subheading {
	font-size: 15px;
	line-height: 15px;
}
.capacity_contents ul li {
	font-size: 12px;
	line-height: 12px;
}
.map_container h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline h2 {
	font-size: 21px;
	line-height: 21px;
}
.timeline .heading {
	font-size: 18px;
	line-height: 18px;
}
.timeline .uk-slider-container {
	width: 76%;
}
.social_icons {
	float:none;
	margin: 0 auto;
	padding-top: 40px;	
}
.footer_nav {
	display:none;	
}
.footer_left_links {
	display:block;
}
.footer_parent {
	text-align: center;	
}
.timeline h2 {
	text-align:center;
}
.timeline .heading {
	text-align:center;
}
.map_container h2 {
	text-align:center;
}
}