@charset "UTF-8";
@import "../node_modules/font-awesome/css/font-awesome.css";
body {
  overflow: auto !important;
  padding: 0 !important;
  background: #f4f5f1 !important;
  color: #1D1D26 !important;
}

html, body {
  position: relative;
  min-height: 100%;
  height: 100%;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?95987368");
  src: url("../fonts/fontello.eot?95987368#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?95987368") format("woff2"), url("../fonts/fontello.woff?95987368") format("woff"), url("../fonts/fontello.ttf?95987368") format("truetype"), url("../fonts/fontello.svg?95987368#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?95987368#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-temperatire:before {
  content: "";
}

/* '' */
.icon-sunrise:before {
  content: "";
}

/* '' */
.icon-sun:before {
  content: "";
}

/* '' */
.icon-sun-inv:before {
  content: "";
}

/* '' */
.icon-cloud-sun:before {
  content: "";
}

/* '' */
.icon-stopwatch:before {
  content: "";
}

/* '' */
.icon-clock:before {
  content: "";
}

/* '' */
@font-face {
  font-family: "HelveticaLTStd-Blk";
  src: url("../fonts/HelveticaLTStd-Blk.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStd-BoldCondObl";
  src: url("../fonts/HelveticaLTStd-BoldCondObl.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BoldCondObl.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaLTStd-BlkCond";
  src: url("../fonts/HelveticaLTStd-BlkCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BlkCond.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStd-BlkCondObl";
  src: url("../fonts/HelveticaLTStd-BlkCondObl.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BlkCondObl.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaLTStd-BoldCond";
  src: url("../fonts/HelveticaLTStd-BoldCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStd-Bold";
  src: url("../fonts/HelveticaLTStd-Bold.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStd-light";
  src: url("../fonts/HelveticaLTStdLight.eot");
  src: url("../fonts/HelveticaLTStdLight.eot?") format("embedded-opentype"), url("../fonts/HelveticaLTStdLight.woff") format("woff"), url("../fonts/HelveticaLTStdLight.ttf") format("truetype"), url("../fonts/HelveticaLTStdLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTStd-roman";
  src: url("../fonts/HelveticaLTStdRoman.eot");
  src: url("../fonts/HelveticaLTStdRoman.eot?") format("embedded-opentype"), url("../fonts/HelveticaLTStdRoman.woff") format("woff"), url("../fonts/HelveticaLTStdRoman.ttf") format("truetype"), url("../fonts/HelveticaLTStdRoman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.padding-50-0 {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .hide-767 {
    display: none;
  }
}

.show-767 {
  display: none;
}
@media (max-width: 767px) {
  .show-767 {
    display: block;
  }
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: initial;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 575px) {
  .banner-image-wrap.mb-0-xs {
    margin-bottom: 0 !important;
  }
}

p {
  font-family: "HelveticaLTStd-Blk";
}

.primary-text-color {
  color: #e9540d;
}

.paragraph-type-regular {
  font-size: 18px;
  font-family: "HelveticaLTStd-roman";
}

.paragraph-type-light {
  font-size: 18px;
  font-family: "HelveticaLTStd-light";
}

a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}

.font-weight-600 {
  font-weight: 600;
}

.clear {
  clear: both;
}

.capitalize {
  text-transform: capitalize;
}

.inline-field {
  display: inline-block;
  vertical-align: middle;
}

.block-width {
  display: block;
  width: 100%;
}

.primar-text-color {
  color: #e9540d;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dddddd;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #dddddd;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #dddddd;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #dddddd;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background: rgba(22, 51, 91, 0.8);
}

@media (max-width: 575px) {
  .less-space-mobile-grid .less-space-col-mobile {
    padding: 0 8px;
  }
}

.wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-bottom: 85px;
  }
}

.vh-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.vx-boxshdow-2 {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}

.error-message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DD3333;
}

.heading-2 {
  font-size: 46px;
  text-transform: uppercase;
  font-family: "rift-soft";
}
@media (max-width: 575px) {
  .heading-2 {
    font-size: 7vw;
  }
}

.heading-3 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "rift-soft";
}
@media (max-width: 575px) {
  .heading-3 {
    font-size: 7vw;
  }
}

.heading-4 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "rift-soft";
}
@media (max-width: 575px) {
  .heading-4 {
    font-size: 5vw;
  }
}

.sub-heading-1 {
  color: #1D1D26;
  font-size: 26px;
  font-family: "HelveticaLTStd-roman";
}
@media (max-width: 575px) {
  .sub-heading-1 {
    font-size: 6vw;
  }
}

.bold-text {
  font-weight: bold;
}

@media (max-width: 767px) {
  .text-center-md {
    text-align: center !important;
  }
}

.section-title {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .section-title {
    padding: 20px 0;
  }
}

.dashed-divider {
  border-bottom: 1px dashed #1D1D26;
}

.solid-divider {
  border-bottom: 1px solid #dddddd;
}

.blue-btn-custom {
  font-family: "rift-soft";
  font-weight: 600 !important;
  background: #06a0e3;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  padding: 12px 30px !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 5px 0 0 #0b7dad;
  -moz-box-shadow: 0 5px 0 0 #0b7dad;
  box-shadow: 0 5px 0 0 #0b7dad;
}
@media (max-width: 767px) {
  .blue-btn-custom {
    padding: 5px 20px !important;
    font-size: 14px !important;
    -webkit-box-shadow: 0 3px 0 0 #0b7dad;
    -moz-box-shadow: 0 3px 0 0 #0b7dad;
    box-shadow: 0 3px 0 0 #0b7dad;
  }
}
.blue-btn-custom i {
  font-size: 28px;
}
@media (max-width: 767px) {
  .blue-btn-custom i {
    font-size: 20px;
  }
}
.blue-btn-custom:hover {
  color: #ffffff;
  background: #078fc9;
  -webkit-box-shadow: 0 5px 0 0 #0b7dad;
  -moz-box-shadow: 0 5px 0 0 #0b7dad;
  box-shadow: 0 5px 0 0 #0b7dad;
}
@media (max-width: 767px) {
  .blue-btn-custom:hover:hover {
    -webkit-box-shadow: 0 3px 0 0 #0b7dad;
    -moz-box-shadow: 0 3px 0 0 #0b7dad;
    box-shadow: 0 3px 0 0 #0b7dad;
  }
}
.blue-btn-custom:focus {
  box-shadow: none !important;
}

.primary-btn-custom {
  font-family: "rift-soft";
  font-weight: 600 !important;
  background: #DD3333;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  padding: 12px 30px !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 5px 0 0 #b61d1d;
  -moz-box-shadow: 0 5px 0 0 #b61d1d;
  box-shadow: 0 5px 0 0 #b61d1d;
}
@media (max-width: 767px) {
  .primary-btn-custom {
    padding: 5px 20px !important;
    font-size: 14px !important;
    -webkit-box-shadow: 0 3px 0 0 #b61d1d;
    -moz-box-shadow: 0 3px 0 0 #b61d1d;
    box-shadow: 0 3px 0 0 #b61d1d;
  }
}
.primary-btn-custom i {
  font-size: 28px;
}
@media (max-width: 767px) {
  .primary-btn-custom i {
    font-size: 20px;
  }
}
.primary-btn-custom:hover {
  color: #ffffff;
  background: #d32323;
  -webkit-box-shadow: 0 5px 0 0 #b42b2b;
  -moz-box-shadow: 0 5px 0 0 #b42b2b;
  box-shadow: 0 5px 0 0 #b42b2b;
}
@media (max-width: 767px) {
  .primary-btn-custom:hover:hover {
    -webkit-box-shadow: 0 3px 0 0 #b42b2b;
    -moz-box-shadow: 0 3px 0 0 #b42b2b;
    box-shadow: 0 3px 0 0 #b42b2b;
  }
}
.primary-btn-custom:focus {
  box-shadow: none !important;
}

.secondary-btn-custom {
  font-family: "rift-soft";
  font-weight: 600 !important;
  background: #26c281;
  -moz-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  padding: 12px 30px !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 5px 0 0 #21a46d;
  -moz-box-shadow: 0 5px 0 0 #21a46d;
  box-shadow: 0 5px 0 0 #21a46d;
}
@media (max-width: 767px) {
  .secondary-btn-custom {
    padding: 5px 20px !important;
    font-size: 14px !important;
    -webkit-box-shadow: 0 3px 0 0 #21a46d;
    -moz-box-shadow: 0 3px 0 0 #21a46d;
    box-shadow: 0 3px 0 0 #21a46d;
  }
}
.secondary-btn-custom i {
  font-size: 28px;
}
@media (max-width: 767px) {
  .secondary-btn-custom i {
    font-size: 20px;
  }
}
.secondary-btn-custom:hover {
  color: #ffffff;
  background: #22ad73;
  -webkit-box-shadow: 0 5px 0 0 #1a9461;
  -moz-box-shadow: 0 5px 0 0 #1a9461;
  box-shadow: 0 5px 0 0 #1a9461;
}
@media (max-width: 767px) {
  .secondary-btn-custom:hover:hover {
    -webkit-box-shadow: 0 3px 0 0 #1a9461;
    -moz-box-shadow: 0 3px 0 0 #1a9461;
    box-shadow: 0 3px 0 0 #1a9461;
  }
}
.secondary-btn-custom:focus {
  box-shadow: none !important;
}

.trns-red-btn-custom {
  font-family: "rift-soft";
  font-weight: 600 !important;
  background: none;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  color: #DD3333 !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .trns-red-btn-custom {
    padding: 0 !important;
    font-size: 14px !important;
  }
}
.trns-red-btn-custom i {
  font-size: 28px;
}
@media (max-width: 767px) {
  .trns-red-btn-custom i {
    font-size: 20px;
  }
}
.trns-red-btn-custom:hover {
  color: #bd2020 !important;
  background: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .trns-red-btn-custom:hover:hover {
    box-shadow: none !important;
  }
}
.trns-red-btn-custom:focus {
  box-shadow: none !important;
}

.container-fluid-custom {
  width: 98% !important;
}

.custom-radio-btn [type=radio]:checked,
.custom-radio-btn [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-radio-btn [type=radio]:checked + label,
.custom-radio-btn [type=radio]:not(:checked) + label {
  font-family: "HelveticaLTStd-BoldCond";
  font-size: 20px;
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 46px;
  display: inline-block;
  color: #1D1D26;
  text-transform: uppercase;
  margin: 0;
}
.custom-radio-btn [type=radio]:checked + label:before,
.custom-radio-btn [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-radio-btn [type=radio]:checked + label:before {
  border: 1px solid #26c281;
  background: #26c281;
}
.custom-radio-btn [type=radio]:checked + label:after,
.custom-radio-btn [type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio-btn [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-radio-btn [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-checkbox-btn [type=checkbox]:checked,
.custom-checkbox-btn [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom-checkbox-btn [type=checkbox]:checked + label,
.custom-checkbox-btn [type=checkbox]:not(:checked) + label {
  font-family: "HelveticaLTStd-BoldCond";
  font-size: 20px;
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 46px;
  display: inline-block;
  color: #1D1D26;
  text-transform: uppercase;
  margin: 0;
}
.custom-checkbox-btn [type=checkbox]:checked + label:before,
.custom-checkbox-btn [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-checkbox-btn [type=checkbox]:checked + label:before {
  border: 1px solid #26c281;
  background: #26c281;
}
.custom-checkbox-btn [type=checkbox]:checked + label:after,
.custom-checkbox-btn [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-checkbox-btn [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom-checkbox-btn [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

header {
  background: #e9540d;
  position: relative;
  z-index: 999;
}
.logo {
  position: absolute;
  top: -50px;
  left: 0;
}
@media (max-width: 1200px) {
  .logo {
    position: absolute;
    top: -80px;
    left: 10px;
  }
  .logo img {
    width: 100px;
  }
}

.header-title {
  font-family: "HelveticaLTStd-BlkCondObl";
  color: #ffffff;
  font-size: 25px;
  text-align: right;
  padding: 20px 0 13px;
  margin: 0;
  font-weight: bold;
  font-style: italic;
}

.banner-image-wrap {
  position: relative;
}
.banner-image-wrap:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-image-wrap img {
  width: 100%;
}

.service-pagination {
  position: relative;
  z-index: 99;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .service-pagination {
    margin-top: -15px;
  }
}
.service-pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.service-pagination ul li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .service-pagination ul li {
    margin: 0 5px;
  }
}
.service-pagination ul li a {
  font-family: "HelveticaLTStd-BoldCond";
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 1px 0 #dddddd;
  -moz-box-shadow: 0 2px 1px 0 #dddddd;
  box-shadow: 0 2px 1px 0 #dddddd;
  display: block;
  height: 48px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  color: #1D1D26;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  line-height: 55px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  pointer-events: none;
}
.service-pagination ul li a:hover {
  background: #e9540d;
  color: #ffffff;
}
.service-pagination ul li a.active {
  background: #e9540d;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 1px 0 rgba(247, 143, 30, 0.5);
  -moz-box-shadow: 0 2px 1px 0 rgba(247, 143, 30, 0.5);
  box-shadow: 0 2px 1px 0 rgba(247, 143, 30, 0.5);
}
@media (max-width: 767px) {
  .service-pagination ul li a {
    height: 26px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
  }
}

.container-2-col-service {
  width: 750px;
  max-width: 750px !important;
}

.service-thumb-wrapper {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 1px 0 #dddddd;
  -moz-box-shadow: 0 2px 1px 0 #dddddd;
  box-shadow: 0 2px 1px 0 #dddddd;
}
@media (max-width: 575px) {
  .service-thumb-wrapper {
    margin-bottom: 15px;
  }
}
.service-thumb-wrapper a {
  display: block;
}
.service-thumb-wrapper:hover {
  background: #26c281;
}
.service-thumb-wrapper:hover .service-title h4 a {
  color: #ffffff;
}
.service-thumb-wrapper:hover .image-holder img {
  outline: 10px solid #26c281;
}
.service-thumb-wrapper .image-holder img {
  width: 100%;
  outline-offset: -10px;
}
.service-thumb-wrapper .service-title {
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .service-thumb-wrapper .service-title {
    padding: 10px;
  }
}
.service-thumb-wrapper .service-title h4 {
  margin: 0;
  min-height: 52px;
}
@media (max-width: 575px) {
  .service-thumb-wrapper .service-title h4 {
    min-height: 7vw;
  }
}
.service-thumb-wrapper .service-title h4 a {
  font-family: "rift-soft";
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #1D1D26;
}
@media (max-width: 575px) {
  .service-thumb-wrapper .service-title h4 a {
    font-size: 3vw;
  }
}
.service-thumb-wrapper .service-title h4 a span {
  display: block;
  width: 100%;
}
.service-thumb-wrapper .service-title h4 a:hover {
  text-decoration: none;
}

.issue-wrap {
  margin-bottom: 30px;
}
.issue-wrap .service-thumb-selectable {
  background: #ffffff;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 2px 1px 0 #dddddd;
  -moz-box-shadow: 0 2px 1px 0 #dddddd;
  box-shadow: 0 2px 1px 0 #dddddd;
}
@media (max-width: 767px) {
  .issue-wrap .service-thumb-selectable {
    margin-bottom: 5px;
  }
}
.issue-wrap .service-thumb-selectable .image-holder img {
  width: 100%;
}
.issue-wrap .service-thumb-selectable .service-title {
  padding: 25px 25px 18px 25px;
}
.issue-wrap .service-thumb-selectable .service-title h4 a {
  font-family: "rift-soft";
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #1D1D26;
  font-weight: bold;
}
.issue-wrap .service-thumb-selectable .service-title h4 a span {
  display: block;
  width: 100%;
}
.issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:checked + label,
.issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:not(:checked) + label {
  font-family: "rift-soft";
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 575px) {
  .issue-wrap .service-thumb-selectable .service-title {
    padding: 10px 15px;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:checked + label,
.issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:not(:checked) + label {
    font-family: "rift-soft";
    font-size: 4vw;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #1D1D26;
    text-transform: uppercase;
    margin: 0;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:checked + label:before,
.issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:not(:checked) + label:before {
    width: 30px;
    height: 30px;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:checked + label:after,
.issue-wrap .service-thumb-selectable .service-title .custom-checkbox-btn [type=checkbox]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 575px) {
  .issue-wrap .service-thumb-selectable .service-title {
    padding: 10px 15px;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:checked + label,
.issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:not(:checked) + label {
    font-family: "rift-soft";
    font-size: 4vw;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #1D1D26;
    text-transform: uppercase;
    margin: 0;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:checked + label:before,
.issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:not(:checked) + label:before {
    width: 30px;
    height: 30px;
  }
  .issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:checked + label:after,
.issue-wrap .service-thumb-selectable .service-title .custom-radio-btn [type=radio]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
  }
}
.issue-wrap .details-link {
  color: #DD3333;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .issue-wrap .details-link {
    font-size: 12px;
    line-height: 18px;
    display: block;
  }
}
.issue-wrap .details-link:hover {
  text-decoration: none;
  color: #1D1D26;
}

@media (max-width: 960px) {
  .section-title-hulf-mobile h2 {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-title-hulf-mobile {
    padding: 40px 0 30px 0;
  }
}

.step-item-row {
  background: #ffffff;
  padding: 80px;
  margin-bottom: 60px;
  border-top: 5px solid #e9540d;
  -webkit-box-shadow: 0 2px 1px 0 #dddddd;
  -moz-box-shadow: 0 2px 1px 0 #dddddd;
  box-shadow: 0 2px 1px 0 #dddddd;
}
@media (max-width: 960px) {
  .step-item-row {
    padding: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .step-item-row {
    padding: 20px;
    border-top: none;
    margin-bottom: 20px;
  }
}
.step-item-row .step-image-holder .step-number-title {
  display: none;
}
@media (max-width: 960px) {
  .step-item-row .step-image-holder .step-number-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .step-item-row .step-image-holder .step-number-title {
    display: none;
  }
}
.step-item-row .step-image-holder img {
  width: 100%;
}
@media (max-width: 960px) {
  .step-item-row .step-image-holder img {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .step-item-row .col-md-5 {
    max-width: 100%;
    flex: 100%;
  }
}
@media (max-width: 960px) {
  .step-item-row .col-md-7 {
    max-width: 100%;
    flex: 100%;
  }
}
@media (max-width: 960px) {
  .step-item-row .step-details-item .step-number-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .step-item-row .step-details-item .step-number-title {
    display: block;
  }
}
.step-item-row .step-details-item .step-paragraph-typo p {
  margin-bottom: 20px;
}
.step-item-row .step-details-item .step-paragraph-typo p.paragraph-type-regular {
  font-size: 20px;
}
.step-item-row .step-details-item .step-paragraph-typo .tag-row p {
  font-size: 20px;
}
.step-item-row .step-details-item .step-paragraph-typo .tag-row p span i.icon-sunrise {
  font-size: 30px;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .step-item-row .step-number-title span {
    width: 25px;
    height: 25px;
    line-height: 31px;
    font-size: 14px;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  .step-item-row .step-number-title label {
    font-size: 22px;
  }
}

.tag-row-inline {
  text-align: center;
}
.tag-row-inline p {
  display: inline-block;
  margin: 0 10px !important;
}
.tag-row-inline p label {
  width: auto !important;
}

.step-number-title {
  margin-bottom: 10px;
}
.step-number-title span {
  font-family: "HelveticaLTStd-roman";
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background: #e9540d;
  color: #ffffff;
  margin-right: 10px;
}
.step-number-title label {
  color: #e9540d;
  font-family: "rift-soft";
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .button-wrap-step3 {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .button-wrap-step3 .mb-5 {
    margin-bottom: 20px !important;
  }
}

.home-text-typo {
  padding: 40px 0 0 0;
}
.home-text-typo p {
  font-family: "HelveticaLTStd-roman";
  text-align: center;
  font-size: 18px;
  width: 655px;
  max-width: 100%;
  margin: 0 auto;
}

footer {
  background: #e9540d;
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .footer-logo {
  margin-top: -15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footer-logo {
    margin-bottom: 10px;
  }
}
footer .footer-logo img {
  width: 100px;
}
@media (max-width: 767px) {
  footer .footer-logo img {
    width: 80px;
  }
}
footer .footer-right-link {
  padding: 15px 0 10px;
  margin: 0;
  
}
@media (max-width: 767px) {
  footer .footer-right-link {
    padding: 5px 0 8px;
  }
}
footer .footer-right-link a {
  display: inline-block;
  font-family: "HelveticaLTStd-BlkCondObl";
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  margin: 0 6px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  footer .footer-right-link a {
    font-size: 18px;
  }
}

.product-gird .required-title {
  font-size: 14px;
  font-family: "HelveticaLTStd-roman";
  margin-bottom: 10px !important;
}
.product-gird .product-item-wrap {
  background: #f4f5f1;
  padding: 10px;
  margin-bottom: 30px;
}
.product-gird .product-item-wrap .pr-top-title {
  display: block;
  text-align: center;
  font-family: "HelveticaLTStd-roman";
  font-size: 13px;
  color: #e9540d;
}
.product-gird .product-item-wrap a {
  display: block;
  text-decoration: none;
  color: #1D1D26;
}
.product-gird .product-item-wrap a:hover {
  color: #e9540d;
}
.product-gird .product-item-wrap.product-item-wrap-dubble {
  padding: 0;
  margin: 0;
}
.product-gird .product-item-wrap .product-item-dubble-row {
  margin: 0;
}
.product-gird .product-item-wrap .product-item-dubble-row .col-md-6 {
  padding: 0;
}
.product-gird .product-item-wrap .pr-image {
  height: 130px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.product-gird .product-item-wrap .pr-image img {
  max-height: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-gird .product-item-wrap .product-title {
  font-family: "HelveticaLTStd-roman";
  font-size: 11px;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 15px;
  min-height: 30px;
}

.single-content {
  background: #ffffff;
  padding: 30px 100px;
}
@media (max-width: 991px) {
  .single-content .card-body-custom {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .single-content .card-body-custom .issue-details-content {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .single-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .single-content {
    margin: 0 -15px;
  }
}

.accordion-custom .card {
  border: none;
}
.accordion-custom .card .card-header {
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  border-bottom: none;
  border-top: 1px solid #1D1D26;
  padding: 0;
}
.accordion-custom .card .card-header .btn {
  padding: 15px 0 10px 0;
  text-transform: uppercase;
  color: #1D1D26;
  font-family: "HelveticaLTStd-light";
  text-decoration: none;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 22px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .accordion-custom .card .card-header .btn {
    font-size: 16px;
  }
}
.accordion-custom .card .card-header .btn:hover {
  color: #e9540d;
}
.accordion-custom .card .card-header .btn i {
  float: right;
  font-size: 25px;
  margin-right: 5px;
  margin-top: -5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-custom .card .card-header.active-acc .btn {
  color: #e9540d;
  font-weight: bold;
}
.accordion-custom .card .card-header.active-acc .btn i {
  float: right;
  font-size: 25px;
  margin-right: 5px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.issue-details-content {
  padding: 20px 100px;
}
@media (max-width: 767px) {
  .issue-details-content {
    padding: 20px 0;
  }
}
.issue-details-content p {
  font-family: "HelveticaLTStd-light";
  font-size: 18px;
}
.issue-details-content img {
  width: 100%;
  margin-bottom: 20px;
}

.tools-details-content {
  padding: 20px 0 !important;
}
@media (max-width: 767px) {
  .tools-details-content {
    padding: 20px 0;
  }
}
.tools-details-content p {
  font-family: "HelveticaLTStd-light";
  font-size: 18px;
}

.inline-switch-group .custom-checkbox-btn {
  display: inline-block;
  min-width: 200px;
}
@media (max-width: 767px) {
  .inline-switch-group .custom-checkbox-btn {
    min-width: 32%;
    padding: 0 5px;
  }
}

.inline-switch-group .custom-radio-btn {
  display: inline-block;
  min-width: 200px;
}
@media (max-width: 767px) {
  .inline-switch-group .custom-radio-btn {
    min-width: 32%;
    padding: 0 5px;
  }
}

.tools-details-item {
  background: #f4f5f1;
  padding: 70px 90px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tools-details-item {
    padding: 25px 15px;
  }
  .tools-details-item .inline-switch-group {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .product-col {
    width: 100% !important;
    text-align: center;
  }
}

.tools-thumb-wrap {
  background: #e9540d;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tools-thumb-wrap {
    display: inline-block;
  }
}
.tools-thumb-wrap .image-holder {
  background: #ffffff;
  border: 5px solid #e9540d;
  padding: 15px 10px;
}
.tools-thumb-wrap .image-holder img {
  max-height: 150px;
  outline-offset: -10px;
}
.tools-thumb-wrap .service-title {
  padding: 5px 10px 10px 10px;
}
@media (max-width: 767px) {
  .tools-thumb-wrap .service-title {
    padding: 10px;
  }
}
.tools-thumb-wrap .service-title h4 {
  margin: 0;
  min-height: 52px;
}
@media (max-width: 575px) {
  .tools-thumb-wrap .service-title h4 {
    min-height: 7vw;
  }
}
.tools-thumb-wrap .service-title h4 a {
  font-family: "rift-soft";
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .tools-thumb-wrap .service-title h4 a {
    font-size: 3vw;
  }
}
.tools-thumb-wrap .service-title h4 a span {
  display: block;
  width: 100%;
}

.tools-detail-wrap p {
  font-size: 16px;
  font-family: "HelveticaLTStd-roman";
}

.tag-row {
  margin-bottom: 20px;
}
.tag-row p {
  font-family: "HelveticaLTStd-roman";
  margin: 0;
}
.tag-row p label {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  font-weight: normal;
  margin: 0;
}
.tag-row p span {
  display: inline-block;
}
.tag-row p span i.icon-sunrise {
  font-size: 22px;
  margin-left: -4px;
}

.product-circle-row {
  padding: 20px 0;
}

.prodcut-circle .image-holder-circle {
  width: 165px;
  height: 165px;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 15px solid #ffffff;
  background: #ffffff;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px;
}
.prodcut-circle .image-holder-circle img {
  height: 100%;
}
.prodcut-circle h3 {
  font-family: "rift-soft";
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #1D1D26;
}
.prodcut-circle h3 span {
  display: block;
}

.arrow-down {
  padding: 0 0;
  text-align: center;
}
.arrow-down a {
  font-size: 24px;
  display: inline-block;
  color: #1D1D26;
}
.arrow-down a:hover {
  color: #e9540d;
}

.usages-wrap {
  width: 600px;
  margin: 0 auto 30px auto;
  padding-left: 70px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .usages-wrap {
    padding-left: 0;
  }
}

.usages-item-row label {
  font-size: 16px;
  font-weight: bold;
  font-family: "HelveticaLTStd-roman";
}
.usages-item-row p {
  font-size: 16px;
  font-weight: normal;
  font-family: "HelveticaLTStd-roman";
  margin: 0;
  position: relative;
  padding-left: 10px;
}
.usages-item-row p:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.single-content-issue-details {
  padding-top: 80px;
}

.needed-product-wrapper {
  width: 560px;
  margin: 0 auto;
  max-width: 100%;
}
.needed-product-wrapper .col-auto {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .needed-product-wrapper {
    width: 320px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .needed-product-wrapper .prodcut-circle .image-holder-circle {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 767px) {
  .needed-product-wrapper .prodcut-circle h3 {
    font-size: 15px;
  }
}

.inline-button-set .btn {
  margin: 5px 8px;
}

@media (max-width: 767px) {
  .page-action-button-set .button-col {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .card-body-custom {
    padding: 10px 0 !important;
  }
}

@media (max-width: 767px) {
  .inline-custom-checkbox-responsive {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inline-custom-checkbox-responsive label {
    padding-top: 38px;
    padding-left: 0 !important;
    text-align: center;
    font-size: 14px !important;
  }
  .inline-custom-checkbox-responsive label:before {
    top: 0;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .inline-custom-checkbox-responsive label:before:after {
    content: "0";
  }
  .inline-custom-checkbox-responsive label:after {
    top: 12px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
  }
}

.pdf-header .logo {
  position: static;
  padding-top: 15px;
  margin-bottom: -35px;
}
.pdf-header .logo img {
  width: 130px;
}

.pdf-content-wrapper {
  padding: 50px 0;
}

.self-needed {
  font-size: 15px;
  text-align: right;
  font-weight: normal;
  font-family: "HelveticaLTStd-roman";
}
.self-needed strong {
  font-weight: bold;
}

.black-divider-2 {
  border-bottom: 2px solid #1D1D26;
}

.shop-item-wrap {
  padding: 30px 0;
}
.shop-item-wrap .shop-item-header {
  margin-bottom: 30px;
}
.shop-item-wrap .shop-item-header h5 {
  font-family: "rift-soft";
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
.shop-item-wrap .shop-item-header h5 strong {
  font-family: "HelveticaLTStd-roman";
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 36px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #1D1D26;
  color: #ffffff;
  text-align: center;
}
.shop-item-wrap .shop-item-product .selected-product-item {
  text-align: center;
  width: 138px;
  max-width: 100%;
}
.shop-item-wrap .shop-item-product .selected-product-item .select-p-img {
  border: 2px solid #1D1D26;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
}
.shop-item-wrap .shop-item-product .selected-product-item .select-p-img img {
  min-height: 100px;
  max-height: 100px;
}
.shop-item-wrap .shop-item-product .selected-product-item h5 {
  font-family: "rift-soft";
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-height: 38px;
  margin-bottom: 15px;
}
.shop-item-wrap .issue-item-img {
  margin-bottom: 20px;
  height: 338px;
}
.shop-item-wrap .issue-item-img img {
  width: 100%;
  height: 100%;
}
.shop-item-wrap .tag-row-shop {
  margin-bottom: 15px;
}
.shop-item-wrap .paragraph-typo-shop .paragraph-type-regular {
  font-size: 16px;
}
.shop-item-wrap .paragraph-typo-shop .paragraph-type-light {
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */
