@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

.main-page-section img,
.grid-layout img {
	mix-blend-mode: multiply;
}

/********************
Header
********************/

#dropLogin {
	left: -1.65em;
}

.promomodal {
	display: none;
}

/********************
Main
********************/

.main {
	width: 100%;
    height: 100%;
    background-origin: border-box;
}

.prod-items {
/*	background-image: linear-gradient(white, #d7d7d7, white);*/
    padding: 4em;
}

.bottom-prod-section {
	background-image: linear-gradient(white, #d7d7d7, white);
    padding: 4em;
}

#slide{
	width:96%;
	}
	

.mySlides {
	display: none
}

.slideshow-container {
	width: auto;
	position: relative;
/*	margin: -10px;*/

}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/****************************
Slideshow banner
****************************/

video {
		width: 100%;
    max-height: 500px;
    object-fit: cover;
	}
	@media only screen and (max-width: 600px) {
		.slideshow-container .banner-slideshow:nth-of-type(1) {
			background-color: #dbd4d4;
		}
	}

.slideshow-container {
	position: relative;
}

.slideshow-container-inner {
	padding: 2em 2.5em .5em;
	box-shadow: 10px 10px 12px 1px rgb(196 196 196);
	margin: 1em 0;
	position: relative;
}

.prev-btn, .next-btn {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: lighter;
	font-size: 50px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.prev-btn {
	left: -10px;
	border-radius: 3px 0 0 3px;
	color: #838383 !important;
}

.next-btn {
	right: -10px;
	border-radius: 3px 0 0 3px;
	color: #838383 !important;
}

.dot-zone {
	padding-top: .5em;
}

.dot {
	cursor: pointer;
	height: 8px;
	width: 8px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #003399;
}

/****************************
Slideshow banner images
****************************/

.promo-slide-banner {
	position: relative;
}

.promo-slide-banner > img {
	height: 420px;
}

.promo-block-inner-left {
	position: absolute;
	top: 0;
	left: 0;
}

.promo-block-inner-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.promo-block-one {
	top: .5em;
	left: 1em;
	width: 100%;
}

.promo-block-one > p {
	font-size: 32px;
    font-weight: 600;
	margin-bottom: .5em;
	font-family: 'Tenorite', sans-serif;
}

.promo-block-one-inner {
	width: 28%;
    font-size: 17px;
}

.promo-block-one-inner p {
	margin-bottom: 1em;
}

.btn-slide-one {
	text-align: center;
	margin-top: 2.5em;
    margin-right: 2em;
}

.btn-slide-one button {
	border: 1px solid #fff;
    background: #34C0AC;
    border-radius: 10px;
    padding: 8px 0;
}

.btn-slide-one button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-one button:hover {
	background: #34b3a1;
}

.btn-slide-one button a:hover {
	text-decoration: none;
}

.btn-slide-one button a img {
	width: 30px;
    position: relative;
    bottom: 2px;
    left: 5px;
}

.promo-block-two {
	bottom: 2em;
	right: 2em;
}

.btn-slide-two button {
	border: 1px solid #fff;
    background: #11D0DF;
    border-radius: 10px;
    padding: 8px 0;
}

.btn-slide-two button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-two button:hover {
	background: #15c7d5;
}

.btn-slide-two button a:hover {
	text-decoration: none;
}

.btn-slide-two button a img {
	width: 25px;
    position: relative;
    bottom: 2px;
	left: 7px;
}

.promo-block-three {
	top: 1.5em;
	left: 2em;
}

.promo-block-three > p {
	color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10%;
}

.btn-slide-three button {
	border: 1px solid #fff;
    background: #CC0000;
    border-radius: 10px;
    padding: 8px 0;
}

.btn-slide-three button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-three button:hover {
	background: #c50505;
}

.btn-slide-three button a:hover {
	text-decoration: none;
}

.btn-slide-three button a img {
	width: 30px;
    position: relative;
    bottom: 0;
    left: 5px;
}

.promo-block-four {
	top: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.promo-block-four > p {
	position: relative;
    top: 5%;
    font-size: 36px;
    color: #000;
    font-weight: 600;
    font-family: 'Tenorite', sans-serif;
}

.btn-slide-four {
	right: 10%;
	top: 20%;
    position: absolute;
}

.btn-slide-four button {
	border: 1px solid #fff;
    background: #00B050;
    border-radius: 10px;
    padding: 8px 15px 8px 0;
}

.btn-slide-four button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-four button:hover {
	background: #05ad51;
}

.btn-slide-four button a:hover {
	text-decoration: none;
}

.btn-slide-four button a img {
	width: 30px;
    position: relative;
    bottom: 2px;
    left: 20px;
}

.promo-block-five {
	bottom: 60%;
    right: 8%;
}

.btn-slide-five button {
	border: 1px solid #fff;
    background: #FFC000;
    border-radius: 10px;
   	padding: 8px 15px 8px 0;
}

.btn-slide-five button a {
	padding: 10px 15px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-five button:hover {
	background: #f5ba07;
}

.btn-slide-five button a:hover {
	text-decoration: none;
}

.btn-slide-five button a img {
	width: 30px;
    position: relative;
    bottom: 2px;
    left: 20px;
}

.promo-block-six {
	bottom: 45%;
    right: 8%;
}

.btn-slide-six button {
	border: 1px solid #fff;
    background: #000;
    border-radius: 10px;
   	padding: 8px 15px 8px 0;
}

.btn-slide-six button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-six button a:hover {
	text-decoration: none;
}

.btn-slide-six button a img {
	width: 30px;
    position: relative;
    bottom: 2px;
    left: 20px;
}

.promo-block-seven {
	top: 0;
    right: 0;
    text-align: center;
    width: 100%;
}

.btn-slide-seven {
	right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
    position: absolute;
    width: 100%;
}

.btn-slide-seven button {
	border: 1px solid #fff;
    background: #C00000;
    border-radius: 10px;
   	padding: 8px 15px 8px 0;
}

.btn-slide-seven button a {
	padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.btn-slide-seven button:hover {
	background: #bd0606;
}

.btn-slide-seven button a:hover {
	text-decoration: none;
}

.btn-slide-seven button a img {
	width: 25px;
    position: relative;
    bottom: 2px;
    left: 20px;
	filter: saturate(100) hue-rotate(241.5deg);
}

.slideshow-container-inner div:nth-child(8) > img {
	filter: opacity(50%);
}

.promo-block-eight {
	top: 0;
    right: 0;
    width: 100%;
}

.promo-block-eight-inner {
	width: 40%;
    float: right;
    right: 0;
    color: #000;
    position: absolute;
    top: 55%;
    transform: translate(0%, -50%);
}

.promo-block-eight-inner p {
	font-size: 17px;
	margin-bottom: 1em;
}

.promo-block-eight-inner p:nth-child(1),
.promo-block-eight-inner p:nth-child(5) {
	font-weight: 600;
    font-size: 20px;
	margin-bottom: 2em;
}

.promo-block-eight-inner p:nth-child(4) {
	margin-bottom: 2em;
}

/***********************
product box
***********************/

.prod-box-container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}

.prod-box-holder {
	padding: 1em 1.5em 2em;
	background: #fff;
    border-radius: 5px;
}

.prod-box-holder a:hover {
	text-decoration: none
}

.prod-box-holder a p {
	font-size: 22px;
    margin-bottom: 1em;
	color: #000;
}

.prod-box-holder img {
	display: flex;
    width: 100%;
	max-height: 300px;
    min-height: 300px;
}

.prod-box-holder > a {
	display: block;
    padding: 10px 0 0;
    text-align: center;
    color: #007BA7;
    font-size: 16px;
}

.prod-body-one img {
	width: 75%;
    margin: 0 auto;
}

.prod-body-two img {
	width: 85%;
    margin: 0 auto;
}

.prod-body-three img {
	width: 95%;
    margin: 0 auto;
}

.prod-body-four span {
	position: relative;
    transform: translateY(65%);
}

.prod-body-five img {
	width: 55%;
    margin: 0 auto;
}

.prod-body-six img {
	width: 90%;
    margin: 0 auto;
}

/***********************
project box
***********************/

.proj-box-holder {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}

.box-col {
	padding-right: 0;
}

.box-container {
	border: 2px solid #D9D9D9;
    border-radius: 10px;
    padding: 0.5em;
	background: #fff;
	height: 280px;
}

.box-container h3 {
	margin: 0.5em 0 1em;
    font-weight: 600;
}

.proj-img-wrapper a {
	height: 100%;
    display: flex;
    align-items: center;
}

.proj-img-wrapper img {
	display: flex;
/*    width: 100%;*/
	max-height: 140px;
    max-width: 135px;
    margin: 0 auto;
}

.proj-img-wrapper {
	background: #f5f4f1;
    padding: 1em;
	height: 160px;
}

.box-container > a {
	display: block;
    text-align: center;
    color: #007BA7;
    font-size: 16px;
    margin-top: 1em;
}

.bottom-proj-section {
	margin: 4em 0;
}

/***********************
promo section
***********************/

.promo-container {
	margin: 3em 0;
}

.promo-banner {
	position: relative;
}

.promo-banner img {
	display: flex;
	max-width: 100%;
	position: relative;
	width: 100%;
    height: 100%;
	border-radius: 10px;
}

.promo-head {
	background: #003399;
    padding: 2em;
}

.promo-head h4 {
	margin: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.promo-inner {
	position: absolute;
    top: 20%;
    left: 5%;
}

.promo-inner h4 {
	font-size: 30px;
    color: #000;
    font-weight: 600;
}

.promo-inner button {
	border: none;
    background: #00B050;
    margin: 1.5em 0;
}

.promo-inner button a {
	display: block;
    font-size: 18px;
    color: #fff;
    padding: 15px 10px;
}

.promo-inner button:hover {
	background: #04a54d;
}

.promo-inner button a:hover {
	text-decoration: none;
}

.text-container {
	position: absolute;
    bottom: 0;
    right: 15px;
}

.text-container h5 {
	color: #000;
    font-size: 28px;
    font-weight: 600;
}

.promo-banner {
	height: 100%;
}

.banner-industry {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-industry span {
	position: absolute;
    top: 1em;
    left: 1em;
	color: #09869B;
	font-size: 17px;
}

.inner-banner-industry {
	position: absolute;
    top: 70%;
    left: 40%;
    transform: translate(-50%, -50%);
	font-family: 'Roboto';
	text-align: right;
}

.inner-banner-industry h4 {
	color: #1D68FF;
    font-size: 30px;
    margin-bottom: 1em;
    text-align: left;
}

.inner-banner-industry button {
	background: #1D68FF;
    border: none;
    padding: 6px 25px;
    border-radius: 5px;
}

.inner-banner-industry button a {
	color: #fff;
    font-size: 17px;
}

.banner-industry img {
	position: absolute;
    bottom: 8%;
    left: 5%;
    width: 60px;
	height: unset;
}

.inner-banner-ads {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    font-family: 'Roboto';
    color: #fff;
}

.inner-banner-ads h4 {
	font-size: 30px;
	padding: .5em;
}

.promo-link {
	position: absolute;
    bottom: 5%;
    right: 5%;
}

.promo-link a {
	color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 10px 0;
    display: flex;
	align-items: center;
}

.promo-link a iconify-icon {
	font-size: 26px;
    padding-left: 10px;
}

.promo-link img {
	width: 300px;
    border-radius: 5px;
}

/***********************
Equipent box
***********************/

.equipment-section > a {
	display: block;
	text-align: right;
	color: #007BA7;
	margin: 10px 3em;
}

.equipment-container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2em;
	background: #fff;
}

.equip-box-holder {
	background: #f5f4f1;
	padding: 1em;
    border-radius: 5px;
}

.equip-box-holder a:hover {
	text-decoration: none;
}

.equip-box-holder a p {
	font-size: 20px;
	color: #000;
}

/*
.equip-box-holder img {
	display: flex;
	width: 100%;
	height: auto;
}
*/

.bottom-box {
	margin-bottom: 2em;
}

/****************************
Owl carousel
****************************/

.carousel-container {
	margin: 4em 0 0;
}

.carousel-container h2,
.carousel-container-small h2 {
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: 400;
    font-family: 'Tenorite', sans-serif;
    font-size: 28px;
}

.col-xs-3 {
	display: inline-block;
	margin-left:-4px;
	flex: 0 0 16.9% !important;
	max-width: 16.9% !important;
}

.col-xs-3 img {
    height: 100%;
}

body .carousel-indicators li{
	background-color:red;
}

body .no-padding{
	padding-left: 0;
	padding-right: 0;
}	

.carousel-control-next {
    right: -1em !important;
    top: -0.5em !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-image: unset !important;
}

.carousel-control-next-icon iconify-icon {
	display: block;
    color: #000;
    font-size: 35px;
}

.carousel-control-prev {
    left: -2.5em !important;
    top: -0.5em !important;
}

.carousel-control-prev-icon iconify-icon {
	display: block;
    color: #000;
    font-size: 35px;
}

.carousel-control-next, 
.carousel-control-prev {
	width: 1.5% !important;
}

.prod-image-carousel {
	border: 1px solid #D9D9D9;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 1em;
	background: #fff;
}

.prod-image-carousel img {
	padding-bottom: 1.5em;
    max-width: 100%;
    max-height: 100%;
}

.prod-image-carousel span {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

.carousel-item.active {
	background: none;
}

/****************************
Media
****************************/

@media only screen and (max-width: 1400px) {
	.promo-block-one-inner {
		width: 35%;
	}
	.btn-slide-one {
		margin-top: 4em;
	}
}

@media only screen and (max-width: 1350px) {
	.bottom-prod-section {
		padding: 4em 0;
	}
	.prod-items {
		padding: 4em 0;
	}
}

@media only screen and (max-width: 1200px) {
	.prod-box-holder img {
		max-height: 250px;
    	min-height: 250px;
	}
	.promo-head h4 {
		font-size: 32px;
	}
	.btn-slide-one {
		margin-top: 3.5em;
	}
	.promo-block-one > p {
		font-size: 26px;
	}
	.promo-block-one-inner {
		width: 40%;
		font-size: 16px;
	}
}

@media only screen and (max-width: 1100px) {
	.prod-box-holder img {
		max-height: 200px;
    	min-height: 200px;
	}
	.prod-box-holder a p {
		white-space: nowrap;
		font-size: 20px;
		margin: 0 -1em;
	}
}

@media only screen and (max-width: 1000px) {
	.promo-head h4 {
		font-size: 26px;
	}
	.promo-head {
		padding: 1.5em;
	}
	.btn-slide-one {
		margin-top: 3em;
	}
	.btn-slide-one button a {
		font-size: 18px;
	}
	.promo-block-one-inner {
		font-size: 15px;
		width: 45%;
	}
	.promo-block-eight-inner p:nth-child(1),
	.promo-block-eight-inner p:nth-child(4) {
		margin-bottom: 1em !important;
	}
	.promo-block-eight-inner p:nth-child(5) {
		margin-bottom: 0 !important;
	}
	.promo-block-eight-inner {
		top: 50%;
	}
	#dropLogin {
		left: -3.5em;
	}
}

@media only screen and (max-width: 900px) {
	.prod-box-holder img {
		max-height: 180px;
    	min-height: 180px;
	}
	.promo-block-one > p {
		font-size: 22px;
	}
	.promo-block-one-inner {
		font-size: 14px;
	}
	.btn-slide-one {
		margin-top: 3em;
	}
	.btn-slide-four {
		top: 25%;
	}
	.promo-block-eight-inner {
		width: 50%;
	}
}

@media only screen and (max-width: 800px) {
	.equipment-container {
		grid-gap: 1em;
	}
	.equip-box-holder a p {
		font-size: 18px;
	}
	.promo-head h4 {
		font-size: 22px;
	}
	.btn-slide-one {
		margin-top: 2em;
	}
	.btn-slide-four button a img {
		width: 25px;
	}
	.btn-slide-four button a {
		font-size: 18px;
	}
	.promo-block-eight-inner {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.bottom-box {
		margin-bottom: 2em;
	}
	.box-col .box-container {
		margin-bottom: 2em;
	}
	.promo-block-one-inner {
		width: 55%;
	}
	.promo-block-three {
		top: 1em;
		left: 1.5em;
	}
	#dropLoginSmall {
		left: -2.45em !important;
    	min-width: 180px !important;
	}
	#myModal {
		left: auto !important;
	}
	#dropLoginSmall {
		left: auto !important;
    	right: 0 !important;
		z-index: 99;
	}
	#subscriptionDropdown {
		left: auto !important;
    	right: 0 !important;
		z-index: 99;
	}
}

@media only screen and (max-width: 700px) {
	.promo-head h4 {
		font-size: 22px;
		white-space: nowrap;
	}
	.btn-slide-one button a img {
		width: 25px;
	}
	.btn-slide-one button a {
		font-size: 15px;
	}
	.btn-slide-one {
		margin-top: 1em;
	}
	.btn-slide-three button a {
		font-size: 18px;
	}
	.btn-slide-three button a img {
		width: 25px;
	}
	.promo-block-three > p {
		font-size: 32px;
	}
	.promo-block-four > p {
		font-size: 32px;
	}
	.promo-block-eight-inner {
		width: 70%;
	}
	.prod-box-holder img {
		max-height: 260px;
		min-height: 260px;
	}
}

@media only screen and (max-width: 650px) {
	.equipment-container {
		grid-template-columns: 1fr 1fr;
	}
	.equip-box-holder img {
		width: unset;
		margin: 0 auto;
	}
	.equipment-section > a {
		margin: 10px 1em;
	}
	.text-container h5 {
		font-size: 24px;
	}
	.promo-block-one-inner {
		width: 65%;
	}
}

@media only screen and (max-width: 576px) {
	.promo-signup {
		margin-top: 2em;
	}
	.prod-box-holder img {
		max-height: 240px;
		min-height: 240px;
	}
}

@media only screen and (max-width: 600px) {
	.text-container h5 {
		font-size: 20px;
	}
	.promo-inner button {
		margin: 1em 0;
	}
	.promo-block-one > p {
		font-size: 18px;
	}
	.slideshow-container-inner {
		padding: 1em 1em 0 !important;
	}
	.prev-btn {
		left: -15px;
	}
	.next-btn {
		right: -15px;
	}
	.promo-block-one-inner {
		width: 70%;
	}
	.btn-slide-one {
		margin-top: -5px;
	}
	.promo-block-three > p {
		font-size: 28px;
	}
	.btn-slide-three button a {
		padding: 10px;
		font-size: 16px;
	}
	.btn-slide-four {
		right: 5%;
	}
	.promo-block-four > p {
		font-size: 28px;
	}
	.btn-slide-four button a {
		font-size: 16px;
	}
	.btn-slide-four button a img {
		width: 20px;
	}
	.btn-slide-five button a img {
		width: 25px;
	}
	.btn-slide-five button a {
		font-size: 18px;
	}
	.btn-slide-six button a {
		font-size: 18px;
	}
	.btn-slide-six button a img {
		width: 25px;
	}
	.btn-slide-seven button a {
		font-size: 18px;
	}
	.btn-slide-seven button {
		padding: 6px 10px 6px 0;
	}
	.btn-slide-seven button a img {
		left: 15px;
	}
	.promo-block-eight-inner p {
		font-size: 15px;
	}
	.bottom-prod-section {
		padding: 2em 0;
	}
	.prod-items {
		padding: 2em 0;
	}
}

@media only screen and (max-width: 500px) {
	.proj-img-wrapper img {
		max-height: 100px;
	}
	.box-container > a {
		margin-top: 10px;
	}
	.box-container {
		height: unset;
	}
	.carousel-control-next-icon iconify-icon {
		font-size: 25px;
	}
	.promo-block-one-inner {
		display: none;
	}
	.promo-slide-banner > img {
		height: 230px !important;
	}
	.promo-block-one {
		top: 0;
		left: 0;
		padding: 1em;
		height: 100%;
	}
	.promo-block-one > p {
		font-size: 22px;
	}
	.btn-slide-one {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -40%);
		width: 100%;
	}
	.btn-slide-two button a {
		font-size: 17px;
	}
	.btn-slide-two button a img {
		width: 20px;
	}
	.promo-block-two {
		bottom: 1em;
		right: 1em;
	}
	.promo-block-three > p {
		font-size: 24px;
	}
	.btn-slide-three button {
		padding: 5px 0;
	}
	.btn-slide-three button a img {
		width: 20px;
	}
	.promo-block-four > p {
		font-size: 24px;
	}
	.btn-slide-four button {
		padding: 6px 10px 6px 0;
	}
	.btn-slide-four {
		right: 3%;
	}
	.btn-slide-four button a {
		font-size: 15px;
	}
	.btn-slide-five button a img {
		left: 15px;
	}
	.btn-slide-five button a {
		padding: 10px;
	}
	.btn-slide-five button {
		padding: 6px 10px 6px 0;
	}
	.promo-block-six {
		right: 5%;
	}
	.btn-slide-six button a img {
		width: 20px;
		left: 15px;
	}
	.btn-slide-six button {
		padding: 6px 10px 6px 0;
	}
	.btn-slide-six button a {
		padding: 10px;
		font-size: 16px;
	}
	.dot-zone .dot:nth-of-type(8) {
		display: none;
	}
	.prod-box-holder img {
		max-height: 200px;
		min-height: 200px;
	}
	.prod-box-holder {
		padding: 1em;
	}
}

@media only screen and (max-width: 450px) {
	.promo-slide-banner > img {
		height: 210px !important;
	}
	.promo-block-one > p {
		font-size: 20px;
	}
	.promo-block-one {
		padding: 10px;
	}
	.btn-slide-one button {
		padding: 5px 0;
	}
	.btn-slide-one button a img {
		width: 20px;
	}
	.btn-slide-one button a {
		padding: 10px;
	}
	.promo-block-three > p {
		font-size: 22px;
	}
	.btn-slide-four button a img {
		left: 10px;
	}
	.btn-slide-four button a {
		padding: 10px;
	}
	.btn-slide-five button a {
		font-size: 16px;
	}
	.btn-slide-five button a img {
		width: 20px;
		left: 10px;
	}
	.btn-slide-seven button a {
		font-size: 16px;
	}
	.btn-slide-seven button a img {
		left: 10px;
		width: 20px;
	}
	.prod-box-holder img {
		max-height: 170px;
		min-height: 170px;
	}
	.prev-btn {
		left: -4px;
		top: 40%;
		padding: 16px 0;
	}
	.next-btn {
		right: -4px;
		top: 40%;
		padding: 16px 0;
	}
	.prev-btn, .next-btn {	
		font-size: 35px !important;
	}
}





@media only screen and (max-width: 1400px) {
	.carousel-control-next-icon iconify-icon,
	.carousel-control-prev-icon iconify-icon {
		font-size: 30px;
	}
	.carousel-control-prev {
		left: -1em !important;
	}
	body .no-padding {
		padding-left: .5em;
	}
	.carousel-control-next {
		right: 0 !important;
	}
}

