html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  box-sizing: border-box; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0 auto;
  background: #fff;
  color: #737373; }

b,
strong {
  font-weight: bolder; }

sub,
sup {
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0 0 1.5rem; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
  box-sizing: content-box;
  overflow: visible; }

ul,
ol {
  margin: 0;
  padding-left: 2.5rem; }

ul {
  list-style: disc;
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem; }

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: top; }

figure {
  margin: 1rem 0; }

table {
  margin: 0 0 1.5rem;
  width: 100%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  background-color: transparent;
  color: #932923;
  transition: 0.2s ease-in-out;
  text-decoration: none; }

a:focus,
a:hover,
a:active {
  outline: 0; }

#wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.5rem; }

.container {
  width: 100%;
  max-width: 140rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

body {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400; }
  @media (min-width: 1200px) {
    body {
      font-size: 1.9rem;
      line-height: 1.6; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #393a3a;
  font-weight: 600;
  text-transform: uppercase; }

.h1,
h1 {
  font-size: 3rem; }
  @media (min-width: 768px) {
    .h1,
    h1 {
      font-size: 5.5rem; } }
  @media (min-width: 992px) {
    .h1,
    h1 {
      font-size: 7rem; } }
  @media (min-width: 1200px) {
    .h1,
    h1 {
      font-size: 8.4rem; } }

.h2,
h2 {
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .h2,
    h2 {
      font-size: 4.5rem; } }
  @media (min-width: 992px) {
    .h2,
    h2 {
      font-size: 5.5rem; } }
  @media (min-width: 1200px) {
    .h2,
    h2 {
      font-size: 7.5rem; } }

.h3,
h3 {
  font-size: 2.2rem; }
  @media (min-width: 992px) {
    .h3,
    h3 {
      font-size: 3.5rem; } }
  @media (min-width: 1200px) {
    .h3,
    h3 {
      font-size: 4rem; } }

.h4,
h4 {
  font-size: 2rem; }
  @media (min-width: 1200px) {
    .h4,
    h4 {
      font-size: 3rem; } }

.h5,
h5 {
  font-size: 1.8rem; }
  @media (min-width: 1200px) {
    .h5,
    h5 {
      font-size: 2.6rem; } }

input,
select,
optgroup,
textarea {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.6rem;
  line-height: 3rem; }
  @media (min-width: 1200) {
    input,
    select,
    optgroup,
    textarea {
      font-size: 1.7rem; } }

big {
  font-size: 125%; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 1; }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .bg-cover > img {
    display: none; }

.color-primary {
  color: #932923; }

.font-normal {
  font-weight: 400; }

.text-center {
  text-align: center; }

.hand-mobile {
  vertical-align: sub; }
  .hand-mobile:before {
    content: '';
    background: url(../../assets/images/sprite.png) no-repeat -18px 1px;
    width: 36px;
    height: 30px;
    display: inline-block;
    vertical-align: sub;
    background-size: 240px; }
    @media (min-width: 992px) {
      .hand-mobile:before {
        background-position: -29px 0;
        background-size: auto;
        height: 37px; } }

.border-md {
  position: relative;
  display: inline-block;
  padding: 0 1.3rem; }
  .border-md:before {
    content: '';
    background: url(../../assets/images/sprite.png) no-repeat -1px -171px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100%; }
  .border-md:after {
    content: '';
    background: url(../../assets/images/sprite.png) no-repeat 120px -151px;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100%; }

.txt-red {
  color: #d83f36; }

.btn {
  display: inline-block;
  padding: 0.6rem 2rem;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0.4rem; }
  @media (min-width: 768px) {
    .btn {
      padding: 1rem 2.5rem; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 2.4rem;
      padding: 2rem 3rem; } }
  .btn:focus {
    outline: none; }

.btn-primary {
  background: #932c27;
  background: -moz-linear-gradient(left, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
  background: -webkit-linear-gradient(left, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
  background: linear-gradient(to right, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#932c27', endColorstr='#d83e36', GradientType=1);
  transition: ease 0.5s;
  box-shadow: 0 1rem 1rem rgba(38, 32, 41, 0.4);
  position: relative;
  vertical-align: middle; }
  .btn-primary:hover {
    background: #d83e36;
    background: -moz-linear-gradient(left, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
    background: -webkit-linear-gradient(left, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
    background: linear-gradient(to right, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83e36', endColorstr='#932c27', GradientType=1);
    transition: ease 0.5s; }
  .btn-primary:after {
    content: '';
    box-shadow: 0.3rem 0.3rem 0.1rem #79241f;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.4rem; }

.btn-title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: .5rem; }

.site-header {
  box-shadow: 0 5px 11px 3px rgba(217, 217, 217, 0.5); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #ededed;
    color: #747474;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.5rem 3rem;

    &:active,
    &:hover,
    &:focus {
        border-color: #ccc #bbb #aaa;
    }
} */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  border: 2px solid #393637;
  border-radius: 3px;
  background: #393637;
  color: #fff;
  padding: .5rem 1rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select {
      font-size: 1.5rem;
      padding: 1rem 1.5rem; } }
  @media (min-width: 992px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea,
    select {
      font-size: 1.7rem;
      padding: 1.2rem 2rem; } }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    color: #fff;
    background: #502726;
    border-color: #932923;
    outline: none;
    box-shadow: none; }
  input[type="text"]:placeholder,
  input[type="email"]:placeholder,
  input[type="url"]:placeholder,
  input[type="password"]:placeholder,
  input[type="search"]:placeholder,
  input[type="number"]:placeholder,
  input[type="tel"]:placeholder,
  input[type="range"]:placeholder,
  input[type="date"]:placeholder,
  input[type="month"]:placeholder,
  input[type="week"]:placeholder,
  input[type="time"]:placeholder,
  input[type="datetime"]:placeholder,
  input[type="datetime-local"]:placeholder,
  input[type="color"]:placeholder,
  textarea:placeholder,
  select:placeholder {
    color: #595657; }

textarea {
  width: 100%;
  height: 100%;
  resize: none; }

.form-group {
  margin-bottom: .6rem; }

.form-control {
  width: 100%; }

.schedule-form-wrapper {
  background: #fff;
  padding: 2rem 1.5rem; }
  @media (min-width: 768px) {
    .schedule-form-wrapper {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 992px) {
    .schedule-form-wrapper {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .schedule-form-wrapper {
      padding-left: 10rem;
      padding-right: 10rem; } }
  .schedule-form-wrapper .section-title {
    margin-bottom: 2rem; }
  .schedule-form-wrapper .btn {
    min-width: 21.5rem; }
    @media (max-width: 767px) {
      .schedule-form-wrapper .btn {
        padding-top: 1rem;
        padding-bottom: 1rem; } }
  @media (min-width: 576px) {
    .schedule-form-wrapper form {
      margin: 0 -1.5rem; } }
  @media (min-width: 576px) {
    .schedule-form-wrapper form > .form-group {
      width: 50%;
      padding: 0 1.5rem;
      float: left; }
      .schedule-form-wrapper form > .form-group.adjust-width {
        width: 100%; } }
  @media (min-width: 992px) {
    .schedule-form-wrapper form > .form-group {
      width: 33.333333%; }
      .schedule-form-wrapper form > .form-group.adjust-width {
        width: 66.666667%; } }
  .schedule-form-wrapper form > .form-group.full-width {
    width: 100%; }
  .schedule-form-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .schedule-form-wrapper input,
  .schedule-form-wrapper textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #d3d3d3;
    border-radius: 0;
    padding-left: 0.3rem;
    color: #000; }
    .schedule-form-wrapper input:focus,
    .schedule-form-wrapper textarea:focus {
      background: transparent;
      border-color: #bababa;
      color: #000; }
  .schedule-form-wrapper textarea {
    height: 42px; }
    @media (min-width: 768px) {
      .schedule-form-wrapper textarea {
        height: 52px; } }
    @media (min-width: 1200px) {
      .schedule-form-wrapper textarea {
        height: 56px; } }
  @media (min-width: 1200px) {
    .schedule-form-wrapper button {
      margin-top: 1.5rem; } }

.contact-form {
  max-width: 60.5rem;
  margin: 0 auto; }
  .contact-form button {
    margin-top: 1rem;
    min-width: 18rem; }
    @media (min-width: 992px) {
      .contact-form button {
        margin-top: 2rem;
        min-width: 25rem; } }
    @media (min-width: 1200px) {
      .contact-form button {
        margin-top: 3rem;
        min-width: 33rem; } }
    .contact-form button span {
      display: inline-block;
      background: url("../images/sprite.png") no-repeat -152px -2px;
      width: 17px;
      height: 15px;
      margin-left: 0.8rem; }

/* validation and submission */
.submitButton:disabled {
  background-color: #8f8e8e;
  cursor: not-allowed; }

.form-group.has-error input {
  border: 1px solid #ff3a3a !important; }

.form-group.loader {
  text-align: center;
  background: transparent;
  color: #000; }
  .form-group.loader img {
    max-width: 50px;
    margin: 0 auto;
    vertical-align: middle; }

.help-block.error {
  display: none; }

.thank-you-message {
  text-align: center;
  letter-spacing: 0; }

.thank-you-heading {
  font-size: 2rem;
  margin-bottom: 2rem; }

.thank-you-content {
  font-size: 1.6rem; }

.thank-you-heading,
.thank-you-content {
  color: #000; }

.contact-form .thank-you-heading,
.contact-form .thank-you-content {
  color: #fff; }

.contact-form .form-group.loader {
  color: #fff; }

.copyright {
  padding: 1.5rem;
  color: #737373;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center; }
  @media (min-width: 992px) {
    .copyright {
      padding: 2rem; } }
  @media (min-width: 1200px) {
    .copyright {
      padding: 2.5rem; } }
  .copyright p {
    margin-bottom: 0; }
  .copyright a {
    color: #737373; }
    .copyright a:hover {
      text-decoration: underline; }

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 2rem;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase; }
  .sticky-footer:hover {
    text-decoration: underline; }
  @media (min-width: 992px) {
    .sticky-footer {
      font-size: 2rem; } }
  @media (min-width: 1200px) {
    .sticky-footer {
      font-size: 2.2rem; } }
  .sticky-footer span {
    position: relative;
    margin-right: 0.5rem; }
    .sticky-footer span::after {
      position: absolute;
      content: '';
      left: -2.8rem;
      top: -0.5rem;
      background: url("../images/icon-phone-lg.png") no-repeat center;
      width: 2.4rem;
      height: 3.9rem; }

.logo {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
  cursor: pointer; }
  @media (min-width: 576px) {
    .logo {
      margin-bottom: 0; } }

.call-info {
  position: relative;
  padding-left: 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }
  .call-info::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 15px;
    height: 25px;
    background: url("../images/sprite.png") no-repeat -7px -9px; }
    @media (min-width: 1200px) {
      .call-info::before {
        top: 6px; } }
  .call-info:hover {
    text-decoration: underline; }
  @media (min-width: 1200px) {
    .call-info {
      font-size: 2.2rem; } }

.section-title {
  margin-bottom: 2.5rem;
  max-width: 80rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500; }
  .section-title h2 {
    margin-bottom: 0; }
  .section-title p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .section-title {
      margin-bottom: 3.5rem; } }

.jumbotron {
  text-align: center;
  color: #fff;
  padding-top: 3rem;
  font-size: 1.8rem;
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .jumbotron {
      font-size: 2.3rem; } }
  .jumbotron h1,
  .jumbotron h5 {
    color: #fff; }
  @media (min-width: 768px) {
    .jumbotron {
      padding-top: 6rem; } }
  @media (min-width: 992px) {
    .jumbotron {
      padding-top: 9rem; } }
  @media (min-width: 1200px) {
    .jumbotron {
      padding-top: 12rem; } }
  .jumbotron p {
    margin-bottom: 1.5rem;
    line-height: 1.4; }
    @media (min-width: 1200px) {
      .jumbotron p {
        max-width: 60rem;
        margin: 0 auto 1.5rem; } }

@media (min-width: 576px) {
  .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem; } }

@media (min-width: 1200px) {
  .d-flex {
    margin: 0 -2.5rem; } }

@media (min-width: 576px) {
  .d-flex .col {
    padding: 0 1.5rem;
    width: 50%; } }

@media (min-width: 1200px) {
  .d-flex .col {
    padding: 0 2.5rem; } }

.service-card {
  margin-bottom: 2.5rem;
  font-weight: 500; }
  @media (min-width: 992px) {
    .service-card {
      margin-bottom: 3rem; } }
  .service-card .card-img-top {
    margin-bottom: 1.5rem; }
    .service-card .card-img-top img {
      border-radius: .5rem;
      width: 100%; }
    @media (min-width: 992px) {
      .service-card .card-img-top {
        margin-bottom: 2rem; } }
  .service-card .read-more-btn {
    font-weight: 600;
    text-decoration: underline; }
  .service-card .read-more-text {
    display: contents; }

.gallery-list {
  margin-bottom: 3rem;
  list-style: none; }
  @media (min-width: 576px) {
    .gallery-list {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .gallery-list {
      margin-bottom: 5rem; } }
  @media (min-width: 576px) {
    .gallery-list li {
      width: 50%; } }
  @media (min-width: 768px) {
    .gallery-list li {
      width: 33.33%; } }
  @media (min-width: 992px) {
    .gallery-list li {
      width: 25%; } }
  .gallery-list li a {
    display: block;
    position: relative; }
    .gallery-list li a img {
      display: block !important;
      width: 100%; }
    .gallery-list li a:hover:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(147, 41, 35, 0.88); }
    .gallery-list li a:hover .hover-text {
      display: block;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .gallery-list li a:hover .hover-text:before {
        position: absolute;
        content: '';
        top: -3rem;
        left: 50%;
        background: url("../../assets/images/sprite.png") no-repeat -71px -5px;
        width: 26px;
        height: 26px;
        transform: translateX(-50%); }
  .gallery-list .hover-text {
    display: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.8rem; }

.supplies-item {
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 1200px) {
    .supplies-item {
      padding: 3.8rem 1.5rem; } }
  .supplies-item .item-wrap {
    color: #000; }
    .supplies-item .item-wrap i {
      position: relative;
      margin-bottom: 1.7rem;
      display: block; }
      .supplies-item .item-wrap i:before {
        content: '';
        background: url(../../assets/images/sprite.png) no-repeat 0 -41px;
        width: 41px;
        height: 41px;
        display: inline-block;
        transition: ease 0.5s; }
      .supplies-item .item-wrap i:after {
        content: '';
        background: #393a3a;
        height: 0.2rem;
        width: 1.8rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.5rem;
        margin: 0 auto; }
    .supplies-item .item-wrap .voc-fans:before {
      background: url(../../assets/images/sprite.png) no-repeat -51px -41px;
      width: 40px;
      height: 42px; }
    .supplies-item .item-wrap .systems:before {
      background: url(../../assets/images/sprite.png) no-repeat -100px -49px;
      width: 43px;
      height: 34px; }
    .supplies-item .item-wrap .monitoring:before {
      background: url(../../assets/images/sprite.png) no-repeat -152px -40px;
      width: 43px;
      height: 43px; }
    .supplies-item .item-wrap .sump-system:before {
      background: url(../../assets/images/sprite.png) no-repeat -206px -43px;
      width: 41px;
      height: 40px; }
    .supplies-item .item-wrap .accessories:before {
      background: url(../../assets/images/sprite.png) no-repeat -258px -40px;
      width: 54px;
      height: 39px; }
    .supplies-item .item-wrap p:last-child {
      margin-bottom: 0; }
  .supplies-item:hover {
    background: #932c27;
    background: -moz-linear-gradient(left, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
    background: -webkit-linear-gradient(left, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
    background: linear-gradient(to right, #932c27 0%, #972e28 12%, #9a2f29 12%, #9b302a 15%, #9c2f28 19%, #a0312a 22%, #a33029 29%, #a9322c 32%, #a9322a 37%, #ae352d 40%, #b0332d 45%, #b6352f 49%, #b73630 54%, #ba3631 54%, #bc3730 61%, #c93a32 74%, #d83e36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#932c27', endColorstr='#d83e36', GradientType=1);
    transition: ease 0.5s; }
    .supplies-item:hover:hover {
      background: #d83e36;
      background: -moz-linear-gradient(left, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
      background: -webkit-linear-gradient(left, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
      background: linear-gradient(to right, #d83e36 0%, #c93a32 26%, #bc3730 39%, #ba3631 46%, #b73630 46%, #b6352f 51%, #b0332d 55%, #ae352d 60%, #a9322a 63%, #a9322c 68%, #a33029 71%, #a0312a 78%, #9c2f28 81%, #9b302a 85%, #9a2f29 88%, #972e28 88%, #932c27 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d83e36', endColorstr='#932c27', GradientType=1);
      transition: ease 0.5s; }
    .supplies-item:hover .item-wrap i:before {
      background: url(../../assets/images/sprite.png) no-repeat 0 -93px;
      transition: ease 0.5s; }
    .supplies-item:hover .item-wrap i:after {
      background: #fff; }
    .supplies-item:hover .item-wrap .voc-fans:before {
      background: url(../../assets/images/sprite.png) no-repeat -51px -92px;
      width: 40px;
      height: 42px; }
    .supplies-item:hover .item-wrap .systems:before {
      background: url(../../assets/images/sprite.png) no-repeat -100px -92px;
      width: 43px;
      height: 34px; }
    .supplies-item:hover .item-wrap .monitoring:before {
      background: url(../../assets/images/sprite.png) no-repeat -152px -92px;
      width: 43px;
      height: 43px; }
    .supplies-item:hover .item-wrap .sump-system:before {
      background: url(../../assets/images/sprite.png) no-repeat -206px -95px;
      width: 41px;
      height: 40px; }
    .supplies-item:hover .item-wrap .accessories:before {
      background: url(../../assets/images/sprite.png) no-repeat -258px -92px;
      width: 54px;
      height: 39px; }
    .supplies-item:hover .item-wrap p {
      color: #fff; }

.testimonial-item {
  margin: 0 1.5rem;
  padding: 8rem 2.5rem 2.5rem;
  background-color: #fff;
  color: #393a3a;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 11px 0px rgba(194, 194, 194, 0.5);
  font-size: 1.6rem;
  line-height: 2.8rem; }
  @media (min-width: 768px) {
    .testimonial-item {
      padding: 9rem 2.5rem 3.5rem; } }
  @media (min-width: 1200px) {
    .testimonial-item {
      padding: 9rem 5rem 5rem; } }
  .testimonial-item p {
    width: 100%;
    position: relative; }
    .testimonial-item p::before {
      position: absolute;
      content: '';
      background: url("../images/sprite.png") no-repeat -100px 0;
      width: 50px;
      height: 44px;
      top: -5.5rem;
      right: 0; }
    @media (min-width: 1200px) {
      .testimonial-item p {
        margin-bottom: 3.5rem; } }
  .testimonial-item .author {
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    position: relative; }
    .testimonial-item .author::before {
      content: '';
      position: absolute;
      left: -3rem;
      top: 1.1rem;
      width: 11px;
      height: 3px;
      background-color: #932923; }

.left-frame,
.right-frame {
  position: relative;
  display: block; }
  .left-frame::before, .left-frame::after,
  .right-frame::before,
  .right-frame::after {
    content: '';
    position: absolute;
    background-color: #fff; }

.left-frame::before {
  width: 5rem;
  height: 1px;
  top: -1.5rem;
  left: -1.5rem; }

.left-frame::after {
  width: 1px;
  height: 5rem;
  top: -1.5rem;
  left: -1.5rem; }

@media (min-width: 992px) {
  .left-frame::before {
    width: 10rem;
    top: -3.5rem; }
  .left-frame::after {
    height: 10rem;
    top: -3.5rem; } }

@media (min-width: 1200px) {
  .left-frame::before {
    width: 16rem; }
  .left-frame::after {
    height: 16rem; } }

.right-frame::before {
  width: 5rem;
  height: 1px;
  bottom: -1.5rem;
  right: -1.5rem; }

.right-frame::after {
  width: 1px;
  height: 5rem;
  bottom: -1.5rem;
  right: -1.5rem; }

@media (min-width: 992px) {
  .right-frame::before {
    width: 10rem;
    bottom: -3.5rem; }
  .right-frame::after {
    height: 10rem;
    bottom: -3.5rem; } }

@media (min-width: 1200px) {
  .right-frame::before {
    width: 16rem; }
  .right-frame::after {
    height: 16rem; } }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0; }
  @media (min-width: 576px) {
    .site-nav {
      flex-direction: row;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .site-nav {
      padding: 1.8rem 0; } }

.our-services {
  padding-top: 3rem; }
  @media (min-width: 768px) {
    .our-services {
      padding-top: 5rem; } }
  @media (min-width: 992px) {
    .our-services {
      padding-top: 7rem; } }
  @media (min-width: 1200px) {
    .our-services {
      padding-top: 9rem; } }
  @media (min-width: 1367px) {
    .our-services {
      padding-top: 15rem; } }

.our-works {
  padding: 3rem 0 3rem; }
  @media (min-width: 768px) {
    .our-works {
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .our-works {
      padding-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .our-works {
      padding-top: 5rem;
      padding-bottom: 9rem; } }
  @media (min-width: 1367px) {
    .our-works {
      padding-bottom: 15rem; } }

.mitigation-supplies {
  padding: 2.5rem 1.5rem;
  background-color: #000;
  color: #fff; }
  @media (min-width: 576px) {
    .mitigation-supplies {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 768px) {
    .mitigation-supplies {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; } }
  @media (min-width: 992px) {
    .mitigation-supplies {
      padding: 0 0 0 1.5rem; } }
  .mitigation-supplies .section-title h2 {
    color: #fff; }
  @media (min-width: 992px) {
    .mitigation-supplies .row-1 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 -1.5rem; } }
  @media (min-width: 992px) {
    .mitigation-supplies .col-1 {
      width: 55%;
      padding: 0 1.5rem; } }
  @media (min-width: 992px) {
    .mitigation-supplies .col-2 {
      width: 45%;
      padding-right: 1.5rem; } }
  .mitigation-supplies-promo {
    margin-bottom: 2rem; }
    @media (min-width: 380px) {
      .mitigation-supplies-promo {
        margin-bottom: 3rem; } }
    @media (min-width: 992px) {
      .mitigation-supplies-promo {
        padding: 5rem 0;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .mitigation-supplies-promo {
        padding: 7rem 0;
        max-width: 71rem;
        margin-left: auto;
        margin-right: 5rem; } }
  .mitigation-supplies-image {
    max-width: 60rem;
    margin: 0 auto;
    min-height: 40rem; }
    @media (min-width: 992px) {
      .mitigation-supplies-image {
        max-width: 100%;
        min-height: 60rem; } }
    @media (min-width: 1200px) {
      .mitigation-supplies-image {
        min-height: 77rem; } }
    .mitigation-supplies-image img {
      width: 100%; }
  .mitigation-supplies .btn-wrap {
    text-align: center; }

.supplies-block {
  margin-bottom: 1rem; }
  @media (min-width: 380px) {
    .supplies-block .row-2 {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -0.9rem; } }
  @media (min-width: 380px) {
    .supplies-block .col {
      width: 50%;
      padding: 0 0.9rem; } }
  @media (min-width: 768px) {
    .supplies-block .col {
      width: 33.33%; } }

.testimonials {
  color: #fff;
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .testimonials {
      padding: 5rem 0; } }
  @media (min-width: 992px) {
    .testimonials {
      padding: 7rem 0; } }
  @media (min-width: 1200px) {
    .testimonials {
      padding: 9rem 0; } }
  .testimonials-slider {
    margin: 0 -1.5rem; }
    @media (min-width: 1200px) {
      .testimonials-slider {
        padding: 0 10rem; } }
    .testimonials-slider .slick-list.draggable {
      padding: 1rem 0; }
      @media (min-width: 992px) {
        .testimonials-slider .slick-list.draggable {
          padding: 2.5rem 0; } }
      @media (min-width: 1200px) {
        .testimonials-slider .slick-list.draggable {
          padding: 4rem 0 2.5rem; } }

.slick-slide:focus {
  outline: none; }

.slick-dots {
  padding: 20px 0 0;
  margin: 0;
  list-style-type: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    opacity: .4; }
    .slick-dots li.slick-active {
      opacity: 1;
      border-radius: 50%;
      padding: 0.3rem;
      border: 1px solid #737373; }
      .slick-dots li.slick-active button {
        background-color: #932923;
        border-color: transparent;
        height: 9px;
        width: 9px; }
    .slick-dots li button {
      font-size: 0;
      border: 1px solid transparent;
      box-shadow: none;
      outline: none;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: block;
      padding: 0;
      cursor: pointer;
      border: 1px solid #737373;
      background-color: transparent; }

.promo-block {
  padding: 3rem 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .promo-block {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .promo-block {
      padding-top: 7rem;
      padding-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .promo-block {
      padding-top: 9rem;
      padding-bottom: 9rem; } }
  @media (min-width: 1367px) {
    .promo-block {
      padding-top: 11rem;
      padding-bottom: 11rem; } }
  .promo-block .section-title {
    color: #fff;
    max-width: inherit;
    margin-bottom: 1rem; }
    .promo-block .section-title h2 {
      color: #fff; }
    .promo-block .section-title p {
      max-width: 70rem;
      margin: 0 auto; }
  .promo-block .call-info {
    line-height: 1.2;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .promo-block .call-info {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .promo-block .call-info {
        font-size: 3.5rem;
        padding-left: 4rem; }
        .promo-block .call-info::before {
          width: 2.4rem;
          height: 3.9rem;
          background: url("../images/icon-phone-lg.png") no-repeat center; } }
    @media (min-width: 1200px) {
      .promo-block .call-info {
        font-size: 5rem; }
        .promo-block .call-info::before {
          top: 10px; } }

.get-in-touch {
  background-color: #231f20;
  padding: 3rem 0; }
  @media (min-width: 768px) {
    .get-in-touch {
      padding: 5rem 0; } }
  @media (min-width: 992px) {
    .get-in-touch {
      padding: 7rem 0; } }
  @media (min-width: 1200px) {
    .get-in-touch {
      padding: 8rem 0; } }
  .get-in-touch .section-title {
    color: #acacac; }
    .get-in-touch .section-title h2 {
      color: #fff; }
