/*

Theme Name: airchecklab

Author: Kevin Bladwin

Description: AirCheckLab

Version: 1.0.0

*/



html {

  line-height: 1.15;

  -webkit-text-size-adjust: 100%;

  overflow-x: hidden;

  box-sizing: border-box;

}



body {
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	background: url(images/bg.jpg) repeat-x;
	background-attachment: fixed;
}



h1 {

  font-size: 2em;

  margin: 0.67em 0;

}

hr {

  box-sizing: content-box;

  height: 0;

  overflow: visible;

}



pre {

  font-family: monospace, monospace;

  font-size: 1em;

}



a {background-color: transparent;}





abbr[title] {

  border-bottom: none;

  text-decoration: underline;

  text-decoration: underline dotted;

}



b,

strong {

  font-weight: bold;

}



code,

kbd,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sub {

  bottom: -0.25em;

}



sup {

  top: -0.5em;

}



img {

  border-style: none;

}





button,

input,

optgroup,

select,

textarea {

  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;

}



button,

input {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

[type=button],

[type=reset],

[type=submit] {

  -webkit-appearance: button;

}



button::-moz-focus-inner,

[type=button]::-moz-focus-inner,

[type=reset]::-moz-focus-inner,

[type=submit]::-moz-focus-inner {

  border-style: none;

  padding: 0;

}

button:-moz-focusring,

[type=button]:-moz-focusring,

[type=reset]:-moz-focusring,

[type=submit]:-moz-focusring {

  outline: 1px dotted ButtonText;

}



fieldset {

  padding: 0.35em 0.75em 0.625em;

}



legend {
  box-sizing: border-box;

  color: inherit;

  display: table;

  max-width: 100%;

  padding: 0;

  white-space: normal;

}



progress {

  vertical-align: baseline;

}



textarea {

  overflow: auto;

}



[type=checkbox],

[type=radio] {

  box-sizing: border-box;

  padding: 0;

}



[type=number]::-webkit-inner-spin-button,

[type=number]::-webkit-outer-spin-button {

  height: auto;

}



[type=search] {

  -webkit-appearance: textfield;

  outline-offset: -2px;

}



[type=search]::-webkit-search-decoration {

  -webkit-appearance: none;

}

::-webkit-file-upload-button {

  -webkit-appearance: button;

  font: inherit;

}



details {

  display: block;

}



summary {

  display: list-item;

}



template {

  display: none;

}



[hidden] {

  display: none;

}



@-moz-keyframes spin {

  from {

    -moz-transform: rotate(0deg);

  }

  to {

    -moz-transform: rotate(360deg);

  }

}

@-webkit-keyframes spin {

  from {

    -webkit-transform: rotate(0deg);

  }

  to {

    -webkit-transform: rotate(360deg);

  }

}

@keyframes spin {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(360deg);

  }

}

@-webkit-keyframes grow {

  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }

  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }

}

@keyframes grow {

  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }

  100% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }

}



body,

button,

input,

select,

optgroup,

textarea {

  color: #252525;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

  line-height: 1.5714285714;

  font-weight: 400;

  -ms-word-wrap: break-word;

  word-wrap: break-word;

  box-sizing: border-box;

}



h1, h2, h3, h4, h5, h6 {

  font-family: "Roboto", sans-serif;

  font-weight: 500;

  line-height: 1.2;

  margin: 0 0 20px;

  color: #333;

}



h1 {

  font-size: 90px;

  font-weight: 900;

}



h2 {
  font-size:36px;
  font-weight:400;
  line-height:1;

}

h3 {

  font-size: 30px;

  margin-bottom: 18px;

}



h4 {

  font-size: 16px;

  line-height: 24px;

}



h5 {

  font-size: 12px;

}



h6 {

  font-size: 10px;

}



p {

  margin: 0 0 20px;

  font-family: 'Raleway', sans-serif;

  font-size: 16px;

  line-height: 26px;

}



p:last-child {

  margin-bottom: 0;

}



dfn, cite, em, i {

  font-style: italic;

}



blockquote {

  font-size: 18px;

  line-height: 28px;

  margin: 30px 0;

  font-style: italic;

  padding: 20px 30px;

  position: relative;

  background: #feefe8;

  color: #f26522;

}

blockquote p {

  margin-bottom: 0;

}



address {

  margin: 0 0 1.5em;

}



pre {

  background: #eee;

  font-family: "Courier 10 Pitch", Courier, monospace;

  font-size: 13.125px;

  line-height: 1.5714285714;

  margin-bottom: 1.6em;

  max-width: 100%;

  overflow: auto;

  padding: 1.6em;

}



code, kbd, tt, var {

  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

  font-size: 13.125px;

}



abbr, acronym {

  border-bottom: 1px dotted #666;

  cursor: help;

}



mark, ins {

  background: #fff9c0;

  text-decoration: none;

}



.text-light {

  color: #b7b7b7;

}



.bg-light {

  background: #f2f4f6;

}



.bg-primary {

  background-color: #13b5ea;

}



.text-primary {

  color: #13b5ea;

}



.padding-top-bottom-0 {

  padding-top: 0;

  padding-bottom: 0;

}



.padding-top-bot-medium {

  padding-top: 50px;

  padding-bottom: 50px;

}



.no-padding {

  padding: 0;

}



.padding-top-medium {

  padding-top: 90px;

}



.padding-bottom-medium {

  padding-bottom: 90px;

}



.no-padding-left {

  padding-left: 0!important;

}



.no-padding-right {

  padding-right: 0!important;

}



.no-padding-top {

  padding-top: 0!important;

}



.no-padding-bottom {

  padding-bottom: 0!important;

}



.no-margin {

  margin: 0;

}



.no-margin-bottom {

  margin-bottom: 0!important;

}



.no-margin-left {

  margin-left: 0!important;

}



.no-margin-right {

  margin-right: 0!important;

}



.industris-space-5 {

  height: 5px;

}



.industris-space-10 {

  height: 10px;

}



.industris-space-20 {

  height: 20px;

}



.industris-space-30 {

  height: 30px;

}



.industris-space {

  height: 40px;

}



.industris-space-50 {

  height: 50px;

}



.industris-space-60 {

  height: 60px;

}



.industris-space-90 {

  height: 90px;

}



.clear-both {

  clear: both;

}



.unstyle {

  list-style: none;

  padding-left: 0;

  margin-bottom: 60px;

}



.unstyle li {

  padding: 4px 0;

}

.unstyle li a{

  text-decoration: underline;

}

.unstyle i {

  color: #13b5ea;margin-right: 10px;

}



.text-dark {

  color: #000;

}



.text-white {

  color: #fff;

}



.text-white .text-primary {

  color: #f26522;

}



a.text-white:hover {

  color: #13b5ea;

}



.text-second {

  color: #00aeef!important;

}



.box-shadow {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.box-shadow-hover:hover {

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;

}



.italic {

  font-style: italic;

}



.bolder {

  font-weight: 900;

}



.semi-bold,

.semi-bold a {

  font-weight: 700;

}



.medium {

  font-weight: 500;

}



.normal {

  font-weight: 400;

}



.lighter {

  font-weight: 300;

}



.thin {

  font-weight: 100;

}

.gaps {

  clear: both;

  height: 20px;

  display: block;

}

.gaps.size-2x {

  height: 40px;

}



.f-left {

  float: left;

}



.f-right {

  float: right;

}



.overflow {

  overflow: hidden;

}



.radius {

  border-radius: 2px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  overflow: hidden;

}



.radius-top {

  border-top-left-radius: 2px;

  border-top-right-radius: 2px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 2px;

  -webkit-border-top-right-radius: 2px;

  -webkit-border-bottom-right-radius: 0;

  -webkit-border-bottom-left-radius: 0;

  -moz-border-radius-topleft: 2px;

  -moz-border-radius-topright: 2px;

  -moz-border-radius-bottomright: 0;

  -moz-border-radius-bottomleft: 0;

  overflow: hidden;

}



.radius-bottom {

  border-top-left-radius: 0;

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

  border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;

  -webkit-border-top-right-radius: 2px;

  -webkit-border-bottom-right-radius: 2px;

  -webkit-border-bottom-left-radius: 0;

  -moz-border-radius-topleft: 0;

  -moz-border-radius-topright: 2px;

  -moz-border-radius-bottomright: 2px;

  -moz-border-radius-bottomleft: 0;

  overflow: hidden;

}



.radius-left {

  border-top-left-radius: 2px;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 2px;

  -webkit-border-top-left-radius: 2px;

  -webkit-border-top-right-radius: 0;

  -webkit-border-bottom-right-radius: 0;

  -webkit-border-bottom-left-radius: 2px;

  -moz-border-radius-topleft: 2px;

  -moz-border-radius-topright: 0;

  -moz-border-radius-bottomright: 0;

  -moz-border-radius-bottomleft: 2px;

  overflow: hidden;

}



.radius-right {

  border-top-left-radius: 0;

  border-top-right-radius: 2px;

  border-bottom-right-radius: 2px;

  border-bottom-left-radius: 0;

  -webkit-border-top-left-radius: 0;

  -webkit-border-top-right-radius: 2px;

  -webkit-border-bottom-right-radius: 2px;

  -webkit-border-bottom-left-radius: 0;

  -moz-border-radius-topleft: 0;

  -moz-border-radius-topright: 2px;

  -moz-border-radius-bottomright: 2px;

  -moz-border-radius-bottomleft: 0;

  overflow: hidden;

}



.text-right {

  text-align: right;

}





*,

*:before,

*:after {

  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

  box-sizing: inherit;

}



ul,

ol {

  margin: 0 0 20px;

  padding-left: 18px;

}



ul {

  list-style: disc;

}



ol {

  list-style: decimal;

}



li > ul,

li > ol {

  margin-bottom: 0;

  margin-left: 1.5em;

}



dt {

  font-weight: 700;

}



dd {

  margin: 0 1.5em 1.5em;

}



.none-style {

  list-style: none;

  padding-left: 0;

}



img {

  height: auto;

  /* Make sure images are scaled correctly. */

  max-width: 100%;

  /* Adhere to container width. */

}



figure {

  margin: 1em 0;

  /* Extra wide images within figure tags don't overflow the content area. */

}



table {

  margin: 0 0 1.5em;

  width: 100%;

  border-collapse: collapse;

  border-spacing: 0;

  border-width: 1px 0 0 1px;

}



caption,

td,

th {

  padding: 0;

  font-weight: normal;

  text-align: left;

}



table,

th,

td {

  border: 1px solid #eee;

}



th {

  font-weight: 700;

}



th,

td {

  padding: 0.4375em;

}



.btn-primary {

  background-color: #13b5ea;

  color: #272023;

}

.btn-default {

  background-color: #f2f4f6;

  color: #03132b;

}

.btn-default:hover{

  background-color: #13b5ea;

  color: #03132b;

}

.btn-dark {

  background: #000;

}

.btn-dark:hover, .btn-dark:focus {

  background: #f26522;

  color: #fff;

}

.btn-white {

  background-color: #fff;

  color: #252525;

}

.btn-dark:hover, .btn-dark:focus {

  background: #03132b;

  color: #fff;

}

.btn.btn-border {

  background: transparent;

  border-color: #363636;

  color: #707070;

}

.btn.btn-border:hover, .btn.btn-border:focus {

  background: #13b5ea;

  border-color: #13b5ea;

  color: #03132b;

}

.btn-border-white {

  background-color: transparent;

  border-color: #ffffff;

  color: #ffffff;

}

.btn-border-white:hover {

  background-color: transparent;

  border-color: #13b5ea;

  color: #13b5ea;

}



select {

  border: 1px solid #e2e2e2;

  height: 46px;

  padding: 10px 18px;

  outline: none;

  border-radius: 2px;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

}

select option {

  color: #000;

}



textarea {font-weight:300; padding:10px; border:1px solid #f5f5f5;

  width: 100%;

  height: 133px;

}
 

hr {

  border-top-color: #cccccc;

}


a {

  transition: all 0.3s linear;

  -webkit-transition: all 0.3s linear;

  -moz-transition: all 0.3s linear;

  -o-transition: all 0.3s linear;

  -ms-transition: all 0.3s linear;

  color: #03132b;

  text-decoration: none;

}

a:hover, a:focus, a:active {

  color: #13b5ea;

  text-decoration: none;

}

a:focus {

  outline: 0;

}

a:hover, a:active {

  outline: 0;

}



/* ###### */

section {

  position: relative;

  padding:0px 0;

  display: block;

}

/*--------------------------------------------------------------

## Top Bar

--------------------------------------------------------------*/

.container-custom {

  width: 100%;

  max-width: 100%;

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}

@media only screen and (min-width: 768px){

  .no-xs-margin-bottom {

    margin-bottom: 0!important;

  }

  .no-padding-sm-left {

    padding-left: 0!important;

  }

  .no-padding-sm-right {

    padding-right: 0!important;

  }

}

@media only screen and (min-width: 992px){

  .md-clear {

    clear: both;

  }

  .no-margin-md-bottom {

    margin-bottom: 0!important;

  }

  .no-padding-md-left {

    padding-left: 0;

  }

}

@media only screen and (min-width: 1200px){

  .container-custom {

    width: 1680px;

  }

}

.searchbar {

  padding: 30px;

  display: none;

}

.input-group {

    position: relative;

    display: table;

    border-collapse: separate;

}



input.form-control, select.form-control {

  position: relative;

  font-size: 16px;

  line-height: 26px;

  color: #707070;

  display: table-cell;

  width: 100%;

  padding: 16px 20px;

  border-radius: 0;

}

.input-group-btn {

  position: relative;

  display: table-cell;

  font-size: 0;

  white-space: nowrap;

  width: 1%;

  vertical-align: middle;

}

.input-group-btn button {

  border-radius: 0;

}

.header-topbar {
  background-color: #000;
  color: #b7b7b7;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
.main-header { background-color:#000; padding:10px 0px;}

.header-topbar ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}

.topbar-left {

  display: inline-block;

}

.topbar-left li {

  display: inline-block;

  line-height: 26px;

  padding: 13px 24px;
  position:relative;

}
.topbar-left li:before{content:'|'; display:block; color:rgba(183,183,183,0.2); font-size:20px; position:absolute; right:0;}
.topbar-left li:first-child{padding-left:0;}
/*.topbar-left li:last-child {

  border-right: 1px solid rgba(183,183,183,0.2);

}*/

.topbar-left i {

  margin-right: 8px;

  color: #13b5ea;

  font-size: 20px;

  line-height: 26px;

  position: relative;

  vertical-align: middle;

}

.topbar-right li {
  position:relative;
  float: left;

  padding: 13px 20px 16px 20px;

  /*border-left: 1px solid rgba(183,183,183,0.2);*/

}
.topbar-right li:before{position:absolute; display:block; right:0; color:rgba(183,183,183,0.2); font-size:20px; content:"|";}
.topbar-right li:last-child:before {

  content:none;

}

.topbar-right li.topbar-search {

  padding-top: 14px;

  padding-bottom: 9px;

}

.topbar-right li a {

  display: inline-block;

}

.topbar-right li a i {

  transition: all 0.3s linear;

  -webkit-transition: all 0.3s linear;

  -moz-transition: all 0.3s linear;

  -o-transition: all 0.3s linear;

  -ms-transition: all 0.3s linear;

}

.topbar-right li a:hover, .topbar-right li a i:hover {

  color: #13b5ea;

}

.topbar-right .topbar-search i {
  color:#13b5ea;
  font-size: 20px;

}

.topbar-right i, .topbar-right a {

  color: #b7b7b7;

}



/*--------------------------------------------------------------

## Main Header

--------------------------------------------------------------*/

.main-navigation {

  text-align: right;

  margin-top: -1px;

}



.main-navigation > ul {

  display: inline-block;

  list-style: none;

  margin-bottom: 0;

  padding-left: 0;

}

.main-navigation > ul > li {

  position: relative;

  display: inline-block;

}

.main-navigation ul li a {

  font-size: 16px;

  font-weight: 500;

  line-height: 1;

  padding: 52px 25px;

  color: #272023;

  display: flex;

  position: relative;

  text-decoration: none;

}

.main-navigation ul li.current-menu-parent > a, .main-navigation > ul > li.menu-item-has-children.current-menu-parent > a:after {

  color: #13b5ea;

}

.main-navigation ul li a:hover, .main-navigation > ul > li.menu-item-has-children > a:hover:after {

  color: #13b5ea;

}

.main-navigation > ul > li.menu-item-has-children > a:after {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 4px;

  content: "\f107";

  color: #bdbebf;

  font-family: 'FontAwesome';

  font-weight: 900;

  margin-right: 15px;

  font-size: 16px;

}

.main-navigation ul ul {

  list-style: none;

  margin: 0;

  padding: 0;

  background-color: #fff;

  border-top: 2px solid #13b5ea;

  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);

  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);

  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);

}

.main-navigation ul li ul {

  min-width: 260px;

  position: absolute;

  top: 140%;

  left: 0%;

  z-index: 10;

  visibility: hidden;

  opacity: 0;

  transition: all 400ms ease;

  -webkit-transition: all 400ms ease;

  -moz-transition: all 400ms ease;

  -o-transition: all 400ms ease;

  -ms-transition: all 400ms ease;

}

.main-navigation ul > li:hover > ul {

  opacity: 1;

  visibility: visible;

  top: 100%;

}

.main-navigation ul li li {

  position: relative;

  display: block;

}

.main-navigation ul ul li a {

  font-size: 16px;

  line-height: 20px;

  font-weight: 500;

  color: #272023;

  text-align: left;

  display: block;

  padding: 15px 25px 15px 25px;

  position: relative;

  text-decoration: none;

  outline: none;

  text-transform: none;

  transition: all 400ms ease;

  -webkit-transition: all 400ms ease;

  -moz-transition: all 400ms ease;

  -o-transition: all 400ms ease;

  -ms-transition: all 400ms ease;

  border-bottom: 1px solid rgba(183,183,183,0.5);

}

.main-navigation ul ul li.current_page_item a {

  color: #13b5ea;

}

.main-navigation ul ul li.menu-item-has-children > a:after {

  display: inline-block;

  position: absolute;

  top: 30px;

  right: 25px;

  width: 0;

  height: 0;

  content: "\f107";

  color: #bdbebf;

  font-family: 'FontAwesome';

  font-weight: 900;

  margin-right: 15px;

  font-size: 13px;

  float: right;

  transform: rotate(-90deg);

}

.main-navigation ul ul li.menu-item-has-children > a:hover:after {

  color: #13b5ea;

}

.main-navigation ul ul li ul {
  margin-left: 100%;
  border-top: none;
}

.main-navigation ul ul li:hover ul  {

  opacity: 1;

  visibility: visible;

  top: 0;

  margin-left: 100%;

}

.main-navigation a i {

  margin-left: 8px;

}

.mobile-header {

  display: none;

}





.page-title {

  color: #fff;

  line-height: 1;

}

.breadcrumb {
  margin: 0;
  background-color:transparent;
  padding:0;
  text-align:left;
}


.breadc-box li:before {

    content: "/";

    font-family: FontAwesome;

    color: #fff;

    margin: 0 8px;

}

.breadc-box li:first-child:before {

    display: none;

}

.breadcrumb li a {

  font-size: 16px;

  color: #b7b7b7;

}

.breadcrumb li a:hover {color: #13b5ea;text-decoration: none;}





/*--------------------------------------------------------------

##  Website Footer 

--------------------------------------------------------------*/

.site-footer {
  background-color: #262626;;
  color: #b7b7b7;

}

.site-footer-h3 {

  background-color: #003663;

}

.main-footer {
  background: url(images/bg-footer.jpg);
  background-repeat: no-repeat;

  background-size: cover;

  padding: 60px 0;

  color: #fff;

}

.main-footer-h3 {

  background: url('images/bg-footer-h3.jpg');

  background-repeat: no-repeat;

  background-size: cover;

}

.main-footer ul, .main-footer-2 ul {

  list-style: none;

  padding-left: 0;

  margin: 0;

}

.main-footer ul li, .main-footer-2 ul li {

  padding: 5px 0;

  opacity: 0.8;

}

.main-footer ul li:first-child, , .main-footer-2 ul li:first-child {

  padding-top: 0;

}

.main-footer ul li:last-child, .main-footer-2 ul li:last-child {

  padding-bottom: 0;

}

.main-footer ul li a, .main-footer-2 ul li a {

  color: #ffffff;

  font-size: 14px;

  line-height: 20px;

  font-weight: 500;

}

.main-footer-2 ul li a {

  color: #03132b;

}

.main-footer ul li a:hover, .main-footer-2 ul li a:hover {

  color: #13b5ea;

}

.widget-footer .widget_media_image {

  margin-bottom:30px;

}

.padding-left {

  padding-left: 130px;

}

.btn-subcribe {
  background:#13b5ea;
  width: 60px;

  height: 60px;

  min-width: auto;

}
.btn-subcribe i{color:#fff; position:relative; z-index:1;}
.footer-social {

  font-size: 16px;

  line-height: 26px;

  font-weight: 400;

  margin-top: 45px;

  color: #b7b7b7;

}

.footer-social a {

  color: #b7b7b7;

  margin-left: 15px;

}

.footer-social a:hover {

  color: #13b5ea;

}

.footer-social a i {

  font-size: 21px;

  line-height: 26px;

}

.footer-bottom ul {

  list-style: none;

  margin: 0 0 0 -15px;

  padding: 0;

}

.widget-footer form {

  max-width: 400px;

}

.btn.btn-back-to-top {width:50px; height:50px; text-align:center;
background-color: #192840;
    font-size: 14px;
    line-height: 34px;
    padding: 7px;
    border-radius:50%;
    color: #fff !important; position:absolute; right:20px; bottom:10px;
}

.btn-back-to-top i {
	font-family:"Font Awesome 5 Free";
  position:relative; z-index:1;
  font-size:30px;

  line-height: 34px;

}
.btn.btn-back-to-top::before{border-radius:50%; background:#333; z-index:0;}
.btn.btn-back-to-top:hover::before{background:#13b5ea;}
.footer-bottom {position:relative; padding:10px 0;
	background-color: #000;
	color: #b7b7b7;
	margin-left: -25px;
	margin-right: -25px;
}
.footer-bottom .topbar-left li{padding:5px;}
.footer-bottom-h3 {

  background-color: #003663;

}



.site-footer-h3 .btn.btn-back-to-top {

  background-color: #1a4a73;

}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before, [class^='imghvr-']:after, 

[class*=' imghvr-']:before, [class*=' imghvr-']:after, [class^='imghvr-'] *, [class*=' imghvr-'] *, 

[class^='imghvr-'] *:before, [class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: all 0.75s ease;

    -moz-transition: all 0.75s ease;

    transition: all 0.75s ease;

}

[class^='imghvr-'], [class*=' imghvr-'] {

    position: relative;

    display: inline-block;

    margin: 0px;

    max-width: 100%;

    background-color: #181825;

    color: #fff;

    overflow: hidden;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -ms-transform: translateZ(0);

    -o-transform: translateZ(0);

    transform: translateZ(0);

}

.imghvr-shutter-out-vert:before {

    top: 50%;

    bottom: 50%;

    left: 0;

    right: 0;

}

[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {

    background: rgba(255,209,0, .4);

    position: absolute;

    content: '';

    -webkit-transition-delay: 0.105s;

    -moz-transition-delay: 0.105s;

    transition-delay: 0.105s;

}

.imghvr-shutter-out-vert:hover:before {

    top: 0;

    bottom: 0;

}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {

    -webkit-transition-delay: 0s;

    -moz-transition-delay: 0s;

    transition-delay: 0s;

}



.logo {padding: 10px 0px;}

#mega-menu-wrap-header {align-self: center;}

.main-navigation {display: flex;justify-content:flex-end;height:70px;}

#site-footer h4 {

	font-size: 28px;

	padding: 0 0 20px 0;

	color: #FFFFFF;

	/* text-transform: uppercase; */

	font-weight: 500;

	position: relative;

}



#site-footer h4:after {

    position: absolute;

    content: '';

    left: 0px;

    bottom: 0px;

    width: 40px;

    height: 2px;

    background-color: #13b5ea;

}



/* Testimonial */

.bg-grey {background-color: #f6f6f6;}

.one-top {padding-top: 100px !important;}

.one-bottom {padding-bottom: 100px !important;}

.one-sm-top {padding-top: 50px !important;}

.one-sm-bottom {padding-bottom: 50px !important;}



.main-heading h1, h1.main-heading {
    font-weight: 400;
    line-height: 1.1;
    font-size: 35px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom:20px;
    color: #FFFFFF;
    padding: 30px 0px;
	background-color:#181e21;
	border-top: 5px solid #13b5ea;
	margin-left:-15px; margin-right:-15px;
}

.heading-grey h1 { background-color:#e6e6e6; color:#000; margin-bottom:0;}
.main-heading h1 em {
    font-style: normal;
}



.hightlighted-text {

    display: inline-block;

    position: relative;

    font-family: inherit;

    font-size: inherit;

    font-style: inherit;

    font-weight: inherit;

    text-transform: inherit;

    letter-spacing: inherit;

    line-height: 1em;

    padding: 0 3px;

    z-index: 1;

}



.hightlighted-text.lower:before {

    bottom: -3px;

    content: "";

    background-color:#13b5ea;

}



.hightlighted-text:before {

    display: block;

    position: absolute;

    width: 100%;

    height: 32%;

    left: 0;

    top: auto;

    z-index: -1;

}



.owl-testimonial {

    max-width: 700px;

    margin: 0 auto;

    text-align: center;

}



.owl-testimonial .carousel-item {

    list-style: none !important;

}



.owl-testimonial .carousel-item p {
font-weight: 300;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}



.testimonial-detail {

    margin-top: 40px;

}



.testimonial-detail h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
	letter-spacing:1px;
}



.testimonial-detail h5 {

    font-weight: 300;

    display: block;

    padding: 0;

    margin: 2px;

    font-size: 16px;
color:#FFFFFF;
}



.owl-testimonial .owl-carousel .owl-dots.disabled, .owl-testimonial .owl-nav {

    display: none !important;

}



.owl-testimonial .owl-dots {

    padding-top: 25px;

}



.owl-testimonial.owl-carousel .owl-dots button.owl-dot span {

    width: 27px;

    height: 2px;

    display: inline-block;

    background: #000;

    margin: 10px 5px;

    transition: all .2s;

}



.owl-testimonial.owl-carousel .owl-dots button.owl-dot.active span {

    width: 60px;

    background-color:#13b5ea;

}

.owl-theme .owl-dots .owl-dot { outline:none;}








/*
.uc_banner-content h3 {

	color: #333333;

    font-weight: 800 !important;

    background-color: #FFFFFF;

    font-size: 20px !important;

    text-transform: uppercase;

    padding: 1px 10px !important;}
*/
.uc_banner-content h3 {
	color: #FFFFFF;
	font-weight: 800 !important;
	/* background-color: #FFFFFF; */
	font-size: 18px !important;
	text-transform: capitalize;
	padding: 6px 10px !important;
	letter-spacing: 1px;
	}
	
.uc_zoom_in_banner .uc_container_holder .uc_banner-content {left: 4% !important;
    top: auto !important;
    bottom: 0px !important;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;}	

.uc_zoom_in_banner .uc_container_holder .uc_banner-content a { display:none !important;}

.air-testing .vc_tta-panel-body .vc_column-inner { padding:0;}



.vc_tta-tabs.vc_tta-style-style-6 .vc_tta-tabs-container .vc_tta-tab {

    border: 0;

    position: relative;

}



.air-testing .vc_tta-tabs-container { text-align:center !important;}

.air-testing .vc_tta-panel-body {background-color:#FFFFFF !important;}

.air-testing li.vc_tta-tab a {

    padding: 8px 30px !important;

    font-size: 16px !important;

    font-weight: 800;

    border: 2px solid #000000 !important;

    margin: 0px 10px !important;

    position: relative !important;

    overflow: hidden;

	border-radius: 0px !important;

	background-color:#FFFFFF !important;

}



.air-testing .vc_tta-tabs-list li a::before {

    position: absolute !important;

    top: 0 !important;

    left: 0;

    width: 0% !important;

    height: 100% !important;

    z-index: 1;

    background-color: rgba(19,181,234,1);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    content: "";

}



.air-testing .vc_tta-tabs-list li:hover a::before {

    width: 100% !important;

}



.air-testing li.vc_tta-tab:hover span {

    color: #FFFFFF !important;

    z-index: 3;

    position: relative;

}



.btn-blue {
    background-color:#13b5ea !important;
	border-radius:0px;
}

.btn-blue span {color:#FFFFFF !important; position:relative; z-index:99; font-size:16px;}
.btn, .submit{
    font-weight: 500;
    text-transform: uppercase;

    color: #333 !important;

    padding:5px 20px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    display: inline-block !important;

    position: relative;
	border:none;

}
.submit{background:#13b5ea !important; color:#fff!important;}


.btn::before, .submit::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 0%;

    height: 100%;

    z-index: 1;

    background-color: rgba(51,51,51,1);

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}



.btn a, .submit {

    z-index: 2;

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: transparent !important;

    padding: 10px 20px !important;

    color: #ffffff !important;

}



.btn:hover a, .submit:hover a {
    color: #FFFFFF !important;

	position:relative;

}



.btn:hover::before, .submit:hover::before {

    width: 100%;

}


.btn em , .btn label {
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    padding: 5px 20px !important;
    color: #ffffff !important;
	font-style:normal;
}



.btn:hover em , .btn:hover label {

    color: #FFFFFF !important;

	position:relative;

}



.btn-large a { font-size:18px !important;}

.bg-black { background-color:#181e21;}

.bg-black p , .bg-black h1, .bg-black h2 { color:#FFFFFF;} 

h2.wpb_singleimage_heading {    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    background-color: #e6e6e6;
    margin: 0;
    padding: 20px 0px;
    color: #000;}

.width-800 .vc_column_container.vc_col-sm-12{ max-width:800px; margin:0 auto; float:none;}

.mr-10 { margin-right:10px !important;}

.page-title.header {
    margin-bottom: 0px;
    background: #000;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.breadcrumb ul {
    position: relative;
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0;
}

.breadcrumb ul li:first-child {
    padding-left: 0;
}
.breadcrumb ul li:not(:last-child) {
    border-right:1px solid #ffffffcc;
}
.breadcrumb ul li {
    color: #3f92bc;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb ul li a {
    color: #ffffffcc;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	font-size:14px;
}

.no-gutters {padding: 0px 0px;}
.no-gutter-right {padding-right: 0px;}
.no-gutter-left {padding-left: 0px;}

.contact-sidebar-left {
    background-color: #b3b2b1;
    padding: 50px 20px;
    min-height: 650px;
}


:focus{outline: none;}
input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */
.input-effect { position:relative;}
.input-effects {border: 0; padding: 4px 0; border-bottom: 1px solid #000; background-color: transparent;}
.input-effects ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #000; transition: 0.4s;margin-left: 15px;right:15px;}
.input-effects:focus ~ .focus-border, .has-content.input-effects ~ .focus-border{width: 95%; transition: 0.4s;}
.input-effects ~ label{position: absolute; left: 0; width: 100%; top: 0px; color: #000; transition: 0.3s; z-index: -1; letter-spacing: 0.5px; padding:0 12px;}
.input-effects:focus ~ label, .has-content.input-effects ~ label{top:-12px;font-size:12px;color:#000;transition:0.3s;z-index:1;margin-left:15px;margin-right:15px;}
.width-100 {width:100%;}
.contact-sidebar h4 {margin-bottom:20px;font-weight:400;color:#FFFFFF;font-size:25px;}
.contact-sidebar p , .contact-sidebar a {margin-bottom:0px;color:#FFFFFF;}
.contact-sidebar ul {list-style:none; margin:0;padding:0;color:#FFFFFF;}
.contact-sidebar ul li {padding:3px 0px;}
.contact-sidebar ul li i {padding-right:5px;width:25px;}
.contact-sidebar #text-4 {margin-bottom:50px;}
.contact-sidebar-left {background-color:#b3b2b1;padding:50px 20px;min-height:650px;}
.contact-sidebar {background-color:#262626;padding:50px 20px;min-height:650px;}
.contact-sidebar-left h2 {font-weight:400;font-size:40px;line-height:1;}
.contact-us {margin:50px 0px;}
.float-right {float:right;}
.mb-100 {margin-bottom: 100px;}
.mt-100 {margin-top: 100px;}
.ml-20 {margin-left: 20px;}
.on-duty-box {text-align:center;padding-bottom:81px;}
.mt-10 { margin-top:10px !important;}
.mt-20 { margin-top:20px !important;}
.mt-30 { margin-top:30px !important;}
.mt-40 { margin-top:40px !important;}
.mt-50 { margin-top:50px !important;}
.mb-0 { margin-bottom:0px;}
.on-duty-box .btn {margin-top:61px;}
.bg-wite-grey {background-color:#e6e6e6;}
.category-heading {position: absolute;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    margin: 0;
    left: -4px;
    height: 100%;
    padding: 50px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;}
/*.category {position:relative;padding-left:55px;background-color:#000;}
.category a {font-size:40px;color:#FFFFFF;font-weight:400;}
*/
.subcategory-container {list-style:none;padding:0;margin:0;}
.subcategory-container li {position:relative;border-bottom:3px solid #e6e6e6;}
.subcategory-container li a {display:block;}
.subcategory-container li a p {position:absolute;bottom:0;font-weight:800;padding:15px;font-size:22px;}
.subcategory-container li:hover img {opacity: .5;}
.subcategory-container li:last-child { border:0;}
.sm-gutters { padding-left:40px; padding-right:40px;}
.main-heading.no-border h1 { border:none; margin-bottom:0px;}
.img-bg { display:inline-block;}

.multibanner { background-color:#000000;}
.multibanner .wpb_column.vc_column_container.vc_col-sm-12 {}
.multibanner .home-inner-banner .vc_column-inner {}
.multibanner h4 {
color: #FFFFFF;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 5px;
    background-color: #000;
    margin: 0;
    padding-left: 15px;
    letter-spacing: 4px;background-image: url(images/header-repeter.jpg);
    background-repeat: repeat-x;}
.content { padding-top:60px; padding-bottom:60px; background-color:#e6e6e6;}
.inner-page h2.heading { font-size:40px;font-weight:400; text-align:left; margin-bottom:0px;}
.breadcurb-head , .woocommerce-breadcrumb { padding:5px 0px; background-color:#000;}
.inner-page .breadcrumb { padding:0; padding-left:0px; text-align:left;}
.inner-page .breadcrumb ul { padding-left:0px;}
.bg-black-logo { background-color:#000; padding:15px;}
.home #site-header { border-bottom:4px solid #171d20;}
#site-header:after {     
	border-bottom: 2px solid #9d9d9d;
    content: "";
    height: 2px;
    width: 100%;
    /* background-color: #FFFFFF !important; */
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;}
.bt-none .wpb_column.vc_column_container.vc_col-sm-12 { border-top:none;}	
.multibanner .wpb_wrapper { background-color:#000000;}

.multibanner .home-inner-banner .vc_column-inner::after {
	border-right: 1px solid #323232;
    display: block;
    width: 1px;
    float: right;
    top: 0;
    margin: 0;
    padding: 0;
    content: " ";
    width:auto;
    height: 70%;
    position: absolute;
    right: 0px;
    top: 10px;}

.multibanner::before {
    border-bottom: 4px solid #181e21;
    content: "";
    height: 6px;
    width: 100%;
    background-color: #9d9d9d;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
}	
.multibanner.bt-none::before { border:none; background:none; height:0;}
.multibanner .vc_column_container.vc_col-sm-12 > .vc_column-inner { padding-left:4px; padding-right:4px;}
.border-right-none  .vc_column-inner::after {border-right:none !important;}

.left-sidebar h5 , .left-sidebar h4 { text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: 1px solid #fff9;
    padding: 0 0 10px 0; margin-bottom:0px;}
.left-sidebar ul { list-style:none; padding:0; margin:0;}
.left-sidebar a { width:100%; display:block; clear:both; font-size:15px; padding:10px 0px; font-weight:400;border-bottom: 1px solid #fff9; position:relative;}
.right-section h1 {text-align:left;font-size: 30px;font-weight: 400;}
.right-section h2 {text-align:left;font-size: 20px;font-weight: 400;padding-bottom:0px;}
.right-section { border-left:1px solid #CCC;}
.right-section a { color:#3f92bc; font-weight:500;}
.right-section a:hover { text-decoration:underline;}
.left-sidebar a.active , .left-sidebar li.current-cat a {
    color: #3f92bc;
    font-weight: 500; 
	padding-left: 10px;   
}

.left-sidebar a.active:before , .left-sidebar li.current-cat a:before {
	content: "";
	border-left: 3px solid #3f92bc;
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 0;
	height: 30px;	
}

.left-sidebar p {margin:0;}

/* Blog Posts */
.news-single-post {
    padding-bottom: 0;
    margin-bottom: 0;
}
.effects .img {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.news-single-post .news-date {
    color: #767676;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}
.news-single-post h2 {
    line-height: 35px;
    margin-bottom: 10px;
}

.news-single-post h2 a {
    font-weight: 400;
    font-size: 30px;
    line-height: 1px;
    color: #000;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.journal-content h1.page-title { 
font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    color: #000;
    letter-spacing: 0px;}

.news-single-post p {
    font-size: 17px;
    margin: 0;
    line-height: 24px;
}

.read-more a {
    font-size: 13px;
    color: #767676;
    font-weight: 600;
    opacity: 0.8;
}

.read-more a:hover { text-decoration:underline;}
.news-single-post hr {
    margin: 1.5em 0em;
}

.widgettitle {
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 0px;
	font-size:25px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar li {
    padding:15px 15px 15px 0px;
    border-bottom: 1px solid;
}

.sidebar li a {
    color: rgba(0,0,0,1);
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.text-center { text-align:center !important;}

.pt-15 { padding-top:20px !important;}
h1.woocommerce-products-header__title.page-title {    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom:30px;
    display: block;}


.products {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -24px;
}

.products li {flex: 0 0 auto;display: -webkit-box;flex-direction: column;}
.products .item-container {
	display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    transition: box-shadow .25s;}
.products .item-container>* {
    flex: 1 1 auto;
}	

.imagewrapper {     height: 250px;
    overflow: hidden;
    margin-bottom: 0;}
.imagewrapper img { margin:0;}
.title-price-wrapper {padding:15px;flex: 1 1 auto;display: flex;flex-direction: column;}
.title-price-wrapper h1 {font-size: 15px;
    font-weight: 800;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #323232; padding:0}

.title-price-wrapper h1:after {
    height: 100%;
    z-index: -1;
    background-color: rgb(61, 61, 61);
    transition-property: width;
    -moz-transition-property: width;
    -webkit-transition-property: width;
    -o-transition-property: width;
    -webkit-transition: all .256s cubic-bezier(.33,.975,.245,.91);
    -moz-transition: all .256s cubic-bezier(.33,.975,.245,.91);
    -o-transition: all .256s cubic-bezier(.33,.975,.245,.91);
    transition: all .256s cubic-bezier(.33,.975,.245,.91);
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0ms;
}	

.item-container:focus, .item-container:hover {
    box-shadow: 0 15px 60px 0 rgba(0,0,0,.2), 0 15px 30px 0 rgba(0,0,0,.1);
}

.item-container:focus .action, .item-container:hover .action { display:block;}
.action { 
	text-align:center;position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    height: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;
    width: 100%; display:none;}
.action .btn { margin-top:0px;}
.action .btn.added { display:none;} 
.woocommerce ul.products li.product .price { font-size:20px; margin:0; font-weight:800;font-weight: 800;color: #3f92bc;}

.single-product h1.product_title {
    line-height: 1;
    box-sizing: initial;
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight:500;
}

.single-product .price .amount {
	font-weight:400;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #bbb;
	font-family: "Roboto", sans-serif;
}

.single-product .product_meta span {text-transform: uppercase;font-weight: 800;}
.single-product .product_meta span a {    text-transform: initial;font-weight: 400;opacity: 0.5;padding-left: 10px;}
.woocommerce div.product form.cart { margin:25px 0px;}
.input-text.qty.text {
    height: 54px;
    text-align: center;
    width: 100%;
    padding: 0 35px;
    padding-bottom: 1px;
    background: #f4f4f4 !important;
    border: none;
    font-size:18px;
    font-weight:300;
}

.quantity {
	position: relative;
	width: auto !important;
	max-width: 125px !important;
	width: 82px;
	border: 1px solid #e1e1e1;
}

.quantity {position:relative;width:auto !important;max-width:125px !important;}
.minusqty {
	width: 34px !important;
    height: 54px;
    cursor: pointer;
    display: block;
    position: absolute !important;
    left: 0;}
.plusqty {    
	width: 34px;
    height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;}		

.input-text.qty.text {    height: 54px;
    text-align: center;
    width: 100%;
    padding: 0 35px;
    padding-bottom: 1px;
    background: #f4f4f4 !important;
    border: none;}

.minusqty a{
    left: 0px;
    border: none !important;
    display: block;
    position: relative;
    height: inherit;
}

.plusqty a{
    right: 0px;
    border: none !important;
    display: block;
    position: relative;
    height: inherit;
}

.icon-minus, .icon-plus {
    width: 34px;
    height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
}

.icon-plus::before, .icon-minus::before {
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 7px);
}
.btn-large { padding:0.95em 1em !important;border-radius:0px !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding:0px; margin:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after , .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before { display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li { border:none;border-radius:0px; text-transform:uppercase;background-color:transparent;font-size:16px;padding:0px 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background: #3f92bc; color:#FFFFFF;}
.woocommerce div.product .woocommerce-tabs .panel {padding:40px 40px;overflow:hidden;background-color:#f8f8f8;border:none;box-shadow:none;}
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size:24px; font-weight:500; text-transform:uppercase; }
.related.products { margin:0px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {    float: left;
    margin: 0 1.5% 2.992em 0;
    padding: 0;
    position: relative;
    width: 31.3%;
    margin-left: 0;}
.related.products h2 {    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;}	
	

.woocommerce-cart-form table, .woocommerce-cart th, .woocommerce-cart td, .woocommerce-cart .actions {
    border: 0 !important;
    margin: 0;
}
.woocommerce-page .woocommerce .cart-empty {letter-spacing:-1px;color:#000;max-width:480px;margin:100px auto 40px;line-height:1;font-weight:800;font-size:48px;text-transform:uppercase;}
.empty-cart-icon {font-size:140px;opacity:0.1;}
.woocommerce-mini-cart__empty-message {display:block;font-size:14px;padding:40px 0 80px;text-align:center;margin:auto;}	
.woocommerce-mini-cart__empty-message h6 {font-weight: 800;font-size:18px;max-width:60%;display:block;text-align: center;margin:20px auto 20px;line-height: 1;}
.empty-cart-mini {align-items:center;display:flex;justify-content:center;height:100vh;}
.woocommerce-cart.woocommerce-cart-form { border:none;}
.woocommerce-cart .shop_table thead {background: #f8f8f8;text-transform: uppercase;border: none; color:#000;}
.woocommerce-page table.shop_table thead th {padding:10px 14px !important;text-align:left;font-weight:500; border:none;} 
.woocommerce-cart .shop_table .product-thumbnail { padding-left:0px;}
.woocommerce-cart .shop_table td a , .woocommerce-cart .shop_table td span { color:#3d3d3d !important;text-transform: uppercase;font-weight:500;}

.woocommerce-cart .shop_table .quantity {border: none;max-width:90px !important; margin:0;font-size:14px !important;}
.woocommerce-cart .shop_table .btn-qty {}
.woocommerce-cart .shop_table .btn-qty a i {font-size: 10px;color: #000;}
.woocommerce-cart .shop_table .btn-qty input {background-color: #FFFFFF !important;color: #000;font-size: 14px !important;}
.woocommerce-cart .shop_table .input-text.qty.text {height:35px;font-size:16px;color:#000;}	
.woocommerce-cart .shop_table .btn-qty a {line-height:1; padding:10px 0 20px;}
.woocommerce-cart .shop_table .product-remove .remove:hover { background-color:#333; color:#FFFFFF !important;}	

.cart-table .wr-product-share { display:none !important;}
.cart-summary {background: #f8f8f8;margin-bottom:0px;padding: 35px;}
.cart-summary h2 {text-transform: uppercase;
    font-weight:500;
    letter-spacing: -2px;
    font-size: 35px;
    text-align: center;
    margin-bottom:15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;}
.order-total th.head {  font-weight: 800 !important;
    text-transform: uppercase;
    padding-top: 20px !important;}
.order-total td { text-align:left !important;}
.order-total span {font-size:45px !important;font-weight:600 !important;}		
.coupon  { border:none; display:none;}
.coupon label { text-transform: uppercase;font-weight: 700;color: #000;}
.woocommerce-cart .cart-collaterals .coupon input#coupon_code { border-width:3px;}
.coupon .btn-green {width: 100%;padding: 6px !important;}
.cart-action {background:#3d3d3d;margin:0;padding:35px 25px;text-align:center;}
.btn-large {padding:5px !important;width: 100%;font-size: 20px;letter-spacing: -1px;}
.coupon-head , .shipping-container {border-top: 1px solid #d1d1d1;padding-top: 20px;}
.coupon-head h4 , .shipping-container h4 {font-weight: 800;text-transform: uppercase;font-size:18px;letter-spacing: -1px;margin-bottom:30px; cursor:pointer;}
.coupon-head h4:after , .shipping-container h4:after {content: "\f067";display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; float:right; padding:5px;-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.coupon-head h4.open:after , .shipping-container h4.open:after {content: "\f068";}	
.coupon-head h4:hover:after , .shipping-container h4:hover:after { background-color:#000; color:#FFF;}	
.woocommerce-cart .site-title { background-color:#FFFFFF !important; margin-bottom:-25px;}
.woocommerce-cart .site-title h1 { text-transform:uppercase;font-weight: 800;letter-spacing: -2px;padding-top: 50px;}
.woocommerce-cart .breadcrumb-container { display:none !important;}
.shipping-container {border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    border-top: none;
    padding-top: 0;
    margin-bottom: 25px;}
.shipping-container h4 { margin-bottom:10px;}
.woocommerce-cart #calc_shipping_country_field:after {right: 0;}
.woocommerce-cart .cart-collaterals #calc_shipping_country_field { padding:0;}
.woocommerce-cart .cart-collaterals select { margin-bottom:15px; padding:0px 20px 7px 0 !important; }
#shipping-calc { display:none;}
#shipping-calc label {font-weight:800;font-size:13px; display:block; clear:both; width:100%;}
.woocommerce-cart .cart-collaterals select , .woocommerce-cart .cart-collaterals .input-text { border-bottom:2px solid #000000 !important;}
.sm-padding { padding:8px 25px !important;}
/*.product__btn i, .yith-wcwl-add-to-wishlist, .yith-wcwl-add-to-wishlist * { font-size:20px !important;} */
.p-single-action .actions-button a {line-height:55px !important;height:55px !important;width:55px !important;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width:100%;}
.woocommerce table.shop_table { border:none;}
.wc-proceed-to-checkout { padding:0;}
.wc-proceed-to-checkout a { margin:0 !important;}
.woocommerce-cart-form .icon-minus, .woocommerce-cart-form .icon-plus { height:20px;}
.woocommerce-cart-form .input-text.qty.text { padding:0 24px;}
.woocommerce-cart-form th, .woocommerce-cart-form td {padding: 26px 14px !important;vertical-align: middle !important;border-bottom: 1px solid #e1e1e1 !important;}

.woocommerce-checkout .form-row input.input-text, .input-text, .woocommerce-checkout .select2-container, .woocommerce-page .select2-container .select2-choice {
    border: none;
    border-bottom: 2px solid #c6c6c6;
    background-color: transparent !important;
    padding: 0;
    transition: all .4s;
    border-radius: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.checkout.woocommerce-checkout label {
    color: #000;
    line-height: 1 !important;
    margin-bottom: 5px !important;
    padding-left: 0;
}

.woocommerce-checkout h3 , .woocommerce-order-details h2 , .woocommerce-customer-details h2 {
    font-size: 35px;
    font-weight:900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.woocommerce-checkout select {
    border: none !important;
    border-radius: 0px;
    padding: 0 10px 0 0;
    width: 100%;
    background: url(assets/images/arrow_down.png) no-repeat calc(100% - 10px);
    background-color: #FFFFFF !important;
	border-bottom: 2px solid #c6c6c6 !important;
}

.checkout-left {
    width: 50%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right:35px;
    padding: 40px;
    padding-top: 40px;
    box-shadow: 0px 15px 70px -8px rgba(0,0,0,.11);
    background: #fff;
    align-self: stretch;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.review-order-right {
    width: 45%;
    float: left;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 60px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width:100%;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
    margin-top: 20px;
}
.woocommerce table.shop_table td , .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{ border:none;}



.checkout_coupon.woocommerce-form-coupon{
    padding: 50px !important;
    box-shadow: 0px 15px 70px -8px rgba(0,0,0,.11);
    background: #fff;
    align-self: stretch;
    height: 100%;
    display: block;
    overflow: hidden;
    margin-top: 20px;
	border:none !important;
	border-radius:0px !important;
	width:54%;
}



/* Home Image Effects */


.outer-area {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    text-align: center;
    display: block;
    height: 100%;
    /* border: 2px solid #FFFFFF; */
    overflow: hidden;
}
.outer-area .effect-zoom {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.outer-area .effect-zoom img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
	width: 100%;
	height: auto;
	opacity: 0.8;
}

.outer-area .effect-zoom .inner-caption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	text-align:left;
}

.outer-area .effect-zoom .inner-caption,
.outer-area .effect-zoom .inner-caption > a {
    position: absolute;
    bottom: 5px;
    left: 0;
}


.outer-area .effect-zoom .inner-caption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.outer-area .effect-zoom h2 {
}

.effect-zoom {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.effect-zoom img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0px);
    transform: translate3d(0,0,0px);
}

.effect-zoom:hover img , .inner-caption:hover img {
    opacity: 1;
    -webkit-transform: translate3d(0,0,300px);
    transform: translate3d(0,0,300px);
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{width:31.8%;}
.woocommerce div.product form.cart .button{margin-top:2em; padding:15px 0!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#13b5ea !important;}
.woocommerce #review_form #respond .form-submit input{background:#13b5ea; color:#fff; position:relative;}
.woocommerce #review_form #respond .form-submit input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background-color: rgba(51,51,51,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce #review_form #respond .form-submit input:hover::before {
    width: 100%;
}
.comment-form-author{width:49%; float:left; margin-right:2%!important;}
.comment-form-email{width:49%; float:left;}
.comment-form-author label, .comment-form-email label{display:block;}
.woocommerce #review_form #respond textarea, .woocommerce input[type="text"], .woocommerce input[type="email"]{
	border: none;
	border-bottom: 2px solid #c6c6c6;
	background-color: transparent;
	padding: 0;
	transition: all .4s;
	border-radius: 0;
	width: 100%;
	color: #000;
	font-size: 14px;
	height: 38px;
	line-height: 38px;}
.comment-form-cookies-consent label{font-weight:500;}
.comment-form-cookies-consent{clear:both;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{padding:10px 0!important;}

.site-footer input.form-control, select.form-control{padding:16px 20px!important;}
.multibanner:hover .top-heading { color:#13b5ea;}

.hover-effects {
	padding: 5px 10px;
    font-size: 20px;
    margin: 0;
    background-color: rgb(0, 0, 0, 0.7);
    color:#ffffff;
    letter-spacing: -1px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;}

.hover-effects label { margin:0;}
.hover-effects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	

.outer-area .effect-zoom:hover .hover-effects::before{
    width: 100%;
}

.outer-area .effect-zoom:hover .hover-effects { background-color: rgba(0,0,0,0.5);}
.outer-area .effect-zoom:hover .hover-effects label { color: #13b5ea !important;z-index: 3;position: relative;}
.btn-sm { display:inline-block !important; margin:0 0px 0 15px;}
.btn-sm a {font-size: 16px !important;padding: 6px 10px !important;}



/* Main Styling for Subnav */
#menu-top-navigation .sub-menu {
	position: absolute !important;
    background: #FFF !important;
    height: auto !important;
    width: 180px !important;
    padding: 0;
    border-radius: 0px !important;
    box-shadow: 2px 2px 6px 4px rgba(0,0,0,0.15) !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: ease 0.5s all !important;
    display: block !important;
    left: 50% !important;
    top: 80%;
    transform: translateX(-35%) !important;
    margin-top: 0;
    z-index: 0 !important;
	padding:10px 0px;
}

/* Subnav Reveal Effects */

#menu-top-navigation .menu-item:hover .sub-menu {
  opacity: 1 !important;
  margin-top: 0px !important;
  z-index: 5 !important;
}

/* Subnav List Item Spacing */

#menu-top-navigation .sub-menu li {
	margin-bottom:0px !important;
	padding: 0px 10px;
	display: block;
	width: 100%;
}

#menu-top-navigation .sub-menu li:last-child {
  margin-bottom: 0px !important;
}

/* Subnav List Item Styling */

#menu-top-navigation .sub-menu li a{
    color: #333;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px 6px 10px;
    line-height: 150%;
    display: block;
	text-transform:uppercase;
}

/* Subnav List Item Hover Effects */

#menu-top-navigation .sub-menu li:hover a {
	background: #13b5ea;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#customer_login {   
	display: flex;
    max-width: 900px;
    margin: 5px auto;
    box-shadow: 0px 15px 70px -8px rgba(0,0,0,.11);
    background: #fff;}

#customer_login .u-column1.col-1 {
	padding: 55px;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    align-self: stretch;
    align-content: center; width:50%;}
#customer_login .u-column2.col-2 {padding: 55px;
    margin-bottom: 0;
	width:50%;
    display: flex;
    flex-flow: wrap;
    align-self: stretch;
    align-content: center;
	background: #f8f8f8;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
	margin:0;
	}	

#customer_login h2 {    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: 0;}	

.woocommerce-LostPassword.lost_password	{display: block;
    clear: both;
    margin: 25px 0;
    text-align: center;}

.woocommerce-LostPassword.lost_password a {    
	text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block !important;
    position: relative;
	border:none; padding:0 10px;}	
.woocommerce-LostPassword.lost_password a:hover { color:#FFFFFF !important;}

.woocommerce-LostPassword.lost_password a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background-color: rgba(19,181,234,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.woocommerce-LostPassword.lost_password a:hover::before{
    width: 100%;
}

.woocommerce-LostPassword.lost_password a label {
	position:relative;
	z-index:99;
	margin:0;
}	

.woocommerce-ResetPassword.lost_reset_password , .lost-password-box {background: #fff;max-width: 500px;margin: 60px auto;width: 100%;padding: 55px;box-shadow: 0px 15px 70px -8px rgba(0,0,0,.11);}

.woocommerce-MyAccount-navigation { width: 25%;
    padding-right: 3%;
    float: left;
    margin: 0;
    border: 0;
    padding: 20px;
    border-top: 6px solid #13b5ea;
    background-color: #f8f8f8;
    margin-bottom: 15px;}
.woocommerce-MyAccount-content { width:72%; float:right;}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}	

.woocommerce-MyAccount-navigation ul li { margin:5px 0px;}	
.woocommerce-MyAccount-navigation ul:first-child {
    margin-top: 0;
}	

.woocommerce-MyAccount-navigation ul li a {
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 2px;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
}

.woocommerce-MyAccount-navigation ul li.is-active a , .woocommerce-MyAccount-navigation ul li a:hover {background-color: #000;color: #fff;text-decoration: none; font-weight:600;}	
.woocommerce-MyAccount-content h3, .woocommerce-EditAccountForm.edit-account legend {text-transform: uppercase;font-weight: 900;letter-spacing: 0;font-size: 25px;}	
.woocommerce form .form-row .select2-container { display:none !important;}
.woocommerce form .form-row select { width:100%;border: none;
    border-bottom: 2px solid #c6c6c6;
    background-color: transparent;
    padding: 0;
    transition: all .4s;
    border-radius: 0;
    /* font-family: 'Roboto',Arial,sans-serif; */
    font-size: 14px;
    height: 38px;
    line-height: 38px;}
.woocommerce form .form-row label { position:relative;}

.woocommerce-EditAccountForm.edit-account fieldset {padding: 0;
    overflow: hidden;
    clear: both;
    display: block;
    margin-top: 20px;}

.woocommerce-EditAccountForm.edit-account  em {    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    background-color: red;
    color: #FFFFFF;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0;}	
	
.woocommerce-orders-table thead {    background: #f8f8f8;
    text-transform: uppercase;
    line-height: 1;}

.woocommerce-orders-table td {
    padding:16px 14px !important;
    vertical-align: middle;
    width: auto;
}	 

.download-certificate {    padding: 5px;
    background-color: #13b5ea;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;}
.download-certificate:hover { background-color:#000; text-decoration:none; color:#fff;}		 
.myaccount-heading h4 { font-size:23px; font-weight:400;}	 

.woocommerce div.product div.images {    width: 50%;
    float: left;
    padding-right: 50px;}
.woocommerce div.product div.summary {width: 50%;
    float: right;}

.woocommerce-tabs.wc-tabs-wrapper { clear:both;}		
.woocommerce div.product form.cart div.quantity { display:none !important;}
.system_id_description {
	border: 1px solid #c6c6c6;
    background-color:#FFFFFF !important;
    padding: 10px;
    transition: all .4s;
    border-radius: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    height: 60px;
    line-height: 150%;
    font-weight:400;}
.product_po_no {
	border: 1px solid #c6c6c6 !important;
    padding: 10px !important;
	background-color:#FFFFFF !important;
}

.product_po_no.textarea {border: 1px solid #c6c6c6;
    background-color:#FFFFFF !important;
    padding: 10px;
    transition: all .4s;
    border-radius: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
    height: 40px;
    line-height: 150%;
    font-weight:400; overflow:hidden;}

.row-system.row	h4 {margin-bottom:5px;text-transform:uppercase;}
.row-system.row	h5 {margin-top:10px;margin-bottom:2px;text-transform:uppercase;font-size:14px;font-weight:900;}
ul.wc-item-meta {    
	padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;}

ul.wc-item-meta p {    
	padding:0;
    text-transform:uppercase;
    font-size:13px;
    margin-top:0px;}	