@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
	Title # Electroninks
	Date #  09 March 2023
*/


html {
	scroll-behavior: smooth;
}


* {
	padding: 0px;
	margin: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background: #333333;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
}


.body-full {
	width: 100%;
	float: left;
	position: relative;
	background: #FFF;
}

.body-full2 {
	width: 100%;
	float: left;
	position: relative;
	background: #F5F5F5;
}

.body-full3 {
	width: 100%;
	float: left;
	position: relative;
	background-image: url("../img/bg-image.svg"), url("../img/bg-image2.svg");
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #FFF;
	background-size: 300px 200px, 300px 200px;
}

.body-full4 {
	width: 100%;
	float: left;
	position: relative;
	background-image: url("../img/bg-image.svg"), url("../img/bg-image2.svg");
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #F5F5F5;
	background-size: 300px 200px, 300px 200px;
}


@media (max-width: 1199px) {

	.body-full3 {
		background-size: 140px 93px, 140px 93px;
	}

	.body-full4 {
		background-size: 140px 93px, 140px 93px;
	}

}


@media (max-width: 767px) {

	.body-full3 {
		background-size: 140px 93px, 140px 93px;
	}

	.body-full4 {
		background-size: 140px 93px, 140px 93px;
	}

}

img {
	max-width: 100%;
	height: auto;
}


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	/*width: 70%;*/
	margin: auto;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

:focus {
	outline: 0;
}

button:focus {
	outline: 0 !important;
}

.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.top-full {
	width: 100%;
	float: left;
	position: relative;
	background: #333333;
}

.top-full .container {
	max-width: 1200px;
}

.top {
	width: 100%;
	padding: 10px 0px;
	float: left;
	position: relative;
}

.top-email {
	width: auto;
	float: left;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #00AEEF;
	line-height: 25px;
}

.top-email a {
	color: #00AEEF;
	text-decoration: underline;
}

.top-email a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.phonenumber {
	width: auto;
	float: right;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 25px;
}

.phonenumber a {
	color: #FFF;
}

.phonenumber .fa {
	font-size: 23px;
	color: #FFF;
	vertical-align: sub;
	margin-right: 5px;
}

@media (max-width: 767px) {

	.top-full {
		display: none;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* ================================================== Start Navigation ========================================================== */

.navigation-full {
	width: 100%;
	float: left;
	position: relative;
	background: #FFF;
	z-index: 999;
}

.navigation-full .container {
	max-width: 1200px;
}

.navigation-full.home-nav {
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 999;
	background: none;
}


.navigation {
	width: 100%;
	padding: 40px 0px;
	position: relative;
}

.logo {
	width: 240px;
	float: left;
	position: relative;
}

/*.logo img{ width:240px; height: auto; }*/


.nav-phone {
	width: auto;
	float: left;
	position: absolute;
	left: 25px;
	top: 18px;
	z-index: 1;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 25px;
}

.nav-phone h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
	line-height: 25px;
	margin-bottom: 12px;
}

.nav-phone h3 a {
	color: #272727;
}

.nav-phone p {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 25px;
	margin-bottom: 0px;
}

.nav-phone p a {
	color: #272727;
}

.nav-phone p .fa {
	font-size: 26px;
	color: #00AEEF;
	vertical-align: middle;
	margin-right: 5px;
}


/* ---------- Start Sub Menu ---------- */

#navbar {
	width: auto;
	padding: 15px 0px 0px;
	float: right;
}

.navbar {
	padding: 0px 0px;
}

.navbar-toggle {
	display: none;
}

.navbar-nav {
	width: 100%;
	display: inline-block;
}

.navbar-nav li {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
	line-height: 22px;
	margin-left: 35px;
	display: inline-block;
}

.navbar-nav li a {
	color: #272727;
	display: block;
	cursor: pointer;
}

.navbar-nav li a:hover {
	color: #272727;
	text-decoration: none;
}

.navbar-nav li a.active {
	color: #272727;
}

.navbar-nav li:first-child {
	display: none;
}

.navbar ul.dropdown-menu {
	width: 200px;
	background: #fff;
	padding: 10px 15px;
	margin: 0px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav li ul li {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	color: #272727;
	font-weight: 300;
}

.navbar-nav li ul li a {
	color: #272727;
	display: block;
	padding: 6px 0px;
}

.navbar-nav li ul li a:hover {
	color: #0389BB;
	/*color:rgba(0,0,0,0.5);*/
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

/*.dropdown-submenu>.dropdown-menu {
   top:0;
   left:100%;
   margin-top:6px;
   margin-left:11px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #272727;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: 0px;
  margin-top: 5px;
  width: 0;
}*/

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: middle;
	content: "";
	border-top: 0.4em solid;
	border-right: 0.4em solid transparent;
	border-bottom: 0;
	border-left: 0.4em solid transparent;
}


@media (max-width: 991px) {

	.navbar-nav li {
		margin-left: 20px;
	}

}


@media (max-width: 767px) {

	.navigation-full.home-nav {
		top: 0px;
	}

	.navigation {
		padding: 24px 0px;
	}


	.logo {
		width: 140px;
		position: relative;
		top: 0px;
	}

	.nav-phone {
		display: inline-block;
	}



	#navbar {
		width: 100%;
		padding: 0px 0px 0px;
		float: left;
	}



	.navbar-collapse {
		right: -100% !important;
		transition: all 0.3s ease;
	}

	.navbar-collapse.show {
		right: 0 !important;
	}


	.navbar {
		width: 100%;
		float: left;
		padding: 0px 0px;
	}

	.navbar-nav li:first-child {
		display: inline-block;
	}


	.navbar ul.dropdown-menu {
		width: 100%;
		background: #fff;
		padding: 15px 0px 0px;
		margin: 0px;
		box-shadow: none;
		border: 0px;
		position: relative;
		float: left;
	}

	.navbar-collapse {
		width: 90%;
		background: #FFF;
		position: fixed;
		right: 0px;
		top: 0px;
		height: 100%;
		float: left;
		box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
		padding: 100px 20px 20px;
	}

	.navbar-expand-sm .navbar-collapse {
		display: block !important;
	}


	.collapse:not(.show) {
		display: none !important;
	}

	.navbar-nav {
		padding: 0px 0px 20px;
	}

	.navbar-nav li {
		width: 100%;
		font-size: 18px;
		margin: 0px;
		padding: 12px 10px;
		text-align: left;
	}

	.navbar-toggle.collapsed {
		padding: 5px 5px 8px;
		background: none;
		border: 0px;
		border-radius: 5px;
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 0px;
		z-index: 2222;
		width: 45px;
		height: auto;
	}

	.navbar-toggle {
		padding: 4px 4px 8px;
		background: none;
		border: 2px solid #000;
		border-radius: 5px;
		display: inline-block;
		position: fixed;
		top: 35px;
		right: 40px;
		z-index: 2222;
		width: 35px;
		height: auto;
	}

	.navbar-toggle.collapsed .icon-bar {
		margin-left: 0px;
	}

	.navbar-toggle .icon-bar {
		margin-left: 4px;
	}

	.icon-bar {
		width: 20px;
		height: 3px;
		border-radius: 10px;
		background-color: #000;
		display: block;
		transition: all 0.2s;
		margin-top: 3px;
		margin-left: 0px;
	}

	.icon-bar {
		background-color: #000;
	}

	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 4% 34%;
	}

	.navbar-toggle .middle-bar {
		opacity: 0;
	}

	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 75%;
	}

	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}

	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}



	/*.dropdown-toggle true::after{
						display: inline-block;
						margin-left: 0.255em;
						vertical-align: middle;
						content: "";
						border-top: 0;
						border-right: .3em solid transparent;
						border-bottom: .3em solid;
						border-left: .3em solid transparent;
					}*/


}

/* ---------- End Sub Menu ---------- */

/* ============================================= End Navigation ================================================= */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Index Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.index-header-full {
	width: 100%;
	float: left;
	position: relative;
	background: #fbfcfc url(../img/index-header-bg.jpg) right center no-repeat;
}

.index-header {
	width: 480px;
	padding: 170px 0px 140px;
	float: left;
	position: relative;
}

.index-header h1 {
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
	color: #272727;
	margin-bottom: 20px;
	text-shadow: 0 2px 0 #FFF, 0 4px 0 rgba(0, 0, 0, 0.15);
}

.index-header p {
	font-size: 24px;
	font-weight: 300;
	color: #272727;
	line-height: 37px;
	margin-bottom: 20px;
	text-shadow: 0 2px 0 #FFF, 0 4px 0 rgba(0, 0, 0, 0.15);
}

.index-header p a {
	color: #272727;
}

.index-header .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.index-header .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.index-header .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.index-header .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}


@media (max-width: 1199px) {

	.index-header-full {
		width: 100%;
		float: left;
		position: relative;
		background: #fbfcfc url(../img/index-header-tab-bg.jpg) right center no-repeat;
	}

	.index-header {
		width: 450px;
		padding: 160px 0px 80px;
		float: left;
		position: relative;
	}

}



@media (max-width: 767px) {

	.index-header-full {
		width: 100%;
		float: left;
		position: relative;
		background: #fbfcfc url(../img/index-header-bg-mobile.jpg) center no-repeat;
		background-size: contain;
	}

	.index-header {
		width: 100%;
		padding: 90px 0px;
		text-align: center;
	}

	.index-header h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 80%;
	}

	.index-header p {
		font-size: 20px;
		line-height: 37px;
		margin-bottom: 0px;
	}


}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Index Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.header-full {
	width: 100%;
	float: left;
	position: relative;
}

.header-full .container {
	max-width: 970px;
}

header {
	width: 100%;
	padding: 25% 0px;
	float: left;
	position: relative;
	text-align: center;
}

header h1 {
	font-size: 40px;
	line-height: 56px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 20px;
}

header p {
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	line-height: 37px;
	margin-bottom: 20px;
}

header p a {
	color: #FFF;
}

/*header .btn-primary{
						width:auto;
						padding:15px 50px;
						background:#00AEEF;
						height:auto;
						border:0;
						border-radius:30px;
						font-family: 'Poppins', sans-serif; font-size:18px; font-weight:500; color:#FFF; line-height:30px; text-align:center; display:inline-block; cursor:pointer;
						margin-top: 30px;
						}

		header .btn-primary:hover{ background:#00AEEF; color:#FFF; }
		header .btn-primary:not(:disabled):not(.disabled):active{ background:#00AEEF; color:#FFF; border:0px; box-shadow:0 0 0 0 rgba(0,0,0,0); }
		header .btn.focus, .btn:focus{ outline: 0; box-shadow: 0 0 0 0 rgba(0,0,0,.0); }*/



@media (max-width: 1199px) {

	header {
		padding: 15% 0px;
	}

}


@media (max-width: 767px) {

	header {
		width: 100%;
		padding: 50px 0px;
	}

	header h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	header p {
		font-size: 20px;
		line-height: 37px;
		margin-bottom: 20px;
	}


}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Strategic Alliances <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.strategic-full {
	width: 100%;
	float: left;
	position: relative;
	background: #00AEEF;
}

.strategic {
	width: 100%;
	padding: 25px 0px;
	float: left;
	position: relative;
	text-align: center;
}

.strategic h2 {
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 20px;
}

.strategic ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.strategic li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px 3%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.strategic li:nth-child(1) img {
	width: auto;
	height: 26px;
}

.strategic li:nth-child(2) img {
	width: auto;
	height: 46px;
}

.strategic li:nth-child(3) img {
	width: auto;
	height: 40px;
}

.strategic li:nth-child(4) img {
	width: auto;
	height: 34px;
}


@media (max-width: 1199px) {

	.strategic li:nth-child(1) img {
		width: auto;
		height: auto;
	}

	.strategic li:nth-child(2) img {
		width: auto;
		height: auto;
	}

	.strategic li:nth-child(3) img {
		width: auto;
		height: auto;
	}

	.strategic li:nth-child(4) img {
		width: auto;
		height: auto;
	}

}


@media (max-width: 767px) {

	.strategic {
		padding: 20px 0px;
	}

	.strategic h2 {
		font-size: 20px;
	}

	.strategic ul {
		display: inline-block;
	}

	.strategic li {
		width: 100%;
		float: left;
		padding: 0px 5px;
		margin: 20px 0px;
	}

	.strategic li:nth-child(1) img {
		width: auto;
		height: 26px;
	}

	.strategic li:nth-child(2) img {
		width: auto;
		height: 46px;
	}

	.strategic li:nth-child(3) img {
		width: auto;
		height: 40px;
	}

	.strategic li:nth-child(4) img {
		width: auto;
		height: 34px;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Strategic Alliances <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start What We Do <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.what-we-do-full {
	width: 100%;
	float: left;
	position: relative;
	background: #f5f5f5 url("../img/what-we-do-bg.jpg") right 180px no-repeat;
	background-size: 560px 410px;
}

.what-we-do {
	width: 100%;
	padding: 70px 0px 100px;
	float: left;
	position: relative;
}

.what-we-do h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 45px;
	text-align: center;
}

.what-we-do h2 a {
	color: #272727;
}

.what-we-do-left {
	max-width: 560px;
	float: left;
	position: relative;
}

.what-we-do-left p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 34px;
	margin-bottom: 20px;
}

.what-we-do-left p a {
	color: #272727;
}

.what-we-do-left p strong {
	font-weight: 500;
}

.what-we-do-left ul {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

.what-we-do-left li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 24px;
	background: url("../img/bullet.png") left top no-repeat;
	background-size: 20px 18px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-position: 0 .2em;
}

.what-we-do-left p a {
	color: #272727;
}



@media (max-width: 1199px) {

	.what-we-do-full {
		background-size: 460px 310px;
	}

	.what-we-do-left {
		max-width: 450px;
	}

}


@media (max-width: 991px) {

	.what-we-do-full {
		background-size: 360px 250px;
	}

	.what-we-do-left {
		max-width: 350px;
	}

}



@media (max-width: 767px) {

	.what-we-do-full {
		background: #f5f5f5 url("../img/what-we-do-mobile-bg.jpg") right 100px no-repeat;
		background-size: 350px 287px;
	}


	.what-we-do {
		padding: 40px 0px 30px;
	}

	.what-we-do h2 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 72%;
	}

	.what-we-do-left {
		max-width: 100%;
	}

}


@media (max-width: 479px) {

	.what-we-do h2 {
		margin-bottom: 100%;
	}


}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End What We Do <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Conductive Inks <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.conductive-inks {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
	text-align: center;
}

.conductive-inks iframe {
	width: 100%;
	height: 525px;
}

.conductive-inks .col-12 {
	padding: 0px 0px;
	display: inline-block;
}

.conductive-inks h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 20px;
}

.conductive-inks h2 a {
	color: #272727;
}

.conductive-inks h3 {
	font-size: 25px;
	font-weight: 500;
	color: #272727;
	line-height: 35px;
	margin-bottom: 20px;
}

.conductive-inks h3 a {
	color: #272727;
}

.conductive-inks p {
	font-size: 18px;
	font-weight: 300;
	color: #272727;
	line-height: 34px;
	margin-bottom: 20px;
}

.conductive-inks p a {
	color: #272727;
}

.conductive-inks ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.conductive-inks li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px 10px;
	vertical-align: middle;
	margin-bottom: 20px;
}

.conductive-inks li:first-child {
	padding-left: 0px;
}

.conductive-inks li:last-child {
	padding-right: 0px;
}

.conductive-inks li img {
	width: 150px;
	height: auto;
	margin-bottom: 5px;
}

.conductive-inks ul li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
	line-height: 24px;
	margin-bottom: 20px;
}

.conductive-inks ul li h3 a {
	color: #272727;
}

.conductive-inks li .btn-primary {
	width: auto;
	padding: 5px 30px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 0px;
}

.conductive-inks li .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.conductive-inks li .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}




.conductive-inks .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.conductive-inks .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.conductive-inks .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.conductive-inks .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 991px) {

	.conductive-inks iframe {
		height: 380px;
	}


	.conductive-inks li .btn-primary {
		width: 100%;
		padding: 5px 5px;
		font-size: 16px;
	}

}


@media (max-width: 767px) {

	.conductive-inks {
		padding: 30px 0px;
	}

	.conductive-inks iframe {
		width: 100%;
		height: 240px;
	}

	.conductive-inks h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.conductive-inks p {
		font-size: 17px;
		line-height: 34px;
	}

	.conductive-inks ul {
		display: inline-block;
	}

	.conductive-inks li {
		padding: 0px 0px;
		margin-bottom: 20px;
	}

	.conductive-inks ul li h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.conductive-inks .btn-primary {
		margin-top: 0px;
		/*display: none;*/
	}

	.conductive-inks li .btn-primary {
		width: auto;
		padding: 5px 30px;
	}

}


@media (max-width: 479px) {

	.conductive-inks iframe {
		width: 100%;
		height: 180px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Conductive Inks <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start TBD <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.tbd-block {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
	text-align: center;
}

.tbd-block .col-12 {
	padding: 0px 0px;
	display: inline-block;
}

.tbd-block h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
}

.tbd-block h2 a {
	color: #272727;
}

.tbd-block h2 strong {
	font-weight: 500;
}

.tbd-block h2 b {
	font-weight: 500;
	display: none;
}


.tbd-block ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.tbd-block li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px 4%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.tbd-block li:nth-child(2) {
	padding-left: 0px;
}

.tbd-block li:last-child {
	padding-right: 0px;
}

.tbd-block li img {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-bottom: 10px;
}

.tbd-block li:nth-child(1) {
	display: none;
}

.tbd-block li:nth-child(1) img {
	width: auto;
	height: 63px;
	margin: 0px 0px;
}

.tbd-block li:nth-child(2) img {
	width: auto;
	height: 54px;
	margin: 12px 0px;
}

.tbd-block li:nth-child(3) img {
	width: auto;
	height: 79px;
}

.tbd-block li:nth-child(4) img {
	width: auto;
	height: 53px;
	margin: 12px 0px;
}

.tbd-block ul li h3 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 34px;
	margin-bottom: 10px;
}

.tbd-block ul li h3 a {
	color: #272727;
}

.tbd-block ul li p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 10px;
}

.tbd-block ul li p a {
	color: #272727;
}

.tbd-block .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.tbd-block .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.tbd-block .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.tbd-block .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 767px) {

	.tbd-block {
		padding: 50px 0px;
	}


	.tbd-block h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.tbd-block h2 strong {
		display: none;
	}

	.tbd-block h2 b {
		display: inline-block;
	}


	.tbd-block ul {
		display: inline-block;
	}

	.tbd-block li {
		padding: 0px 0px;
		margin-bottom: 20px;
	}

	.tbd-block li:nth-child(1) {
		display: inline-block;
	}

	.tbd-block li:nth-child(1) img {
		margin: 0px 0px;
	}

	.tbd-block li:nth-child(3) img {
		margin: 0px 0px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End TBD <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start What Sets Us Apart <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.sets-apart {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
	text-align: center;
}

.sets-apart h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 20px;
}

.conductive-inks h2 a {
	color: #272727;
}

.sets-apart p {
	font-size: 18px;
	font-weight: 300;
	color: #272727;
	line-height: 34px;
	margin-bottom: 30px;
}

.sets-apart p a {
	color: #272727;
}

.sets-apart ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin-top: 40px;
}

.sets-apart li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	text-align: left;
	padding-left: 65px;
	position: relative;
	margin-bottom: 40px;
}

.sets-apart li img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.sets-apart li:nth-child(2) img {
	width: 64px;
	margin-left: -15px
}

.sets-apart ul li h3 {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	line-height: 24px;
	margin-bottom: 10px;
}

.sets-apart ul li h3 a {
	color: #272727;
}

.sets-apart ul li p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.sets-apart ul li p a {
	color: #272727;
}





@media (max-width: 767px) {

	.sets-apart {
		padding: 50px 0px 20px;
	}


	.sets-apart h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.sets-apart p {
		font-size: 17px;
		line-height: 34px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End What Sets Us Apart <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.contact-full {
	width: 100%;
	float: left;
	position: relative;
	background: url('../img/contact-bg-2.jpg') top center no-repeat;
	background-size: cover;
}

.contact-full .container {
	max-width: 900px;
}


.contact {
	width: 100%;
	padding: 15% 0px;
	float: left;
	position: relative;
	text-align: center;
}

.contact h2 {
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	line-height: 50px;
	margin-bottom: 20px;
}

.contact h2 a {
	color: #FFF;
}

.contact p {
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	line-height: 34px;
	margin-bottom: 30px;
}

.contact p a {
	color: #FFF;
}

.contact .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.contact .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.contact .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.contact .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 767px) {

	.contact {
		padding: 10% 0px;
	}

	.contact h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.contact p {
		font-size: 17px;
		line-height: 34px;
	}

}


@media (max-width: 574px) {

	.contact h2 br {
		display: none;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Department of Defense Work <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.defense-work {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.defense-work h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.defense-work h2 a {
	color: #272727;
}

.defense-work h2 strong {
	font-weight: 500;
}

.defense-work h2 b {
	font-weight: 500;
	display: none;
}


.defense-work-left {
	width: 46%;
	float: left;
	position: relative;
}

.defense-work-left p {
	font-size: 16px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.defense-work-left p a {
	color: #272727;
}


.defense-work-right {
	width: 48%;
	float: right;
	position: relative;
}



@media (max-width: 767px) {

	.defense-work h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.defense-work h2 strong {
		display: none;
	}

	.defense-work h2 b {
		display: inline-block;
	}


	.defense-work-left {
		width: 100%;
	}

	.defense-work-right {
		width: 100%;
		margin-bottom: 25px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Department of Defense Work <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Newsroom <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.newsroom {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.newsroom .col-12 {
	display: inline-block;
	padding: 0px 0px;
}

.newsroom h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.newsroom h2 a {
	color: #272727;
}

.newsroom h2 strong {
	font-weight: 500;
}

.newsroom h2 b {
	font-weight: 500;
	display: none;
}


.newsroom h3 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 30px;
	margin-bottom: 20px;
}

.newsroom h3 a {
	color: #272727;
}

.newsroom p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 29px;
	margin-bottom: 20px;
}

.newsroom p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.newsroom p a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.newsroom ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.newsroom li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.newsroom li:nth-child(2) {
	padding: 0px 5%;
}


.newsroom .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.newsroom .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.newsroom .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.newsroom .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}





.news {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.news h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.news h2 a {
	color: #272727;
}


.news h3 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news h3 a {
	color: #272727;
}

.news p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 28px;
	margin-bottom: 20px;
}

.news p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.news p a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.news ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.news li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
	background: #F5F5F5;
	padding: 30px 30px 10px;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 3px;
	/*min-height: 500px;*/
}

/*.news li:nth-child(2n+1){ margin-left:0px; }*/

.news li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


.news .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.news .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.news .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.news .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 767px) {

	.newsroom h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.newsroom h2 strong {
		display: none;
	}

	.newsroom h2 b {
		display: inline-block;
	}

	.newsroom ul {
		display: inline-block;
	}

	.newsroom li:nth-child(2) {
		padding: 0px 0px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Newsroom <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.footer-full {
	width: 100%;
	float: left;
	position: relative;
	background-image: url("../img/bg-image.png"), url("../img/bg-image2.png");
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #333333;
	background-size: 300px 200px, 300px 200px;
}

footer {
	width: 100%;
	padding: 40px 0px;
	float: left;
	position: relative;
	text-align: center;
	opacity: 0.9;
}


footer .navbar-nav li {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	line-height: 22px;
	margin: 0px 20px 25px;
}

footer .navbar-nav li a {
	color: #FFF;
}

footer .navbar-nav li a:hover {
	color: #FFF;
}

footer .navbar-nav li a.active {
	color: #FFF;
}

footer .navbar-nav li:first-child {
	display: inline-block !important;
}

footer .navbar ul.dropdown-menu {
	width: 200px;
	background: #fff;
	padding: 10px 0px;
	margin: 0px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
}

footer .navbar-nav li ul li {
	padding: 0px;
	margin: 0px;
	color: #2A2A2A;
	width: 100%;
}

footer .navbar-nav li ul li a {
	color: #2A2A2A;
	padding: 8px 10px;
}

footer .navbar-nav li ul li a:hover {
	color: #2A2A2A;
}


footer .fa {
	font-size: 36px;
	color: #00AEEF;
	margin: 15px 5px 25px;
}

.footer-logo {
	width: 100%;
	margin: 20px 0px 10px;
}

.footer-logo img {
	width: auto;
}

footer h3 {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 15px;
}

footer h3 a {
	color: #00AEEF;
	text-decoration: underline;
}

footer h3 a:hover {
	color: #00AEEF;
	text-decoration: none;
}


footer p {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 5px;
}

footer p a {
	color: #FFF;
}

footer p a:hover {
	color: #FFF;
	text-decoration: underline;
}

footer p span {
	font-size: 12px;
}

footer p span a {
	text-decoration: underline;
}


@media (max-width: 1199px) {

	.footer-full {
		background-size: 140px 93px, 140px 93px;
	}

}


@media (max-width: 767px) {

	.footer-full {
		background-size: 140px 93px, 140px 93px;
	}


	footer .navbar-nav {
		display: none;
	}

	footer .navbar-nav li {
		margin: 0px 0px 20px;
		text-align: center;
	}

	footer .navbar ul.dropdown-menu {
		width: 100%;
		position: relative !important;
		margin: 15px 0px 0px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Icon <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.icon-body {
	width: 100%;
	padding: 30px 0px;
	float: left;
	position: relative;
	text-align: center;
}

/*.icon-body h2{ font-size:24px; font-weight:500; color:#FFF; line-height:30px; margin-bottom:20px; }*/

.icon-body ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.icon-body li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px 15px;
	vertical-align: middle;
}

.icon-body li img {
	width: auto;
	height: 60px;
	margin-bottom: 10px;
}

.icon-body li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 25px;
	margin-bottom: 0px;
}



@media (max-width: 767px) {

	/*.icon-body h2{ font-size:20px; }*/

	.icon-body ul {
		display: inline-block;
	}

	.icon-body li {
		width: 100%;
		float: left;
		padding: 0px 0px;
		margin-top: 30px;
	}

	.icon-body li:first-child {
		margin-top: 0px;
	}

	.icon-body li h3 {
		font-size: 16px;
		line-height: 25px;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Icon <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Product Block <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.product-block {
	width: 100%;
	padding: 8% 0px;
	float: left;
	position: relative;
}

.product-block .col-12 {
	padding: 0px 0px;
	display: inline-block;
}

.product-block h2 {
	font-size: 36px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 10px;
}

.product-block h2 a {
	color: #272727;
}

.product-block h2 span {
	font-size: 40px;
	line-height: 50px;
}


.product-block p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 34px;
	margin-bottom: 20px;
}

.product-block p a {
	color: #272727;
}

.product-block p strong {
	font-weight: 500;
}

.product-block .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.product-block .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.product-block .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.product-block .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}


.product-left {
	width: 25%;
	float: left;
	position: relative;
}

.product-right {
	width: 70%;
	float: right;
	position: relative;
}



@media (max-width: 767px) {

	.product-block {
		padding: 30px 0px;
	}

	.product-block .col-12.text-right {
		text-align: center !important;
	}

	.product-block h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.product-block h2 span {
		font-size: 28px;
		line-height: 40px;
	}

	.product-block p {
		font-size: 14px;
		line-height: 28px;
	}

	.product-block .btn-primary {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.product-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.product-right {
		width: 100%;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Product Block <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Circuit Jet <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.circuit-jet {
	width: 100%;
	padding: 8% 0px;
	float: left;
	position: relative;
}

.circuit-jet .col-12 {
	display: inline-block;
}


.circuit-jet h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.circuit-jet h2 a {
	color: #272727;
}


.circuit-jet h3 {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
	line-height: 25px;
	margin-bottom: 10px;
}

.circuit-jet h3 a {
	color: #272727;
}

.circuit-jet h3 img {
	width: auto;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}

.circuit-jet p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.circuit-jet p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.circuit-jet p a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.circuit-jet p strong {
	font-weight: 500;
}

/*.circuit-jet .btn-primary{
							width:auto;
							padding:15px 50px;
							background:#00AEEF;
							height:auto;
							border:0;
							border-radius:30px;
							font-family: 'Poppins', sans-serif; font-size:18px; font-weight:500; color:#FFF; line-height:30px; text-align:center; display:inline-block; cursor:pointer;
							margin-top: 20px;
							}

		.circuit-jet .btn-primary:hover{ background:#00AEEF; color:#FFF; }

		.circuit-jet .btn-primary:not(:disabled):not(.disabled):active{ background:#00AEEF; color:#FFF; border:0px; box-shadow:0 0 0 0 rgba(0,0,0,0); }
		.circuit-jet .btn.focus, .btn:focus{ outline: 0; box-shadow: 0 0 0 0 rgba(0,0,0,.0); }*/


.circuit-jet .jet-icon {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

.circuit-jet .jet-icon2 {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: -7px;
}

.circuit-jet-body {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	padding-top: 8%;
}


.circuit-jet-content {
	width: 55%;
	padding: 5% 8% 8% 5%;
	border: 1px solid #D4D4D4;
	box-shadow: 10px 10px 0px 0px #00aeef;
	background: #FFF;
	float: left;
	position: relative;
}

.circuit-jet-content2 {
	width: 55%;
	padding: 5% 3% 8% 8%;
	border: 1px solid #D4D4D4;
	box-shadow: 10px 10px 0px 0px #00aeef;
	background: #FFF;
	float: left;
	position: relative;
}


.circuit-jet-image {
	width: 45%;
	float: right;
	position: relative;
	background: #fff;
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
							border-right: 10px solid #00aeef;
							border-bottom: 10px solid #00aeef;*/
	box-shadow: 10px 10px 0px 0px #00aeef;
	margin-left: -30px;
	z-index: 1;
	text-align: center;
}

.circuit-jet-image img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.circuit-jet-image2 {
	width: 45%;
	float: right;
	position: relative;
	/*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
							border-right: 10px solid #00aeef;
							border-bottom: 10px solid #00aeef;*/
	background: #FFF;
	box-shadow: 10px 10px 0px 0px #00aeef;
	margin-right: -30px;
	z-index: 1;
	text-align: center;
}

.circuit-jet-image2 img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.circuit-jet-details {
	width: 100%;
	padding: 20px 30px 10px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	float: left;
	position: relative;
}

.circuit-jet-details h3 {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	line-height: 28px;
	margin-bottom: 10px;
}

.circuit-jet-details h3 a {
	color: #272727;
}

.circuit-jet-details ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.circuit-jet-details li {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	line-height: 20px;
	margin-bottom: 10px;
}

.circuit-jet-details li a {
	color: #272727;
}


@media (max-width: 991px) {

	.circuit-jet-content {
		width: 52%;
		padding: 5% 8% 5% 5%;
	}

	.circuit-jet-content2 {
		width: 50%;
		padding: 5% 3% 5% 10%;
	}

	.circuit-jet-image {
		width: 50%;
	}

	.circuit-jet-image2 {
		width: 50%;
	}




}



@media (max-width: 767px) {

	.circuit-jet {
		padding: 30px 0px;
	}

	.circuit-jet h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.circuit-jet h3 {
		font-size: 16px;
		line-height: 25px;
	}

	.circuit-jet p {
		font-size: 14px;
		line-height: 28px;
	}


	.circuit-jet .jet-icon {
		margin-top: -7px;
		text-align: right;
	}

	.circuit-jet .jet-icon2 {
		text-align: right;
	}

	.circuit-jet-body {
		display: inline-block;
		padding-top: 45px;
	}

	.circuit-jet-content {
		width: 100%;
		padding: 30px 30px 10px;
		margin-bottom: 30px;
	}

	.circuit-jet-content2 {
		width: 100%;
		padding: 30px 30px 10px;
		margin-bottom: 10px;
	}

	.circuit-jet-image {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.circuit-jet-image img {
		width: 100% !important;
		height: auto !important;
	}

	.circuit-jet-image2 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.circuit-jet-image2 img {
		width: 100% !important;
		height: auto !important;
	}


	.circuit-jet-details {
		width: 100%;
	}

	.circuit-jet-details h3 {
		font-size: 13px;
		line-height: 25px;
	}

	.circuit-jet-details li {
		font-size: 13px;
		line-height: 20px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Circuit Jet <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start FAQ <<<<<<<<<<<<<<<<<<<<<<<<<<< */

.updown-content {
	width: 100%;
	padding: 10% 0px;
	float: left;
	position: relative;
}

.updown-content h1 {
	font-size: 40px;
	line-height: 59px;
	font-weight: 500;
	color: #272727;
	text-align: center;
	margin-bottom: 40px;
}

.updown-content h2 {
	font-size: 20px;
	line-height: 31px;
	font-weight: 500;
	color: #272727;
	background: #F1F1F1;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	float: left;
	padding: 10px 35px 10px 20px;
	display: block;
}

.updown-content h2 a {
	color: #272727;
}

.updown-content h2 span {
	font-size: 24px;
	color: #02AFF0;
}


.updown-details {
	width: 100%;
	padding: 10px 30px;
	float: left;
	position: relative;
	display: none;
}

.updown-details.collapse.show {
	display: block !important;
}


.updown-details h3 {
	font-size: 16px;
	font-weight: 500;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.updown-details p {
	font-size: 16px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.updown-details p a {
	color: #272727;
	font-weight: 500;
	text-decoration: underline;
}

.updown-details p a:hover {
	color: #272727;
	text-decoration: none;
}

.updown-details p strong {
	font-weight: 500;
}

.updown-details ul {
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	margin-bottom: 20px;
}

.updown-details li {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 30px;
	margin-bottom: 5px;
}

.updown-details li a {
	color: #272727;
}

.updown-details li a:hover {
	color: #272727;
}


.updown-details .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 30px;
}

.updown-details .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.updown-details .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.updown-details .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



.up-down-arrow.collapsed {
	border: 0px;
	background: url("../img/downarrow.svg") 98% center no-repeat;
	display: inline-block;
	z-index: 2222;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	text-align: -moz-right;
	height: 100%;
	margin: 0px 0px;
	text-align: left;
}


.up-down-arrow {
	border: 0px;
	background: url("../img/uparrow.svg") 98% center no-repeat;
	display: inline-block;
	z-index: 2222;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	text-align: left;
}

.up-down-arrow.collapsed {
	background: url("../img/downarrow.svg") 98% center no-repeat;
}





@media (max-width: 767px) {

	.updown-content h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.updown-content h2 {
		font-size: 18px;
		line-height: 31px;
	}

	.updown-content h2 span {
		font-size: 20px;
	}

	.updown-details h3 {
		font-size: 15px;
		color: #FFF;
		line-height: 25px;
	}

	.updown-details p {
		font-size: 15px;
		line-height: 25px;
	}

	.updown-details li {
		font-size: 15px;
		line-height: 25px;
	}





	.up-down-arrow.collapsed {
		background: url("../img/downarrow.svg") 96% center no-repeat;
	}

	.up-down-arrow {
		background: url("../img/uparrow.svg") 96% center no-repeat;
	}

	.up-down-arrow.collapsed {
		background: url("../img/downarrow.svg") 96% center no-repeat;
	}

}


@media (max-width: 479px) {

	.up-down-arrow.collapsed {
		background: url("../img/downarrow.svg") 95% center no-repeat;
	}

	.up-down-arrow {
		background: url("../img/uparrow.svg") 95% center no-repeat;
	}

	.up-down-arrow.collapsed {
		background: url("../img/downarrow.svg") 95% center no-repeat;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End FAQ <<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start About <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.about-full {
	width: 100%;
	float: left;
	position: relative;
	background: #333333;
}

.our-company {
	width: 100%;
	padding: 8% 0px;
	float: left;
	position: relative;
}

.our-company h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.our-company h2 a {
	color: #272727;
}

.our-company p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.our-company p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.our-company p a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.our-company p strong {
	font-size: 18px;
	font-weight: 500;
}


.about-mission {
	width: 100%;
	padding: 8% 0px;
	float: left;
	position: relative;
	text-align: center;
}

.about-mission h2 {
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	line-height: 50px;
	margin-bottom: 30px;
}

.about-mission h2 a {
	color: #FFF;
}

.about-mission p {
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	line-height: 46px;
	font-style: italic;
	margin-bottom: 20px;
}

.about-mission p a {
	color: #FFF;
}

.about-mission p a:hover {
	color: #FFF;
}




.memberships {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
	text-align: center;
}


.memberships h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
}

.memberships h2 a {
	color: #272727;
}


.memberships ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.memberships li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 0px 3%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.memberships li:first-child {
	padding-left: 0px;
	padding-right: 0px;
}

.memberships li:last-child {
	padding-left: 0px;
	padding-right: 0px;
}

/*.memberships li:nth-child(1) img{ width:auto; height:104px; }
	.memberships li:nth-child(2) img{ width:auto; height:88px; }
	.memberships li:nth-child(3) img{ width:auto; height:67px; }
	.memberships li:nth-child(4) img{ width:auto; height:43px; }*/

.memberships li:nth-child(1) img {
	width: 160px;
	height: auto;
}

.memberships li:nth-child(2) img {
	width: 198px;
	height: auto;
}

.memberships li:nth-child(3) img {
	width: 270px;
	height: auto;
}

.memberships li:nth-child(4) img {
	width: 209px;
	height: auto;
}





/*@media (max-width: 1199px) {

.memberships li:nth-child(1) img{ width:auto; height:auto; }
.memberships li:nth-child(2) img{ width:auto; height:auto; }
.memberships li:nth-child(3) img{ width:auto; height:auto; }
.memberships li:nth-child(4) img{ width:auto; height:auto; }

}*/



@media (max-width: 767px) {

	.our-company h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.our-company p {
		font-size: 15px;
		line-height: 28px;
	}


	.about-mission h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.about-mission p {
		font-size: 15px;
		line-height: 28px;
	}


	.memberships {
		padding: 30px 0px;
	}

	.memberships h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.memberships ul {
		display: inline-block;
	}

	.memberships li {
		width: 100%;
		padding: 0px 0px;
		margin-top: 30px;
	}

	.memberships li:first-child {
		margin-top: 10px;
	}

	.memberships li:nth-child(1) img {
		width: auto;
		height: 104px;
	}

	.memberships li:nth-child(2) img {
		width: auto;
		height: 88px;
	}

	.memberships li:nth-child(3) img {
		width: auto;
		height: 67px;
	}

	.memberships li:nth-child(4) img {
		width: auto;
		height: 43px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End About <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Product Lines <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.folding-mobile {
	width: 100%;
	padding: 6% 0px;
	float: left;
	position: relative;
	text-align: center;
}

.folding-mobile-image {
	display: inline-block;
}

.folding-mobile-image2 {
	display: none;
}


.folding-mobile ul {
	padding: 0px;
	margin: 0px;
	display: none;
}

.folding-mobile li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
	display: inline-block;
	text-align: center;
	padding: 0px 5px;
	vertical-align: middle;
	margin-top: 30px;
	/*min-height: 215px;*/
}

.folding-mobile li img {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

.folding-mobile li:nth-child(1) img {
	width: auto;
	height: 40px;
}

.folding-mobile li:nth-child(2) img {
	width: auto;
	height: 29px;
}

.folding-mobile li:nth-child(3) img {
	width: auto;
	height: 36px;
}

.folding-mobile li:nth-child(4) img {
	width: auto;
	height: 40px;
}

.folding-mobile li:nth-child(5) img {
	width: auto;
	height: 41px;
}

.folding-mobile li:nth-child(5) img {
	width: auto;
	height: 52px;
}

.folding-mobile ul li h3 {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	line-height: 28px;
	margin-bottom: 0px;
}

.folding-mobile ul li h3 a {
	color: #272727;
}

.folding-mobile ul li p {
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	line-height: 20px;
	margin-bottom: 10px;
}

.folding-mobile ul li p a {
	color: #272727;
}


@media (max-width: 767px) {

	.folding-mobile-image {
		display: none;
	}

	.folding-mobile-image2 {
		display: inline-block;
	}

	.folding-mobile ul {
		display: inline-block;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Product Lines <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Careers <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.perk-benefits-full {
	width: 100%;
	float: left;
	position: relative;
	background-image: url("../img/bg-image.svg"), url("../img/bg-image2.svg");
	background-position: right top, left bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #F5F5F5;
	background-size: 300px 200px, 300px 200px;
}

.perk-benefits-full .container {
	max-width: 1170px;
}


.perk-benefits {
	width: 100%;
	padding: 70px 0px;
	float: left;
	position: relative;
	text-align: center;
}

.perk-benefits .col-12 {
	padding: 0px 0px;
	display: inline-block;
}

.perk-benefits h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	margin-bottom: 30px;
}

.perk-benefits h2 a {
	color: #272727;
}

.perk-benefits h3 {
	font-size: 24px;
	font-weight: 500;
	color: #272727;
	line-height: 34px;
	margin-bottom: 20px;
}

.perk-benefits h3 a {
	color: #272727;
}

.perk-benefits h3 span {
	color: #02AFF0;
}

.perk-benefits p {
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	line-height: 28px;
	margin-bottom: 20px;
}

.perk-benefits p a {
	color: #272727;
}



.perk-benefits ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin-top: 40px;
}

.perk-benefits li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 30%;
	float: left;
	margin-left: 5%;
	display: inline-block;
	vertical-align: middle;
	min-height: 190px;
	margin-bottom: 20px;
}

.perk-benefits li:nth-child(3n+1) {
	margin-left: 0px;
}


/*.perk-benefits li img{ width:auto; height:auto; }*/


.perk-benefits li:nth-child(1) img {
	width: auto;
	height: 73px;
	margin: 0px 0px 10px;
}

.perk-benefits li:nth-child(2) img {
	width: auto;
	height: 56px;
	margin: 14px 0px;
}

.perk-benefits li:nth-child(3) img {
	width: auto;
	height: 63px;
	margin: 12px 0px;
}

.perk-benefits li:nth-child(4) img {
	width: auto;
	height: 60px;
	margin-bottom: 15px;
}

.perk-benefits li:nth-child(5) img {
	width: auto;
	height: 60px;
	margin-bottom: 15px;
}

.perk-benefits li:nth-child(6) img {
	width: auto;
	height: 64px;
	margin-bottom: 13px;
}

.perk-benefits ul li p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 10px;
}

.perk-benefits ul li p a {
	color: #272727;
}

.perk-benefits .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.perk-benefits .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.perk-benefits .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.perk-benefits .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 1199px) {

	.perk-benefits-full {
		background-size: 140px 93px, 140px 93px;
	}

	.perk-benefits li {
		min-height: 230px;
	}

}


@media (max-width: 991px) {

	.perk-benefits p br {
		display: none;
	}

	.perk-benefits li {
		min-height: 260px;
	}

}


@media (max-width: 767px) {

	.perk-benefits-full {
		background-size: 140px 93px, 140px 93px;
	}

	.perk-benefits {
		padding: 30px 0px;
	}


	.perk-benefits h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.perk-benefits h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.perk-benefits p {
		font-size: 13px;
		line-height: 28px;
	}

	.perk-benefits p br {
		display: none;
	}



	.perk-benefits li {
		width: 100%;
		margin-left: 0px;
		min-height: inherit;
		margin-bottom: 20px;
	}

	.perk-benefits li:nth-child(1) img {
		margin: 0px 0px 10px;
	}

	.perk-benefits li:nth-child(2) img {
		margin: 0px 0px 15px;
	}

	.perk-benefits li:nth-child(3) img {
		margin: 0px 0px 15px;
	}

	.perk-benefits li:nth-child(4) img {
		margin: 0px 0px 15px;
	}

	.perk-benefits li:nth-child(5) img {
		margin: 0px 0px 15px;
	}

	.perk-benefits li:nth-child(6) img {
		margin: 0px 0px 15px;
	}

	.perk-benefits ul li p {
		font-size: 15px;
		line-height: 31px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Careers <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Conductive Inks <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.available-inks {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.available-inks .col-12 {
	display: inline-block;
	float: left;
	padding: 30px 0px;
	border-bottom: 1px solid #D5D5D5;
}

.available-inks h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.available-inks h2 a {
	color: #272727;
}

.available-inks h3 {
	font-size: 24px;
	font-weight: 500;
	color: #272727;
	line-height: 31px;
	margin-bottom: 10px;
}

.available-inks h3 a {
	color: #272727;
}

.available-inks h4 {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	line-height: 31px;
	margin-bottom: 10px;
}

.available-inks h4 a {
	color: #272727;
}

.available-inks p {
	font-size: 15px;
	font-weight: 500;
	color: #00AEEF;
	line-height: 31px;
	margin-bottom: 20px;
}

.available-inks p a {
	color: #00AEEF;
}


.available-inks ul {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.available-inks li {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	line-height: 20px;
	margin-bottom: 5px;
}

.available-inks li a {
	color: #272727;
}

.available-inks li a:hover {
	color: #272727;
}


.available-inks .btn-primary {
	width: auto;
	padding: 5px 30px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 0px;
}

.available-inks .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.available-inks .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.available-inks .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



.available-image {
	width: 15%;
	float: left;
	position: relative;
}

.available-image-title {
	width: 25%;
	padding: 15px 0px 0px;
	float: left;
	position: relative;
	margin-left: 30px;
}

.available-button {
	width: auto;
	padding: 50px 0px 0px;
	float: right;
	position: relative;
}




.inks-table {
	width: 100%;
	padding: 0px 0px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: -45px;
}

.inks-table .col-12 {
	display: inline-block;
	padding: 0px 0px;
}

.inks-table h3 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 31px;
	margin-bottom: 10px;
}

.inks-table h3 a {
	color: #272727;
}

.inks-table h4 {
	font-size: 24px;
	font-weight: 500;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.inks-table h4 a {
	color: #272727;
}

.inks-table .table-responsive {
	overflow: auto !important;
}

.inks-table .table-responsive .table {
	margin-bottom: 0px;
}

/*.inks-table .table-responsive .table-striped > thead > tr{ background: #00AEEF; border:1px solid #D4D4D4; }
			.inks-table .table-responsive .table-striped > thead > tr th{ font-family: 'Poppins', sans-serif; font-size: 13px; color:#FFF; font-weight:500; line-height: 20px; padding:5px 5px 5px 10px; }


		.inks-table .table-responsive .table-striped > tbody > tr:nth-of-type(2n+1){ background-color: #F9F9F9; }
			.inks-table .table-responsive .table-striped > tbody > tr td{ font-family: 'Poppins', sans-serif; font-size: 13px; color:#272727; font-weight:300; line-height: 20px; border:1px solid #D4D4D4; padding:10px 10px; }

			.inks-table .table-responsive .table-striped > tbody > tr td.bg{ background:#F1F1F1; }

			.inks-table .table-responsive .table-striped > tbody > tr td:nth-child(1){ font-weight:500; }
			.inks-table .table-responsive .table-striped > tbody > tr td:nth-child(2){ text-align: center; }
			.inks-table .table-responsive .table-striped > tbody > tr td:nth-child(3){ font-weight:500; text-align: center; }
			.inks-table .table-responsive .table-striped > tbody > tr td:nth-child(6){ text-align: center; }*/


.inks-table .table-responsive .table-striped>thead>tr {
	background: #323232;
	border: 1px solid #323232;
}

.inks-table .table-responsive .table-striped>thead>tr th {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #FFF;
	font-weight: 500;
	line-height: 31px;
	width: 50%;
	border: 1px solid #323232;
	padding: 10px 15px 10px;
	height: auto;
}

.inks-table .table-responsive .table-striped>thead>tr th:nth-of-type(2) {
	background: #1F8DBF;
	border: 1px solid #1F8DBF;
}


.inks-table .table-responsive .table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: #1F8DBF;
}

.inks-table .table-responsive .table-striped>tbody>tr td {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #272727;
	font-weight: 300;
	line-height: 20px;
	background: #FFF;
	border: 1px solid #D4D4D4;
	padding: 15px 15px;
	height: 70px;
	vertical-align: middle;
}

.inks-table .table-responsive .table-striped>tbody>tr td.bg {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	background: #575757;
	border: 1px solid #575757;
	padding: 10px 15px;
	height: auto;
}

.inks-table .table-responsive .table-striped>tbody>tr td.bg2 {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	background: #00AEEF;
	border: 1px solid #00AEEF;
	padding: 10px 15px;
	height: auto;
}

.inks-table .table-responsive .table-striped>tbody>tr td.bg3 {
	background: #F9F9F9;
}

.inks-table .table-responsive .table-striped>tbody>tr td.bg4 {
	background: #F1F9FB;
}




.inks-table .btn-primary {
	width: auto;
	padding: 15px 50px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.perk-benefits .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.perk-benefits .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.perk-benefits .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}




.inks-traditional {
	width: 50%;
	float: left;
	position: relative;
}


.inks-circuit {
	width: 50%;
	float: left;
	position: relative;
}

.inks-circuit .table-responsive .table-striped>thead>tr th {
	background: #1F8DBF;
	border: 1px solid #1F8DBF;
}

.inks-circuit .table-responsive .table-striped>tbody>tr td:nth-of-type(1) {
	border-left: 0px;
}

.inks-circuit .table-responsive .table-striped>tbody>tr td.bg2 {
	border: 1px solid #00AEEF;
}



@media (max-width: 1199px) {

	.inks-table .table-responsive .table-striped>tbody>tr td {
		padding: 15px 12px;
	}

}


@media (max-width: 991px) {

	.available-image {
		width: 15%;
	}

	.available-image-title {
		width: 22%;
		margin-left: 25px;
	}

	.available-button {
		width: auto;
	}



	.inks-traditional {
		width: 100%;
	}


	.inks-circuit {
		width: 100%;
	}





	.inks-table .table-responsive .table-striped>thead>tr th {
		font-size: 22px;
		line-height: 31px;
	}

	.inks-table .table-responsive .table-striped>tbody>tr td {
		width: 50%;
		padding: 15px 15px;
	}

	.inks-circuit .table-responsive .table-striped>tbody>tr td:nth-of-type(1) {
		border-left: 1px solid #D4D4D4;
	}

	.inks-table .table-responsive .table-striped>tbody>tr td.bg {
		font-size: 16px;
	}

	.inks-table .table-responsive .table-striped>tbody>tr td.bg2 {
		font-size: 16px;
	}

	.inks-table h3 {
		font-size: 18px;
	}


}


@media (max-width: 767px) {

	.available-inks {
		padding: 30px 0px;
	}

	.available-inks h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.available-inks h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.available-inks h4 {
		font-size: 14px;
		line-height: 24px;
	}

	.available-inks p {
		font-size: 14px;
		line-height: 24px;
	}


	.available-image {
		width: 30%;
	}

	.available-image-title {
		width: 30%;
		padding: 15px 0px 0px;
		margin-left: 5%;
	}

	.available-button {
		width: 100%;
		padding: 10px 0px 0px;
		text-align: center;
	}



	.inks-table .table-responsive .table-striped>tbody>tr td {
		padding: 15px 15px;
		height: auto;
	}

	.inks-table h3 {
		font-size: 16px;
	}

	.inks-table h4 {
		font-size: 18px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Conductive Inks <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Products Temp <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.electroninks-products {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.electroninks-products .col-12 {
	display: inline-block;
	padding: 0px 0px;
}

.electroninks-products h2 {
	font-size: 44px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.electroninks-products h2 a {
	color: #272727;
}

.electroninks-products p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 34px;
	margin-bottom: 20px;
}

.electroninks-products p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.electroninks-products p a:hover {
	color: #00AEEF;
	text-decoration: none;
}


.electroninks-products-left {
	width: 48%;
	float: left;
	position: relative;
}

.electroninks-products-right {
	width: 40%;
	float: right;
	position: relative;
}



.circuit-scribe {
	width: 100%;
	padding: 50px 0px;
	float: left;
	position: relative;
}

.circuit-scribe .col-12 {
	display: inline-block;
}


.circuit-scribe h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.circuit-scribe h2 a {
	color: #272727;
}

.circuit-scribe p {
	font-size: 16px;
	font-weight: 300;
	color: #272727;
	line-height: 31px;
	margin-bottom: 20px;
}

.circuit-scribe p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.circuit-scribe p a:hover {
	color: #00AEEF;
	text-decoration: none;
}

.circuit-scribe p strong {
	font-weight: 500;
}

/*.circuit-scribe .btn-primary{
							width:auto;
							padding:15px 50px;
							background:#00AEEF;
							height:auto;
							border:0;
							border-radius:30px;
							font-family: 'Poppins', sans-serif; font-size:18px; font-weight:500; color:#FFF; line-height:30px; text-align:center; display:inline-block; cursor:pointer;
							margin-top: 20px;
							}

		.circuit-scribe .btn-primary:hover{ background:#00AEEF; color:#FFF; }

		.circuit-scribe .btn-primary:not(:disabled):not(.disabled):active{ background:#00AEEF; color:#FFF; border:0px; box-shadow:0 0 0 0 rgba(0,0,0,0); }
		.circuit-scribe .btn.focus, .btn:focus{ outline: 0; box-shadow: 0 0 0 0 rgba(0,0,0,.0); }*/




.circuit-scribe-content {
	width: 50%;
	/*border: 1px solid #D4D4D4;
								box-shadow: 10px 10px 0px 0px #00aeef;
								background: #FFF;*/
	float: right;
	position: relative;
	margin-top: 20px;
}


.circuit-scribe-image {
	width: 42%;
	float: left;
	position: relative;
	background: #FFF;
	box-shadow: 10px 10px 0px 0px #00aeef;
	z-index: 1;
	text-align: center;
	margin-top: 20px;
}

.circuit-scribe-image img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}




@media (max-width: 767px) {

	.electroninks-products {
		padding: 30px 0px;
	}

	.electroninks-products h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.electroninks-products p {
		font-size: 14px;
		line-height: 28px;
	}


	.electroninks-products-left {
		width: 100%;
	}

	.electroninks-products-right {
		width: 100%;
		padding: 15px 0px;
	}



	.circuit-scribe {
		padding: 30px 0px;
	}

	.circuit-scribe h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.circuit-scribe p {
		font-size: 14px;
		line-height: 28px;
	}


	.circuit-scribe-content {
		width: 100%;
		float: right;
		margin-top: 10px;
	}


	.circuit-scribe-image {
		width: 100%;
		float: left;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.circuit-scribe-image img {
		width: 100% !important;
		height: auto !important;
	}



}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Products Temp <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.contact-location {
	width: 100%;
	padding: 8% 0px;
	float: left;
	position: relative;
}

.contact-location h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.contact-location h2 a {
	color: #272727;
}

.contact-location h3 {
	font-size: 20px;
	font-weight: 500;
	color: #272727;
	line-height: 25px;
	margin-bottom: 10px;
}

.contact-location h3 a {
	color: #272727;
}

.contact-location p {
	font-size: 15px;
	font-weight: 300;
	color: #272727;
	line-height: 28px;
	margin-bottom: 20px;
}

.contact-location p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.contact-location p a:hover {
	color: #00AEEF;
	text-decoration: none;
}


.contact-location-left {
	width: 50%;
	float: left;
	position: relative;
}

.contact-location-right {
	width: 38%;
	float: right;
	position: relative;
}

.contact-location-right img {
	margin-bottom: 10px;
}






.contact-body {
	width: 100%;
	padding: 40px 0px;
	float: left;
	position: relative;
}

.contact-body .col-12 {
	display: inline-block;
	padding: 0px 0px;
}

/*.contact-body iframe{ width: 100%; height: 412px; }*/

.contact-body h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.contact-body h2 a {
	color: #272727;
}

.contact-body h3 {
	font-size: 24px;
	font-weight: 500;
	color: #272727;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
}

.contact-body h3 a {
	color: #272727;
}

.contact-body h3 img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-body p {
	font-size: 18px;
	font-weight: 300;
	color: #272727;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.contact-body p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.contact-body p a:hover {
	color: #272727;
	text-decoration: none;
}

.contact-body p strong {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
}

.contact-body p img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
}


.contact-body ul {
	padding: 0px 0px;
	margin: 0px 0px;
	/*display: flex;*/
	justify-content: space-between;
	margin-top: 40px;
}

.contact-body ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style: none;
	display: inline-block;
	width: 50%;
	float: right;
	padding: 20px 4%;
}

.contact-body ul li:nth-child(1) {
	padding-right: 0px;
	float: right;
	border-left: 1px solid #C5C5C5;
}

.contact-body ul li:nth-child(2) {
	padding-left: 0px;
	float: left;
}

.contact-body ul li:nth-child(2) p {
	font-size: 16px;
	text-align: left;
	position: relative;
	padding-left: 45px;
}


.contact-body form .form-group {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 20px;
}

/*.contact-body label{ font-family: 'Poppins', sans-serif; font-size:18px; font-weight:500; color:#767676; line-height:25px; margin-bottom:5px; }*/

.contact-body form .form-control {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #767676;
	line-height: 25px;
	width: 100%;
	border: 1px solid #C5C5C5;
	background: #FFF;
	height: 45px;
	border-radius: 8px;
	padding: 10px 20px;
	font-style: italic;
}

.contact-body form .form-control::-webkit-input-placeholder {
	color: #767676;
	opacity: 1;
}

.contact-body form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #767676;
	opacity: 1;
}

.contact-body form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #767676;
	opacity: 1;
}

.contact-body form .form-control:-ms-input-placeholder {
	color: #767676;
	opacity: 1;
}

.contact-body form textarea.form-control {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #767676;
	line-height: 25px;
	width: 100%;
	border: 1px solid #C5C5C5;
	background: #FFF;
	border-radius: 8px;
	padding: 10px 20px;
	height: 150px;
	resize: none;
	font-style: italic;
}

.contact-body form textarea.form-control::-webkit-input-placeholder {
	color: #767676;
	opacity: 1;
}

.contact-body form textarea.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #767676;
	opacity: 1;
}

.contact-body form textarea.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #767676;
	opacity: 1;
}

.contact-body form textarea.form-control:-ms-input-placeholder {
	color: #767676;
	opacity: 1;
}

.contact-body .btn-primary {
	min-width: 226px;
	padding: 10px 10px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.contact-body .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.contact-body .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.contact-body .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}



@media (max-width: 767px) {

	.contact-location h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.contact-location-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact-location-right {
		width: 100%;
	}




	.contact-body h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.contact-body h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.contact-body ul {
		display: inline-block;
		margin-top: 20px;
	}

	.contact-body ul li {
		width: 100%;
		border-left: 0px;
		border-top: 1px solid #C5C5C5;
		padding: 30px 0px;
	}

	.contact-body ul li:nth-child(1) {
		padding-left: 0px;
		border-left: 0px;
		border-top: 0px;
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.contact-body ul li:nth-child(2) {
		padding-top: 40px;
		padding-bottom: 0px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Nickels <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


.nickels-body {
	width: 100%;
	padding: 40px 0px;
	float: left;
	position: relative;
}

.nickels-body .col-12 {
	display: inline-block;
	padding: 0px 0px;
}


.nickels-body h2 {
	font-size: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.nickels-body h2 a {
	color: #272727;
}

.nickels-body p {
	font-size: 18px;
	font-weight: 300;
	color: #272727;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.nickels-body p a {
	color: #00AEEF;
	font-weight: 500;
	text-decoration: underline;
}

.nickels-body p a:hover {
	color: #272727;
	text-decoration: none;
}


.nickels-body ul {
	padding: 0px 0px;
	margin: 0px 0px;
	width: 500px;
	margin: auto;
	margin-top: 10px;
}

.nickels-body ul li {
	padding: 0px 0px;
	margin: 0px 0px;
	list-style: none;
	display: inline-block;
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.nickels-body form .form-group {
	width: 100%;
	display: inline-block;
	margin: 0px 0px 20px;
}

.nickels-body form .form-control {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #767676;
	line-height: 25px;
	width: 100%;
	border: 1px solid #C5C5C5;
	background: #FFF;
	height: 45px;
	border-radius: 8px;
	padding: 10px 20px;
	font-style: italic;
}

.nickels-body form .form-control::-webkit-input-placeholder {
	color: #767676;
	opacity: 1;
}

.nickels-body form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #767676;
	opacity: 1;
}

.nickels-body form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #767676;
	opacity: 1;
}

.nickels-body form .form-control:-ms-input-placeholder {
	color: #767676;
	opacity: 1;
}

.nickels-body form textarea.form-control {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #767676;
	line-height: 25px;
	width: 100%;
	border: 1px solid #C5C5C5;
	background: #FFF;
	border-radius: 8px;
	padding: 10px 20px;
	height: 150px;
	resize: none;
	font-style: italic;
}

.nickels-body form textarea.form-control::-webkit-input-placeholder {
	color: #767676;
	opacity: 1;
}

.nickels-body form textarea.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #767676;
	opacity: 1;
}

.nickels-body form textarea.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #767676;
	opacity: 1;
}

.nickels-body form textarea.form-control:-ms-input-placeholder {
	color: #767676;
	opacity: 1;
}

.nickels-body .btn-primary {
	min-width: 226px;
	padding: 10px 10px;
	background: #00AEEF;
	height: auto;
	border: 0;
	border-radius: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-top: 20px;
}

.nickels-body .btn-primary:hover {
	background: #00AEEF;
	color: #FFF;
}

.nickels-body .btn-primary:not(:disabled):not(.disabled):active {
	background: #00AEEF;
	color: #FFF;
	border: 0px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.nickels-body .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}


@media (max-width: 767px) {

	.nickels-body h2 {
		font-size: 35px;
		line-height: 45px;
	}


	.nickels-body ul {
		width: 100%;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Nickels <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */