
@import url('https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css');

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 * {
	 box-sizing:border-box;
 }

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Images
   ========================================================================== */
   
   img {
	   max-width:100%;
	   height:auto;
   }

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

.underline-none{
	text-decoration:none;
}
.underline-none:hover,.underline-none:active {
	text-decoration: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

input, textarea, select {
	width:100%;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #222; }

input, select, textarea, button {
	 font-family: "Poppins", sans-serif;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
  
  

/* Main Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.main-navigation {
/*	margin-left:5%;*/
}
.main-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main-navigation ul li {
	display:inline-block;
	
	margin-bottom:0;
	position:relative;
}

.main-navigation ul li::after {
	content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #FFF;
  transition: width .3s;
  position:absolute;
  top:30px;
}
.main-navigation ul li:hover::after {
  width: 100%;
  transition: width .3s;
}
.main-navigation ul li:hover a {
	color:#c7000a;
}
li.has-child {
	padding-right:10px;
}

.main-navigation ul li.has-child:after {
	content: "\f107";
	font-family: 'Line Awesome Free';
font-weight: 900;
font-size:16px;
position:absolute;
right:0;
top:1px;
padding-left:3px;
cursor:pointer;
background:none;
width: auto;
}
.main-navigation ul li.has-child:hover::after {
  width: auto;
  transition: none;
}

.main-navigation ul li a {
	font-weight:600;
	color:#000;
	/*text-transform:uppercase;*/
	font-size:14px;
	padding:20px 15px;
	text-decoration:none;
	transition:all 0.3s;
}

.main-navigation ul li ul.submenu {
	position:absolute;
	top:35px;
	max-width:250px;
	margin:0;
	padding:0;
	width:200px;
	background:#c7000a;
	padding:10px;
	 visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
	left:-30%;
	z-index:2;
	border-radius:15px;
}

.main-navigation ul li ul.submenu li {
	display:block;
	padding:10px 5px;
	border-bottom:solid 1px #ccc;
}

.main-navigation ul li ul.submenu li:after {
	display:none;
}

.main-navigation ul li ul.submenu li:last-child {
	border-bottom:none;
}

.main-navigation ul li:hover ul.submenu {
	 visibility: visible;
  opacity: 1;
}

.main-navigation ul li ul.submenu li a {
	text-transform:none;
	font-weight:400;
	color:#fff;
}
.main-navigation ul li ul.submenu li a:hover {
	color:#ccc;
}
.mobile-menu-button {
	display:none;
}
.closebtn {
	display:none;
}

@media (max-width: 800px) { 
.mobile-menu-button {
	display:block;
}
.closebtn {
	display:block;
}
nav {
	  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 5; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 50px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#fff;
  font-size:40px;
  text-decoration:none;
}
.main-navigation {
	width:60%;
	font-size:30px;
	text-align:right;
}
.main-navigation i {
	cursor:pointer;
}
.main-navigation ul li {
	display:block;
	text-align:left;
	padding-left:20px;
	border-bottom:solid 1px #666;
}
.main-navigation ul li:after {
	display:none;
}
.main-navigation ul li ul.submenu {
	 visibility: visible;
  opacity: 1;
	position:relative;
	background:none;
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	padding:0 0 0 15px;
}
.main-navigation ul li ul.submenu li {
	margin:0;
	padding:3px 0 0 10px;
	border-bottom:none;
	position:relative;
}

.main-navigation ul li ul.submenu li:before {
	content:'-';
	color:#fff;
	padding-right:7px;
	position:absolute;
	top:7px;
	left:0;
}
li.has-child:after {
	display:none;
}
.main-navigation ul li a {
	color:#fff;
	font-weight:600;
}
}


/* Custom Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header.site-header {
	padding:10px 0;
	transition:all 0.5s;
	position:relative;
}

header.site-header.fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:3;
	background:#fff;
	box-shadow:0 0 7px #ccc;
}

.header-inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	padding-bottom:5px;
}

header.site-header .site-logo img {
	max-width:150px;
}

header.site-header .top-contact a {
	font-size:18px;
	color:#281D1A;
	font-weight:bold;
	text-decoration:none;
}

header.site-header .top-contact a.show-mobile {
	display:none;
}
header.site-header .top-contact a.hide-mobile {
	display:block;
}


.home-hero {
	margin-top:7px;
}

.home-hero .container {
	position:relative;
	z-index:1;
}

.home-hero-slide-1 {
	background: url(../images/banner-1.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 80vh;
}
.home-hero-slide-2 {
	background: url(../images/banner-2.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 80vh;
}

.home-hero-slide-1:after, .home-hero-slide-2:after {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.2);
}

.home-hero h2 {
	font-size:50px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.5px;
}

.home-hero .button {
	background:#281D1A;
	color:#fff;
	border:solid 1px #fff;
	font-weight:600;
	transition:all 0.3s;
}

.home-hero .button:hover {
	background:#000;
}

.home-hero .hero-text {
	color: #fff;
}

.home-our-products {
	padding:60px 0;
}

.home-our-products h2 {
	text-align:center;
	font-weight:600;
	letter-spacing:0.5px;
	font-size:35px;
	margin-bottom:10px;
}
.home-our-products p.intro {
	text-align:center;
	margin-bottom:35px;
}
.home-our-products .row {
	margin-bottom:20px;
}
.home-our-products .home-our-products-inner {
	position:relative;
	padding:15px 0 0 0;
	min-height:200px;
}

.home-our-products .home-our-products-inner h3 {
	position:relative;
	font-size:18px;
	font-weight:600;
	letter-spacing:0.2px;
	color:#fff;
	text-transform:uppercase;
	z-index:1;
	text-align:center;
}

.home-our-products .home-our-products-inner:after {
		content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.2);
}

.home-our-products .product-1{
	background:url(../images/products-1.png) no-repeat center center;
	background-size:cover;
}
.home-our-products .product-2{
	background:url(../images/products-2.png) no-repeat center center;
	background-size:cover;
}
.home-our-products .product-3{
	background:url(../images/products-3.png) no-repeat center center;
	background-size:cover;
}
.home-our-products .product-4{
	background:url(../images/products-4.png) no-repeat center center;
	background-size:cover;
}
.home-our-products .product-5{
	background:url(../images/products-5.png) no-repeat center center;
	background-size:cover;
}
.home-our-products .product-6{
	background:url(../images/products-6.png) no-repeat center center;
	background-size:cover;
}

.home-our-services {
	padding:60px 0;
	color:#fff;
	background:url(../images/our-services-bg.png) right center no-repeat;
	background-size:cover;
	position:relative;
}

.home-our-services:after {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.6);
}

.home-our-services .container {
	position:relative;
	z-index:1;
}

.home-our-services h2 {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:35px;
	margin-bottom:10px;
}

.home-about-us {
	padding:60px 0;
	text-align:center;
}

.home-about-us h2 {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:35px;
	margin-bottom:10px;
}

.home-about-us h3 {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:22px;
}

.home-why-choose-us {
	padding:60px 0;
	color:#fff;
	background:url(../images/why-choose-us-bg.png) right top no-repeat;
	background-size:cover;
	position:relative;
}

.home-why-choose-us:after {
	content:'';
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
}

.home-why-choose-us .container {
	position:relative;
	z-index:1;
}
.home-why-choose-us h2 {
	text-align:center;
	font-weight:600;
	letter-spacing:0.5px;
	font-size:35px;
	margin-bottom:10px;
}
.home-why-choose-us p.intro {
	text-align:center;
	margin-bottom:35px;
}

.home-why-choose-us .row {
	margin-bottom:20px;
}

.home-why-choose-us .home-why-choose-us-inner {
	padding:20px;
	border:solid 1px #fff;
	border-radius:15px;
	min-height:230px;
}

.home-why-choose-us .home-why-choose-us-inner h3 {
	margin:7px 0;
	padding:0;
	font-size:18px;
	font-weight:600;
	letter-spacing:0.3px;
}

.home-why-choose-us .home-why-choose-us-inner p {
	margin-bottom:0;
}

.home-news-updates {
	padding:60px 0;
}

.home-news-updates h2 {
	font-weight:600;
	letter-spacing:0.5px;
	font-size:35px;
	margin-bottom:10px;
	text-align:center;
}
.home-news-updates p.intro {
	text-align:center;
	margin-bottom:35px;
}

.home-news-inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	border:solid 2px #000;
	border-radius:15px;
	align-items: stretch
}

.home-news-inner .home-news-text {
	width:58%;
	padding:15px;
}

.home-news-inner .home-news-image {
	width:40%;
}

.home-news-inner .home-news-text .date {
	font-weight:600;
	color:#281D1A;
}

.home-news-inner .home-news-text h3 {
	font-size:15px;
	color:#999999;
	letter-spacing:0.2px;
	font-weight:400;
	margin-bottom:0;
}

.home-news-inner .home-news-text .excerpt {
	color:#999999;
	font-size:13px;
}

.home-news-inner .home-news-text a {
	font-size:20px;
	color:#000;
}

.home-news-inner .home-news-image img {
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 14px 14px 0;
	
}

footer.site-footer {
	padding:30px 0;
	background:#000;
	color:#fff;
}

footer.site-footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

footer.site-footer a {
	text-decoration:none;
	color:#fff;
	transition:all 0.3s;
}

footer.site-footer a:hover {
	color:#ccc;
}

footer.site-footer h3 {
	font-size:18px;
	font-weight:600;
	letter-spacing:0.3px;
	text-decoration:underline;
	margin-bottom:7px;
}

footer.site-footer .four.columns {
	padding:0 25px 0 0;
}

footer.site-footer .site-footer-top {
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #fff;
}

footer.site-footer .site-footer-top img {
	max-width:150px;
}

.home-hero .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	color:#fff;
	left:5px;
	top:40%;
	font-size:50px;
}

.home-hero .owl-carousel .owl-nav button.owl-prev:hover {
	background:none;
}

.home-hero .owl-carousel .owl-nav button.owl-prev:hover span {
	color:#cccccc;
}
.home-hero .owl-carousel .owl-nav button.owl-next {
	position:absolute;
	color:#fff;
	right:5px;
	top:40%;
	font-size:50px;
}

.home-hero .owl-carousel .owl-nav button.owl-next:hover {
	background:none;
}

.home-hero .owl-carousel .owl-nav button.owl-next:hover span {
	color:#cccccc;
}


.about-us-carousel .owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	color:#333;
	left:-35px;
	top:30%;
	font-size:35px;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-prev:hover {
	background:none;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-prev:hover span {
	color:#000;
}
.about-us-carousel .owl-carousel .owl-nav button.owl-next {
	position:absolute;
	color:#333;
	right:-35px;
	top:30%;
	font-size:35px;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-next:hover {
	background:none;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-next:hover span {
	color:#000;
}

.about-us-carousel {
	padding-top:35px;
}

.about-us-carousel .item {
	border:solid 1px #333;
}

.innerpage-hero {

	padding:50px 0;
	margin:0 0 80px 0;
	background:#f4f4f4;
}
.innerpage-hero h1 {
		font-size:40px;
	font-weight:600;
	text-align:center;
	margin:0;
	padding:0;
}

.news-wrapper {
	padding:50px 0 0 0;
	margin:0 0 50px 0;
}

.news-wrapper img {
	border-radius:15px;
}

.news-wrapper .news-single-date {
	font-size:14px;
	font-weight:600;
	color:#666;
	margin:0 0 5px 0;
	padding:0;
}

.news-wrapper h3 {
	font-weight:600;
	font-size:22px;
	padding:0;
	margin:0 0 15px 0;
}

.news-wrapper ul.news-update-image-gallery {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	align-items:top;
	justify-content:space-between;
}

.news-wrapper ul.news-update-image-gallery.two-columns li {
	width:45%;
}

.news-wrapper ul.news-update-image-gallery.two-columns li img {
	max-height:150px;
	object-fit:cover;
	width:100%;
}

.news-wrapper .five.columns img {
	min-height:350px;
	object-fit:cover;
}

.hero-intro {
	text-align:center;
	max-width:700px;
	padding:0 20px;
	margin:20px auto 0 auto;
	
}

.brand-row-odd {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	padding:40px 0;
}
.brand-row-even {
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:space-between;
	padding:40px 0;
}

.brand-image {
	width:45%;
}
.brand-text {
	width:45%;
}

.brand-text h3 {
	font-size:22px;
	font-weight:600;
}

.anchor-link {
	display: block;
    position: relative;
    top: -200px;
    visibility: hidden; 
	scroll-behavior: smooth;
}

.formfield-wrapper {
	padding:5px 0 0 0;
}

.formfield-wrapper label {
	font-size:14px;
	font-weight:500;
}
.formfield-wrapper.submit-button {
	text-align:center;
	padding:10px 0;
}

.formfield-wrapper.submit-button button, .formfield-wrapper.submit-button input[type=submit] {
	color:#fff;
	border:none;
	padding:15px 30px;
	border-radius:50px;
	background:#c7000a;
	cursor:pointer;
	line-height:100%;
	font-size:16px;
	height:auto;
}
.formfield-wrapper .default-button {
	color: #fff;
	border: none;
	padding: 7px 16px;
	border-radius: 50px;
	background: #7b7b7b;
	cursor: pointer;
	line-height: 100%;
	font-size: 12px;
	height: auto;
	width: 89px;
}
.brand-image img {
	border-radius:15px;
}
.gallery-thumbnails {
	margin:0 15px 0 0;
	padding:0 25px 0 0;
	list-style:none;
	max-height:350px;
	overflow:visible;
}

.gallery-thumbnails::-webkit-scrollbar {
    width: 10px;
}
 
.gallery-thumbnails::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.gallery-thumbnails li {
	width:80px;
	height:auto;
	margin:0 0 25px 0;
	cursor:pointer;
}
.gallery-thumbnails li img {
	width:100%;
	height:auto;
}
#scroll-div {
	max-height:250px;
	overflow:hidden;
	 padding: 10px;
}

.product-details-gallery-arrows {
	position:relative;
}

.product-details-gallery-arrows #next {
	position:absolute;
	top:-25px;
	cursor:pointer;
	left:30%;
	font-size:20px;
	
}

.product-details-gallery-arrows #prev {
	position:absolute;
	bottom:-5px;
	cursor:pointer;
	left:30%;
	font-size:20px;
	
}
.product-details-gallery {
    display: flex;
}
.product-details-gallery-arrows {
    position: relative;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*height: 32px;
	border-bottom: 1px solid #333;*/
	width: 100%;
	background: #f4f4f4;
    border-radius: 50px;
    padding: 10px;
	border:solid 1px #d8d8d8;
}

ul.tabs li {
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 45px;
	line-height: 45px;
	/*border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #666;*/
	color: #666;
	overflow: hidden;
	position: relative;
}

.tab_last { /*border-right: 1px solid #333;*/ }

ul.tabs li:hover {
	background-color: #fff;
	color: #333;
	border-radius:50px;
}

ul.tabs li.active {
	background-color: #c7000a;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	border-radius:50px;
}

.tab_container {
	/*border: 1px solid #333;*/
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
.zoom-container {
  position: relative;
  overflow: hidden;
  width: 300px; /* Adjust as needed */
  height: 300px;
}

#zoom-image {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details-wrapper {
	padding:0 0 60px 0;
}

.product-details-wrapper h2 {
	font-size:25px;
	font-weight:bold;
}

.product-desc ul {
	margin:0;
	padding:0;
	list-style:none;
}

.product-desc ul li {
	display:flex;
	align-items:center;
	padding:7px 0;
	font-size:14px;
	border-bottom:solid 1px #d4d4d4;
}



.product-desc ul li label {
	margin:0 0 0 10px;
	min-width:100px;
}

.product-desc ul li i {
	color:#666;
	font-size:20px;
}

.product-desc ul li a {
	color:#444;
	text-decoration:none;
}

.parameters-list {
	margin:0;
	padding:0;
	list-style:none;
}

.parameters-list li {
	display:flex;
	align-items:center;
	padding:7px 0;
	font-size:14px;
	border-bottom:solid 1px #d4d4d4;
}



.parameters-list li label {
	margin:0 0 0 10px;
	min-width:130px;
}

.parameters-list li a {
	color:#444;
	text-decoration:none;
}

.styled-list {
	margin:0;
	padding:0;
	list-style:none;
}

.styled-list li {
	position:relative;
	padding:7px 0 7px 35px
}

.styled-list li:before {
	content: "\f138";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	position:absolute;
	left:0;
	top:3px;
	font-size:20px;
	color:#c7000a;
	}
	.table-wrapper table {
		font-size:14px;
	}
	
	.table-wrapper table th {
		font-weight:600;
	}
	
	.product-tabs {
		padding:0 0 60px 0;
	}
@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #d4d4d4;
		color: #333;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		font-size:16px;
		font-weight:600;
	}
	.d_active {
		background-color: #c7000a;
		color: #fff;
	}
}

.related-products {
	background:#f4f4f4;
	padding:60px 0;
}

.related-products h2 {
	font-size:30px;
	font-weight:700;
	letter-spacing:0.5px;
	text-align:center;
	margin-bottom:35px;
}

.related-products .related-product-inner {
	background:#fff;
	padding:20px 20px 30px 20px;
	text-align:center;
	border-radius:20px;
	  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.related-products .related-product-inner:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}

.related-products .related-product-inner h3 {
	font-size:18px;
	font-weight:600;
	letter-spacing:0.5px;
}

.related-products .related-product-inner a {
	background-color: #c7000a;
    color: #fff;
    border-radius: 50px;
	padding:10px 20px;
	text-decoration:none;
	transition"all 0.3s;
}

.related-products .related-product-inner a:hover {
	background:#000;
}

@media (max-width: 800px) {
	    .mobile-menu-button {
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 12px;
		line-height:100%;
    }
	header.site-header .top-contact a.show-mobile {
	display:block;
	font-size:25px;
	color:#c7000a;
}
header.site-header .top-contact a.hide-mobile {
	display:none;
}

.header-inner {
	margin-right:35px;
}
.home-hero {
	margin-top:0;
}
header.site-header {
	padding-bottom:0;
}
.home-hero h2 {
	font-size:25px;
}
.home-hero-slide-1, .home-hero-slide-2 {
	min-height:45vh;
}
.home-our-products .row {
	margin-bottom:0;
}
.home-our-products .row .four.columns {
	margin-bottom:20px;
}

.home-why-choose-us .row {
	margin-bottom:0;
}
.home-why-choose-us .row .four.columns {
	margin-bottom:20px;
}
.home-news-updates .six.columns {
	margin-bottom:20px;
}
.home-news-inner {
	flex-direction:column-reverse;
}
.home-news-inner .home-news-image {
	width:100%;
}

.home-news-inner .home-news-image img {
	border-radius:14px 14px 0 0;
	max-height:150px;
}
.home-news-inner .home-news-text {
	width:100%;
}

.home-hero .container {
	padding:0 40px;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-prev {
	left:5px;
}

.about-us-carousel .owl-carousel .owl-nav button.owl-prev span {
	background:#fff;
	padding:0 7px;
}
.about-us-carousel .owl-carousel .owl-nav button.owl-next {
	right:5px;
}
.about-us-carousel .owl-carousel .owl-nav button.owl-next span {
	background:#fff;
	padding:0 7px;
}

.brand-row-odd, .brand-row-even {
	flex-direction:column;
}

.brand-image {
	width:100%;
}
.brand-text {
	width:100%;
}
.brand-image img {
	margin-bottom:10px;
}
.brand-text h3 {
	margin-bottom:0;
	padding:0;
}
.table-wrapper {
	max-width:100%;
	overflow-x:auto;
}
.related-products .related-product-inner {
	margin-bottom:25px;
}

.product-details-wrapper .seven.columns {
	margin-top:35px;
}
	  }