a, html {
    cursor: inherit !important;
}
a {cursor:pointer !important;}
.homePage {
	background-image: url(images/homeBg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:100vh;
}
.homePage .home-container {height: 75vh;}
.productDetailPage {
	background-color:#fff;
	height:100vh;
}
.darkBg {
	background-color:#0b0b0b;
}
.whiteBg {
	background-color:#ffffff;
}
.grayBg {
	background-color:#e0e0e0;
}
.super-wrap {padding:0 60px;max-width: 1920px;margin: 0 auto;}
.mainContainer {padding:0 60px;max-width: 1920px;margin: 0 auto;}
#header {margin-top:40px;display: inline-block;}
.header--logo {display:inline-block;}
.header--logo h1 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 12px;
}
.header--logo .logo {
	width: auto;
	height: auto;
	top: 0;
	left:0;
	font-size:17.46px;
	color:#fff;
	position:relative;
	z-index:999;
}
.header--menu {float:right;}
.header--menu ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header--menu ul li{
    margin: 0 0 0 20px;
    padding: 0;
    display: inline-block;
}
.header--menu ul li a {
    font-size: 17.51px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
	z-index:999;
	position:relative;
}
.header--menu ul li a img {
	vertical-align:top;
	margin-right:5px;
}
.contact--wrap {
	display:none;
}
.home-content {
    padding-left: 0;
    width: 100%;
	z-index:0;
}
.homeSlider {
	width:100%;
	text-align:center;
	max-width:1200px;
	margin:0 auto;
}
.gallerySlider {
	width:100%;
	text-align:center;
	max-width:50%;
	margin:0 auto;
}
#proprev{
    position: absolute;
    top: 45%;
	cursor:pointer;
}
#pronext{
    position: absolute;
    top: 45%;
	cursor:pointer;
	right:0;
}
.gallerySlider .bx-has-pager {display:none;}
.homeTtitle {
	color:#fff;
	margin:0;
	right:60px;
	bottom:60px;
	font-size:100px;
	line-height:110px;
	position:relative;
	text-align:right;
}
.discoverBtn {
    background: #fff;
    color: #000;
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: lowercase;
	position:relative;
	bottom:40px;
	z-index:9999;
}
.discoverBtn:hover {
	color: #000;
}
#homePager {
	position: absolute;
	right: 0;
	top:45%;
	text-align:right;
}
#homePager a {color:#545454; font-size:20px; font-weight:500;}
#homePager a.active {color:#fff;}
#tooltipIcon_1 {
    position: absolute;
    top: 315px;
    cursor: pointer;
    left: 150px;
}
#tooltipIcon_2 {
    position: absolute;
    top: 225px;
    cursor: pointer;
    left: 40%;
}
#tooltipIcon_3 {
    position: absolute;
    bottom: 110px;
    cursor: pointer;
    left: 58%;
}
#tooltipIcon_4 {
    position: absolute;
    top: 250px;
    cursor: pointer;
    right: 138px;
}

.tooltiptext {
	background-image:url(images/tooltipbg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
    display:none;
    color: #000;
    text-align: center;
    padding:10px;
    z-index: 9999;
    transition: opacity 0.3s;
	padding:30px;
	position:absolute;
}
#tooltiptext_1 {
    top: 135px;
    left: 150px;
}
#tooltiptext_2 {
    top: 50px;
    left: 40%;
}
#tooltiptext_3 {
    bottom: 150px;
    left: 58%;
}
#tooltiptext_4 {
    top: 74px;
    right: 0;
}
.homeSlider .bx-wrapper img {
    padding: 20% 13% 0;
}
.tooltiptext h2{
	margin:0;
	padding:0;
	font-weight:500;
	text-transform:uppercase;
	font-size:20px;
}
.tooltiptext p{
	margin:0;
	padding:0;
	font-weight:500;
	font-size:14px;
	letter-spacing:ipx
}

.maxWidth940 {
    max-width: 940px;
    margin: 0 auto;
	overflow:auto;
}
.maxWidth1420 {
    max-width: 1420px;
    margin: 0 auto;
}

#productPage {
	display:inline-block;
	width:100%;
}
#productPage .innerPage {padding:70px 0;color:#fff;}
#productPage h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 65px;
    line-height: 70px;
    font-weight: 600;
}
.productList {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.productList h3 {
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    background-image: url(images/productTitleBorder.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
}
.productList .productListLeft {
    width: 50%;
    float:left;
}
.productList .productListRight {
    float:right;
	margin-top:60px;
}
.productList img:hover {
    outline: 7px solid #600fe1 !important;
    outline-offset: -6px;
}
.productFilter {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:25px;
	padding: 20px 0 15px;
}
.productFilter h4{
	margin:0 0 5px;
	padding:0;
	font-size:15px;
	line-height:16px;
	color:#515151;
	font-weight:500;
}


/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size:20px;
  line-height:20px;
  font-weight:500;
  display:inline-block;
  width:100%;
  max-width: 800px;
}
.select-items div{
	width:50%;
	float:left;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the items (options), including the selected item:*/
.select-selected {
	color:#00cdaa !important;
	background-image:url(images/arrowDown.png);
	background-repeat:no-repeat;
	background-position:right center;
	display: inline-block;
	padding-right:20px !important;
}
.select-items div,.select-selected {
  color: #ffffff;
  padding: 10px 0;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#galleryPage {
	display:inline-block;
	width:100%;
}
#galleryPage .innerPage {padding:70px 0;color:#fff;}
#galleryPage h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
    background-image: url(images/galleryTitleBg.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
}
img{
	max-width:100%;
}

.productContent {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 10%;
}

#galleryPage .productList {
    padding-top: 60px;
    margin-right: -30px;
    margin-left: -30px;
	width:auto;
}
#galleryPage .productListLeft {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.productDetailPage .header--logo .logo {
	color:#111111;
}
.productDetailPage .header--menu ul li a {
	color:#111111;
	border-bottom: 1px solid #111111;
}
.productDetailPage .header--toggle .toggle {background: #111111 !important;}
.productDetailPage form {
	max-width: 60%;
}
.productDetailPage .formField {
    color: #111111;
    border-bottom: 1px solid #600fe1;
    text-align: left;
}
.productDetailPage .formField input {
    color: #111111;
}
.productDetailPage .formField textarea {
    color: #111111;
	padding: 0;
	height: 55px;
}
.productDetailPage .formField label {
    color: #6e6e6e;
}
.productDetailPage #submitBtn {
    color: #111111;
    border-bottom: 1px solid #111111;
    display: block;
	background-image: url(images/submitBgDark.png);
	line-height: 14px;
	padding-bottom: 7px;
	margin-top:40px;
}
.productOptions {
	position:absolute;
	right:0;
	bottom:120px;
	z-index:999;
}
.productOptions span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 25px;
	cursor:pointer;
	display:block;
	line-height: 25px;
	margin-bottom:5px;
	cursor:pointer !important;
}
.productContent h2 {
    position: absolute;
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    top: -10px;
    font-weight: 400;
	background-image:url(images/productDetailTitleBorder.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 0 0 20px 0;
}
.productOverlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    right: 0;
    width:100%;
    height: 100%;
    top: 0;
	z-index: 99999;
	display:none;
	overflow: auto;
}
.productOptionsDisplay {
    background-color: #fff;
    width: 50%;
    float: right;
    padding: 5% 5% 2% 5%;
    cursor: auto !important;
	text-align:center;
	position: relative;
	min-height:100%;
}
.productOptionsDisplay h2 {
    margin: 0;
    color: #600fe1;
    font-size: 30PX;
    line-height: 30px;
    text-align: left;
    font-weight: 300;
    padding: 0 0 15px 0;
    letter-spacing: 1px;
	background-image:url(images/productOptionTitleBorder.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.productOptionsDisplay img {height:90%;}
.productOptionsDisplay ol {
    text-align: left;
    margin: 50px 0 0 0;
    padding: 0 0 0 20px;
    list-style: decimal;
}
.productOptionsDisplay ol li {
    color: #111111;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    margin: 10px 0;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
}

.closeBottn {
    position: fixed;
    left: 0;
    top: 45%;
    cursor: pointer;
    right: 20px;
    width: auto;
    max-width: 65px;
    margin: 0 auto;
	display:none;
}
#showSpecs .closeBottn,#showEnquiry .closeBottn {right:0;}


.footerContactTop {
	color:#fff;
	background-color:#111111;
	padding:90px 0;
}
.footerContactTop .container {
	max-width:90%;
}
.footerContactTop span {
	font-size:55px;
	font-weight:600;
	line-height:55px;
	background-image:url(images/queryBg.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
.contactBtn {
    cursor: pointer !important;
    background-color: #600fe1;
    font-weight: 500;
    padding: 2% 5%;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 1px;
	margin-left:15%;
}
#contactNumber {
    font-size: 30px;
    background-image: url(images/numBg.png);
    font-weight: 300;
    vertical-align: middle;
    margin-left: 20px;
}
.footerContactBottom {
	color:#fff;
	background-color:#600fe1;
	padding:40px 0;
}
.footerContactBottom .container {
	max-width:80%;
}
.footerContactBottom h4 {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    background-image: url(images/productTitleBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    letter-spacing: 1px;
}
.footerContactBottom p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.office {
	background-image: url(images/officeBg.png);
    background-repeat: no-repeat;
    background-position: left center;
	padding-left:80px;
}
.works {
	background-image: url(images/works.png);
    background-repeat: no-repeat;
    background-position: left center;
	padding-left:80px;
}
footer {max-width:1920px; margin:0 auto;}
.mainFooterTop {background-color:#eeeeee;padding:90px 0 50px;}
.mainFooterTop .container {
    max-width: 1740px;
    margin: 0 auto;
}
.footerLogo a {
	text-transform: uppercase;
 	font-weight: 600;
 	letter-spacing: 12px;
	font-size: 17.46px;
    color: #111111;
}
.footerSocial {
	margin-top:20px;
}
.footerSocial a {
	float:left;
	margin-right:15px;
}
.footerMenu {
	margin:0;
	padding:0;
	list-style:none;
}
.footerMenu li {
	margin:0 0 7px 0;
	padding:0;
	list-style:none
}
.footerMenu li a {
	color: #600fe1;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}
.mainFooterBottom {background-color:#600fe1;padding:30px 0;}
.mainFooterBottom .container {
    max-width: 1740px;
    margin: 0 auto;
}
.mainFooterBottom p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	text-align:center;
}

#contactPage .header--logo .logo {
    color: #111111;
}
#contactPage .header--menu ul li a {
    color: #111111;
    border-bottom: 1px solid #111111;
}
#contactPage .header--toggle .toggle {
    background: #111111 !important;
}
#contactPage .innerPage {padding-bottom:20%;}
.mapAddress {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.mapAddress iframe {
    width: 100%;
    height: 70vh;
    float: left;
}
.contactContent {
    background-color: #600fe1;
    max-width: 75%;
    margin: 0 auto -65px;
    padding: 50px;
    position: relative;
    top: -65px;
}
.contactContent h2 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}
.contactContentText {
    width: 65%;
    border-top: 1px solid #fff;
}
.contactContentText h4 {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    background-image: url(images/contactBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    letter-spacing: 1px;
}
.contactContentText p {
    color: #fff;
    margin: 0 0 5px 0;
    padding: 0 0 7px 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
	background-image: url(images/contactBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.contactContentText span {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}
.contactContentText .office {margin-top:40px;background-position: left top;}

.contactContentText .phone {
    background-image: url(images/phoneIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display:inline-block;
	margin-right:30px;
}
.contactContentText .Cemail {
    background-image: url(images/emailIcon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    display:inline-block;
}
.contactContentText .Cemail a{color:#fff;}
.contactContentText .works {
    margin-top: 40px;
    background-position: left top;
}

.contactForm {
    width: 35%;
    background-color: #111111;
    position: absolute;
    min-height: 500px;
    right: -60px;
    top: 100px;
	padding: 5%;
}
.contactForm h2 {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 0 13px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    background-image: url(images/galleryTitleBg.png);
    background-repeat: no-repeat;
    background-position: 2px bottom;
    display: inline-block;
}
.formField {
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
}
.formField label {
    font-size: 15px;
    margin-bottom: 5px;
	text-transform:uppercase;
}
.formField input{
	padding: 0 0 20px 0;
	color:#fff;
	font-weight:300;
	font-size:16px;
	border:none;
}
.formField textarea{
	padding: 0 0 20px 0;
	color:#fff;
	font-weight:300;
	font-size:16px;
	height: 100px;
	border:none;
}
#submitBtn {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    width: auto;
    margin-top: 50px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    letter-spacing: 1px;
    background-image: url(images/submitBg.png);
    background-repeat: no-repeat;
    background-position: top left;
	padding:0 0 5px 40px;
}

#galleryDetailPage .header--logo .logo {
    color: #111111;
}
#galleryDetailPage .header--menu ul li a {
    color: #111111;
    border-bottom: 1px solid #111111;
}
#galleryDetailPage .header--toggle .toggle {
    background: #111111 !important;
}
#galleryDetailPage .home-container {
    height: 80vh;
}

#aboutPage .header--logo .logo {
    color: #111111;
}
#aboutPage .header--menu ul li a {
    color: #111111;
    border-bottom: 1px solid #111111;
}
#aboutPage .header--toggle .toggle {
    background: #111111 !important;
}
#aboutPage .contactContent h2 {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
#aboutPage .contactContentText {
    width: 100%;
    border-top:none;
}
#aboutPage .contactContentText p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    background: none;
    margin: 20px 0 0 0;
    padding: 0;
}
#aboutPage ul.breadcrumb {
    position: absolute;
    top: 20%;
    right: 50px;
}
.visionMission {
    background-color: #fff;
    max-width: 75%;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}
.visionMission row{
	padding:0 -50px;
}
.visionMissionBox {
    border-right: 1px solid #dddddd;
    padding: 50px 50px 60px;
}
.visionMissionBox h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    margin: 50px 0 30px;
    color: #600fe1;
}
.visionMissionBox p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    color: #111111;
}
.visionMissionBox:last-child {
    border-right: none;
}
#founderTopbrd {
    border-top: 1px solid #dddddd;
    padding: 60px;
}
#founderTopbrd .visionMissionBox {
    border-right: none;
    padding: 5% 0 3%;
    background-color: #eeeeee;
	margin-bottom: 30px;
}
#founderTopbrd .visionMissionBox h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 50px;
    padding: 0 0 15px;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#founderTopbrd .visionMissionBox p {
    line-height: 30px;
    font-size: 20px;
    padding: 0 50px;
    margin: 25px 0;
}
.clients {margin-top:25px;}
.clients .oneFifth {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 3%;
    vertical-align: middle;
    line-height: 60px;
}
.clients .oneFifth:first-child {
    padding: 0 3% 0 0;
    vertical-align: middle;
    line-height: 60px;
}
.clients .oneForth:first-child {
    padding: 0 3% 0 0;
    vertical-align: middle;
    line-height: 60px;
}
.clients .oneFifth:first-child {
    padding: 0 3% 0 0;
    vertical-align: middle;
    line-height: 60px;
}
.clients .oneFifth:last-child {
    padding: 0;
}
.aboutList {margin-top:30px;}
.tradeShows {margin-top:40px;}
.tradeShows h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: 20px 0 30px;
    padding: 0 0 15px;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #600fe1;
}
.clients .oneForth {
    width: 40%;
    float: left;
    text-align: center;
    padding: 0 2%;
    vertical-align: middle;
    line-height: 60px;
}
.aboutListLeft {padding: 15px;}
.aboutListLeft h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin:20px 0;
    padding: 0 0 15px;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	color: #600fe1;
}
.aboutListLeft p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 30px 0 0;
    color: #600fe1;
}
.aboutListLeft ul.infraList {margin:15px 0 0 0; padding:0;}
.aboutListLeft ul.infraList li {
    margin: 10px 0;
    padding-left: 25px;
    font-size: 17px;
    color: #111111;
}
img.borderAbout {border-bottom:7px solid #600fe1;width: 100%;}
.aboutListRight {padding:15px;}
.aboutListRight h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin:20px 0;
    padding: 0 0 15px;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	color: #600fe1;
}
.aboutListRight p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0;
    color: #600fe1;
}
.aboutListRight ul.infraList {margin:15px 0 0 0; padding:0;}
.aboutListRight ul.infraList li {
    margin: 10px 0;
    padding-right: 25px;
    font-size: 17px;
    color: #111111;
	background-image: url(images/infraListLeftArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0;
}


.desktop-nav--grid-inner .voice::before {margin-right:2px;}
.galleryBack {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    bottom: 17px;
}
#productMenuItem {
    line-height: 1;
    font-size: 5.688vw;
    font-weight: 700;
    margin-bottom: 12%;
    display: block;
    margin-right: 0;
}
#menuRight a{
	line-height: 1;
	font-size: 3.5vw;
	margin-bottom:25px;
}
#menuRight a.subvoice{
	line-height: 1;
	font-size: 1vw;
	margin-bottom:20px;
}
.menuSocial {
    position: absolute;
    right: 10%;
    bottom: 9%;
}
.menuSocial a {
    line-height: normal !important;
    font-size: inherit !important;
    margin-bottom: 0 !important;
    margin-left: 5px;
}
.menuSocial a .fa {
    background: #71C3B9;
    padding: 8px 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #000;
	font-size:15px;
}
#menuRight a:before {display:none;}

#infraPage .header--logo .logo {
    color: #111111;
}
#infraPage .header--menu ul li a {
    color: #111111;
    border-bottom: 1px solid #111111;
}
#infraPage .header--toggle .toggle {
    background: #111111 !important;
}
#infraPage .contactContent {	
	padding: 30px 50px;
	margin-bottom: -20px;
}
#infraPage .contactContent h2 {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
#infraPage .contactContentText {
    width: 100%;
    border-top:none;
}
#infraPage .contactContentText p{
    font-size: 19px;
    line-height: 25px;
    letter-spacing: normal;
    text-align: justify;
    background: none;
    margin: 20px 0 0 0;
    padding: 0;
}
#infraPage .visionMissionBox {
    border-right: none;
    padding: 0;
}
#infraPage .visionMissionBox h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0;
    margin:15px 0 0;
    color: #600fe1;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 20px;
}
#infraPage .visionMissionBox p {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 40px 27px 0 0;
    color: #600fe1;
}
ul.machineList {
    background-color: #600fe1;
    list-style: none;
    margin: 50px 0%;
    display: inline-block;
    width: 115%;
    padding:10%;
    position: absolute;
    z-index: 9999;
}
ul.machineList li{
	list-style:none;
	margin:10px 0;
}
ul.machineList li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background-image: url(images/machineNameBG.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-left: 20px;
}
ul.machineList li a:hover{
    color: #2ee9b6;
    background-image: url(images/machineNameBGHover.png);
}
.infraProducts {
    margin: 0 auto 5%;
    padding: 0 60px;
    max-width: 1920px;
	position:relative;
	background-color: #600fe1;
}

.infraProducts .infraProductsCommon {
    background-color: #eeeeee;
    max-width: 75%;
    margin: 0 auto 0;
    padding: 0;
}
.infraProducts .infraProductsCommon .infraProductsLeft {
    background-color: #600fe1;
    padding: 10% 15px 13% 0;
}
.infraProducts .infraProductsCommon .infraProductsLeft h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    background-image: url(images/infraProductsTitle.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 35px;
}
.infraProducts .infraProductsCommon .infraProductsLeft p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    color: #eeeeee;
}
.infraProducts .infraProductsCommon .infraProductsRight {
    background-color: #eeeeee;
    position: absolute;
    right: 0;
    max-width: 61.6%;
	height:100%;
}

ul.infraList {
    list-style: none;
    margin: 50px 0 0 0;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 50px;
    z-index: 9999;
    max-width: 618px;
}
ul.infraList li {
    list-style: none;
    margin: 20px 0;
    color: #600fe1;
    font-size: 16px;
    font-weight: 300;
    background-image: url(images/infraList.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    line-height: 25px;
}
.tradeShowList h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #600fe1;
}
.tradeShowList span{
    font-size: 17px;
    font-weight: 300;
    color: #333333;
    line-height: 17px;
}
.tradeShowList h4 {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin: 20px 0 0 0;
    padding: 0;
    color: #600fe1;
    text-transform: uppercase;
}
.tradeShowList {
    border-left: 1px solid #600fe1;
    padding-left: 15px;
}
#aboutPage .infraProducts .infraProductsCommon .infraProductsRight {
    width: 50%;
    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
ul.breadcrumb {
  list-style: none;
  text-align:right;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}
ul.breadcrumb li+li:before {
  padding: 0 8px;
  color: #fff;
  content: "\007C";
}
ul.breadcrumb li a {
  color: #bcbcbc;
  text-decoration: none;
}
.testiSlider {
    background-image: url(images/testi.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    padding-top: 15px;
}
.testiItem {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
    color: #eeeeee;
}
#aboutPage .infraProducts .infraProductsCommon .infraProductsLeft {
    background-color: #600fe1;
    padding: 7% 15px 7% 0;
}
#aboutPage .infraProducts .infraProductsCommon {max-width: 80%;}
#aboutPage .bx-wrapper .bx-pager.bx-default-pager a {
    background: #712ae3;
    width: 15px;
    height: 15px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
	margin: 0 7px;
}
#aboutPage .bx-wrapper .bx-pager.bx-default-pager a:hover, #aboutPage .bx-wrapper .bx-pager.bx-default-pager a.active, #aboutPage .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
#aboutPage .bx-wrapper .bx-pager {bottom:-40px;}
#aboutPage .infraProducts {
    margin: 5% auto;
}
.clientSay {
	vertical-align:middle;
}
.clientSay h2 {
    margin: 15px 0;
    padding: 0 0 20px;
    background-image: url(images/productOptionTitleBorder.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #600fe1;
    text-align: center;
}
.clientSay h2 span {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    color: #600fe1;
    background-image: url(images/clientsay.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding:0 80px;
    display: inline-block;
}
.clientSay p {
	margin: 0 4%;
	font-size: 18px;
	color: #111111;
	text-align:center;
}
/*Custom Media queries*/
@media screen and (max-width: 767px) {
	.super-wrap {
		padding: 0 15px;
	}
	.mainContainer {
		padding: 0 15px;
	}
	#header {
		margin-top: 15px;
		position: relative;
		text-align: center;
	}
	.header--menu {
		float: none;
	}
	.header--menu ul li:first-child{
		margin:0;
	}
	.header--logo {
		margin-bottom: 10px;
	}
	.home-content {
		padding-top: 0;
	}
	.discoverBtn {
		bottom: 0;
		position: unset;
	}
	.homeTtitle {
		font-size: 40px !important;
		line-height: 50px !important;
		text-align: center !important;
		right: 0 !important;
		position: unset;
		margin-top: 10px;
		margin-bottom:20px;
	}
	.gallerySlider .bx-has-pager {display:block;}
	.gallerySlider {max-width:100%;}
	#proprev , #pronext {display:none;}
	.mapAddress {
		margin-top:15px;
	}
	.contactContent {
		max-width: 100%;
		padding: 15px;
		top:15px;
		margin: 0;
	}
	.contactForm {
		position: relative;
		width: 100%;
		right: 0;
		min-height: auto;
		top: 0;
		margin-top: 15px;
	}
	.contactContentText {
		width:100%;
	}
	.contactContent h2 {
		font-size:40px;
		text-align:center;
	}
	.contactContentText .office {
		padding-left: 0;
		padding-top: 65px;
	}
	.contactContentText .works {
		padding-left: 0;
		padding-top: 65px;
	}
	#contactPage .innerPage {
		padding-bottom: 30px;
	}
	.mainFooterTop {
		padding: 30px 0;
		text-align:center;
	}
	.footerSocial a {
		float: none;
		margin-right: 4px;
	}
	.footerSocial {
		margin-bottom: 20px;
	}
	.mainFooterBottom p {
		font-size: 14px
	}
	#galleryPage .innerPage {
		padding: 30px 0;
	}
	#galleryPage .productList {
		padding-top: 30px;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	#galleryPage .productListLeft {
		width: 100%;
		float: left;
		padding: 0;
		margin-bottom: 15px;
	}
	.footerContactTop {
		padding: 30px 0;
	}
	.footerContactTop .container {
		max-width: 100%;
		padding: 0 15px;
	}
	.footerContactTop span {
		font-size: 25px !important;
		line-height: 25px !important;
		margin-bottom: 15px;
		display: inline-block;
	}
	.contactBtn {
		margin: 0;
		font-size: 12px;
	}
	#contactNumber {
		font-size: 19px !important;
		margin-left: 20px;
		margin-bottom: 0;
	}
	.footerContactBottom .container {
		max-width: 100%;
	}
	.productContent h2 {
		position:relative;
		top:0;
	}
	.productDetailPage .home-container {
		align-items: unset;
	}
	.productOptionsDisplay {
		width:100%;
	}
	.closeBottn {
		left:auto;
		right:0;
		top:10px;
	}
	.closeBottn img {width:50%;}
	.productDetailPage form {
		max-width: 100%;
	}
	.productDetailPage .formField {
		margin-top:10px;
	}
	.productOptionsDisplay img {height:auto;}
	#productPage .innerPage {
		padding: 30px 0;
		color: #fff;
	}
	#productPage h2 {
		font-size: 55px;
		line-height: 60px;
	}
	.productList .productListLeft {
		width: 100%;
	}
	.productList .productListRight {
		float: left;
		margin-top: 30px;
		width: 100%;
	}
	.office {
		margin-bottom:20px;
	}
	#infraPage .contactContent {
		padding: 30px 15px;
		margin-bottom: 40px;
	}
	ul.breadcrumb {
    	margin-top: 15px;
	}
	#infraPage .contactContentText p {
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		margin: 0;
	}
	.visionMission {max-width:100%;}
	#infraPage .visionMissionBox {
	    padding: 0 15px;
	}
	#infraPage .visionMissionBox h2 {
		font-size: 45px;
		line-height: 50px;
	}
	#infraPage .visionMissionBox p {
		margin: 20px 0;
	}
	ul.machineList {
		margin: 0 0% 20px;
		width: 100%;
		position: relative;
	}
	.infraProducts {
		padding: 0 15px;
		background-color: unset;
	}
	.infraProducts .infraProductsCommon {max-width:100%;}
	.infraProducts .infraProductsCommon .infraProductsRight {
		position: relative;
		max-width: 100%;
		height: auto;
	}
	.infraProducts .infraProductsCommon .infraProductsLeft {
		padding: 20px 15px 30px;
	}
	.infraProductsCommon .row {margin:0;}
	ul.infraList {
		margin: 0;
		width: 100%;
		padding: 0;
		max-width: 100%;
	}
	ul.infraList li {background-position: left 5px;}
	#aboutPage ul.breadcrumb {
		position: relative;
		top: 0;
		right: 0;
	}
	#aboutPage .contactContentText {margin-bottom:15px;}
	#aboutPage .visionMissionBox {padding:15px; margin:0;}
	#aboutPage .visionMissionBox h2 {margin:15px 0;}
	#founderTopbrd {
		border-top: none;
		padding: 15px;
	}
	#founderTopbrd .visionMissionBox p {padding:0;}
	.aboutList {margin-top:0;}
	.tradeShows {
		margin-top: 20px;
	}
	.tradeShowList {margin-bottom:15px;}
	#aboutPage .infraProducts .infraProductsCommon {
	    max-width: 100%;
	}
	#aboutPage .infraProducts .infraProductsCommon .infraProductsLeft {padding:20px 15px;}
	#aboutPage .infraProducts .infraProductsCommon .infraProductsRight {width:100%;padding-bottom:15px;}
	.clientSay h2 span {font-size: 34px}
	.testiSlider {padding-bottom:35px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (max-width: 1600px) {
	.homeTtitle {
		font-size: 70px;
		line-height: 80px;
		bottom:60px;
	}
	.productContent {
		max-width:900px;
	}
	.discoverBtn {bottom: 30px;}
	.productOptions span {
		font-size:20px;
		line-height: 20px;
	}
	.footerContactTop span {
		font-size:40px;
		line-height:40px;
	}
	.footerMenu li a {
		font-size:16px;
	}
}