@media only screen and (max-width: 1200px) {
	.col-xs-3 {
		padding-right: 10px !important;
    	padding-left: 10px !important;
	}
}
@media only screen and (max-width: 1000px) {
	.prod-image-carousel {
		height: 130px;
	}
	.carousel > a:last-of-type {
		right: 0 !important; 
	}
}

@media only screen and (max-width: 900px) {
	body .no-padding {
		padding-left: 0;
	}
}

@media only screen and (min-width: 850px) {
	.carousel-container-small {
		display: none;
	}
}

@media only screen and (max-width: 850px) {
	.carousel-container {
		display: none;
	}
	.carousel-container-small {
		display: block;
		margin: 3em 0 0;
	}
	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}
	.carousel-item.active {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		display: flex !important;
		margin-left: 0;
	}
	.col-xs-3 {
		display: inline-block;
		margin-left: -4px;
		flex: 0 0 22% !important;
		max-width: 22% !important;
	}
	.prod-image-carousel {
		height: 140px;
	}
	.carousel-container-small h2 {
		font-size: 24px;
	}
	#related-products-small {
		margin: 0 -1em;
	}
	.carousel-item {
		padding-left: 11px;
    	padding-right: 11px;
	}
}

@media only screen and (max-width: 700px) {
	.col-xs-3 {
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
	.prod-image-carousel {
		height: 130px;
	}
}

@media only screen and (max-width: 600px) {
	.col-xs-3 {
		flex: 0 0 30% !important;
		max-width: 30% !important;
	}
	.prod-image-carousel span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.col-xs-3 {
		flex: 0 0 38% !important;
		max-width: 38% !important;
	}
}

@media only screen and (max-width: 450px) {
	.col-xs-3 {
		flex: 0 0 42% !important;
		max-width: 42% !important;
	}
}

@media only screen and (max-width: 450px) {
	.carousel-item .col-xs-3 {
		flex: 0 0 36% !important;
    	max-width: 36% !important;
		margin-left: 0;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	.main-section {
		padding: 1em;
	}
}


.card-wrap {
	padding: 0 4em;
}

/* Slideshow container */
.slideshow-container {
/*
  max-width: 1000px;
  position: relative;
  margin: auto;
*/
}

.banner-slideshow {
/*
	display: flex;
    flex-direction: unset;
    height: 450px;
    position: relative;
*/
/*	width: 100vw;*/
    height: auto;
}

.slide-title {
    color: #fff;
	position: relative;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: 1;
}

.first-slide {
	background: #007BA7;
	clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}

.third-slide {
	background: #D9D9D9;
	clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
	color: #000;
}

.overlaySlide {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 112, 192, 0.3);
    pointer-events: none;
}

.banner-slideshow img {
/*
    position: absolute;
    right: 0;
    height: 100%;
*/
	width: 100%;
	max-height: 490px !important;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	z-index: 3;
}

.prev iconify-icon, 
.next iconify-icon {
	font-size: 50px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.slideshow-container .banner-slideshow .img-slide {
/*
	width: 100%;
	object-fit: cover;
*/
}

.slideshow-container .banner-slideshow:nth-of-type(2) > img:nth-of-type(2) {
	top: 55%;
    right: 0%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 500px;
}

.slideshow-container .banner-slideshow:nth-of-type(4) > img:nth-of-type(2) {
	top: 45%;
    right: 0%;
    transform: translate(-50%, -50%);
    height: 400px;
}

.inner-title {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.fourth-slide .inner-title {
	left: 60%;
}

.fourth-slide .inner-title h3 {
	margin-bottom: 10%;
}

.inner-top-title {
	font-family: 'Tenorite', sans-serif;
	text-align: center;
}

.inner-top-title h1,
.inner-top-title h2 {
	font-size: 58px;
    margin-bottom: 10px;
}

.inner-top-title .sub-title,
.inner-top-title h3 {
	font-size: 26px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 15%;
}

.inner-icons {
	display: flex;
    justify-content: center;
}

.inner-icons span {
	display: flex;
    align-items: center;
	font-size: 17px;
}

.inner-icons span img {
	width: unset;
    height: 25px;
    padding-right: 5px;
	position: unset;
}

.inner-icons span:not(:last-child):after {
	content: '|';
	color: #fff;
	margin: 0 20px;
}

.third-slide .inner-icons span:not(:last-child):after {
	color: #000;
}

.card-layout {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	margin-top: -5em;
    z-index: 3;
    position: relative;
	grid-gap: 1.5em;
}

.card-layout a:hover {
	text-decoration: none;
}

.grid-layout {
	grid-column: 3 / span 4;
}

.main-image-container {
	background: #fff;
    padding: 1.5em;
    border-radius: 10px;
	grid-column: 1 / span 2;
	position: relative;
}

.main-image-container a:nth-of-type(2) {
	width: 100%;
    text-align: center;
    text-decoration: none;
    height: 100%;
    background-image: linear-gradient(to bottom right, white, #f5f4f1);
    border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.main-image-container a:nth-of-type(2) img {
	max-width: 100%;
    max-height: 100%;
	padding-top: 1.5em;
}

.main-image-container input:nth-of-type(1) {
	color: #000;
    font-family: 'Tenorite', sans-serif;
    font-size: 22px;
	position: absolute;
    z-index: 1;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.grid-box {
	background: #fff;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
}

.grid-layout .grid-box:nth-of-type(1) .grid-card-top a:nth-of-type(1) {
	background: #f5f4f1;
}

.grid-layout .grid-box:nth-of-type(2) {
	margin-bottom: 0;
}

.grid-layout .grid-box:nth-of-type(2) .grid-card-top a:nth-of-type(1) {
	background: #f5f4f1;
}

.grid-box a:nth-of-type(1) {
    width: 100%;
    display: flex;
    justify-content: center;
	align-items: center;
    text-decoration: none;
    height: 140px;
	position: relative;
	padding: 5px;
}

.grid-box a:nth-of-type(1) img {
	max-height: 100%;
    max-width: 100%;
	mix-blend-mode: multiply;
}

.grid-box a:nth-of-type(2) {
    font-size: 15px;
    color: #000;
    display: block;
    padding-top: 5px;
}

.promo-carousel-section {
	display: flex;
    flex-direction: column;
}

.connect-carousel {
	text-align: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 1.5em 1em;
    border-radius: 5px;
	height: 140px;
}

.connect-carousel span {
	color: #000;
    padding-bottom: 1.5em;
    display: inline-block;
    font-family: 'Tenorite', sans-serif;
    font-size: 17px;
    white-space: nowrap;
}

.connect-carousel a:nth-of-type(1) {
	background: #007BA7;
    width: 67%;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
}

.card-promo {
	background: #000;
    color: #fff;
    text-align: left;
    padding: 2.5em 1em 0 1em;
    font-family: 'Tenorite', sans-serif;
    border-radius: 10px;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-promo img {
	max-height: 40px;
    margin-bottom: 1.5em;
}

.card-promo span {
	font-size: 22px;
    margin-bottom: 1em;
    white-space: nowrap;
}

.card-promo ul {
    padding: 0;
    font-size: 17px;
    margin: 0 auto 0 1em;
    list-style-type: square;
}

.card-promo ul li {
    padding-left: 5px;
}

.overlayBackground {
	background-image: linear-gradient(#dbd4d4, #F2F2F2, #F2F2F2, white);
    height: 700px;
}

/*
.main-page-section {
	margin-top: -16em;
}
*/

.main-image-container a span {
	position: absolute;
    color: #000;
    font-size: 20px;
    font-family: 'Tenorite', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.banner-slideshow-mobile img {
	width: 100%;
	height: 450px;
}

@media only screen and (max-width: 1800px) {
    .card-promo span {
        font-size: 23px;
    }
    .banner-slideshow img {
        max-height: 435px !important;
    }
}

@media only screen and (max-width: 1400px) {
	.main-page-section {
		margin-top: -19.5em;
	}
}

@media only screen and (max-width: 1300px) {
	.equipment-container {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
	}
	.equipment-container .equip-box-holder:nth-of-type(5) {
		display: none;
	}
	.card-layout {
		margin-top: -4em;
	}
}

@media only screen and (max-width: 1200px) {
	.card-layout {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.promo-carousel-section {
		display: none;
	}
	.grid-layout-wrap .third-card-grid:nth-of-type(5) {
		display: none;
	}
	.grid-layout-third-column .grid-layout-wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
	}
	.equip-box-holder {
		min-height: 300px;
		max-height: 300px;
	}
}

@media only screen and (max-width: 1100px) {
	.grid-card-top span {
		white-space: nowrap;
    	font-size: 14px;
	}
	.grid-layout-fifth-column .fifth-card-column:nth-of-type(4) {
		display: none;
	}
	.grid-layout-fifth-column {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
	}
	.main-page-section {
		margin-top: -21em;
	}
}

@media only screen and (max-width: 1000px) {
/*
	.equip-box-holder {
		min-height: 300px !important;
		max-height: 300px !important;
	}
*/
	.equip-box-holder a:nth-of-type(2) img {
		padding-top: 3em;
	}
	.main-image-container a span {
		font-size: 16px;
	}
	.grid-layout-third-column .grid-layout-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.grid-layout-fifth-column {
		grid-template-columns: 1fr 1fr;
	}
	.card-layout {
		margin-top: -2em;
	}
	.grid-layout-fifth-column {
		grid-template-columns: 1fr 1fr !important;
	}
	.promo-column a img {
		min-height: 100%;
		max-height: unset;
	}
	.fifth-card-column a:nth-of-type(2) {
		min-height: 350px;
	}
	.equipment-container {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media only screen and (max-width: 800px) {
	.card-layout {
		grid-template-columns: 1fr 1fr;
	}
	.main-image-container {
		grid-column: 1;
		grid-row: 2;
	}
	.grid-layout {
		grid-column: 1 / span 2;
	}
	.main-page-section {
		margin-top: -5em !important;
	}
	.promo-carousel-section {
		display: block;
	}
	.overlayBackground {
		height: 900px;
	}
	.card-promo {
		padding: 1em 0;
	}
	.star-icons iconify-icon {
		font-size: 24px;
	}
	.main-image-container a span {
		font-size: 18px;
	}
	.grid-layout-third-column .grid-layout-wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
		margin-bottom: 1em !important;
	}
	.grid-layout-third-column {
		margin-bottom: 1em;
	}
	.grid-layout-wrap {
		grid-gap: 2em;
	}
}

@media only screen and (max-width: 750px) {
	.equipment-container {
		grid-template-columns: 1fr 1fr !important;
	}
	.equip-box-holder {
		min-height: 270px !important;
		max-height: 270px !important;
	}
	.card-layout {
		margin-top: 0;
	}
	.promo-img-layout img {
		min-height: unset;
		max-height: unset;
	}
}

@media only screen and (max-width: 700px) {
	.grid-layout .grid-box:nth-of-type(1) {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.grid-layout .grid-box:nth-of-type(1) .grid-card-top:nth-of-type(6) {
		display: block !important;
	}
	.grid-layout .grid-box:nth-of-type(2) {
		grid-template-columns: 1fr 1fr;
	}
	.grid-layout .grid-box:nth-of-type(2) .grid-card-top:nth-of-type(1) {
		display: none;
	}
	.overlayBackground {
		height: 1200px;
	}
	.main-page-section {
		margin-top: 2em !important;
	}
	.card-layout {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.main-image-container {
		grid-column: 1 / span 2;
	}
	.grid-layout {
		grid-column: 1 / span 3;
	}
	.main-image-container a span {
		font-size: 16px;
	}
	.fifth-card-column a:nth-of-type(2) {
		min-height: 300px;
	}
	.fifth-card-column img {
		max-height: 250px;
	}
	.grid-layout-third-column .grid-layout-wrap {
		grid-template-columns: 1fr 1fr !important;
		grid-gap: 2em;
	}
}

@media only screen and (max-width: 600px) {
	.grid-layout-third-column .grid-layout-wrap {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.promo-carousel-section {
		display: none;
	}
	.main-image-container {
		grid-column: 1 / span 3;
		min-height: 300px;
	}
	.prev iconify-icon, 
	.next iconify-icon {
		font-size: 40px;
	}
	.grid-layout-third-column {
		grid-template-columns: 1fr 1fr !important;
		grid-gap: 2em;
	}
	.fifth-card-column img {
		max-height: 200px;
	}
	.fifth-card-column a:nth-of-type(2) {
		min-height: 250px;
	}
}

@media only screen and (max-width: 550px) {
	.grid-layout .grid-box:nth-of-type(1) {
		grid-template-columns: 1fr 1fr;
	}
	.main-page-section {
		margin-top: 13em !important;
	}
}

@media only screen and (max-width: 500px) {
	.card-layout {
		grid-template-columns: 1fr 1fr;
	}
	.promo-carousel-section {
		display: block;
    	grid-column: 1 / span 2;
	}
	.main-page-section {
		margin-top: 38em !important;
	}
	.fifth-card-column img {
		max-height: 150px;
	}
	.fifth-card-column a:nth-of-type(2) {
		min-height: 200px;
	}
}

@media only screen and (max-width: 550px) {
	.grid-layout-fifth-column {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 450px) {
	.grid-layout-third-column .grid-layout-wrap {
		grid-row-gap: 4em !important;
	}
	.grid-layout-third-column {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.grid-card-top span {
        white-space: nowrap;
        font-size: 16px;
        margin: 5px 0 10px;
        display: inline-block;
    }
	.grid-layout .grid-box:nth-of-type(1) {
		background: none;
    	padding: 0;
		grid-row-gap: 1.5em;
	}
	.overlayBackground {
		background-image: linear-gradient(white, white) !important;
	}
	.card-wrap {
        padding: 2em 1em 1em !important;
    }
	.grid-layout .grid-box:nth-of-type(2) {
		padding: 0;
		grid-row-gap: 1.5em;
	}
	.connect-carousel {
		height: unset;
		background: #F2F2F2;
		padding: 2em 1em;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
	.connect-carousel span {
		font-size: 20px;
	}
	.connect-carousel a:nth-of-type(1) {
		padding: 8px;
		font-size: 16px;
	}
	.card-promo {
        padding: 2em;
		border-radius: 5px;
    	height: unset;
    }
	.card-layout {
		grid-gap: 0;
	}
	.main-image-container {
		display: none;
	}
	.main-page-section {
        margin-top: 16em !important;
		padding: 0 1em !important;
    }
	.grid-layout-first-column h3, 
	.grid-layout-third-column h3 {
		font-weight: bold;
		font-size: 22px;
	}
	.star-icons {
		margin-bottom: 1em;
	}
	.first-card-grid span {
		font-size: 16px;
	}
	.grid-layout-wrap {
		grid-column-gap: 1em !important;
    	grid-row-gap: 2em !important;
	}
	.equipment-group-layout .box-col:nth-of-type(1) {
		padding-right: 15px !important;
	}
	.box-container {
		border-radius: 5px;
		margin: 1em 0 0;
	}
	.proj-img-wrapper img {
		width: unset;
	}
	.box-container h3 {
		font-size: 22px;
	}
	.box-col .box-container {
        margin-bottom: 0;
    }
	.equipment-group-layout .box-col:nth-of-type(2) {
		padding-left: 15px !important;
		margin-top: 2em;
	}
	.equipment-group-layout .box-col:nth-of-type(1) a,
	.equipment-group-layout .box-col:nth-of-type(2) a {
		font-size: 17px;
	}
	.proj-img-wrapper img {
        max-height: 100%;
    }
	.grid-layout-fifth-column {
		margin-bottom: 2em;
	}
	.grid-layout-fifth-column .promo-column {
		grid-column: 1 / span 2;
    	margin: 2em auto 1.5em;
	}
	.grid-layout-fifth-column .promo-column a {
		height: 100%;
		display: block;
		text-align: center;
	}
	.grid-layout-fifth-column .fifth-card-column:last-of-type {
		display: none;
	}
	.equipment-container {
        grid-template-columns: 1fr 1fr !important;
    }
	footer {
		margin-top: 2.5em;
	}
	.carousel-container-small h2 {
		padding-left: 0;
	}
	.prod-image-carousel span {
        font-size: 16px;
    }
	.prod-image-carousel {
        height: 220px;
		padding: 1em;
    }
	.carousel-item .col-xs-3 {
        flex: 0 0 46% !important;
        max-width: 46% !important;
    }
	.prod-image-carousel a {
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: center;
	}
	.col-xs-3 img {
		height: unset;
	}
}

@media only screen and (max-width: 400px) {
	.grid-layout .grid-box:nth-of-type(1) {
		grid-template-columns: 1fr;
	}
	.grid-layout .grid-box:nth-of-type(2) {
		grid-template-columns: 1fr;
	}
	.equipment-container {
		grid-template-columns: 1fr;
	}
	.main-page-section {
		margin-top: 86em !important;
	}
}















