@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

ul, ol {
  margin-top: 0;
  padding: 0;
}

li {
  list-style: outside none none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  width: 100%;
  border: none;
  height: auto;
  display: block;
}

.img-rounded {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.img-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 60px;
}

.m-t-n {
  margin-top: 0;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-xxxl {
  margin-right: 60px;
}

.m-r-n {
  margin-right: 0;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-xxxl {
  margin-bottom: 60px;
}

.m-b-n {
  margin-bottom: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-xxxl {
  margin-left: 60px;
}

.m-l-n {
  margin-left: 0;
}

.m-n {
  margin: 0;
}

.p-t-n {
  padding-top: 0;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t-m {
  padding-top: 20px;
}

.p-t-l {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-xxxl {
  padding-top: 60px;
}

.p-b-n {
  padding-bottom: 0 !important;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b-m {
  padding-bottom: 20px;
}

.p-b-l {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-b-xxxl {
  padding-bottom: 60px;
}

.p-n {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .m-xs-b {
    margin-bottom: 25px !important;
  }
  #secondary {
    display: none;
  }
  .main-post-nav .post-nav-element.pull-right {
    float: none !important;
  }
  .main-post-nav .post-nav-element a {
    text-align: center;
  }
  .pagination .page-numbers {
    padding: 8px 15px !important;
    font-size: 13px !important;
    margin-right: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-sm-b {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-md-b {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .m-lg-b {
    margin-bottom: 25px !important;
  }
}
/* Colours */
/*
@font-face{
    font-family: 'Heebo';
    src: url('fonts/heebo/heebo-light.eot');
    src: url('fonts/heebo/heebo-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/heebo/heebo-light.woff2') format('woff2'),
         url('fonts/heebo/heebo-light.woff') format('woff'),
         url('fonts/heebo/heebo-light.ttf') format('truetype'),
         url('fonts/heebo/heebo-light.svg#heebolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Heebo';
    src: url('fonts/heebo/heebo-regular.eot');
    src: url('fonts/heebo/heebo-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/heebo/heebo-regular.woff2') format('woff2'),
         url('fonts/heebo/heebo-regular.woff') format('woff'),
         url('fonts/heebo/heebo-regular.ttf') format('truetype'),
         url('fonts/heebo/heebo-regular.svg#heeboregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Heebo';
    src: url('fonts/heebo/heebo-bold.eot');
    src: url('fonts/heebo/heebo-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/heebo/heebo-bold.woff2') format('woff2'),
         url('fonts/heebo/heebo-bold.woff') format('woff'),
         url('fonts/heebo/heebo-bold.ttf') format('truetype'),
         url('fonts/heebo/heebo-bold.svg#heebobold') format('svg');
    font-weight: 600;
    font-style: normal;
}
*/
/* Font Families */
/* Default Heading Variables */
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/ubuntu-light.eot");
  src: url("fonts/ubuntu/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu/ubuntu-light.woff2") format("woff2"), url("fonts/ubuntu/ubuntu-light.woff") format("woff"), url("fonts/ubuntu/ubuntu-light.ttf") format("truetype"), url("fonts/ubuntu/ubuntu-light.svg#heebolight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/ubuntu-regular.eot");
  src: url("fonts/ubuntu/ubuntu-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu/ubuntu-regular.woff2") format("woff2"), url("fonts/ubuntu/ubuntu-regular.woff") format("woff"), url("fonts/ubuntu/ubuntu-regular.ttf") format("truetype"), url("fonts/ubuntu/ubuntu-regular.svg#heeboregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/ubuntu-medium.eot");
  src: url("fonts/ubuntu/ubuntu-medium.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu/ubuntu-medium.woff2") format("woff2"), url("fonts/ubuntu/ubuntu-medium.woff") format("woff"), url("fonts/ubuntu/ubuntu-medium.ttf") format("truetype"), url("fonts/ubuntu/ubuntu-medium.svg#heebobold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/ubuntu/ubuntu-bold.eot");
  src: url("fonts/ubuntu/ubuntu-bold.eot?#iefix") format("embedded-opentype"), url("fonts/ubuntu/ubuntu-bold.woff2") format("woff2"), url("fonts/ubuntu/ubuntu-bold.woff") format("woff"), url("fonts/ubuntu/ubuntu-bold.ttf") format("truetype"), url("fonts/ubuntu/ubuntu-bold.svg#heebolight") format("svg");
  font-weight: 800;
  font-style: normal;
}
/*
@font-face{
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/ubuntu-bolditalic.eot');
    src: url('fonts/ubuntu/ubuntu-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-bolditalic.woff2') format('woff2'),
         url('fonts/ubuntu/ubuntu-bolditalic.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-bolditalic.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-bolditalic.svg#heeboregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/*
@font-face{
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/ubuntu-italic.eot');
    src: url('fonts/ubuntu/ubuntu-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-italic.woff2') format('woff2'),
         url('fonts/ubuntu/ubuntu-italic.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-italic.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-italic.svg#heebobold') format('svg');
    font-weight: 600;
    font-style: normal;
} */
/*
@font-face{
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/ubuntu-lightitalic.eot');
    src: url('fonts/ubuntu/ubuntu-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-lightitalic.woff2') format('woff2'),
         url('fonts/ubuntu/ubuntu-lightitalic.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-lightitalic.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-lightitalic.svg#heeboregular') format('svg');
    font-weight: normal;
    font-style: normal;
} */
/*
@font-face{
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu/ubuntu-mediumitalic.eot');
    src: url('fonts/ubuntu/ubuntu-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu/ubuntu-mediumitalic.woff2') format('woff2'),
         url('fonts/ubuntu/ubuntu-mediumitalic.woff') format('woff'),
         url('fonts/ubuntu/ubuntu-mediumitalic.ttf') format('truetype'),
         url('fonts/ubuntu/ubuntu-mediumitalic.svg#heebolight') format('svg');
    font-weight: 300;
    font-style: normal;
} */
/* Font Families */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  font-weight: 300;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.66);
  color: #FFF;
}

::selection {
  background-color: rgba(0, 0, 0, 0.66);
  color: #FFF;
}

body, p, h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

.bg-c-default {
  background: #1295D8;
}

.bg-c-primary {
  background: #94C7E0;
}

.bg-c-secondary {
  background: #000000;
}

.bg-c-white {
  background: #FFFFFF;
}

.bg-c-grey {
  background: #F5F5F5;
}

.bg-img {
  background-size: cover !important;
  background-position: center center !important;
}

/* Links */
a {
  color: #1295D8;
  text-decoration: none;
  transition: 0.6s;
}

a:hover, a:focus {
  color: #000000;
}

.broke-a {
  white-space: break-spaces;
}

/* Paragraphs */
p {
  font-size: 16px;
  margin: 15px 0;
  line-height: 1.7em;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1295D8;
  font-weight: 800;
  text-transform: none;
  line-height: 1.1;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.headline {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 30px;
}
.headline.heading {
  line-height: 1.4em;
}

.subheading {
  font-size: 18px;
  font-weight: 300;
}

/* Font Colours */
.f-c-default {
  color: #1295D8;
}

.f-c-primary {
  color: #94C7E0;
}

.f-c-secondary {
  color: #000000;
}

.f-c-white {
  color: #FFFFFF;
}

.f-c-grey {
  color: #F5F5F5;
}

/* Font Weight */
.f-w-bold {
  font-weight: bold;
}

.f-w-normal {
  font-weight: normal;
}

.f-w-light {
  font-weight: lighter;
}

/* Font Style */
.f-s-italic {
  font-style: italic;
}

.f-s-normal {
  font-style: normal;
}

.f-s-oblique {
  font-style: oblique;
}

/* Text Aligns */
.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

.t-a-c {
  text-align: center;
}

.t-a-j {
  text-align: justify;
}

/* Text Transforms */
.t-t-l {
  text-transform: lowercase;
}

.t-t-u {
  text-transform: uppercase;
}

.t-t-c {
  text-transform: capitalize;
}

/* Default List */
ul {
  margin-bottom: 0;
}

ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

ul li:last-of-type {
  margin-bottom: 0 !important;
}

ul li:before {
  font-family: "FontAwesome";
  color: #1295D8;
}

ul li:before, ul li i {
  margin-right: 10px;
  font-size: 21px;
}

ul li ul {
  margin-left: 30px;
}

/* Inline List */
ul.inline li {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

ul.inline li:last-of-type {
  margin-right: 0 !important;
}

ul.inline.float {
  overflow: hidden;
}

ul.inline.float li {
  float: left;
}

/* List Sizes */
ul.lg li, ul.lg li {
  font-size: 21px;
}

ul.lg li:before, ul.lg li i {
  font-size: 26px;
}

/* Tick List */
ul.list-tick {
  margin-left: 30px;
}

ul.list-tick li:before {
  content: "\f00c";
  margin-left: -30px;
}

ul.list-tick.lg {
  margin-left: 34px;
}

ul.list-tick.lg li:before {
  margin-left: -34px;
}

/* Arrow List */
ul.list-arrow {
  margin-left: 30px;
}

ul.list-arrow li:before {
  content: "\f178";
  margin-left: -30px;
  vertical-align: -0.12em;
}

ul.list-arrow.lg {
  margin-left: 34px;
}

ul.list-arrow.lg li:before {
  margin-left: -34px;
}

/* Bullet List */
ul.list-bullet {
  margin-left: 18px;
}

ul.list-bullet li {
  list-style: disc outside none;
}

/* Number List */
ul.list-number {
  margin-left: 15px;
}

ul.list-number li {
  list-style: decimal outside none;
}

/* Square List */
ul.list-square {
  margin-left: 18px;
}

ul.list-square li {
  list-style: square outside none;
}

/* Circle List */
ul.list-circle {
  margin-left: 18px;
}

ul.list-circle li {
  list-style: circle outside none;
}

/* Letters List */
ul.list-letter {
  margin-left: 18px;
}

ul.list-letter li {
  list-style: lower-alpha outside none;
}

/* Roman List */
ul.list-roman {
  margin-left: 18px;
}

ul.list-roman li {
  list-style: lower-roman outside none;
}

/* Sitemap List */
ul.sitemap-links li:before {
  font-size: 30px;
  content: "\f105";
}

ul.sitemap-links li a {
  font-size: 25px;
  color: #000;
}

ul.sitemap-links li a:hover {
  color: #1295D8;
}

/* Remove Margin Styles */
ul.rm-margin li {
  margin-bottom: 0;
}

ul.inline.rm-margin li {
  margin-right: 0;
}

/* Normalise Styles */
ul.contact li i {
  margin-right: 5px;
}

ul.nav-menu li,
ul.breadcrumb li {
  margin-bottom: 0;
}

ul.menu li i,
ul.breadcrumb li:before {
  margin-right: 0;
}

ul.nav-menu li ul {
  margin-left: 0;
}

ul.social li i {
  margin-right: 0;
}

/* Page Layouts */
.page #main-content, .page #primary {
  padding: 0 !important;
}

.page #main-content > .gi-row {
  margin: 0;
}

/* Full Height */
.full-height {
  height: 100vh;
}

/* Sections */
.custom-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-section.contained {
  padding-left: 0;
  padding-right: 0;
}

.custom-section.full-width {
  padding-left: 200px;
  padding-right: 200px;
}

.custom-section.abs-full-width {
  padding: 0 !important;
}

.custom-section.abs-full-width .gi-container-fluid,
.custom-section.abs-full-width .gi-row [class^=gi-col] {
  padding: 0;
}

.custom-section.abs-full-width .gi-row {
  margin: 0;
}

.page .custom-section p:first-of-type,
.custom-section .entry-content p:first-of-type {
  margin-top: 0;
}

.page .custom-section p:last-of-type,
.custom-section .entry-content p:last-of-type {
  margin-bottom: 0;
}

/* 404 */
.error404 #content {
  padding: 50px 0;
}

.not-found-title {
  font-size: 220px;
  font-weight: 600;
  margin: 0 0 10px;
}

.not-found-page p {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 600;
}

/* Google Maps */
.google-maps {
  border: none;
  pointer-events: none;
  margin-bottom: -5px;
}

/* Sitemap */
.website-pages {
  margin-bottom: 30px;
}

.website-pages.last {
  margin-bottom: 0;
}

/* Button */
.custom-button,
form input[type=submit] {
  padding: 20px 37px;
  background: #1295D8;
  color: #FFF;
  display: inline-block;
  border: 3px solid #1295D8;
  border-radius: 6px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.custom-button i,
form input[type=submit] i {
  margin-left: 5px;
}

.custom-button .block {
  display: block;
  margin-top: 5px;
}
.custom-button .small {
  font-size: 12px;
  line-height: 1em;
}

.custom-button:hover,
form input[type=submit]:hover,
.custom-button:focus,
form input[type=submit]:focus {
  color: #1295D8;
  background: transparent;
}

.custom-button.white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1295D8;
}
.custom-button.white:hover {
  color: #FFFFFF;
  background: #1295D8;
  border-color: #1295D8;
}

.custom-button.alt {
  background: transparent;
  color: #1295D8;
}
.custom-button.alt:hover, .custom-button.alt:focus {
  background: #1295D8;
  color: #FFFFFF;
}
.custom-button.alt.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.custom-button.alt.white:hover, .custom-button.alt.white:focus {
  background: #FFFFFF;
  color: #1295D8;
}

.custom-button.sm {
  padding: 13px 20px;
}

.link-button {
  font-size: 16px;
}

/* Title Bar */
#title-bar {
  padding: 60px 0;
  text-align: center;
}
#title-bar.bg-c-secondary .page-heading {
  color: #1295D8;
}
#title-bar.bg-img {
  padding: 220px 0;
}

#title-bar .page-heading {
  color: #FFFFFF;
  margin: 0;
}

#title-bar .page-subheading {
  color: #FFFFFF;
  margin: 20px auto 0;
  font-size: 18px;
  width: 80%;
}

/* Breadcrumb */
.breadcrumb {
  margin: 25px 0 0;
  list-style: none;
  display: inline-block;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumb > li + li:before {
  padding: 0 7px 0 10px;
  color: #CCC;
  content: "/ ";
  font-size: 14px;
}

.breadcrumb .active {
  color: #FFFFFF;
}

.breadcrumb a {
  color: #FFFFFF;
}

.breadcrumb a:hover {
  color: #1295D8;
}

/* Testimonial */
/* -> Default */
.testimonial .details {
  margin-top: 15px;
  overflow: hidden;
}

.testimonial .details span {
  display: inline-block;
  margin-right: 20px;
}

.testimonial .details span:last-of-type {
  margin-right: 0;
}

.testimonial .details .rating {
  color: #FD0;
}

.testimonial .details .rating i {
  margin-right: 2px;
}

.testimonial .details .rating i:last-of-type {
  margin-right: 0;
}

/* -> Styled */
.testimonial.style {
  padding: 30px;
  background: #1295D8;
  color: #FFFFFF;
}

.testimonial.style .heading {
  color: #FFFFFF;
  font-size: 23px;
  margin: 0 0 15px;
}

.testimonial.style .details span {
  font-weight: 600;
}

/* Call To Action */
.cta-sec {
  padding: 30px 0;
}
.cta-sec .heading {
  color: #FFFFFF;
  font-weight: 300;
  margin: 23.5px 0;
}
.cta-sec.abs {
  position: absolute;
  margin-top: -127px;
  z-index: 99;
  width: 100%;
  left: 0;
}
.cta-sec .content.margin {
  margin-bottom: 20px !important;
}
.cta-sec .heading-p {
  color: #FFFFFF;
  font-weight: 300;
  margin: 23.5px 0;
  font-size: 18px;
  padding: 15px 0;
}

.clients-sec .wpls-logo-showcase .slick-dots li button {
  border: 1px solid #1395d9 !important;
}
.clients-sec .wpls-logo-showcase .slick-dots li.slick-active button {
  background: #1395d9 !important;
}

.cta-sec-strip {
  padding: 60px 0;
}

.contact-top-link a {
  display: block;
  text-align: center;
  padding: 20px 15px;
  color: #FFFFFF;
  background: #0277B5;
  font-weight: 600;
  font-size: 18px;
}
.contact-top-link a i {
  margin-left: 10px;
  font-weight: 600;
}
.contact-top-link a:hover {
  background: #000000;
}

/* Service Box */
.service-box {
  text-align: center;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.08);
}
.service-box .service-box-content {
  padding: 30px;
  background: #FFFFFF;
}
.service-box .service-box-content .heading {
  margin: 0 0 20px;
  font-size: 21px;
}
.service-box.team {
  text-align: left;
  position: relative;
}
.service-box.team .service-box-content {
  min-height: 175px !important;
}
.service-box.team .heading {
  margin: 0 0 10px;
}
.service-box.team .role {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #000000;
  line-height: 1em;
}
.service-box.team .role:last-child {
  margin-bottom: 0;
}
.service-box.team .email {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #1295D8;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  border-radius: 50%;
}
.service-box.team .email:hover {
  background: #FFFFFF;
  color: #1295D8;
}
.service-box.team .custom-button {
  margin-top: 10px;
}

/* Sale */
.sale-flash {
  padding: 53px 30px;
  background: #1295D8;
  text-align: center;
}
.sale-flash .heading {
  margin: 0 0 20px;
  color: #FFFFFF;
}
.sale-flash .heading span {
  display: block;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}

.review-popup {
  position: fixed;
  left: 30px;
  bottom: 10px;
  z-index: 999;
}
.review-popup .review-popup-wrapper {
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  max-width: 280px;
  border-radius: 4px;
}
.review-popup .review-popup-wrapper .heading {
  font-size: 21px;
  margin: 0 0 10px;
  color: #000000;
}
.review-popup .review-popup-a {
  padding: 15px;
  background: #1295D8;
  display: inline-block;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 4px;
}
.review-popup .review-popup-a span {
  display: block;
  line-height: 1em;
}
.review-popup .review-popup-a .stars {
  color: #FD0;
  margin-bottom: 10px;
  font-size: 20px;
}
.review-popup .review-popup-a .text {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
}
.review-popup .review-popup-a:hover {
  background: #000000;
}

#page.popup .review-popup {
  bottom: 80px;
}

/* Feature */
.feature {
  text-align: center;
}
.feature i {
  font-size: 50px;
  color: #1295D8;
  margin-bottom: 20px;
  display: inline-block;
}
.feature .heading {
  margin: 0 0 15px;
  color: #000000;
  line-height: 1.7em;
}
.feature .content {
  width: 80%;
  margin: auto;
}
.feature .custom-button {
  margin-top: 15px;
}
.feature.stat h4.heading {
  color: #1295D8;
  font-size: 3em;
}

.feature-sec.stats {
  padding-top: 50px;
  padding-bottom: 50px;
}

.whu-row {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
  text-align: center;
}
.whu-row .whu-col {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  vertical-align: top;
}

/* Details */
.cs-details {
  margin-top: 20px;
}
.cs-details li {
  color: #FFFFFF;
}
.cs-details li i {
  color: #94C7E0;
}

/* Certificates */
.cert-box {
  padding: 50px;
  background: #FFFFFF;
}
.cert-box .logo {
  width: 200px;
  margin: 0 auto 20px;
}
.cert-box .heading {
  font-size: 21px;
  margin: 0 0 10px;
}

/* Service Box */
.service-box-alt .service-box-wrapper {
  display: block;
  padding: 220px 40px 40px;
}
.service-box-alt .service-box-wrapper:hover {
  background: rgba(0, 0, 0, 0.5);
}
.service-box-alt .heading {
  margin: 0 0 20px;
  color: #FFFFFF;
  font-size: 25px;
}
.service-box-alt .custom-button {
  transition: 0.6s;
}

/* Fuse Box */
.fuse-p-box img {
  margin: 0 0 40px;
}
.fuse-p-box .fuse-p-box-content {
  padding: 0 !important;
  min-height: auto !important;
}
.fuse-p-box .fuse-p-box-content .heading {
  margin: 0 0 15px;
  font-size: 18px;
  color: #000000;
}
.fuse-p-box .fuse-p-box-content .content {
  font-size: 14px;
}

.img-content-sec {
  overflow: hidden;
}
.img-content-sec .content-area {
  float: left;
  width: 60%;
}
.img-content-sec .content-area .content-area-inner {
  padding: 40px 40px 40px 0;
}
.img-content-sec .img-area {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.img-content-sec .img-area .img-area-inner {
  position: relative;
  height: 100%;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.08);
}
.img-content-sec .img-area .img-area-inner.home {
  background: url("/wp-content/uploads/2019/11/damien-heath.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq.faq-link .question-wrapper {
  display: block;
  padding: 20px 45px 20px 15px;
  background: #F5F5F5;
  position: relative;
}
.faq.faq-link .question-wrapper .question {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  transition: 0.6s;
  line-height: 1.4em;
}
.faq.faq-link .question-wrapper:after {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #1295D8;
  transform: translate(0, -50%);
  transition: 0.6s;
}
.faq.faq-link .question-wrapper:hover {
  background: #1295D8 !important;
}
.faq.faq-link .question-wrapper:hover .question {
  color: #FFFFFF;
}
.faq.faq-link .question-wrapper:hover:after {
  color: #FFFFFF;
}

.bg-c-grey .faq.faq-link .question-wrapper {
  background: #FFFFFF;
}

.faqs-sec .headline {
  margin-bottom: 25px;
}
.faqs-sec .custom-button {
  margin-top: 10px;
}
.faqs-sec .custom-button i {
  margin-right: 10px;
}

/* Tabs */
.tab-buttons {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #DDD;
  text-align: center;
}
.tab-buttons a {
  display: inline-block;
  padding: 13px 20px;
  margin-right: 10px;
  line-height: 1em;
  background: #000000;
  color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
}
.tab-buttons a:last-of-type {
  margin-right: 0;
}
.tab-buttons a:hover, .tab-buttons a.active {
  background: #1295D8;
  color: #FFFFFF;
}

.tabs .tab {
  height: 0;
  overflow: hidden;
  text-align: center;
}
.tabs .tab .heading {
  margin: 0 0 20px;
  font-size: 28px;
}
.tabs .tab.active {
  height: auto;
}

/* Gallery */
.lb-data .lb-caption {
  display: none !important;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999;
  display: none;
  overflow: scroll;
  padding: 60px 0;
}
.modal-wrapper .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  background: #1295D8;
  color: #FFFFFF;
  border-radius: 50%;
}
.modal-wrapper .close:hover {
  background: #94C7E0;
  color: #FFFFFF;
}
.modal-wrapper .modal-wrapper-inner {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.modal-wrapper .modal-wrapper-inner .modal {
  max-width: 550px;
  position: relative;
  padding: 40px;
  background: #FFFFFF;
  margin: auto;
  text-align: center;
}
.modal-wrapper .modal-wrapper-inner .modal .heading {
  margin: 0 0 15px;
}
.modal-wrapper .modal-wrapper-inner .modal .content {
  font-size: 14px;
}
.modal-wrapper form img.wpcf7-captchac {
  margin: auto;
}
.modal-wrapper form .wpcf7-captchar {
  margin: auto;
}

.pricing-boxs .service-box {
  width: calc(20% - 30px);
  margin: 0 15px;
  padding: 15px;
  display: inline-block;
  background: #FFFFFF;
}
.pricing-boxs .service-box p {
  color: #252525;
  line-height: 1.7em;
  font-size: 18px;
  font-weight: 800;
}
.pricing-boxs .service-box span {
  color: #0287cd;
  font-weight: 800;
  text-transform: none;
  line-height: 1.1;
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

.site.popup .cta-strip {
  bottom: 62px;
}

.whatsapp-link {
  display: block;
  height: 56px;
  width: 56px;
  position: fixed;
  bottom: 10px;
  right: 75px;
  border-radius: 50%;
  z-index: 999;
  border-radius: 50%;
  background: #25d366;
  padding: 13px 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.whatsapp-link img {
  width: 30px;
  margin: auto;
}
.whatsapp-link:hover {
  background: #128c7e;
}

.ees {
  background: #000000;
}
.ees .headline span {
  color: #1295D8;
}

/* Img */
.niceic-img img {
  max-width: 640px;
  margin: auto;
  pointer-events: none;
}

/* Notice */
.important-notice {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #af3b37;
}

/* Logo Carousel */
.wpls-logo-showcase .wpls-logo-cnt.slick-slide .wp-post-image {
  width: auto !important;
}

/* Email Area */
.email-area .heading {
  font-size: 17px;
  margin: 0 0 10px;
  color: #FFFFFF;
}
.email-area ul {
  overflow: hidden;
}
.email-area ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 1em;
}
.email-area ul li a {
  display: block;
  color: #94C7E0;
  text-align: center;
  position: relative;
  line-height: 1em;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.email-area ul li a:hover {
  color: #FFFFFF;
}
.email-area ul li:after {
  content: "-";
  color: #FFFFFF;
}
.email-area ul li:last-of-type {
  margin-right: 0;
}
.email-area ul li:last-of-type a {
  margin-right: 0;
}
.email-area ul li:last-of-type:after {
  display: none;
}

/* Do's and Don'ts */
.dos-and-donts-wrapper {
  margin: auto !important;
  max-width: 900px;
}

.do-donts-box {
  padding: 30px;
  border-radius: 25px;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.do-donts-box .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 35px;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.do-donts-box .icon.do {
  background: #39C730;
}
.do-donts-box .icon.dont {
  background: #E24040;
}
.do-donts-box .heading {
  margin: 0 0 20px;
  font-size: 30px;
}
.do-donts-box .list {
  text-align: left;
}
.do-donts-box .list li {
  color: #959595;
  line-height: 1.4em;
  margin-left: 17px;
  font-size: 15px;
}
.do-donts-box .list li:before {
  content: "\f105";
  margin-left: -17px;
}

/* Link Box */
.link-box {
  text-align: center;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #F5F5F5;
  /*
  &.about-us{
      @include background('/wp-content/uploads/2021/03/about-us-page-banner.jpg', rgba(0, 0, 0, 0.4), $position: 50% 100%);
  }
  &.our-certifications{
      @include background('/wp-content/uploads/2021/03/certification-page-banner.jpg', rgba(0, 0, 0, 0.4), $position: 50% 100%);
  }
  &.meet-the-team{
      @include background('/wp-content/uploads/2020/05/heath-electrical-services-mk-39.jpg', rgba(0, 0, 0, 0.4), $position: 50% 80%);
  } */
}
.link-box .link-box-wrapper {
  display: block;
  height: 340px;
}
.link-box .link-box-wrapper .content-area {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0 40px;
}
.link-box .link-box-wrapper .content-area .heading {
  font-size: 28px;
  color: #1295D8;
  margin: 0 0 20px;
}
.link-box .link-box-wrapper .content-area .content {
  color: #000;
  margin: 0 0 15px;
}
.link-box .link-box-wrapper .content-area .icon {
  font-size: 40px;
  color: #1295D8;
}
.link-box .link-box-wrapper:hover {
  background: #1295D8;
}
.link-box .link-box-wrapper:hover .content-area .heading {
  color: #FFFFFF;
}
.link-box .link-box-wrapper:hover .content-area .content {
  color: #FFFFFF;
}
.link-box .link-box-wrapper:hover .content-area .icon {
  color: #FFFFFF;
}

.bg-c-grey .link-box {
  background: #FFFFFF;
}

.resource-loader {
  overflow: hidden;
  position: relative;
}
.resource-loader .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resource-loader .resource-loader-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.resource-loader.active .img,
.resource-loader.active .resource-loader-action {
  display: none;
}
.resource-loader.active .resource-content {
  height: 100%;
}
.resource-loader.active .resource-content iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/* Form Normalise */
form input.wpcf7-text,
form select,
form textarea {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
  color: inherit;
  outline: none;
}

form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 170px;
}

form input[type=submit] {
  transition: 0.6s;
}

/* Form Default Styles */
form input.wpcf7-text, form select, form textarea {
  border: 3px solid #DDD;
  color: #333;
  padding: 15px;
  transition: 0.6s !important;
}
form input.wpcf7-text.wpcf7-not-valid, form select.wpcf7-not-valid, form textarea.wpcf7-not-valid {
  border-color: #E00;
}
form input.wpcf7-text:focus, form select:focus, form textarea:focus {
  border-color: #1295D8 !important;
}

form input[type=submit] {
  width: auto;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

form.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}

form .recaptcha .wpcf7-not-valid-tip {
  display: block !important;
  width: 302px;
}

form img.wpcf7-captchac {
  width: 72px;
  margin-bottom: 5px;
}

form input.wpcf7-captchar {
  width: 72px;
  border: 3px solid #DDD;
  background: transparent;
  display: block;
  padding: 10px;
}

/* Default Styles */
article .entry-body .entry-meta {
  margin-bottom: 0;
  overflow: hidden;
}

article .entry-body .entry-meta li {
  display: inline-block;
  float: left;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin-right: 30px;
}
article .entry-body .entry-meta li i {
  color: #1295D8;
  margin-right: 5px;
}

/* Blog */
.single-post #title-bar.bg-img .page-heading {
  color: #fff !important;
}

.blog article, .archive article {
  margin-bottom: 30px;
}

.blog article:last-of-type, .archive article:last-of-type {
  margin-bottom: 0;
}

.blog article .entry-body, .archive article .entry-body {
  padding: 30px 0 0;
}
.blog article .entry-body p, .archive article .entry-body p {
  margin-top: 15px !important;
}
.blog article .entry-body .custom-button, .archive article .entry-body .custom-button {
  margin-top: 15px;
}

.blog article .entry-body .entry-title, .archive article .entry-body .entry-title {
  margin: 0 0 15px;
  font-size: 28px;
}
.blog article .entry-body .entry-title a, .archive article .entry-body .entry-title a {
  color: #000000;
}
.blog article .entry-body .entry-title a:hover, .archive article .entry-body .entry-title a:hover {
  color: #1295D8;
}

/* Single */
.single article img {
  margin: 40px 0;
}

.single article .entry-content p:last-of-type {
  margin-bottom: 0;
}

/* Blog Page Navigation */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}

.pagination .page-numbers.current {
  background: #1295D8;
  border-color: #1295D8;
  color: #FFF;
}

.pagination .page-numbers {
  border: 3px solid #1295D8;
  color: #1295D8;
  margin-right: 10px;
  padding: 12px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
}

.pagination .page-numbers.next {
  margin-right: 0;
}

.pagination .page-numbers:hover {
  background: #1295D8;
  border-color: #1295D8;
  color: #FFF;
}

/* Blog Post UIs */
/* -> Default Styles */
.post-action-box {
  background: #1295D8;
  padding: 30px;
  margin: 50px auto;
  width: 500px;
}
.post-action-box .heading {
  margin: 0 0 15px;
  font-size: 30px;
}
.post-action-box .content {
  font-size: 18px;
  margin-bottom: 20px !important;
}
.post-action-box .custom-button,
.post-action-box input.form-button {
  background: #94C7E0;
}
.post-action-box .custom-button:hover,
.post-action-box input.form-button:hover {
  background: #FFFFFF;
  color: #94C7E0;
}

/* -> Default Styles */
.post-action-box.signup form {
  text-align: left;
}
.post-action-box.signup form input.form-input {
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.post-action-box.signup .msg-area .error {
  background: #F7E700;
  color: #232220;
}
.post-action-box.signup .msg-area .success {
  color: #FFF;
  background: #398F14;
}
.post-action-box.signup .msg-area > div {
  padding: 15px;
  margin-top: 15px;
}

/* Post Navigation */
.main-post-nav {
  margin-top: 30px;
}

.main-post-nav:empty {
  margin-top: 0 !important;
}

.main-post-nav a {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  background: transparent;
  text-transform: none;
}

.main-post-nav a span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 5px;
  transition: 0.6s;
  color: #1295D8;
}

.main-post-nav a:hover span {
  color: #000000;
}

/* Post Meta */
.post-meta-area > div:last-of-type {
  margin-bottom: 0 !important;
}

.post-meta-area {
  margin-top: 30px;
}
.post-meta-area .share-post {
  padding: 30px;
}
.post-meta-area .share-post .heading {
  margin: 9.5px 0 0;
}
.post-meta-area .share-post ul li a {
  height: 45px;
  width: 45px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  border: 3px solid #FFFFFF;
}
.post-meta-area .share-post ul li a i {
  margin-right: 0;
}
.post-meta-area .share-post ul li a:hover {
  background: #FFFFFF;
}
.post-meta-area .share-post ul li a:hover i {
  color: #1295D8;
}
.post-meta-area .more-articles {
  padding: 30px 30px 15px;
  background: #F5F5F5;
}
.post-meta-area .more-articles .heading {
  margin: 0 0 20px;
  font-size: 30px;
}
.post-meta-area .more-articles .article .article-heading {
  margin: 0 0 5px;
  font-size: 16px;
  text-transform: capitalize;
}
.post-meta-area .more-articles .article .article-heading a {
  color: #000000;
  font-weight: 600;
  text-transform: none;
}
.post-meta-area .more-articles .article .article-heading a:hover {
  color: #1295D8;
}
.post-meta-area .more-articles .article .date {
  margin: 0 0 15px;
  color: #999;
  font-size: 13px;
}

/* Search */
.search .search-form {
  margin-top: 20px;
}
.search .search-form input {
  height: 58px;
  width: 100%;
}
.search .search-form input[type=text] {
  padding: 15px;
  color: #333;
  border: none;
}
.search .search-form input[type=submit] {
  width: 100%;
  padding: 15px !important;
  color: #FFFFFF;
  background: #1295D8;
}
.search .search-form input[type=submit]:hover {
  background: #000000;
}
.search .no-results .page-title {
  margin: 0 0 15px;
}
.search .no-results form {
  overflow: hidden;
}
.search .no-results form input {
  float: left;
}
.search .no-results form input.search-field {
  width: 70%;
}
.search .no-results form input.search-submit {
  width: 30%;
}
.search.search-results article {
  margin-bottom: 20px;
}
.search.search-results article .entry-title {
  margin: 0;
}
.search.search-results article .entry-title a {
  font-size: 18px;
  padding: 17.5px 60px 17.5px 20px;
  margin: 0;
  background: #F5F5F5;
  font-weight: 400;
  border-radius: 4px;
  position: relative;
  display: block;
}
.search.search-results article .entry-title a:after {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 300;
  font-size: 22px;
}
.search.search-results article .entry-title a:hover {
  background: #1295D8;
  color: #FFFFFF;
}

/* Side Bar */
#secondary .widget {
  background: #1295D8;
  padding: 30px;
  margin-bottom: 30px;
}
#secondary .widget .widget-title {
  margin-top: 0;
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#secondary .widget.widget-new {
  padding: 120px 30px 30px;
}
#secondary .widget.widget-new.support {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2018/02/emergency-electrician-sm.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#secondary .widget.widget-new.rated {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2018/02/worker-lights.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#secondary .widget.widget-new .heading {
  font-size: 25px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
#secondary .widget:last-of-type {
  margin-bottom: 0;
}
#secondary .widget_search form {
  overflow: hidden;
}
#secondary .widget_search form input.search-field {
  width: 65%;
  float: left;
  height: 50px;
}
#secondary .widget_search form input[type=submit] {
  width: 35%;
  float: left;
  height: 50px;
}

#secondary ul li {
  margin-bottom: 15px;
}
#secondary ul li a {
  color: #FFFFFF;
}
#secondary ul li a:hover {
  color: #000000;
}
#secondary ul li span {
  display: block;
  font-size: 13px;
  color: #94C7E0;
  margin-top: 5px;
}

#header.fixed,
[id^=header-].fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

#header-top, #header-topper {
  padding: 15px 0;
}
#header-top .link-button, #header-topper .link-button {
  font-weight: 600;
  color: #FFFFFF;
}
#header-top .link-button:hover, #header-topper .link-button:hover {
  color: #000000;
}
#header-top .search-button, #header-topper .search-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 50%;
}
#header-top .search-button i, #header-topper .search-button i {
  font-weight: 600;
}
#header-top .search-button:hover, #header-topper .search-button:hover {
  background: #FFFFFF;
  color: #1295D8;
}

#header-topper {
  margin-bottom: -1px;
  background: green;
  width: 100%;
}

#header-top ul {
  margin: 9px 0;
  overflow: hidden;
}
#header-top ul.contact li {
  margin-right: 20px;
}
#header-top ul.contact li i {
  color: #94C7E0;
}
#header-top ul.contact li a {
  color: #FFFFFF;
}
#header-top ul.contact li a:hover {
  color: #000000;
}

#header-bottom .search-button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  display: inline-block;
  border-radius: 50%;
  margin-left: 20px;
}
#header-bottom .search-button i {
  font-weight: 600;
}
#header-bottom .search-button:hover {
  background: #1295D8;
  color: #FFFFFF;
}

#header-bottom .logo img {
    padding: 20px 0;
    display: block;
    max-height: 140px;
    width: auto;
    margin: 0 auto;
}

#header-bottom #primary-navigation ul {
  margin-bottom: 0;
  float: right;
}

#header-bottom #primary-navigation ul li {
  display: inline-block;
  line-height: 100px;
  position: relative;
  float: left;
}
#header-bottom #primary-navigation ul li.menu-item-42 {
  position: static;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu {
  width: 750px;
  background: #FFFFFF;
  padding: 30px 30px 15px;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.08);
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li a {
  padding: 0;
  line-height: 1em;
  border-bottom: none;
  color: #000;
  background: transparent;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li a:hover {
  color: #1295D8;
  background: transparent;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li:first-of-type {
  margin-bottom: 30px;
  width: 100%;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li:first-of-type a {
  font-size: 25px;
  font-weight: 800;
  color: #1295D8;
}
#header-bottom #primary-navigation ul li.menu-item-42 .sub-menu li:first-of-type a:hover {
  color: #000000;
}
#header-bottom #primary-navigation ul li.menu-item-42:hover .sub-menu, #header-bottom #primary-navigation ul li.menu-item-42:focus .sub-menu {
  right: 15px;
}

#header-bottom #primary-navigation ul li a:after {
  padding-left: 5px;
}

#header-bottom #primary-navigation ul li a {
  color: #FFFFFF;
  font-size: 17px;
  padding: 0 15px;
}

#header-bottom #primary-navigation ul li:first-of-type a {
  padding-left: 0;
}

#header-bottom #primary-navigation ul li:last-of-type a {
  padding-right: 0;
}

#header-bottom #primary-navigation ul li.current-menu-item a,
#header-bottom #primary-navigation ul li a:hover {
  color: #1295D8;
}

#header-bottom #primary-navigation ul li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 5px;
  vertical-align: -0.02em;
}

#header-bottom .primary-navigation ul li .sub-menu {
  background: transparent;
  position: absolute;
  z-index: 99999;
  width: 200px;
  left: -999em;
  top: 100px;
  padding-top: 1px;
}

#header-bottom .primary-navigation ul li:hover > .sub-menu,
#header-bottom .primary-navigation ul li:focus > .sub-menu {
  left: auto;
}

#header-bottom #primary-navigation ul li .sub-menu li {
  float: none;
  display: block;
  line-height: 40px;
}

#header-bottom #primary-navigation ul li .sub-menu > li > a {
  padding: 0 23px;
  display: block;
  background: #FFFFFF;
  color: #1295D8;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
}

#header-bottom #primary-navigation ul li .sub-menu > li:last-of-type > a {
  border-bottom: none;
}

#header-bottom #primary-navigation ul li .sub-menu > li > a:hover {
  background: #1295D8;
  color: #FFFFFF;
}

#header-bottom #primary-navigation ul li .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
}

#header-bottom #primary-navigation ul li .sub-menu li .sub-menu {
  left: -999em;
}

#header-bottom .primary-navigation ul li .sub-menu li:hover > .sub-menu,
#header-bottom .primary-navigation ul li > .sub-menu li:focus .sub-menu {
  left: 200px !important;
  top: 0;
}

#header-bottom .heading a {
  font-size: 24px !important;
  color: #1295D8 !important;
}
#header-bottom .heading a:hover {
  color: #000000 !important;
}

#header-cta {
  background: #ee1b25;
}
#header-cta .fa-exclamation-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  opacity: 0.1;
}
#header-cta p {
  display: inline-block;
  width: auto;
  margin: 10px 0;
}
#header-cta a {
  display: inline-block;
  width: auto;
  float: right;
  color: #FFFFFF;
  margin: 17px 0;
}
#header-cta a:hover {
  color: #94C7E0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-of-type > a.mega-menu-link {
  padding-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type > a.mega-menu-link {
  padding-right: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 2px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .heading {
  margin: 15px 0 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .heading.top {
  margin-top: 0;
}

#header-top .custom-button {
  font-size: 1em;
  font-weight: 200;
  padding: 7px 28px;
}

#header-topper {
  margin-bottom: -1px;
  background: green;
}

#footer-top {
  padding: 70px 0 50px;
}

#footer-top h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  color: #FFFFFF;
}

#footer-top ul {
  margin-bottom: 0;
}
#footer-top ul li a {
  color: #FFFFFF;
}
#footer-top ul li a:hover {
  color: #000000;
}
#footer-top ul.margin-top {
  margin-top: 47px;
}
#footer-top ul.contact {
  margin-bottom: 20px;
}
#footer-top ul.contact li {
  margin-left: 30px;
}
#footer-top ul.contact li i {
  color: #FFFFFF;
  margin-left: -30px;
}
#footer-top ul.social li {
  font-size: 21px;
  margin-right: 5px;
}
#footer-top ul.social li a {
  height: 50px;
  width: 50px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
}
#footer-top ul.social li a:hover {
  background: #FFFFFF;
  color: #1295D8;
}
#footer-top ul.other {
  margin-top: 15px;
}
#footer-top ul.other li a {
  color: #94C7E0;
}
#footer-top ul.other li a:hover {
  color: #000000;
}

#footer-bottom {
  padding: 15px 0;
}

.footer-accr {
  padding: 20px 0;
  border-top: 1px solid #DDD;
  text-align: center;
}
.footer-accr .accreditations-wrapper {
  overflow: scroll;
  -ms-overflow-style: none;
}
.footer-accr .accreditations-wrapper .accreditations {
  overflow: hidden;
  width: 1300px;
  margin: auto;
}
.footer-accr .accreditations-wrapper .accreditations .accreditation {
  display: inline-block;
  width: 85px;
  margin-right: 50px;
}
.footer-accr .accreditations-wrapper .accreditations .accreditation:last-child {
  margin-right: 0;
}
.footer-accr .scroll-text {
  display: block;
  margin-top: 20px;
}
.footer-accr .scroll-text i {
  font-weight: 300;
  margin-left: 10px;
}

.footer-accr .accreditations-wrapper::-webkit-scrollbar {
  display: none;
}

.footer-newsletter {
  padding: 50px 0;
  border-top: 1px solid #94C7E0;
  border-bottom: 1px solid #94C7E0;
}
.footer-newsletter .heading {
  font-size: 30px;
  margin: 16.5px 0;
}
.footer-newsletter form .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.footer-newsletter form input::-webkit-input-placeholder {
  color: #94C7E0;
}
.footer-newsletter form input {
  border-color: #FFFFFF;
}
.footer-newsletter form input.wpcf7-text {
  padding: 20px;
  color: #FFFFFF;
}
.footer-newsletter form input.wpcf7-text.wpcf7-not-valid {
  border-color: #E00 !important;
}
.footer-newsletter form input.wpcf7-text:focus {
  border-color: #94C7E0 !important;
}
.footer-newsletter form input[type=submit] {
  width: 100%;
}
.footer-newsletter form input[type=submit]:hover, .footer-newsletter form input[type=submit]:focus {
  background: #FFFFFF;
  border-color: #FFFFFF !important;
  color: #1295D8;
}

#footer .copyright {
  margin: 0;
}

#footer .copyright a {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer .copyright a:hover {
  color: #94C7E0;
}

#move-up-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #FFFFFF;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 3px solid #0277b5;
  background: #0277b5;
  color: #FFFFFF;
  display: none;
  transition: all 0.3s ease-in;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
#move-up-toggle:hover {
  color: #0277b5;
  background: #FFFFFF;
  border: 3px solid #FFFFFF;
}

#move-up-toggle.appear {
  display: block;
}

.cta-strip-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  z-index: 200;
  overflow: hidden;
}

.cta-strip {
  position: fixed;
  bottom: 0;
  right: -200px;
  width: calc(100% + 600px);
  z-index: 200;
  height: 50px;
}
.cta-strip a {
  height: 50px;
  display: block;
  margin: 0;
  color: #FFFFFF;
  position: relative;
}
.cta-strip a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.cta-strip a span {
  position: absolute;
  top: 15px;
}

#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
  max-height: 90px !important;
}

/* Menu Border Colour */
/* Toggle Buttons */
#side-toggle, #side-toggle-close {
  padding: 0;
  float: right;
  text-align: center;
  font-size: 20px;
}

#side-toggle {
  background: #1295D8;
  color: #FFF;
  z-index: 99999;
  height: 46px;
  line-height: 46px;
  width: 46px;
}

#side-toggle-close {
  background: #000000;
  position: fixed;
  color: #FFF;
  z-index: 99999;
  left: 260px;
  display: none;
  height: 49px;
  line-height: 49px;
  width: 49px;
  border-left: 1px solid #333;
}

#side-toggle:hover {
  background: #1295D8;
}

/* Menu */
#side-menu {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: inherit;
  font-size: 15px;
  background: #000000;
  left: -260px;
  right: auto;
}

#side-menu ul {
  display: block;
  margin: 0;
}

#side-menu ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #333;
  color: #FFF;
}

#side-menu ul li a {
  padding: 0 0 0 15px;
  text-decoration: none;
  color: #FFF;
  display: block;
}

#side-menu ul li > a:hover, #side-menu ul li.current_page_item > a {
  background: #94C7E0;
}

#side-menu ul li.menu-item-has-children > a {
  display: inline-block;
  width: 212px;
}

#side-menu ul li.menu-item-has-children .arrow {
  display: block;
  float: right;
  height: 48px;
  line-height: 48px;
  width: 48px;
  background: #1295D8;
  font-size: 20px;
  text-align: center;
}

#side-menu ul li ul {
  border-bottom: none;
  margin: 0;
  background: #333;
  width: 100%;
  height: 0;
  transition: 0.6s;
  overflow: hidden;
}

#side-menu ul li ul.drop {
  height: auto;
}

#side-menu ul li ul li {
  font-size: 13px;
  border-color: #444;
}

#side-menu ul li ul li:last-of-type {
  border-bottom: none;
}

#side-menu ul li ul li a {
  padding-left: 30px;
}

#side-menu ul li ul li ul {
  background: #444;
}

#side-menu ul li ul li ul li {
  border-color: #555;
}

/* Home */
.banner {
  padding: 110px 0 170px;
}
.banner .banner-heading {
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.4em;
}
.banner .banner-content {
  color: #FFFFFF;
  font-size: 18px;
}
.banner .banner-content.wrapper {
  max-width: 400px;
}
.banner p {
  color: #FFFFFF;
}
.banner p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.banner p a:hover {
  color: #1295D8;
}
.banner .custom-button {
  margin-top: 10px;
}
.banner .custom-button:not(.white):hover {
  background: #FFFFFF;
  color: #1295D8;
  border-color: #FFFFFF;
}
.banner.home {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2023/09/heath-ban-scaled.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.home .booking-home-btn {
  width: 434px;
}
.banner.services {
  padding: 110px 0;
}
.banner.ac {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2020/05/heath-electrical-services-mk-3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.sfl {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2021/03/landlords-page-banner.jpg");
  background-position: 50% 91%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.commercial {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/03/commercial-electrician-page-banner.jpg");
  background-position: 50% 78%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.av {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2018/02/audio-and-visual.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.sp {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2023/01/solar-panel-1.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.cctv {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/07/IMG_3249-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.cw {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/03/data-cabling-page-banner.jpg");
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.dt {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2018/02/data-and-telephone.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.des {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2018/02/door-entry-systems.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ecc {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/07/IMG_3247.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ei {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2020/04/tester-and-laptop.jpg");
  background-position: 50% 77%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ee {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/07/Damien-Isolating-.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ha {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2020/04/appliance-installation-scaled.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.led {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2020/04/led-lighting.jpg");
  background-position: 50% 72%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.pat {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2020/04/aaron-pat-testing.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.pr {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2019/11/installation-reports.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.sa {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/02/security-alarms.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.so {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2020/04/smoke-alarm-replace-by-date.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.shi {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2019/02/smart-home-installations.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ech {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2019/08/electrical-central-heating.jpg");
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.niceic-contractors {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2020/05/heath-electrical-services-mk-150.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.niceic-domestic {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2020/05/heath-electrical-services-mk-118.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.els {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/05/emergency-lighting-banner-scaled.jpg");
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.fas {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/08/electrician-fixing-fire-alarm.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.iwh {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/03/immersion-heaters-page-banner-1.jpg");
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.cufb {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/08/fuse-box.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.el {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/05/outdoor-lighting-2.jpg");
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.sht {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/08/smart-home-technology.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.esh {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2019/08/hands-on-storage-heater.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.new-build {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2020/05/heath-electrical-services-mk-58.jpg");
  background-position: 50% 85%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.cevc {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/05/commercial-ev-chargers-banner.jpg");
  background-position: 50% 32%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.clme {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/2021/03/commercial-maintenance-page-banner.jpg");
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.covid {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/wp-content/uploads/2021/03/covid19-banner.jpg");
  background-position: 50% 93%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.deicr {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2021/05/damien-fixing-consumer-unit.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.ceit {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("/wp-content/uploads/2021/05/heath-team-premesis-img.jpg");
  background-position: 50% 88%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.deit {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("/wp-content/uploads/2021/05/deit-img-main.jpeg");
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.plumbing {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/05/plumbing-banner-img.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.gas {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/06/banner-image-gas-page.jpg");
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.gas-plumbing {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/07/walker-mccabe-brand-door.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.dom-pat {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/06/domestic-pat-banner.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.com-flood {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/06/flood-lighting-fix.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.cps {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/07/car-park-lighing.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.heat-eng {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/07/radiator-fixes.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner.showroom {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/wp-content/uploads/2021/09/showroom-banner.jpg");
  background-position: 50% 65%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .contact-form {
  padding: 30px;
  width: 300px;
  float: right;
}
.banner .contact-form .heading {
  font-size: 25px;
  margin: 0 0 20px;
}
.banner .contact-form form input::-webkit-input-placeholder {
  color: #94C7E0;
}
.banner .contact-form form input {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.banner .contact-form form input.wpcf7-text.wpcf7-not-valid {
  border-color: #E00 !important;
}
.banner .contact-form form input.wpcf7-text:focus {
  border-color: #94C7E0 !important;
}
.banner .contact-form form input[type=submit] {
  color: #1295D8;
  background: #FFFFFF;
}
.banner .contact-form form input[type=submit]:hover, .banner .contact-form form input[type=submit]:focus {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF !important;
}
.banner.full-height {
  height: calc(100vh - 134.81px);
  min-height: 500px;
  position: relative;
}
.banner.full-height .banner-conten-wrapper {
  position: absolute;
  top: calc(50% - 134px);
  left: 0;
  width: 100%;
  padding: 0 15px;
}

.com-partners {
  padding: 30px 0;
}

.commercial-services .services-list {
  overflow: hidden;
  margin: 0 -15px -30px -15px;
}
.commercial-services .services-list li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.commercial-services .services-list li i {
  color: #1295D8;
}
.commercial-services .services-list li a {
  color: #000;
  font-weight: 600;
}
.commercial-services .services-list li a:hover {
  color: #1295D8;
}

.home-services .services-list {
  overflow: hidden;
  margin: 0 -15px -30px -15px;
}
.home-services .services-list li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-services .services-list li i {
  color: #1295D8;
}
.home-services .services-list li a {
  color: #000;
  font-weight: 600;
}
.home-services .services-list li a:hover {
  color: #1295D8;
}

.home-features {
  position: relative;
}
.home-features .testimonial-wrapper {
  position: relative;
  height: 349px;
}
.home-features .testimonial {
  position: absolute;
  z-index: 2;
}
.home-features .testimonial .custom-button {
  margin-top: 30px;
}
.home-features img {
  position: absolute;
  right: 0;
  width: 620px;
  top: -50px;
  z-index: 1;
}

.home-electricity {
  position: relative;
}
.home-electricity .content-box-wrapper {
  position: relative;
  height: 490px;
}
.home-electricity .content-box {
  padding: 50px;
  position: absolute;
  z-index: 2;
}
.home-electricity img {
  position: absolute;
  left: 0;
  width: 650px;
  top: -20px;
  z-index: 1;
}

.finance-sec {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.finance-sec .headline {
  margin: 0 0 15px;
}
.finance-sec .content {
  margin: 0 0 20px;
}

.home-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/02/map-heath.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-contact.leighton-buzzard {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2022/03/leighton-buzzard-map.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-contact form input::-webkit-input-placeholder {
  color: #94C7E0;
}
.home-contact form input.wpcf7-text, .home-contact form input.wpcf7-captchar {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.home-contact form input.wpcf7-text.wpcf7-not-valid, .home-contact form input.wpcf7-captchar.wpcf7-not-valid {
  border-color: #E00 !important;
}
.home-contact .contact-details {
  margin-left: 35px;
}
.home-contact .contact-details li {
  font-size: 20px;
  margin-bottom: 30px;
}
.home-contact .contact-details li i {
  font-size: 25px;
  color: #94C7E0;
  margin-left: -35px;
}
.home-contact .contact-details li a {
  color: #FFFFFF;
}
.home-contact .contact-details li a:hover {
  color: #94C7E0;
}
.home-contact .contact-details li:before {
  display: none;
}

.apply-form .heading {
  margin: 0 0 20px;
}
.apply-form .label {
  font-weight: 600;
  color: #000000;
}
.apply-form .label .small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1em;
}

/* Services Individual */
.content-img-sec {
  position: relative;
}
.content-img-sec .content-box {
  padding: 80px 60px;
}
.content-img-sec .content-box ul {
  margin: 0;
}
.content-img-sec .content-box ul li {
  line-height: 1.6em;
  margin-bottom: 10px;
  font-weight: 600;
  padding-left: 18px;
  list-style: none;
}
.content-img-sec .content-box ul li a {
  color: #FFFFFF;
}
.content-img-sec .content-box ul li a:hover {
  opacity: 0.6;
}
.content-img-sec .content-box ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
  color: #FFFFFF;
  margin-left: -18px;
}
.content-img-sec .content-box ul.inline-list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: -15px;
}
.content-img-sec .content-box ul.inline-list li {
  padding: 0 15px;
  float: left;
  width: 50%;
}
.content-img-sec .img-area {
  position: absolute;
  left: 0;
  height: 100%;
}
.content-img-sec .img-area .resource-loader {
  height: 100%;
}
.content-img-sec .img-area .img {
  height: 100%;
  /* CCTV */
}
.content-img-sec .img-area .img.home-top {
  background: url("/wp-content/uploads/2023/09/Experienced-NICEIC-approved-electricians.jpg");
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.content {
  background: url("/wp-content/uploads/2023/09/Speak-with-our-certified-electricians.jpg");
  background-position: 100% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial {
  background: url("/wp-content/uploads/2023/09/Customer-testimonial.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-one {
  background: url("/wp-content/uploads/2020/11/heath-team-and-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-two {
  background: url("/wp-content/uploads/2020/11/heath-team-and-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.audio-and-visual {
  background: url("/wp-content/uploads/2020/11/heath-team-and-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.air-conditioning {
  background: url("/wp-content/uploads/2020/11/heath-team-and-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-three {
  background: url("/wp-content/uploads/2020/11/heath-team-and-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-shi {
  background: url("/wp-content/uploads/2020/04/nest-installation.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ac {
  background: url("/wp-content/uploads/2018/02/air-conditioning-pic.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.commercial {
  background: url("/wp-content/uploads/2019/11/commercial-installation.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.commercial-bottom {
  background: url("/wp-content/uploads/2020/11/electricians-beside-van.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.av {
  background: url("/wp-content/uploads/2021/03/audio-and-visual-img-1-1024x683.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.av-2 {
  background: url("/wp-content/uploads/2020/11/electricians-beside-van.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.av-3 {
  background: url("/wp-content/uploads/2021/03/audio-and-visual-img-2-1024x683.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.sp-1 {
  background: url("/wp-content/uploads/2023/01/solar-panel-4.jpeg");
  background-position: 0% 45%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.sp-2 {
  background: url("/wp-content/uploads/2023/01/solar-panel-2.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.csp-1 {
  background: url("/wp-content/uploads/2023/01/solar-panel-2.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.csp-2 {
  background: url("/wp-content/uploads/2023/01/solar-panel-3.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.csp-3 {
  background: url("/wp-content/uploads/2023/01/solar-panel-4.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.about-us-top {
  background: url("/wp-content/uploads/2021/03/about-us-team-page-banner.jpg");
  background-position: 50% 41%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cctv {
  background: url("/wp-content/uploads/2020/05/cctv-one.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cctv-two {
  background: url("/wp-content/uploads/2021/03/cctv-page-banner-scaled.jpg");
  background-position: 0 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cctv-three {
  background: url("/wp-content/uploads/2020/05/cctv-two.jpg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cw {
  background: url("/wp-content/uploads/2019/11/cabling-wiring.jpg");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.dt {
  background: url("/wp-content/uploads/2019/11/joe-data-cabling.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.des {
  background: url("/wp-content/uploads/2021/03/door-entry-systems-page-banner-scaled.jpg");
  background-position: 50% 67%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ecc {
  background: url("/wp-content/uploads/2018/12/car-charger.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ecc-bottom {
  background: url("/wp-content/uploads/2021/07/wm-brand-feb.jpeg");
  background-position: 50% 23%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ecc-bottom-2 {
  background: url("/wp-content/uploads/2021/04/car-charging-point.jpeg");
  background-position: 50% 13%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ei {
  background: url("/wp-content/uploads/2020/04/damien-testing.jpg");
  background-position: 44% 14%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ee {
  background: url("/wp-content/uploads/2018/02/electrictian-for-emergencies.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ha {
  background: url("/wp-content/uploads/2020/04/oven-fitment-damien.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.led {
  background: url("/wp-content/uploads/2020/05/led-lighting-2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.led-t {
  background: url("/wp-content/uploads/2021/03/led-lighting-page-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.led-2 {
  background: url("/wp-content/uploads/2021/07/commercial-lighting-stairs-scaled.jpg");
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.led-3 {
  background: url("/wp-content/uploads/2020/05/led-lighting-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.pat {
  background: url("/wp-content/uploads/2019/07/Aaron-testing-.jpg");
  background-position: 50% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.pat-2 {
  background: url("/wp-content/uploads/2020/01/Joe-PAT-testing-.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.pat-3 {
  background: url("/wp-content/uploads/2018/02/pat-testing.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.pr {
  background: url("/wp-content/uploads/2019/07/Aaron-Testing-open-CU-.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.pr-2 {
  background: url("/wp-content/uploads/2018/02/periodic-report.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.sa {
  background: url("/wp-content/uploads/2021/03/security-alarm-page-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.so {
  background: url("/wp-content/uploads/2020/04/aaron-smoke-alarm-scaled.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.shi {
  background: url("/wp-content/uploads/2019/11/smart-home.jpg");
  background-position: 0% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ech {
  background: url("/wp-content/uploads/2021/03/electric-heating-system-page-banner-scaled.jpg");
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.els {
  background: url("/wp-content/uploads/2021/03/cctv-page-banner-scaled.jpg");
  background-position: 0 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.els-2 {
  background: url("/wp-content/uploads/2020/01/light-bulb-outside-fix.jpg");
  background-position: 0 18%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.els-3 {
  background: url("/wp-content/uploads/2021/05/outdoor-lighting-2.jpg");
  background-position: 0 38%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.fas {
  background: url("/wp-content/uploads/2021/03/fire-alarm-page-banner-scaled.jpg");
  background-position: 50% 76%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.iwh {
  background: url("/wp-content/uploads/2021/03/immersion-heaters-page-banner-scaled.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cufb {
  background: url("/wp-content/uploads/2019/08/consumer-units-768x512.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.el {
  background: url("/wp-content/uploads/2021/04/exterior-lighting-one.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.el-one {
  background: url("/wp-content/uploads/2021/04/exterior-lighting-2.jpg");
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.el-two {
  background: url("/wp-content/uploads/2021/04/exterior-lighting-5.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.sht {
  background: url("/wp-content/uploads/2019/08/home-technology-on-wall-768x512.jpg");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.esh {
  background: url("/wp-content/uploads/2019/11/fixing-electric-heater.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.fuse-boards {
  background: url("/wp-content/uploads/2019/11/fuesbox-area.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.consumer-units {
  background: url("/wp-content/uploads/2018/03/fusebox.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.consumer-units-ba {
  background: url("/wp-content/uploads/2020/04/consumer-unit-eco-replacement.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.consumer-units-tom {
  background: url("/wp-content/uploads/2020/04/tom-doing-a-consumer-unit.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.door {
  background: url("/wp-content/uploads/2020/04/nest-installation.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.eicr {
  background: url("/wp-content/uploads/2020/01/76438d6a-ba51-450b-aa61-1da2cfb41c9b.jpeg");
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.land {
  background: url("/wp-content/uploads/2021/06/woking-on-consumer-unit.jpg");
  background-position: 50% 23%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.land-two {
  background: url("/wp-content/uploads/2021/06/hager-bedford.jpg");
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.land-three {
  background: url("/wp-content/uploads/2021/06/tom-doing-a-consumer-unit.png");
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.land-four {
  background: url("/wp-content/uploads/2021/06/worker-holding-consumer-unit.jpg");
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.new-build-top {
  background: url("/wp-content/uploads/2021/03/team-photo.jpeg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.new-build-bottom {
  background: url("/wp-content/uploads/2020/06/man-pushing-in-plug-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.consumer-units-bottom {
  background: url("/wp-content/uploads/2021/03/consumer-units-bottom-scaled.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cevc-top {
  background: url("/wp-content/uploads/2021/05/car-charger.jpeg");
  background-position: 50% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cevc-middle {
  background: url("/wp-content/uploads/2021/04/wb-brand.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cevc-bottom {
  background: url("/wp-content/uploads/2021/04/wm-brand.jpg");
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cevc-whu {
  background: url("/wp-content/uploads/2021/03/the-team-at-the-location.jpg");
  background-position: 50% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.clme-top {
  background: url("/wp-content/uploads/2021/03/commercial-maintenance-page-banner-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.clme-middle {
  background: url("/wp-content/uploads/2020/04/heath-electrical-services-mk-143.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.clme-bottom {
  background: url("/wp-content/uploads/2020/05/heath-electrical-services-mk-58.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.deicr-one {
  background: url("/wp-content/uploads/2021/04/lincoln-testing-cu.jpg");
  background-position: 50% 24%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.deicr-two {
  background: url("/wp-content/uploads/2021/04/damien-testing.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.ceit-top {
  background: url("/wp-content/uploads/2021/05/heat-team-at-work.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-ceit {
  background: url("/wp-content/uploads/2021/05/heath-team-member-working.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.deit-top {
  background: url("/wp-content/uploads/2021/05/heath-worker-working.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.deit-bottom {
  background: url("/wp-content/uploads/2021/05/deit-bottom-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.testimonial-deit {
  background: url("/wp-content/uploads/2021/05/heath-worker.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.plumbing-1 {
  background: url("/wp-content/uploads/2021/07/walker-mccabe-brand-door.jpeg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.plumbing-2 {
  background: url("/wp-content/uploads/2021/05/plumbing-two.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.plumbing-3 {
  background: url("/wp-content/uploads/2021/05/heath-team.jpg");
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.gas-1 {
  background: url("/wp-content/uploads/2021/06/boiler-installation-and-boiler-services-gas-page.jpg");
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.gas-2 {
  background: url("/wp-content/uploads/2021/07/heating-services.jpeg");
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.gas-3 {
  background: url("/wp-content/uploads/2021/07/gas-division.jpeg");
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.gas-4 {
  background: url("/wp-content/uploads/2021/07/heath-team-wide.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.gas-plumbing-1 {
  background: url("/wp-content/uploads/2021/07/walker-mccabe-brand-van.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.dom-pat-1 {
  background: url("/wp-content/uploads/2021/06/aaron-pat-testing-scaled.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.dom-pat-2 {
  background: url("/wp-content/uploads/2021/05/deit-bottom-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.dom-pat-3 {
  background: url("/wp-content/uploads/2019/08/pat-testing.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.dom-pat-4 {
  background: url("/wp-content/uploads/2020/01/Joe-PAT-testing-.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.com-flood-1 {
  background: url("/wp-content/uploads/2021/06/crain-job-scaled.jpg");
  background-position: 50% 18%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.com-flood-2 {
  background: url("/wp-content/uploads/2021/06/electrical-outside-light-fix.jpg");
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.com-flood-3 {
  background: url("/wp-content/uploads/2021/06/light-bulb-outside-fix.jpg");
  background-position: 50% 16%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.com-flood-4 {
  background: url("/wp-content/uploads/2021/06/nightime-light-fix.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cps-1 {
  background: url("/wp-content/uploads/2021/07/car-park-1.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cps-2 {
  background: url("/wp-content/uploads/2021/07/car-park-2.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cps-3 {
  background: url("/wp-content/uploads/2021/07/car-park-3.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.cps-4 {
  background: url("/wp-content/uploads/2021/07/car-park-4.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.heat-eng-1 {
  background: url("/wp-content/uploads/2022/01/boiler-install-quote-computer-screen.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.heat-eng-2 {
  background: url("/wp-content/uploads/2021/07/boiler-repair-service.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.heat-eng-3 {
  background: url("/wp-content/uploads/2021/07/boiler-repair.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.heat-eng-4 {
  background: url("/wp-content/uploads/2021/07/gas-boiler.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.heat-eng-6 {
  background: url("/wp-content/uploads/2021/07/radiator-repair.jpg");
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.showroom-1 {
  background: url("/wp-content/uploads/2022/01/showroom-wall.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area .img.showroom-2 {
  background: url("/wp-content/uploads/2022/01/showroom-light.jpg");
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-img-sec .img-area.right {
  left: auto;
  right: 0;
}

.service-testimonial .testimonial .details span {
  font-weight: 600;
  font-size: 16px;
}
.service-testimonial .video-loader, .service-testimonial .video-loader-fake {
  height: 100%;
  position: absolute;
  width: 100%;
}
.service-testimonial .video-loader .play, .service-testimonial .video-loader-fake .play {
  position: absolute;
  height: 100px;
  width: 100px;
  background: #1295D8;
  border-radius: 50%;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 100px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
}
.service-testimonial .video-loader .play:hover, .service-testimonial .video-loader-fake .play:hover {
  background: #000000;
}
.service-testimonial .video-loader .video, .service-testimonial .video-loader-fake .video {
  width: 100%;
  height: 100%;
  position: absolute;
}
.service-testimonial .video-loader:hover .play, .service-testimonial .video-loader-fake:hover .play {
  background: #000000;
}
.service-testimonial .testimonial-lr {
  margin-top: 20px;
}

.pull-right .list-tick.f-c-white li:before {
  color: #FFFFFF;
}

.work-vans {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2020/05/heath-electrical-services-mk-171.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-vans .headline {
  margin-bottom: 20px;
}
.work-vans .content {
  max-width: 750px;
  margin: auto;
}

/* Meet The Team */
.page-id-566 #title-bar {
  background-position: center 85% !important;
}

.page-id-13 #title-bar {
  background-position: center 30% !important;
}

/* Our Work */
.page-id-2350 #title-bar {
  background-position: center 100% !important;
}

.page-id-588 #title-bar {
  background-position: center 53% !important;
}

.category-our-work #content {
  margin: 0 -15px;
}
.category-our-work article {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.category-our-work article .img-area {
  height: 300px;
}
.category-our-work article .entry-body {
  padding: 30px 0 0;
}
.category-our-work article .entry-body .custom-button {
  margin-top: 0;
}
.category-our-work .pagination {
  float: left;
  width: 100%;
}

.page-id-1237 #title-bar {
  background-position: center 100% !important;
}

/*  Contact Us */
.contact-us .content-box .contact-details {
  margin-left: 35px;
  margin-bottom: 40px;
}
.contact-us .content-box .contact-details li {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact-us .content-box .contact-details li i {
  font-size: 25px;
  color: #FFFFFF;
  margin-left: -35px;
}
.contact-us .content-box .contact-details li a {
  color: #FFFFFF;
}
.contact-us .content-box .contact-details li a:hover {
  color: #94C7E0;
}
.contact-us .content-box .contact-details li:before {
  display: none;
}
.contact-us .content-box form input::-webkit-input-placeholder,
.contact-us .content-box form textarea::-webkit-input-placeholder {
  color: #94C7E0;
}
.contact-us .content-box form input {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.contact-us .content-box form input.wpcf7-text.wpcf7-not-valid {
  border-color: #E00 !important;
}
.contact-us .content-box form input.wpcf7-text:focus {
  border-color: #94C7E0 !important;
}
.contact-us .content-box form input[type=submit] {
  color: #1295D8;
  background: #FFFFFF;
}
.contact-us .content-box form input[type=submit]:hover, .contact-us .content-box form input[type=submit]:focus {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF !important;
}
.contact-us .content-box form textarea {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.contact-us .content-box form textarea.wpcf7-not-valid {
  border-color: #E00 !important;
}
.contact-us .content-box form textarea:focus {
  border-color: #94C7E0 !important;
}
.contact-us .img-area .img {
  padding: 80px 60px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2021/12/milton-keynes-heath-electrical-team.jpeg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .img-area .social li {
  font-size: 21px;
}
.contact-us .img-area .social li a {
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 3px solid #1295D8;
  background: #1295D8;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
}
.contact-us .img-area .social li a:hover, .contact-us .img-area .social li a:focus {
  background: transparent;
  color: #1295D8;
}
.contact-us .img-area .email-area-main-wrapper {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  overflow: hidden;
}
.contact-us .img-area .email-area-main-wrapper .email-area-wrapper {
  padding: 0 15px;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.page-id-18 .footer-newsletter {
  background: #000000;
}
.page-id-18 .footer-newsletter form input[type=submit] {
  background: #000000;
}
.page-id-18 .footer-newsletter form input[type=submit]:hover {
  background: #FFFFFF;
}

/* Free Quote */
.free-quote .gi-row {
  margin-bottom: 20px;
}
.free-quote .gi-row:last-of-type {
  margin-bottom: 0;
}
.free-quote .wpcf7-checkbox {
  margin: 0 -15px -20px -15px;
  display: block;
  overflow: hidden;
  padding-top: 1px;
}
.free-quote .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
}
.free-quote form input[type=checkbox]:before {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  margin-right: 15px;
  border: 3px solid #DDD;
  background: #FFFFFF;
  margin-top: -8px;
}
.free-quote form input[type=checkbox]:checked:before {
  border-color: #1295D8;
  background: #1295D8;
}
.free-quote form input[type=checkbox]:checked:after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #FFFFFF;
  top: 15px;
  left: 24px;
  font-size: 20px;
  position: absolute;
}
.free-quote form .wpcf7-list-item-label {
  margin-left: 35px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
}

/* FAQs */
.faqs .c-heading {
  margin: 0 0 15px;
  font-size: 21px;
}
.faqs.bg-c-grey .faq.faq-link .question-wrapper {
  background: #FFFFFF;
}
.faqs.bg-c-grey .faq.faq-link .question-wrapper:hover {
  background: #1295D8;
}
.faqs .gi-col-lg-6 .faq {
  margin-bottom: 15px;
}

.faqs.custom-section {
  padding: 60px 0 !important;
}

.faqs-sec .answer {
  margin-bottom: 15px !important;
}

.faqs-blog #content {
  margin: 0 -15px;
}
.faqs-blog article {
  padding: 0 15px;
  float: left;
  width: 50%;
}
.faqs-blog article .img-wrapper {
  height: 350px;
}
.faqs-blog article .entry-body .entry-title {
  font-size: 23px;
  color: #000000;
}
.faqs-blog article .entry-body .custom-button {
  margin-top: 25px;
}

/* Privacy Policy */
.privacy-policy .h2 {
  padding-top: 30px;
}

.privacy-policy .pp-list {
  margin-bottom: 0;
}

.privacy-policy .pp-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy-policy .pp-list li:last-of-type {
  margin-bottom: 0;
}

.privacy-policy .pp-list li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.privacy-policy p a {
  text-decoration: underline;
}

.pp-pop-up {
  padding: 10px 0;
  background: #0277b5;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.pp-pop-up a {
  color: #FFF;
  text-decoration: underline;
}

.pp-pop-up a:hover {
  color: #111;
}

.pp-pop-up p {
  color: #FFF;
  margin: 10px 0;
  font-size: 14px;
}

.pp-pop-up .close {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #FFF;
  color: #0277b5;
  display: block;
  float: right;
  margin-top: 5px;
  border-radius: 50%;
  text-decoration: none;
}

.pp-pop-up .close:hover {
  color: #FFF;
  background: #222;
}

#move-up-toggle.popup {
  bottom: 75px;
}

#page.popup {
  padding-bottom: 63px;
}

/* Area We Cover */
.areas-sec ul li i {
  color: #1295D8;
}
.areas-sec ul li a {
  color: #000;
}
.areas-sec ul li a:hover {
  color: #1295D8;
}

/* Leave Us Review */
.testimonial-rev img {
  width: 180px;
  margin: 0 auto 20px;
}

.testimonial-lr {
  display: block;
  width: 150px;
  text-align: center;
}
.testimonial-lr .text {
  display: block;
  margin-top: 6px;
  line-height: 1em;
}
.testimonial-lr .text i {
  margin-left: 5px;
}

.page-id-1386 #title-bar {
  background-position: 50% 17% !important;
}

/* Careers */
.careers-box {
  padding: 40px;
  background: #1295D8;
}
.careers-box .heading {
  color: #FFFFFF;
  font-size: 27px;
  margin: 0 0 20px;
}

/* Servives Extra */
.sectors-services .service-box {
  margin-bottom: 30px;
}
.sectors-services .service-box .service-box-content .heading {
  margin-bottom: 0;
}

.h-links .link {
  display: block;
  width: 25%;
  float: left;
}
.h-links .link i {
  color: #94C7E0;
  font-size: 2.7em;
}
.h-links .link .under {
  border-bottom: 2px solid #1295D8;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}
.h-links .link .btm-top {
  margin-top: 5px;
}

.page-id-8 #title-bar {
  background-position: center 80% !important;
}

.page-id-233 #title-bar {
  background-position: center 69% !important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  background: #1295D8;
  color: #FFFFFF;
  border: none;
}

/* Awards */
.page-id-3294 #title-bar {
  background-position: center 95% !important;
}

.page-id-3319 #title-bar {
  background-position: center 90% !important;
}

/* Covid */
.covid-content .heading {
  margin: 0 0 20px;
}

.page-id-3419 .covid-vid .video-loader, .page-id-3419 .covid-vid .video-loader-fake {
  height: 390px;
}

.covid-vid .video-loader, .covid-vid .video-loader-fake {
  display: block;
  width: 100%;
  height: 630px;
  position: relative;
}
.covid-vid .video-loader div, .covid-vid .video-loader-fake div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.covid-vid .video-loader .video-area, .covid-vid .video-loader-fake .video-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.6s;
  height: 100%;
}
.covid-vid .video-loader .video-area .play, .covid-vid .video-loader-fake .video-area .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #006092;
  border-radius: 5px;
  color: #FFFFFF;
  transition: 0.6s;
}
.covid-vid .video-loader video, .covid-vid .video-loader-fake video {
  width: 100%;
  height: 100%;
}
.covid-vid .video-loader:hover .video-area, .covid-vid .video-loader-fake:hover .video-area {
  background: rgba(0, 0, 0, 0.3);
}
.covid-vid .video-loader:hover .video-area .play, .covid-vid .video-loader-fake:hover .video-area .play {
  background: #1295D8;
}
.covid-vid .hidden {
  display: none !important;
}

.covid-vid.custom-section .video-loader, .covid-vid.custom-section .video-loader-fake {
  height: 500px;
}

.ev-chargers {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  overflow: hidden;
  margin-bottom: -30px;
}
.ev-chargers li {
  padding: 0 15px;
  width: 20%;
  display: inline-block;
  margin-right: -6px;
  margin-bottom: 30px;
  vertical-align: top;
}
.ev-chargers li:last-of-type {
  margin-bottom: 30px !important;
}
.ev-chargers.row-2 li {
  width: 50%;
}
.ev-chargers.row-3 li {
  width: 33.3333%;
}
.ev-chargers.row-4 li {
  width: 25%;
}

.ev-charger {
  text-align: center;
}
.ev-charger .img {
  max-width: 200px;
  margin: 0 auto 30px;
  pointer-events: none;
}
.ev-charger .img.mid {
  max-width: 300px;
}
.ev-charger .img.big {
  max-width: 400px;
}
.ev-charger .heading {
  margin: 0;
  font-size: 18px;
  color: #000000;
}
.ev-charger .content {
  margin: 20px 0 0 !important;
}

.ev-premesis {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  overflow: hidden;
  margin-bottom: -30px;
}
.ev-premesis li {
  padding: 0 15px;
  width: 25%;
  display: inline-block;
  margin-right: -6px;
  margin-bottom: 30px;
  vertical-align: top;
}
.ev-premesis li:last-of-type {
  margin-bottom: 30px !important;
}
.ev-premesis.rows-3 li {
  width: 33.3333%;
}
.ev-premesis.rows-5 li {
  width: 20%;
}

.premesis {
  text-align: center;
}
.premesis .img {
  max-width: 200px;
  margin: 0 auto 30px;
  pointer-events: none;
  border-radius: 50%;
  overflow: hidden;
}
.premesis .heading {
  margin: 0;
  font-size: 21px;
  color: #000000;
}
.premesis .heading.default {
  color: #1295D8;
}
.premesis .content {
  padding: 15px 0 0;
}
.premesis .content.no-padding {
  padding-top: 0;
}

.custom-box-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
  text-align: center;
}
.custom-box-wrapper li {
  display: inline-block;
  width: 20%;
  padding: 0 15px;
  margin-right: -3px;
  margin-bottom: 20px;
}
.custom-box-wrapper li:last-of-type {
  margin-bottom: 20px !important;
}
.custom-box-wrapper:before, .custom-box-wrapper:after {
  content: "";
  display: table;
}
.custom-box-wrapper:after {
  clear: both;
}

.custom-box {
  padding: 17px 15px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  line-height: 1em;
  text-align: center;
  background: #FFFFFF;
}

.content-num-area {
  padding: 30px;
  background: #F5F5F5;
  margin: 15px 0 0 15px;
  position: relative;
  border-radius: 6px;
}
.content-num-area .num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 53px;
  text-align: center;
  font-size: 1.8em;
  background: #1295D8;
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  top: -15px;
  left: -15px;
}

.mrg-container-rm .gi-container {
  margin-bottom: -30px;
}

/* pop up  */
.info-wrapper.on .info {
  position: fixed;
  top: calc(50% + 30px);
  left: 50%;
  display: block !important;
  text-align: left;
  max-width: 80vw;
  width: auto;
  max-height: 80vh;
  overflow: scroll;
  z-index: 9999;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate(-50.1%, -50.1%);
  padding: 0;
}
.info-wrapper.on .info video {
  max-width: 80vw;
  max-height: 80vh;
}

.info-over.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  cursor: pointer;
}

.p-up {
  display: block;
  height: 300px;
  background-size: cover;
  cursor: pointer;
}
.p-up .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  transition: 0.6s;
  background: none;
  border: 2px solid #fff;
  line-height: 37px;
}

.gas-safe-sec img {
  max-width: 400px;
  margin: 30px auto 0;
}

.bg-c-grey .link-box {
  background: #FFFFFF;
}

.list-box-wrap {
  background: #F5F5F5;
}
.list-box-wrap .heading {
  font-size: 19px;
  margin: 0 0 20px;
  color: #FFFFFF;
  background: #000000;
  padding: 15px;
}
.list-box-wrap ul {
  padding: 30px;
}
.list-box-wrap ul li {
  font-size: 14px;
  color: #757575;
  line-height: 1.4em;
}

.list-image img {
  max-width: 200px;
}

.gi-col-lg-6 .list-image img {
  max-width: 150px;
}

.faq {
  margin-bottom: 20px;
}

.faq.faq-services.faq-link {
  cursor: pointer;
}

.faq.faq-services.faq-link .question-wrapper {
  display: block;
  padding: 25px 85px 22px 22px;
  background: #fff;
  position: relative;
}

.faq.faq-services.faq-link .question-wrapper .question {
  color: #1295D8;
  font-size: 13px;
  transition: 0.6s;
  font-weight: 500;
}

.faq.faq-services.faq-link .question-wrapper:after {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #1295D8;
  transform: translate(0, -50%);
  transition: 0.6s;
}

.faq.faq-services.faq-link .answer-wrapper .answer {
  background: #fff;
  padding: 20px 22px;
  border: 1px solid #000;
  border-top: none;
}

.faq.faq-services.faq-link .answer-wrapper p {
  font-size: 13px;
}

.faq.faq-services.faq-link.active .question-wrapper:after, .faq.faq-services.faq-link:hover .question-wrapper:after {
  transform: translate(0, -50%) rotate(90deg);
}

.faq.faq-services.faq-link.active .question-wrapper,
.faq.faq-services.faq-link:hover .question-wrapper {
  background: #1295D8 !important;
}
.faq.faq-services.faq-link.active .question-wrapper .question,
.faq.faq-services.faq-link:hover .question-wrapper .question {
  color: #FFFFFF;
}
.faq.faq-services.faq-link.active .question-wrapper:after,
.faq.faq-services.faq-link:hover .question-wrapper:after {
  color: #FFFFFF;
}

.faq.faq-services.faq-link.active .question-wrapper .question,
.faq.faq-services.faq-link:hover .question-wrapper .question {
  color: #fff;
}

.faq.faq-services.faq-link.active .question-wrapper:after,
.faq.faq-services.faq-link:hover .question-wrapper:after {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-size: 21px;
  color: white;
}

.faq:last-child {
  margin-bottom: 0 !important;
}

.faq.faq-services.faq-link .answer-wrapper {
  display: none;
}

.faq.faq-services.faq-link .answer-wrapper {
  padding-left: 20px;
  padding-top: 20px;
}
.faq.faq-services.faq-link .answer-wrapper p {
  font-size: 13px;
}

.content-img-sec .img-area .img.heat-eng-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2021/06/boiler-installation-and-boiler-services-gas-page.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-id-6637 #title-bar {
  display: none;
}
.page-id-6637 .content-img-sec .img-area .img.heat-eng-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2021/11/Heath_Electrical_Services_Zappi_Install-1_e.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-6637 .banner.heat-eng {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("/wp-content/uploads/2021/03/audio-and-visual-img-2.jpg");
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.certified-elec .services-list {
  margin-top: 30px !important;
}

.showroom .content-box {
  background-color: #1295D8 !important;
}
.showroom .content-box .headline {
  color: #FFFFFF !important;
}
.showroom .content-box p {
  color: #FFFFFF !important;
}
.showroom .content-box a {
  color: #FFFFFF;
  text-decoration: underline;
}

.areas-sec img {
  height: 500px;
  object-fit: contain;
}
.areas-sec .section-wrapper {
  margin-top: 150px;
}

.area-list {
  margin-top: 30px;
}

.mb-sm {
  margin-bottom: 15px !important;
}

.mt-md {
  margin-top: 20px !important;
}

.mt-lg {
  margin-top: 30px !important;
}

/* Phone Screen */
@media only screen and (max-width: 400px) {
  .ev-chargers li {
    width: 100% !important;
  }
  .ev-premesis li {
    width: 100% !important;
  }
  .custom-box-wrapper li {
    width: 100% !important;
  }
  .banner.home .custom-button {
    margin-bottom: 20px;
  }
  .wpls-logo-cnt .wp-post-image {
    width: 70px;
  }
  #header-topper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 55px;
  }
  .areas-sec .section-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .not-found-title {
    font-size: 60px;
  }
  .banner .banner-heading,
  .headline,
  #title-bar .page-heading {
    font-size: 21px;
  }
  .home-services .services-list li {
    width: 100%;
  }
  .commercial-services .services-list li {
    width: 100%;
  }
  .category-our-work article {
    width: 100%;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
  #header-cta {
    text-align: center;
  }
  #header-cta p {
    display: block;
    margin-bottom: 5px;
  }
  #header-cta a {
    display: block;
    float: none;
    margin: 0px 0 10px;
  }
  .pricing-boxs .service-box {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  #header-topper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 55px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .wp-post-image {
    width: auto !important;
    height: auto;
  }
  .not-found-title {
    font-size: 75px;
  }
  .banner .banner-heading,
  .headline,
  #title-bar .page-heading {
    font-size: 24px;
  }
  .home-services .services-list li {
    width: 100%;
  }
  .commercial-services .services-list li {
    width: 100%;
  }
  .cta-sec-strip .custom-button {
    width: 100%;
  }
  .cta-sec-strip .custom-button.m-r-lg {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .category-our-work article {
    width: 100%;
  }
  .free-quote form input[type=checkbox]:before {
    height: 30px;
    width: 30px;
    margin-top: -8px;
  }
  .free-quote form input[type=checkbox]:checked:after {
    top: 10px;
    left: 22px;
    font-size: 16px;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
  .free-quote form .wpcf7-list-item-label {
    font-size: 12px;
    margin-left: 25px;
    height: 25px;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .free-quote .wpcf7-checkbox {
    margin-bottom: -10px;
  }
  .free-quote .gi-row {
    margin-bottom: 10px;
  }
  #header-cta {
    text-align: center;
  }
  #header-cta p {
    display: block;
    margin-bottom: 5px;
  }
  #header-cta a {
    display: block;
    float: none;
    margin: 0px 0 10px;
  }
  .pricing-boxs .service-box {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  #header-topper {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 55px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wp-post-image {
    width: auto !important;
    height: auto;
  }
  .not-found-title {
    font-size: 90px;
  }
  .banner .banner-heading,
  .headline,
  #title-bar .page-heading {
    font-size: 27px;
  }
  .home-services .services-list li {
    width: 50%;
  }
  .commercial-services .services-list li {
    width: 50%;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
  .free-quote form .wpcf7-list-item-label {
    font-size: 15px;
  }
}
/* Privacy Popup */
@media only screen and (max-width: 588px) {
  .wp-post-image {
    width: auto !important;
    height: auto;
  }
  #move-up-toggle.popup {
    bottom: 80px;
  }
}
@media only screen and (min-width: 767px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator::after {
    content: "\f107" !important;
  }
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  .areas-sec .section-wrapper {
    margin-top: 0px;
  }
  form input, form select, form textarea {
    padding: 10px;
  }
  .testimonial .details span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
    text-align: inherit;
  }
  .testimonial .details span:last-of-type {
    margin-bottom: 0;
  }
  .full-height {
    height: auto;
  }
  .post-meta-area .share-post,
  .post-meta-area .more-articles {
    padding: 20px;
  }
  .post-meta-area .share-post,
  .post-meta-area .share-post .t-a-r {
    text-align: center;
  }
  .post-meta-area .share-post .heading {
    margin-top: 0;
  }
  .post-meta-area .more-articles .heading,
  .post-meta-area .share-post .heading {
    font-size: 21px;
  }
  .post-action-box {
    width: 100%;
    margin: 30px 0;
    padding: 20px;
  }
  .post-action-box .heading {
    font-size: 21px;
  }
  .post-action-box .content {
    font-size: 16px;
  }
  #header-bottom {
    padding: 15px 0;
  }
  #header-bottom .logo img {
    padding: 14.5px 0;
    max-width: 203px;
    width: auto;
    max-height: 120px;
   padding: 0px 0 !important;  
  }
  .custom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-section.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  ul.lg li, ul.lg li {
    font-size: 16px;
  }
  ul.lg li:before, ul.lg li i {
    font-size: 21px;
  }
  ul.list-tick.lg {
    margin-left: 30px;
  }
  ul.list-tick.lg li:before {
    margin-left: -30px;
  }
  #page {
    padding-top: 55px;
  }
  .mobile-tel {
    padding: 15px;
    display: block;
    background: #1295D8;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .mobile-tel:hover, .mobile-tel:focus {
    background: #000000;
    color: #FFFFFF;
  }
  .custom-button,
  form input[type=submit],
  .custom-button.sm {
    padding: 10px 15px;
    font-size: 14px;
  }
  .cta-sec.abs {
    position: relative;
    margin-top: 0;
    left: auto;
    z-index: 0;
  }
  .cta-sec .heading {
    margin: 0 0 20px;
    line-height: 1.6em;
  }
  .cta-sec {
    padding: 30px 0 !important;
    text-align: center;
  }
  .cta-sec .t-a-r {
    text-align: center;
  }
  .banner .banner-content {
    font-size: 16px;
  }
  .home-services .services-list {
    margin-bottom: 20px;
  }
  .home-services .services-list li {
    margin-bottom: 15px;
  }
  .home-services .services-list li i {
    margin-right: 5px;
  }
  .commercial-services .services-list {
    margin-bottom: 20px;
  }
  .commercial-services .services-list li {
    margin-bottom: 15px;
  }
  .commercial-services .services-list li i {
    margin-right: 5px;
  }
  .home-features .testimonial-wrapper,
  .home-electricity .content-box-wrapper {
    height: auto;
  }
  .home-features .testimonial {
    position: relative;
    padding: 40px 15px;
  }
  .home-electricity,
  .home-features {
    padding: 0;
  }
  .home-electricity .gi-container,
  .home-electricity .gi-col-sm-12,
  .home-features .gi-container,
  .home-features .gi-col-sm-12 {
    padding: 0;
  }
  .home-electricity .gi-row,
  .home-features .gi-row {
    margin: 0;
  }
  .home-electricity .content-box {
    position: relative;
    padding: 40px 15px;
    background: #F5F5F5;
  }
  .footer-newsletter {
    padding: 30px 0;
  }
  .footer-newsletter .heading {
    font-size: 21px;
    margin: 0 0 20px;
    text-align: center;
  }
  .footer-newsletter form input.wpcf7-text {
    padding: 10px;
  }
  #footer-top {
    padding: 40px 0 110px;
    text-align: center;
  }
  #footer-top .bark a {
    margin: auto;
  }
  #footer .copyright {
    font-size: 14px;
  }
  #footer-top ul.other li {
    font-size: 14px;
  }
  .home-features .testimonial .custom-button {
    margin-top: 15px;
  }
  .banner.home .booking-home-btn {
    max-width: 319px;
    width: 100%;
  }
  .banner.full-height {
    height: auto;
    padding: 120px 0;
    min-height: 0;
  }
  .banner.full-height .banner-conten-wrapper {
    position: static;
  }
  .banner .custom-button {
    margin-top: 0;
  }
  .home-contact .contact-form {
    padding: 30px;
  }
  #title-bar,
  #title-bar.bg-img {
    padding: 60px 0;
  }
  #title-bar .page-subheading {
    width: 100%;
    font-size: 16px;
  }
  .headline {
    margin-bottom: 20px;
  }
  .cta-sec-strip.rev {
    background: #000000;
  }
  .cta-sec-strip.rev .headline span {
    color: #1295D8;
  }
  .banner.services {
    padding: 40px 0;
  }
  .banner .banner-heading {
    margin-bottom: 15px;
  }
  .content-img-sec .pull-right {
    float: none;
  }
  .content-img-sec .img-area {
    display: block !important;
    height: 300px;
  }
  .content-img-sec .content-box {
    padding: 40px 15px;
  }
  .content-img-sec .content-box ul.inline-list {
    margin-bottom: 0;
  }
  .content-img-sec .content-box ul.inline-list li {
    width: 100%;
  }
  .contact-us .content-box .contact-details {
    margin-bottom: 30px;
  }
  .contact-us .img-area {
    height: auto !important;
  }
  .contact-us .img-area .img {
    height: auto;
  }
  .home-contact .contact-details,
  .contact-us .content-box .contact-details {
    margin-left: 31px;
  }
  .home-contact .contact-details li,
  .contact-us .content-box .contact-details li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-contact .contact-details li i,
  .contact-us .content-box .contact-details li i {
    font-size: 21px;
    margin-left: -31px;
  }
  .breadcrumb li,
  .cs-details li {
    font-size: 12px;
  }
  .cs-details li i {
    font-size: 16px;
  }
  .testimonial.style {
    padding: 20px;
  }
  .blog article .entry-body .entry-title, .archive article .entry-body .entry-title {
    font-size: 21px;
  }
  .category-our-work article .img-area {
    height: 180px;
  }
  .content-img-sec.contact-us .img-area {
    position: relative;
    right: auto;
  }
  .contact-us .img-area .img {
    padding: 40px 15px;
  }
  .testimonial-rev img {
    width: 180px;
  }
  .content-img-sec .img-area {
    position: static;
  }
  .content-img-sec .img-area .video-loader, .content-img-sec .img-area .video-loader-fake {
    position: relative;
    height: 300px;
  }
  .apply-form .label {
    font-size: 14px;
  }
  .apply-form .label .small {
    font-size: 11px;
  }
  .cert-box {
    padding: 30px;
  }
  .cert-box .logo {
    margin-bottom: 15px;
    width: 150px;
  }
  .service-box-alt .service-box-wrapper {
    padding: 160px 30px 30px;
  }
  .service-box-alt .heading {
    font-size: 21px;
  }
  .fuse-p-box .fuse-p-box-content {
    min-height: auto;
  }
  .faqs-blog article {
    width: 100%;
  }
  .faqs-blog article .img-wrapper {
    height: 280px;
  }
  .contact-top-link a {
    font-size: 16px;
  }
  .service-box.team .service-box-content {
    min-height: auto;
  }
  .tab-buttons {
    margin-left: -7.5px;
    margin-right: -7.5px;
    overflow: hidden;
  }
  .tab-buttons a {
    float: left;
    width: calc(50% - 15px);
    margin: 0 7.5px 7.5px;
  }
  .feature.stat {
    margin-bottom: 20px;
  }
  .feature.stat .h4.heading {
    line-height: 1.3em;
  }
  .modal-wrapper {
    padding: 100px 0 40px;
  }
  .modal-wrapper .modal-wrapper-inner {
    position: static;
    top: auto;
    transform: none;
  }
  .modal-wrapper .modal-wrapper-inner .modal {
    padding: 25px;
  }
  .modal-wrapper .modal-wrapper-inner .modal .heading {
    font-size: 1.6em;
  }
  .modal-wrapper .modal-wrapper-inner .modal .queue {
    font-size: 14px;
  }
  .pricing-boxs .service-box {
    width: calc(50% - 30px);
    margin-top: 30px;
  }
  .content-img-sec .img-area {
    display: block !important;
    height: 300px;
  }
  .h-links .link {
    width: 100%;
  }
  .h-links .link:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .h-links .link:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .h-links .link:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .review-popup {
    left: 10px;
    bottom: 10px;
  }
  .review-popup .review-popup-a {
    max-width: 160px;
    padding: 12px;
  }
  .review-popup .review-popup-a .stars {
    font-size: 18px;
  }
  .review-popup .review-popup-a .text {
    line-height: 1.4em;
  }
  #header-bottom .logo img {
    padding: 15px 0;
  }
  .footer-accr .accreditations-wrapper .accreditations {
    width: 870px;
  }
  .footer-accr .accreditations-wrapper .accreditations .accreditation {
    display: inline-block;
    width: 60px;
    margin-right: 30px;
  }
  .email-area .heading {
    font-size: 15px;
  }
  .contact-us .img-area .email-area-main-wrapper .email-area-wrapper {
    width: 100%;
  }
  .pp-pop-up p {
    margin: 0;
  }
  #page.popup .wa__btn_popup {
    bottom: 76px;
  }
  .bark a {
    max-width: 256px !important;
    width: 100% !important;
  }
  .covid-vid .video-loader, .covid-vid .video-loader-fake {
    height: 320px;
    margin-top: 30px;
  }
  .covid-vid.custom-section .video-loader, .covid-vid.custom-section .video-loader-fake {
    height: 320px;
  }
  .ev-chargers li {
    width: 50% !important;
  }
  .ev-chargers.row-3 li {
    width: 50% !important;
  }
  .ev-premesis li {
    width: 50% !important;
  }
  .ev-premesis.rows-3 li {
    width: 100% !important;
  }
  .ev-premesis.rows-5 li {
    width: 50%;
  }
  .custom-box-wrapper li {
    width: 50%;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f106";
  }
  .whu-row .whu-col {
    width: 100%;
  }
  .search-button-mobile {
    height: 50px;
    width: 50px;
    background: #0277b5;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 997;
    font-size: 18px;
  }
  .search-button-mobile:hover {
    background: #000000;
    color: #FFFFFF;
  }
  .p-up {
    margin-top: 40px;
  }
  .dos-and-donts-wrapper {
    margin: 0 -15%;
  }
  .do-donts-box {
    padding: 30px;
  }
  .gas-safe-sec img {
    max-width: 250px;
    margin-top: 20px;
  }
  .link-box .link-box-wrapper {
    height: 260px;
  }
  .link-box .link-box-wrapper .content-area {
    padding: 0 30px;
  }
  .link-box .link-box-wrapper .content-area .heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .link-box .link-box-wrapper .content-area .content {
    font-size: 14px;
  }
  .page-id-5865 .list-box-wrap {
    text-align: center;
  }
  .list-image {
    text-align: center;
  }
  .list-image img {
    max-width: 130px;
    margin: auto;
  }
  .gi-col-lg-6 .list-image img {
    max-width: 130px;
  }
  #footer-top ul.social li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/* Tablet Screen */
/* All Tablets Sizes */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-meta-area .share-post,
  .post-meta-area .share-post .t-a-r {
    text-align: center;
  }
  .post-meta-area .share-post .heading {
    margin-top: 0;
  }
  .post-meta-area .more-articles .heading {
    font-size: 24px;
  }
  .post-action-box .heading {
    font-size: 24px;
  }
  #secondary .widget {
    padding: 20px;
  }
  #secondary .widget .widget-title {
    font-size: 18px;
  }
  #secondary .widget_search form input.search-field {
    width: 100%;
    margin-bottom: 15px;
  }
  #secondary .widget_search form input[type=submit] {
    width: 100%;
  }
  .custom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom-section.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header-bottom .logo img {
    padding: 41px 0;
  }
  #header-bottom #primary-navigation ul li a {
    font-size: 12px;
    padding: 0 5px;
  }
  #header-bottom #primary-navigation ul li.menu-item-42 .sub-menu {
    width: 540px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 7px;
    font-size: 10px;
  }
  .cta-sec.abs {
    position: relative;
    margin-top: 0;
    left: auto;
    z-index: 0;
  }
  .cta-sec .heading {
    margin: 0 0 20px;
    line-height: 1.6em;
  }
  .cta-sec {
    padding: 30px 0 !important;
    text-align: center;
  }
  .cta-sec .t-a-r {
    text-align: center;
  }
  .service-box .service-box-content {
    padding: 20px;
  }
  .service-box .service-box-content .heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-box .service-box-content .content {
    font-size: 14px;
  }
  .home-features img {
    top: -30px;
    width: 490px;
  }
  .footer-newsletter .heading {
    text-align: center;
    margin: 0 0 20px;
  }
  .headline {
    font-size: 30px;
  }
  .home-electricity img {
    width: 490px;
    top: 150px;
  }
  #title-bar .page-subheading {
    width: 100%;
  }
  .banner.services {
    padding: 60px 0;
  }
  .feature .content {
    width: 100%;
  }
  .content-img-sec .content-box {
    padding: 60px 30px;
  }
  .category-our-work article .img-area {
    height: 200px;
  }
  .blog article .entry-body .entry-title, .archive article .entry-body .entry-title {
    font-size: 24px;
  }
  .contact-us .img-area .img {
    padding: 60px 30px;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 33.333%;
  }
  .free-quote form .wpcf7-list-item-label {
    font-size: 15px;
  }
  .content-img-sec .img-area {
    position: static;
    float: none;
  }
  .content-img-sec .img-area .video-loader, .content-img-sec .img-area .video-loader-fake {
    position: relative;
    height: 380px;
  }
  .contact-us.content-img-sec .img-area {
    height: auto !important;
  }
  .home-services .services-list li {
    width: 50%;
  }
  .cert-box {
    padding: 30px;
    height: auto;
  }
  .cert-box .logo {
    margin-bottom: 15px;
    width: 150px;
  }
  .service-box-alt .service-box-wrapper {
    padding: 140px 30px 30px;
  }
  .service-box-alt .heading {
    font-size: 21px;
  }
  .fuse-p-box .fuse-p-box-content {
    min-height: auto;
  }
  .faqs-blog article .img-wrapper {
    height: 260px;
  }
  .faqs-blog article .entry-body .entry-title {
    font-size: 18px !important;
  }
  .service-box.team .service-box-content {
    min-height: 151px;
  }
  .service-box.team .role {
    font-size: 12px;
  }
  .feature.stat .h4.heading {
    line-height: 1.3em;
  }
  .pricing-boxs .service-box {
    width: calc(33.33% - 30px);
    margin-top: 30px;
  }
  .h-links .link {
    width: 50%;
    height: 192px;
  }
  .h-links .link:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .h-links .link:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .h-links .link:nth-of-type(3) .label {
    line-height: 54px;
  }
  #title-bar,
  #title-bar.bg-img {
    padding: 80px 0;
  }
  .email-area {
    min-height: 62px;
  }
  .content-img-sec .img-area {
    display: block !important;
    height: 350px;
  }
  .content-img-sec .pull-right {
    float: none;
  }
  .covid-vid .video-loader, .covid-vid .video-loader-fake {
    height: 400px;
    margin-top: 40px;
  }
  .covid-vid.custom-section .video-loader, .covid-vid.custom-section .video-loader-fake {
    height: 400px;
  }
  .ev-chargers li {
    width: 33.3333%;
  }
  .ev-chargers.row-4 li {
    width: 50%;
  }
  .ev-premesis li {
    width: 50%;
  }
  .ev-premesis.rows-3 li {
    width: 100%;
  }
  .ev-premesis.rows-5 li {
    width: 50%;
  }
  .custom-box-wrapper li {
    width: 33.3333%;
  }
  .page-id-3931 .content-num-area {
    min-height: 303px;
  }
  .page-id-4634 .do-donts-box {
    min-height: 427px;
  }
  .page-id-4710 .do-donts-box {
    min-height: 490px;
  }
  .content-img-sec .gi-col-sm-12 {
    float: none;
  }
  .page-id-4775 .ev-charger .content {
    min-height: 243px;
  }
  .link-box .link-box-wrapper {
    height: 260px;
  }
  .link-box .link-box-wrapper .content-area {
    padding: 0 30px;
  }
  .link-box .link-box-wrapper .content-area .heading {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .link-box .link-box-wrapper .content-area .content {
    font-size: 14px;
  }
  .list-image img {
    max-width: 120px;
  }
  .gi-col-lg-6 .list-image img {
    max-width: 120px;
  }
  #footer-top ul.social li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/* iPad Portrait */
/* iPad Landscape */
/* Laptop Screen */
@media only screen and (max-width: 1199px) {
  .contact-us.content-img-sec .img-area {
    position: relative !important;
  }
}
/* All Laptop Sizes */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .custom-section.full-width {
    padding-left: 35px;
    padding-right: 35px;
  }
  .cta-sec.abs {
    position: relative;
    margin-top: 0;
    left: auto;
    z-index: 0;
  }
  .cta-sec .heading {
    margin: 0 0 20px;
    line-height: 1.6em;
  }
  .cta-sec {
    padding: 30px 0 !important;
    text-align: center;
  }
  .cta-sec .t-a-r {
    text-align: center;
  }
  .headline {
    font-size: 34px;
  }
  .home-features img,
  .home-electricity img {
    width: 580px;
  }
  .home-electricity img {
    top: 100px;
  }
  #header-bottom #primary-navigation ul li a {
    font-size: 15px;
    padding: 0 10px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding: 0 10px;
  }
  .banner.services {
    padding: 80px 0;
  }
  .free-quote .wpcf7-checkbox .wpcf7-list-item {
    width: 33.333%;
  }
  #header-bottom #primary-navigation ul li.menu-item-42 .sub-menu {
    width: 638px;
  }
  .cert-box {
    padding: 40px;
    height: 531px;
  }
  .sale-flash .heading {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .sale-flash .heading span {
    font-size: 40px;
  }
  .apply-form .label {
    font-size: 14px;
  }
  .apply-form .label .small {
    font-size: 11px;
  }
  .service-box-alt .service-box-wrapper {
    padding: 160px 30px 30px;
  }
  .fuse-p-box .fuse-p-box-content {
    min-height: 272px;
  }
  .fuse-p-box .fuse-p-box-content .heading {
    font-size: 16px;
  }
  .fuse-p-box .fuse-p-box-content .content {
    font-size: 12px;
  }
  .faqs-blog article .img-wrapper {
    height: 300px;
  }
  #title-bar,
  #title-bar.bg-img {
    padding: 100px 0;
  }
  #header-bottom .logo img {
    padding: 43px 0;
  }
  .email-area {
    min-height: 74px;
  }
  .email-area .heading {
    font-size: 15px;
  }
  .covid-vid .video-loader, .covid-vid .video-loader-fake {
    height: 720px;
  }
  .page-id-3931 .content-num-area {
    min-height: 222px;
  }
  .page-id-4634 .do-donts-box {
    min-height: 406px;
  }
  .page-id-4710 .do-donts-box {
    min-height: 448px;
  }
  .page-id-4775 .ev-charger .content {
    min-height: 189px;
  }
  .page-id-2551 .h-links .feature .content {
    min-height: 82px;
  }
  .ev-premesis.rows-5 li {
    width: 33.3333%;
  }
  .list-image img {
    max-width: 160px;
  }
  .gi-col-lg-6 .list-image img {
    max-width: 120px;
  }
  #footer-top ul.social li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #footer-top ul.social li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/* Desktop Screen */
@media only screen and (min-width: 1200px) {
  .cert-box {
    height: 510px;
  }
  .areas-sec img.img-xl {
    height: 750px;
    object-fit: contain;
  }
  .service-sec .service-box .service-box-content .heading {
    font-size: 18px;
  }
  .custom-section.faqs .gi-col-sm-12 {
    float: left;
    width: 50%;
  }
  .custom-section.faqs .gi-col-sm-12.full {
    width: 100%;
  }
  .custom-section.faqs .button-row .gi-col-sm-12 {
    width: 100%;
    float: none;
  }
  .faq.faq-link .question-wrapper .question {
    font-size: 13px;
  }
  .email-area {
    min-height: 62px;
  }
  .headline.heading {
    font-size: 35px;
  }
  .page-id-3931 .content-num-area {
    min-height: 195px;
  }
  .cta-sec .gi-col-lg-8 {
    width: 75%;
  }
  .cta-sec .gi-col-lg-4 {
    width: 25%;
  }
  .page-id-4634 .do-donts-box {
    min-height: 406px;
  }
  .page-id-4710 .do-donts-box {
    min-height: 448px;
  }
  .page-id-4775 .ev-charger .content {
    min-height: 162px;
  }
  .page-id-2551 .h-links .feature .content {
    min-height: 54px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .custom-section.full-width {
    padding-left: 60px;
    padding-right: 60px;
  }
  .cta-sec.abs {
    position: relative;
    margin-top: 0;
    left: auto;
    padding: 30px 0;
    z-index: 0;
  }
  .banner,
  .banner.services {
    padding: 80px 0;
  }
  .service-box-alt .service-box-wrapper {
    padding: 190px 30px 30px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1749px) {
  .custom-section.full-width {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1750px) and (max-width: 1999px) {
  .custom-section.full-width {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .s-height.content-img-sec .gi-col-lg-6 {
    height: 700px;
    overflow: hidden;
  }
  .s-height.content-img-sec .gi-col-lg-6 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.gi-container::before, .gi-container::after, .gi-container-fluid::before, .gi-container-fluid::after, .gi-row::before, .gi-row::after {
  display: table;
  content: " ";
}

.gi-container::after, .gi-container-fluid::after, .gi-row::after {
  clear: both;
}

.gi-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gi-container.full-width {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .gi-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .gi-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .gi-container {
    width: 1170px;
  }
}
.gi-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
.gi-row {
  margin-right: -15px;
  margin-left: -15px;
}

.gi-col-xs-1, .gi-col-sm-1, .gi-col-md-1, .gi-col-lg-1, .gi-col-xs-2, .gi-col-xs-25, .gi-col-sm-2, .gi-col-md-2, .gi-col-lg-2, .gi-col-xs-3, .gi-col-sm-3, .gi-col-md-3, .gi-col-lg-3, .gi-col-xs-4, .gi-col-sm-4, .gi-col-md-4, .gi-col-lg-4, .gi-col-xs-5, .gi-col-sm-5, .gi-col-md-5, .gi-col-lg-5, .gi-col-xs-6, .gi-col-sm-6, .gi-col-md-6, .gi-col-lg-6, .gi-col-xs-7, .gi-col-sm-7, .gi-col-md-7, .gi-col-lg-7, .gi-col-xs-8, .gi-col-sm-8, .gi-col-md-8, .gi-col-lg-8, .gi-col-xs-9, .gi-col-sm-9, .gi-col-md-9, .gi-col-lg-9, .gi-col-xs-10, .gi-col-sm-10, .gi-col-md-10, .gi-col-lg-10, .gi-col-xs-11, .gi-col-sm-11, .gi-col-md-11, .gi-col-lg-11, .gi-col-xs-12, .gi-col-sm-12, .gi-col-md-12, .gi-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gi-col-xs-1, .gi-col-xs-2, .gi-col-xs-3, .gi-col-xs-4, .gi-col-xs-5, .gi-col-xs-6, .gi-col-xs-7, .gi-col-xs-8, .gi-col-xs-9, .gi-col-xs-10, .gi-col-xs-11, .gi-col-xs-12 {
  float: left;
}

.gi-col-xs-12 {
  width: 100%;
}

.gi-col-xs-11 {
  width: 91.66666667%;
}

.gi-col-xs-10 {
  width: 83.33333333%;
}

.gi-col-xs-9 {
  width: 75%;
}

.gi-col-xs-8 {
  width: 66.66666667%;
}

.gi-col-xs-7 {
  width: 58.33333333%;
}

.gi-col-xs-6 {
  width: 50%;
}

.gi-col-xs-5 {
  width: 41.66666667%;
}

.gi-col-xs-4 {
  width: 33.33333333%;
}

.gi-col-xs-3 {
  width: 25%;
}

.gi-col-xs-25 {
  width: 20%;
}

.gi-col-xs-2 {
  width: 16.66666667%;
}

.gi-col-xs-1 {
  width: 8.33333333%;
}

.gi-col-xs-pull-12 {
  right: 100%;
}

.gi-col-xs-pull-11 {
  right: 91.66666667%;
}

.gi-col-xs-pull-10 {
  right: 83.33333333%;
}

.gi-col-xs-pull-9 {
  right: 75%;
}

.gi-col-xs-pull-8 {
  right: 66.66666667%;
}

.gi-col-xs-pull-7 {
  right: 58.33333333%;
}

.gi-col-xs-pull-6 {
  right: 50%;
}

.gi-col-xs-pull-5 {
  right: 41.66666667%;
}

.gi-col-xs-pull-4 {
  right: 33.33333333%;
}

.gi-col-xs-pull-3 {
  right: 25%;
}

.gi-col-xs-pull-2 {
  right: 16.66666667%;
}

.gi-col-xs-pull-1 {
  right: 8.33333333%;
}

.gi-col-xs-pull-0 {
  right: auto;
}

.gi-col-xs-push-12 {
  left: 100%;
}

.gi-col-xs-push-11 {
  left: 91.66666667%;
}

.gi-col-xs-push-10 {
  left: 83.33333333%;
}

.gi-col-xs-push-9 {
  left: 75%;
}

.gi-col-xs-push-8 {
  left: 66.66666667%;
}

.gi-col-xs-push-7 {
  left: 58.33333333%;
}

.gi-col-xs-push-6 {
  left: 50%;
}

.gi-col-xs-push-5 {
  left: 41.66666667%;
}

.gi-col-xs-push-4 {
  left: 33.33333333%;
}

.gi-col-xs-push-3 {
  left: 25%;
}

.gi-col-xs-push-2 {
  left: 16.66666667%;
}

.gi-col-xs-push-1 {
  left: 8.33333333%;
}

.gi-col-xs-push-0 {
  left: auto;
}

.gi-col-xs-offset-12 {
  margin-left: 100%;
}

.gi-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.gi-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.gi-col-xs-offset-9 {
  margin-left: 75%;
}

.gi-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.gi-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.gi-col-xs-offset-6 {
  margin-left: 50%;
}

.gi-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.gi-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.gi-col-xs-offset-3 {
  margin-left: 25%;
}

.gi-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.gi-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.gi-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .gi-col-sm-1, .gi-col-sm-2, .gi-col-sm-3, .gi-col-sm-4, .gi-col-sm-5, .gi-col-sm-6, .gi-col-sm-7, .gi-col-sm-8, .gi-col-sm-9, .gi-col-sm-10, .gi-col-sm-11, .gi-col-sm-12 {
    float: left;
  }
  .gi-col-sm-12 {
    width: 100%;
  }
  .gi-col-sm-11 {
    width: 91.66666667%;
  }
  .gi-col-sm-10 {
    width: 83.33333333%;
  }
  .gi-col-sm-9 {
    width: 75%;
  }
  .gi-col-sm-8 {
    width: 66.66666667%;
  }
  .gi-col-sm-7 {
    width: 58.33333333%;
  }
  .gi-col-sm-6 {
    width: 50%;
  }
  .gi-col-sm-5 {
    width: 41.66666667%;
  }
  .gi-col-sm-4 {
    width: 33.33333333%;
  }
  .gi-col-sm-3 {
    width: 25%;
  }
  .gi-col-sm-2 {
    width: 16.66666667%;
  }
  .gi-col-sm-1 {
    width: 8.33333333%;
  }
  .gi-col-sm-pull-12 {
    right: 100%;
  }
  .gi-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .gi-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .gi-col-sm-pull-9 {
    right: 75%;
  }
  .gi-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .gi-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .gi-col-sm-pull-6 {
    right: 50%;
  }
  .gi-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .gi-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .gi-col-sm-pull-3 {
    right: 25%;
  }
  .gi-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .gi-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .gi-col-sm-pull-0 {
    right: auto;
  }
  .gi-col-sm-push-12 {
    left: 100%;
  }
  .gi-col-sm-push-11 {
    left: 91.66666667%;
  }
  .gi-col-sm-push-10 {
    left: 83.33333333%;
  }
  .gi-col-sm-push-9 {
    left: 75%;
  }
  .gi-col-sm-push-8 {
    left: 66.66666667%;
  }
  .gi-col-sm-push-7 {
    left: 58.33333333%;
  }
  .gi-col-sm-push-6 {
    left: 50%;
  }
  .gi-col-sm-push-5 {
    left: 41.66666667%;
  }
  .gi-col-sm-push-4 {
    left: 33.33333333%;
  }
  .gi-col-sm-push-3 {
    left: 25%;
  }
  .gi-col-sm-push-2 {
    left: 16.66666667%;
  }
  .gi-col-sm-push-1 {
    left: 8.33333333%;
  }
  .gi-col-sm-push-0 {
    left: auto;
  }
  .gi-col-sm-offset-12 {
    margin-left: 100%;
  }
  .gi-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .gi-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .gi-col-sm-offset-9 {
    margin-left: 75%;
  }
  .gi-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .gi-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .gi-col-sm-offset-6 {
    margin-left: 50%;
  }
  .gi-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .gi-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .gi-col-sm-offset-3 {
    margin-left: 25%;
  }
  .gi-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .gi-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .gi-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .gi-col-md-1, .gi-col-md-2, .gi-col-md-3, .gi-col-md-4, .gi-col-md-5, .gi-col-md-6, .gi-col-md-7, .gi-col-md-8, .gi-col-md-9, .gi-col-md-10, .gi-col-md-11, .gi-col-md-12 {
    float: left;
  }
  .gi-col-md-12 {
    width: 100%;
  }
  .gi-col-md-11 {
    width: 91.66666667%;
  }
  .gi-col-md-10 {
    width: 83.33333333%;
  }
  .gi-col-md-9 {
    width: 75%;
  }
  .gi-col-md-8 {
    width: 66.66666667%;
  }
  .gi-col-md-7 {
    width: 58.33333333%;
  }
  .gi-col-md-6 {
    width: 50%;
  }
  .gi-col-md-5 {
    width: 41.66666667%;
  }
  .gi-col-md-4 {
    width: 33.33333333%;
  }
  .gi-col-md-3 {
    width: 25%;
  }
  .gi-col-md-2 {
    width: 16.66666667%;
  }
  .gi-col-md-1 {
    width: 8.33333333%;
  }
  .gi-col-md-pull-12 {
    right: 100%;
  }
  .gi-col-md-pull-11 {
    right: 91.66666667%;
  }
  .gi-col-md-pull-10 {
    right: 83.33333333%;
  }
  .gi-col-md-pull-9 {
    right: 75%;
  }
  .gi-col-md-pull-8 {
    right: 66.66666667%;
  }
  .gi-col-md-pull-7 {
    right: 58.33333333%;
  }
  .gi-col-md-pull-6 {
    right: 50%;
  }
  .gi-col-md-pull-5 {
    right: 41.66666667%;
  }
  .gi-col-md-pull-4 {
    right: 33.33333333%;
  }
  .gi-col-md-pull-3 {
    right: 25%;
  }
  .gi-col-md-pull-2 {
    right: 16.66666667%;
  }
  .gi-col-md-pull-1 {
    right: 8.33333333%;
  }
  .gi-col-md-pull-0 {
    right: auto;
  }
  .gi-col-md-push-12 {
    left: 100%;
  }
  .gi-col-md-push-11 {
    left: 91.66666667%;
  }
  .gi-col-md-push-10 {
    left: 83.33333333%;
  }
  .gi-col-md-push-9 {
    left: 75%;
  }
  .gi-col-md-push-8 {
    left: 66.66666667%;
  }
  .gi-col-md-push-7 {
    left: 58.33333333%;
  }
  .gi-col-md-push-6 {
    left: 50%;
  }
  .gi-col-md-push-5 {
    left: 41.66666667%;
  }
  .gi-col-md-push-4 {
    left: 33.33333333%;
  }
  .gi-col-md-push-3 {
    left: 25%;
  }
  .gi-col-md-push-2 {
    left: 16.66666667%;
  }
  .gi-col-md-push-1 {
    left: 8.33333333%;
  }
  .gi-col-md-push-0 {
    left: auto;
  }
  .gi-col-md-offset-12 {
    margin-left: 100%;
  }
  .gi-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .gi-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .gi-col-md-offset-9 {
    margin-left: 75%;
  }
  .gi-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .gi-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .gi-col-md-offset-6 {
    margin-left: 50%;
  }
  .gi-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .gi-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .gi-col-md-offset-3 {
    margin-left: 25%;
  }
  .gi-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .gi-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .gi-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .gi-col-lg-1, .gi-col-lg-2, .gi-col-lg-3, .gi-col-lg-4, .gi-col-lg-5, .gi-col-lg-6, .gi-col-lg-7, .gi-col-lg-8, .gi-col-lg-9, .gi-col-lg-10, .gi-col-lg-11, .gi-col-lg-12 {
    float: left;
  }
  .gi-col-lg-12 {
    width: 100%;
  }
  .gi-col-lg-11 {
    width: 91.66666667%;
  }
  .gi-col-lg-10 {
    width: 83.33333333%;
  }
  .gi-col-lg-9 {
    width: 75%;
  }
  .gi-col-lg-8 {
    width: 66.66666667%;
  }
  .gi-col-lg-7 {
    width: 58.33333333%;
  }
  .gi-col-lg-6 {
    width: 50%;
  }
  .gi-col-lg-5 {
    width: 41.66666667%;
  }
  .gi-col-lg-4 {
    width: 33.33333333%;
  }
  .gi-col-lg-3 {
    width: 25%;
  }
  .gi-col-lg-2 {
    width: 16.66666667%;
  }
  .gi-col-lg-1 {
    width: 8.33333333%;
  }
  .gi-col-lg-pull-12 {
    right: 100%;
  }
  .gi-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .gi-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .gi-col-lg-pull-9 {
    right: 75%;
  }
  .gi-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .gi-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .gi-col-lg-pull-6 {
    right: 50%;
  }
  .gi-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .gi-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .gi-col-lg-pull-3 {
    right: 25%;
  }
  .gi-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .gi-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .gi-col-lg-pull-0 {
    right: auto;
  }
  .gi-col-lg-push-12 {
    left: 100%;
  }
  .gi-col-lg-push-11 {
    left: 91.66666667%;
  }
  .gi-col-lg-push-10 {
    left: 83.33333333%;
  }
  .gi-col-lg-push-9 {
    left: 75%;
  }
  .gi-col-lg-push-8 {
    left: 66.66666667%;
  }
  .gi-col-lg-push-7 {
    left: 58.33333333%;
  }
  .gi-col-lg-push-6 {
    left: 50%;
  }
  .gi-col-lg-push-5 {
    left: 41.66666667%;
  }
  .gi-col-lg-push-4 {
    left: 33.33333333%;
  }
  .gi-col-lg-push-3 {
    left: 25%;
  }
  .gi-col-lg-push-2 {
    left: 16.66666667%;
  }
  .gi-col-lg-push-1 {
    left: 8.33333333%;
  }
  .gi-col-lg-push-0 {
    left: auto;
  }
  .gi-col-lg-offset-12 {
    margin-left: 100%;
  }
  .gi-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .gi-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .gi-col-lg-offset-9 {
    margin-left: 75%;
  }
  .gi-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .gi-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .gi-col-lg-offset-6 {
    margin-left: 50%;
  }
  .gi-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .gi-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .gi-col-lg-offset-3 {
    margin-left: 25%;
  }
  .gi-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .gi-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .gi-col-lg-offset-0 {
    margin-left: 0;
  }
}
.ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  background: #F2DEDE;
  color: #A9445F !important;
  padding: 10px;
}

.wpcf7-response-output {
  margin: 15px 0 0 !important;
  text-align: center;
  padding: 10px !important;
}

.wpcf7-validation-errors {
  background: #F7E700;
  color: #232220;
}

.wpcf7-mail-sent-ok {
  color: #FFF;
  background: #398F14;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawsome/fontawesome-webfont..eot");
  src: url("fonts/fontawsome/fontawesome-webfont..eot") format("embedded-opentype"), url("fonts/fontawsome/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawsome/fontawesome-webfont..woff") format("woff"), url("fonts/fontawsome/fontawesome-webfont..ttf") format("truetype"), url("fonts/fontawsome/fontawesome-webfont..svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Linearicons-Free";
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("fonts/Linearicons-Free.woff?w118d") format("woff"), url("fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.12em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

/*# sourceMappingURL=style.css.map */
