/*
Theme Name: GTD Desco
Author: Callum Rook
Author URI: https://uk.linkedin.com/in/callumdrook
Description: Bespoke theme for GTD Desco
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: EurostileBold;
  src: url("./fonts/eurostile-bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 400 500 600 700 800 900;
}
@font-face {
  font-family: EurostileBlack;
  src: url("./fonts/eurostile-black-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 400 500 600 700 800 900;
}
@font-face {
  font-family: 'Eurostile Regular';
  src: url("./fonts/eurostile-webfont.woff2") format("woff2"), url("./fonts/eurostile-webfont.woff") format("woff");
  font-weight: 300 400 500 600 700 800 900;
  font-style: normal;
}
/*_typography.scss*/
/* line 22, sass/_partials/_typography.scss */
h1 {
  font-size: 4vw !important;
  font-weight: 800 !important;
  font-family: EurostileBlack, sans-serif;
}

/* line 27, sass/_partials/_typography.scss */
h2 {
  font-size: 3.9vw !important;
  font-weight: 800 !important;
  font-family: EurostileBlack, sans-serif;
}

/* line 32, sass/_partials/_typography.scss */
h3 {
  font-size: 3.6vw !important;
  font-weight: 500 !important;
  font-family: EurostileBlack, sans-serif;
}

/* line 37, sass/_partials/_typography.scss */
h4 {
  font-size: 1.8vw !important;
  font-weight: 500 !important;
  font-family: EurostileBlack, sans-serif;
}

/* line 42, sass/_partials/_typography.scss */
p {
  font-size: 1.6vw;
  font-weight: 300;
  font-family: Eurostile Regular, sans-serif;
}

/* line 47, sass/_partials/_typography.scss */
a {
  font-size: 1.6vw;
  font-weight: 300;
  font-family: Eurostile Regular, sans-serif;
}

/* line 52, sass/_partials/_typography.scss */
strong {
  font-weight: 500 !important;
  font-family: EurostileBold, sans-serif;
}

/* line 56, sass/_partials/_typography.scss */
li {
  font-size: 1.6vw;
  font-weight: 300;
  font-family: Eurostile Regular, sans-serif;
}

/* line 61, sass/_partials/_typography.scss */
span {
  font-size: 16px;
  font-weight: 300;
  font-family: Eurostile Regular, sans-serif;
}

/* line 67, sass/_partials/_typography.scss */
#product_block-1 p, #product_block-2 p, #factory-tour-content p, #product_upsell_block p, #support-tour-content p {
  font-size: 1.5vw !important;
}

@media (max-width: 800px) {
  /* line 72, sass/_partials/_typography.scss */
  h1 {
    font-size: 35px !important;
    font-weight: 800 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 77, sass/_partials/_typography.scss */
  h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 82, sass/_partials/_typography.scss */
  h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 87, sass/_partials/_typography.scss */
  h4 {
    font-size: 22px !important;
    font-weight: 500 !important;
    font-family: EurostileBold, sans-serif;
  }

  /* line 92, sass/_partials/_typography.scss */
  p {
    font-size: 4vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 97, sass/_partials/_typography.scss */
  a {
    font-size: 4vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 102, sass/_partials/_typography.scss */
  strong {
    font-weight: 500 !important;
    font-family: EurostileBold, sans-serif;
  }

  /* line 106, sass/_partials/_typography.scss */
  li {
    font-size: 24vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 111, sass/_partials/_typography.scss */
  span {
    font-size: 4vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 117, sass/_partials/_typography.scss */
  #product_block-1 p, #product_block-2 p, #factory-tour-content p, #product_upsell_block p, #support-tour-content p {
    font-size: 4vw !important;
  }
}
@media (min-width: 1800px) {
  /* line 125, sass/_partials/_typography.scss */
  h1 {
    font-size: 75px !important;
    font-weight: 800 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 130, sass/_partials/_typography.scss */
  h2 {
    font-size: 65px !important;
    font-weight: 800 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 135, sass/_partials/_typography.scss */
  h3 {
    font-size: 45px !important;
    font-weight: 500 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 140, sass/_partials/_typography.scss */
  h4 {
    font-size: 35px !important;
    font-weight: 500 !important;
    font-family: EurostileBlack, sans-serif;
  }

  /* line 145, sass/_partials/_typography.scss */
  p {
    font-size: 1vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 150, sass/_partials/_typography.scss */
  a {
    font-size: 1vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 155, sass/_partials/_typography.scss */
  strong {
    font-weight: 500 !important;
    font-family: EurostileBold, sans-serif;
  }

  /* line 159, sass/_partials/_typography.scss */
  li {
    font-size: 1vw;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 164, sass/_partials/_typography.scss */
  span {
    font-size: 16px;
    font-weight: 300;
    font-family: Eurostile Regular, sans-serif;
  }

  /* line 170, sass/_partials/_typography.scss */
  #product_block-1 p, #product_block-2 p, #factory-tour-content p, #product_upsell_block p, #support-tour-content p {
    font-size: 1vw !important;
  }
}
/* line 180, sass/_partials/_typography.scss */
.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

/* line 186, sass/_partials/_typography.scss */
.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

/* line 192, sass/_partials/_typography.scss */
.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 198, sass/_partials/_typography.scss */
.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 204, sass/_partials/_typography.scss */
.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 210, sass/_partials/_typography.scss */
.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* line 216, sass/_partials/_typography.scss */
.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* line 222, sass/_partials/_typography.scss */
.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* line 228, sass/_partials/_typography.scss */
.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* line 234, sass/_partials/_typography.scss */
.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

/* line 240, sass/_partials/_typography.scss */
.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

/* line 246, sass/_partials/_typography.scss */
.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* line 252, sass/_partials/_typography.scss */
.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* line 258, sass/_partials/_typography.scss */
.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* line 264, sass/_partials/_typography.scss */
.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

/* line 270, sass/_partials/_typography.scss */
.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* line 276, sass/_partials/_typography.scss */
.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

/* line 282, sass/_partials/_typography.scss */
.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* line 295, sass/_partials/_typography.scss */
.article-full h1 {
  position: relative;
}
/* line 298, sass/_partials/_typography.scss */
.article-full h1:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}

/* line 309, sass/_partials/_typography.scss */
.right-text-styles {
  text-align: right;
}
/* line 311, sass/_partials/_typography.scss */
.right-text-styles h2 {
  position: relative;
}
/* line 314, sass/_partials/_typography.scss */
.right-text-styles h2:before {
  content: '';
  width: 140px;
  height: 4px;
  right: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}

/* line 326, sass/_partials/_typography.scss */
.banner-title h2 {
  position: relative;
}
/* line 329, sass/_partials/_typography.scss */
.banner-title h2:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #fff;
}

/* line 340, sass/_partials/_typography.scss */
.product_upsell_inner:before {
  content: '';
  display: none !important;
}

/* line 345, sass/_partials/_typography.scss */
#produc-upsell-block-title {
  position: relative;
}

/* line 348, sass/_partials/_typography.scss */
#produc-upsell-block-title:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}

/* line 364, sass/_partials/_typography.scss */
.left-title-h2 h2,
#contect-block-title h2,
#double_head_rigs h2,
.drill-rig-title h2,
.drill-rigs-page h2,
#partners_block h2 {
  position: relative;
}
/* line 367, sass/_partials/_typography.scss */
.left-title-h2 h2:before,
#contect-block-title h2:before,
#double_head_rigs h2:before,
.drill-rig-title h2:before,
.drill-rigs-page h2:before,
#partners_block h2:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}
/* line 376, sass/_partials/_typography.scss */
.left-title-h2 h1,
#contect-block-title h1,
#double_head_rigs h1,
.drill-rig-title h1,
.drill-rigs-page h1,
#partners_block h1 {
  position: relative;
}
/* line 379, sass/_partials/_typography.scss */
.left-title-h2 h1:before,
#contect-block-title h1:before,
#double_head_rigs h1:before,
.drill-rig-title h1:before,
.drill-rigs-page h1:before,
#partners_block h1:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}

/* line 392, sass/_partials/_typography.scss */
#news-page-text h1,
#other-equipment-page-text h1,
#download-page-text h1 {
  position: relative;
  color: #c60000;
}
/* line 396, sass/_partials/_typography.scss */
#news-page-text h1:before,
#other-equipment-page-text h1:before,
#download-page-text h1:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 43px;
  position: absolute;
  background: #c60000;
}

/* Global SCSS */
/* line 2, sass/_partials/global.scss */
* {
  box-sizing: border-box;
}

/* line 5, sass/_partials/global.scss */
body {
  background-color: #f9f9f9;
  font-family: "Kanit", sans-serif;
  overflow-x: hidden;
}

/* line 11, sass/_partials/global.scss */
main {
  padding-top: 90px;
}

/* line 14, sass/_partials/global.scss */
h1 {
  margin-bottom: 35px !important;
}

/* line 17, sass/_partials/global.scss */
h2 {
  margin-bottom: 30px !important;
}

/* line 20, sass/_partials/global.scss */
p {
  margin-bottom: 20px;
}

/* line 29, sass/_partials/global.scss */
.image-mobile-only {
  display: block;
}

/* mixins.scss */
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* line 15, sass/_partials/_mixins.scss */
.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

/*_variables.scss */
/* Body Text Styles */
/* line 4, sass/_partials/buttons.scss */
#mega-menu-item-66 a {
  display: inline-block;
  color: #c50000 !important;
  border-color: #3979ff;
  border-radius: 9px !important;
  font-weight: 500;
  font-size: 20px;
  background-color: #ffffff !important;
  padding-top: 10px;
  padding-right: 38px;
  padding-bottom: 10px;
  padding-left: 38px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease !important;
}
/* line 20, sass/_partials/buttons.scss */
#mega-menu-item-66 a:hover {
  color: #FFFFFF !important;
  background-image: initial;
  background-color: #000 !important;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important;
}

/* line 28, sass/_partials/buttons.scss */
.info-button {
  display: inline-block;
  color: #c50000;
  border-color: #3979ff;
  border-radius: 9px;
  font-weight: 500;
  font-size: 23px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 45, sass/_partials/buttons.scss */
.info-button:hover {
  color: #FFFFFF;
  background-image: initial;
  background-color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 52, sass/_partials/buttons.scss */
.info-button:after {
  background: url("/wp-content/themes/gtd-desco/images/union_maroon.svg") no-repeat;
  font-size: 0px;
  content: "" !important;
  width: 24px;
  height: 18px;
  margin-left: 15px !important;
  top: 12px;
  left: auto;
  transform: translateY(-50%);
  background-size: 20px !important;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  opacity: 1;
}

/* line 68, sass/_partials/buttons.scss */
.info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat;
}

/* line 75, sass/_partials/buttons.scss */
.red-info-button {
  display: inline-block;
  color: #ffffff;
  border-color: #3979ff;
  border-radius: 9px;
  font-weight: 500;
  font-size: 23px;
  background-color: #c50000;
  padding-top: 10px;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 92, sass/_partials/buttons.scss */
.red-info-button:hover {
  color: #FFFFFF;
  background-image: initial;
  background-color: #000000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 99, sass/_partials/buttons.scss */
.red-info-button:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat;
  font-size: 0px;
  content: "" !important;
  width: 24px;
  height: 18px;
  margin-left: 15px !important;
  top: 12px;
  left: auto;
  transform: translateY(-50%);
  background-size: 20px !important;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  opacity: 1;
}

/* line 115, sass/_partials/buttons.scss */
.red-info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat;
}

/* line 121, sass/_partials/buttons.scss */
.green-info-button {
  display: inline-block;
  color: #ffffff;
  border-color: #3979ff;
  border-radius: 9px;
  font-weight: 500;
  font-size: 23px;
  background-color: #217d5a;
  padding-top: 10px;
  padding-right: 28px;
  padding-bottom: 10px;
  padding-left: 28px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 138, sass/_partials/buttons.scss */
.green-info-button:hover {
  color: #ffffff;
  background-image: initial;
  background-color: #000000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 145, sass/_partials/buttons.scss */
.green-info-button:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat;
  font-size: 0px;
  content: "" !important;
  width: 24px;
  height: 18px;
  margin-left: 15px !important;
  top: 12px;
  left: auto;
  transform: translateY(-50%);
  background-size: 20px !important;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  opacity: 1;
}

/* line 161, sass/_partials/buttons.scss */
.green-info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat;
}

/* line 167, sass/_partials/buttons.scss */
.modal-btn-styles {
  background: none;
  border: none;
}

/* line 174, sass/_partials/buttons.scss */
.info-button-menu {
  display: inline-block;
  color: #c50000;
  border-color: #3979ff;
  border-radius: 9px;
  font-weight: 500;
  background-color: #ffffff;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-top: 0px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}

/* line 190, sass/_partials/buttons.scss */
.info-button-menu:hover {
  color: #FFFFFF;
  background-image: initial;
  background-color: #000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

@media (min-width: 1400px) {
  /* line 2, sass/_partials/responsive_styles_global.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px !important;
  }
}
@media (max-width: 800px) {
  /* line 11, sass/_partials/responsive_styles_global.scss */
  #desktop-nav {
    display: none !important;
  }

  /* line 15, sass/_partials/responsive_styles_global.scss */
  #factory-tour-content {
    padding: 75px 30px !important;
  }

  /* line 18, sass/_partials/responsive_styles_global.scss */
  #support-tour-content {
    padding: 35px 30px !important;
  }

  /* line 21, sass/_partials/responsive_styles_global.scss */
  #product_upsell_block .product_upsell_inner {
    max-width: 100% !important;
    margin-right: 0% !important;
  }

  /* line 25, sass/_partials/responsive_styles_global.scss */
  #product_block-1 {
    padding: 0px 30px !important;
    border-top: 4px solid #c50000 !important;
  }

  /* line 29, sass/_partials/responsive_styles_global.scss */
  #product_block-2 {
    padding: 0px 30px !important;
    border-top: 4px solid #217d5a !important;
  }

  /* line 33, sass/_partials/responsive_styles_global.scss */
  .full-width-text-banner {
    padding: 35px 8px !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }

  /* line 38, sass/_partials/responsive_styles_global.scss */
  .full-width-text-banner h3:before {
    content: '';
    width: 48px !important;
    height: 54px;
    position: absolute;
    top: -10px !important;
    left: 10px !important;
  }

  /* line 46, sass/_partials/responsive_styles_global.scss */
  .full-width-text-banner h3:after {
    content: '';
    width: 48px !important;
    height: 54px;
    position: absolute;
    bottom: -10px !important;
    right: 10px !important;
  }

  /* line 54, sass/_partials/responsive_styles_global.scss */
  .full-width-text-banner h3 {
    font-weight: 700 !important;
    font-size: 30px !important;
  }

  /* line 58, sass/_partials/responsive_styles_global.scss */
  #big-mike-banner-image h2 {
    bottom: 150px !important;
    right: 30px !important;
  }

  /* line 62, sass/_partials/responsive_styles_global.scss */
  #big-mike-banner-image span {
    bottom: 100px !important;
    right: 36px !important;
    font-size: 22px !important;
  }

  /* line 67, sass/_partials/responsive_styles_global.scss */
  #youtube_block_outter {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  /* line 73, sass/_partials/responsive_styles_global.scss */
  #youtube_block {
    height: 300px !important;
    padding-top: 25px !important;
  }

  /* line 77, sass/_partials/responsive_styles_global.scss */
  #youtube_block iframe {
    height: 221px !important;
  }

  /* line 80, sass/_partials/responsive_styles_global.scss */
  #youtube_block_outter p {
    max-width: 100% !important;
  }

  /* line 83, sass/_partials/responsive_styles_global.scss */
  #factory-tour-outter {
    height: 450px !important;
    margin-top: 15px !important;
    border-top: 4px solid #217d5a !important;
  }

  /* line 88, sass/_partials/responsive_styles_global.scss */
  .image-box__overlay, #factory-tour-block {
    height: 450px !important;
  }

  /* line 91, sass/_partials/responsive_styles_global.scss */
  .image-large-only {
    display: none !important;
  }

  /* line 94, sass/_partials/responsive_styles_global.scss */
  .image-mobile-only {
    display: block !important;
  }

  /* line 97, sass/_partials/responsive_styles_global.scss */
  footer {
    padding: 20px 0px !important;
    margin-top: 15px !important;
  }

  /* line 101, sass/_partials/responsive_styles_global.scss */
  #contact-us-block {
    margin-top: 15px !important;
    padding: 33px 10px !important;
  }

  /* line 105, sass/_partials/responsive_styles_global.scss */
  .product_upsell_inner {
    padding: 40px !important;
    min-height: 320px !important;
    border-top: 4px solid #c60000 !important;
    margin-top: 15px !important;
  }

  /* line 111, sass/_partials/responsive_styles_global.scss */
  #product_upsell_block #produc-upsell-block-title {
    margin-bottom: 15px !important;
    max-width: 90% !important;
    margin-left: 15px !important;
  }

  /* line 116, sass/_partials/responsive_styles_global.scss */
  #partners_block #globla_partners {
    height: 196px !important;
    padding-top: 25px !important;
  }

  /* line 120, sass/_partials/responsive_styles_global.scss */
  #partners_block #globla_partners {
    height: 196px !important;
    padding-top: 25px !important;
  }

  /* line 124, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs {
    min-height: auto !important;
    margin-bottom: 35px;
  }

  /* line 129, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs #top-product-display-content {
    top: -54px !important;
    right: 0px !important;
  }
  /* line 133, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs #single_head_rigs .rig-display .gt25 {
    top: 15px !important;
    left: -22vw !important;
  }

  /* line 138, sass/_partials/responsive_styles_global.scss */
  #our-story-banner {
    height: 176px !important;
  }

  /* line 141, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .small-image {
    height: 193px !important;
  }

  /* line 144, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .text-block {
    padding-top: 25px !important;
    padding-right: 30px !important;
    padding-bottom: 25px !important;
    padding-left: 30px !important;
    height: auto !important;
  }

  /* line 151, sass/_partials/responsive_styles_global.scss */
  #our-story-main-content {
    margin-top: 30px !important;
  }

  /* line 154, sass/_partials/responsive_styles_global.scss */
  #text-banner-image-bkg {
    height: 350px !important;
    margin-bottom: 15px;
  }

  /* line 158, sass/_partials/responsive_styles_global.scss */
  #text-banner-image-bkg h2 {
    bottom: 50px !important;
    max-width: 87% !important;
    left: 41px !important;
  }

  /* line 163, sass/_partials/responsive_styles_global.scss */
  .left-title-h2 h2:before, #product_upsell_block h2:before, #contect-block-title h2:before, #double_head_rigs h2:before, .drill-rig-title h2:before, .drill-rigs-page h2:before, #product_upsell_block h2:before, #partners_block h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 167, sass/_partials/responsive_styles_global.scss */
  .left-title-h2 h1:before, #contect-block-title h1:before, #double_head_rigs h1:before, .drill-rig-title h1:before, .drill-rigs-page h1:before, #product_upsell_block h1:before, #partners_block h1:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 171, sass/_partials/responsive_styles_global.scss */
  #youtube_block_outter h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 175, sass/_partials/responsive_styles_global.scss */
  #news-page-text h1:before, #other-equipment-page-text h1:before, #download-page-text h1:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 179, sass/_partials/responsive_styles_global.scss */
  .banner-title h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 183, sass/_partials/responsive_styles_global.scss */
  .banner-title-right h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 187, sass/_partials/responsive_styles_global.scss */
  .right-text-styles h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important;
  }

  /* line 191, sass/_partials/responsive_styles_global.scss */
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  /* line 195, sass/_partials/responsive_styles_global.scss */
  #double_head_rigs .euro_drill {
    display: none !important;
  }

  /* line 198, sass/_partials/responsive_styles_global.scss */
  #other-equipment .equipment-display .equipment-content {
    position: unset !important;
  }

  /* line 202, sass/_partials/responsive_styles_global.scss */
  #other-equipment-page .tc24 {
    top: 0 !important;
  }

  /* line 205, sass/_partials/responsive_styles_global.scss */
  #other-equipment-page .mg5oo {
    top: 0 !important;
  }

  /* line 208, sass/_partials/responsive_styles_global.scss */
  #other-equipment-page .geoweight {
    left: 0 !important;
  }

  /* line 211, sass/_partials/responsive_styles_global.scss */
  #other-equipment .equipment-display {
    margin-bottom: 30px !important;
  }

  /* line 214, sass/_partials/responsive_styles_global.scss */
  #other-equipment {
    padding: 0px !important;
  }

  /* line 217, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs .rig-display .rig-content {
    top: 40px !important;
    left: 42px !important;
  }

  /* line 222, sass/_partials/responsive_styles_global.scss */
  #double_head_rigs .rig-display .rig-content {
    top: 26px !important;
    left: 30px;
  }

  /* line 226, sass/_partials/responsive_styles_global.scss */
  #video-banner {
    max-width: 100vw;
  }

  /* line 229, sass/_partials/responsive_styles_global.scss */
  #banner-outter {
    position: relative;
  }

  /* line 232, sass/_partials/responsive_styles_global.scss */
  #banner-outter .banner-inner h1 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 20px !important;
  }

  /* line 237, sass/_partials/responsive_styles_global.scss */
  #banner-title:before {
    width: 50px !important;
    height: 63px !important;
    top: -76px !important;
    left: 47%;
    content: '';
  }

  /* line 244, sass/_partials/responsive_styles_global.scss */
  .drill-rig-title #spec-bottom-image {
    position: unset !important;
    max-width: 100% !important;
  }

  /* line 248, sass/_partials/responsive_styles_global.scss */
  .block-image img {
    width: 300px !important;
    position: relative !important;
    right: -62px !important;
    bottom: 16px !important;
  }

  /* line 254, sass/_partials/responsive_styles_global.scss */
  #footer-details {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 258, sass/_partials/responsive_styles_global.scss */
  #footer-details span a {
    font-size: 16px !important;
  }

  /* line 263, sass/_partials/responsive_styles_global.scss */
  #advice-outter:after {
    top: -417px !important;
  }

  /* line 266, sass/_partials/responsive_styles_global.scss */
  .drill-rig-title .heading-style:before {
    left: -44px !important;
    top: -3px !important;
  }

  /* line 270, sass/_partials/responsive_styles_global.scss */
  .drill-rig-title .heading-style {
    left: 22px !important;
  }

  /* line 274, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 277, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 280, sass/_partials/responsive_styles_global.scss */
  #support-gallery-2 .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 283, sass/_partials/responsive_styles_global.scss */
  #support-gallery-3 .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 286, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 289, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 292, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 295, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 298, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 302, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .text-block, #our-story-gallery .text-block-2, #our-story-gallery .text-block-3, #our-story-gallery .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 309, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block, #factory-tour-gallery-4 .text-block-2, #factory-tour-gallery-4 .text-block-3, #factory-tour-gallery-4 .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 316, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block, #factory-tour-gallery-3 .text-block-2, #factory-tour-gallery-3 .text-block-3, #factory-tour-gallery-3 .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 323, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block, #factory-tour-gallery-2 .text-block-2, #factory-tour-gallery-2 .text-block-3, #factory-tour-gallery-2 .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 330, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block, #factory-tour-gallery .text-block-2, #factory-tour-gallery .text-block-3, #factory-tour-gallery .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 337, sass/_partials/responsive_styles_global.scss */
  #support-gallery-3 .text-block, #support-gallery-3 .text-block-2, #support-gallery-3 .text-block-3, #support-gallery-3 .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 344, sass/_partials/responsive_styles_global.scss */
  #support-gallery-2 .text-block, #support-gallery-2 .text-block-2, #support-gallery-2 .text-block-3, #support-gallery-2 .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 351, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block, #support-gallery .text-block-2, #support-gallery .text-block-3, #support-gallery .text-block-4 {
    margin-bottom: 15px !important;
    height: auto !important;
    padding: 30px !important;
  }

  /* line 357, sass/_partials/responsive_styles_global.scss */
  .menu-menu-1-container {
    display: none !important;
  }

  /* line 360, sass/_partials/responsive_styles_global.scss */
  .my-logo a img {
    top: 24px !important;
    width: 58vw !important;
  }

  /* line 364, sass/_partials/responsive_styles_global.scss */
  #mega-menu-wrap-header-menu {
    top: 18px !important;
  }

  /* line 367, sass/_partials/responsive_styles_global.scss */
  .text-area-margin-bottom, #our-story-main-content {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  /* line 371, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs .rig-display .gt45 {
    top: 48px !important;
    right: -80px !important;
  }

  /* line 375, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs .rig-display .gt60 {
    top: 48px !important;
    right: -80px !important;
  }

  /* line 379, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs .rig-display .gt35 {
    top: 68px !important;
    right: -80px !important;
  }

  /* line 383, sass/_partials/responsive_styles_global.scss */
  #single_head_rigs .rig-display .gt25 {
    top: 35px !important;
    right: -78px !important;
  }

  /* line 387, sass/_partials/responsive_styles_global.scss */
  #double_head_rigs .rig-display #gt60dd-image {
    top: 90px !important;
    right: -80px !important;
    max-width: 85% !important;
  }

  /* line 392, sass/_partials/responsive_styles_global.scss */
  #double_head_rigs .rig-display #gt45dd-image {
    top: 92px !important;
    right: -80px !important;
  }

  /* line 396, sass/_partials/responsive_styles_global.scss */
  #page-image-right {
    width: 100% !important;
  }

  /* line 399, sass/_partials/responsive_styles_global.scss */
  .spec-content-container .spec-content ul li {
    font-size: 20px !important;
  }

  /* line 402, sass/_partials/responsive_styles_global.scss */
  .green-info-button {
    font-size: 18px !important;
  }

  /* line 407, sass/_partials/responsive_styles_global.scss */
  #other-equipment-banner-iamge {
    padding-top: 11px !important;
  }

  /* line 410, sass/_partials/responsive_styles_global.scss */
  #other-equipment .equipment-display img {
    height: 250px !important;
  }
}
@media (max-width: 1100px) {
  /* line 416, sass/_partials/responsive_styles_global.scss */
  #desktop-nav {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  /* line 422, sass/_partials/responsive_styles_global.scss */
  #mega-menu-wrap-header-menu {
    display: none !important;
  }

  /* line 425, sass/_partials/responsive_styles_global.scss */
  .menu-font-style {
    font-size: 1.2vw !important;
  }

  /* line 428, sass/_partials/responsive_styles_global.scss */
  .info-button-menu {
    font-size: 1.2vw !important;
  }

  /* line 431, sass/_partials/responsive_styles_global.scss */
  #banner-title {
    font-size: 4vw !important;
  }
}
@media (min-width: 1800px) {
  /* line 438, sass/_partials/responsive_styles_global.scss */
  #banner-title {
    font-size: 3vw !important;
    max-width: 80% !important;
    margin: auto !important;
  }

  /* line 443, sass/_partials/responsive_styles_global.scss */
  .info-button-menu {
    font-size: .75vw !important;
  }

  /* line 446, sass/_partials/responsive_styles_global.scss */
  .menu-font-style {
    font-size: .75vw !important;
    font-weight: 500 !important;
    font-family: 'EurostileBold' !important;
    text-decoration: none !important;
    color: #fff;
  }

  /* line 453, sass/_partials/responsive_styles_global.scss */
  #mega-menu-wrap-header-menu {
    display: none !important;
  }

  /* line 456, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 459, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 462, sass/_partials/responsive_styles_global.scss */
  #support-gallery-2 .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 465, sass/_partials/responsive_styles_global.scss */
  #support-gallery-3 .text-block-2 h3 {
    font-size: 5vw !important;
  }

  /* line 468, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block h3 {
    font-size: 2.2vw !important;
  }

  /* line 471, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block-2 h3 {
    font-size: 2.2vw !important;
  }

  /* line 474, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block-2 h3 {
    font-size: 2.2vw !important;
  }

  /* line 477, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block-2 h3 {
    font-size: 2.2vw !important;
  }

  /* line 480, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .text-block h3 {
    font-size: 5vw !important;
  }

  /* line 484, sass/_partials/responsive_styles_global.scss */
  #our-story-gallery .text-block, #our-story-gallery .text-block-2, #our-story-gallery .text-block-3, #our-story-gallery .text-block-4 {
    margin-bottom: 15px !important;
  }

  /* line 489, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 493, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 497, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 501, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-4 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }

  /* line 507, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 511, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 515, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 519, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-3 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }

  /* line 525, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 529, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 533, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }
  /* line 537, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery-2 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important;
  }

  /* line 543, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 547, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 551, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }
  /* line 555, sass/_partials/responsive_styles_global.scss */
  #factory-tour-gallery .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important;
  }

  /* line 563, sass/_partials/responsive_styles_global.scss */
  #support-gallery-3 .text-block, #support-gallery-3 .text-block-2, #support-gallery-3 .text-block-3, #support-gallery-3 .text-block-4 {
    margin-bottom: 15px !important;
  }

  /* line 568, sass/_partials/responsive_styles_global.scss */
  #support-gallery-2 .text-block, #support-gallery-2 .text-block-2, #support-gallery-2 .text-block-3, #support-gallery-2 .text-block-4 {
    margin-bottom: 15px !important;
  }

  /* line 573, sass/_partials/responsive_styles_global.scss */
  #support-gallery .text-block, #support-gallery .text-block-2, #support-gallery .text-block-3, #support-gallery .text-block-4 {
    margin-bottom: 15px !important;
  }
}
/* Header SCSS */
/* line 2, sass/_partials/header.scss */
#header-outter {
  background-color: #C60000;
  height: 92px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: solid 2px #fff;
  max-width: 100vw;
}
/* line 10, sass/_partials/header.scss */
#header-outter .menu-menu-1-container {
  margin-top: 14px;
}

/* line 17, sass/_partials/header.scss */
.my-logo a img {
  position: absolute;
  top: 10px;
  left: -12px;
}

/* line 25, sass/_partials/header.scss */
.navbar {
  position: relative;
  top: 15px;
}

/* line 29, sass/_partials/header.scss */
.margin-right-menu {
  padding-right: 15px;
}

/* line 34, sass/_partials/header.scss */
.menu-font-style {
  font-weight: 500 !important;
  font-family: 'EurostileBold' !important;
  text-decoration: none !important;
  color: #fff;
}

/* line 42, sass/_partials/header.scss */
#desktop-nav {
  position: relative;
  top: 4px;
}

/* line 48, sass/_partials/header.scss */
.drill-rigs-menu-dropdown {
  display: block;
  min-width: 100vw;
  left: calc(100% - 47.6vw);
  top: 45px !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all .3s ease !important;
}

/* line 58, sass/_partials/header.scss */
body:has(.drill-rigs-menu-item:hover) .drill-rigs-menu-dropdown, .drill-rigs-menu-dropdown:hover {
  display: block;
  min-width: 100vw;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important;
}

/* line 69, sass/_partials/header.scss */
.other-equipment-menu-dropdown {
  display: block;
  min-width: 100vw;
  left: calc(100% - 60vw);
  top: 45px !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all .3s ease !important;
}

/* line 79, sass/_partials/header.scss */
body:has(.other-equipment-menu-item:hover) .other-equipment-menu-dropdown, .other-equipment-menu-dropdown:hover {
  display: block;
  min-width: 100vw;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important;
}

/* line 90, sass/_partials/header.scss */
.about-menu-dropdown {
  display: block;
  min-width: 100vw;
  left: calc(100% - 85vw);
  top: 55px !important;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all .3s ease !important;
}

/* line 100, sass/_partials/header.scss */
body:has(.about-menu-item:hover) .about-menu-dropdown, .about-menu-dropdown:hover {
  display: block;
  min-width: 100vw;
  visibility: visible;
  opacity: 1;
  height: auto;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important;
}

/* line 122, sass/_partials/header.scss */
.parent-item {
  font-weight: 900;
  font-family: 'EurostileBold';
  color: #c60000;
  text-decoration: none;
}

/* line 128, sass/_partials/header.scss */
.dropdown-items {
  padding-left: 0px;
}
/* line 131, sass/_partials/header.scss */
.dropdown-items li a {
  color: #c60000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* line 142, sass/_partials/header.scss */
#site-navigation .dropdown-menu ul li.menu-item {
  min-width: max-content;
}

/* line 146, sass/_partials/header.scss */
#mega-menu-header-menu {
  margin-top: 25px !important;
}
/* line 148, sass/_partials/header.scss */
#mega-menu-header-menu .mega-menu-item {
  margin: 0 20px 0 0 !important;
}
/* line 151, sass/_partials/header.scss */
#mega-menu-header-menu .mega-indicator {
  display: none !important;
}

/* line 161, sass/_partials/header.scss */
.dropdown {
  float: left;
}

/* line 166, sass/_partials/header.scss */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
}

/* line 181, sass/_partials/header.scss */
.dropdown-container-styles {
  padding: 0 100px;
}

/* line 185, sass/_partials/header.scss */
.dropdown-content {
  background-color: #eaeaea;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
  top: 32px;
  position: absolute;
  padding: 50px 180px;
}

/* line 197, sass/_partials/header.scss */
.dropdown-content .header {
  /* background: #c60000; */
  padding: 16px 0;
  color: #c60000;
}
/* line 202, sass/_partials/header.scss */
.dropdown-content .header h3 {
  font-size: 2vw !important;
  border-bottom: solid 4px #fff;
}

/* Create three equal columns that floats next to each other */
/* Clear floats after the columns */
/* line 244, sass/_partials/header.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  /* line 252, sass/_partials/header.scss */
  .column {
    width: 100%;
    height: auto;
  }
}
/* Menu Styles */
/* line 2, sass/_partials/_menu.scss */
#menu-menu-1 li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  width: auto;
  position: relative;
  transition: all .2s ease;
}

/* line 10, sass/_partials/_menu.scss */
#menu-menu-1 li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  transition: all .2s ease;
}

/* line 16, sass/_partials/_menu.scss */
#menu-menu-1 li ul {
  display: none;
  transition: all .2s ease;
}

/* line 20, sass/_partials/_menu.scss */
#menu-menu-1 li:hover ul {
  display: inline-block;
  padding: 15px;
  position: absolute;
  width: 100vw;
  bottom: -80px;
  left: calc(100% - 350px);
  color: #C60000;
  background-color: #f2f2f2;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 32, sass/_partials/_menu.scss */
#menu-menu-1 li:hover ul:hover {
  display: block;
  padding: 15px;
  position: absolute;
  width: 100vw;
  bottom: -80px;
  left: calc(100% - 350px);
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 42, sass/_partials/_menu.scss */
.sub-menu li a {
  color: #c60000 !important;
}

/* Banner Images */
/* line 2, sass/_partials/banner.scss */
#banner-outter {
  margin-bottom: 25px;
  position: relative;
}
/* line 5, sass/_partials/banner.scss */
#banner-outter .banner-inner {
  display: inline-block;
  background-size: cover;
  background-position: center;
}
/* line 10, sass/_partials/banner.scss */
#banner-outter .banner-inner h1 {
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  padding-left: 18%;
  padding-right: 18%;
}

/* line 23, sass/_partials/banner.scss */
#video-banner {
  display: block;
  margin: auto;
  max-width: 1800px;
  width: 100vw;
  height: auto;
}

/* line 31, sass/_partials/banner.scss */
#banner-title:before {
  background-image: url("/wp-content/themes/gtd-desco/images/white_logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100px;
  height: 138px;
  top: -140px;
  left: 47%;
  content: '';
}

/* line 43, sass/_partials/banner.scss */
#product_block-1 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding: 40px 90px;
  border-top: 6px solid #c50000;
}
/* line 49, sass/_partials/banner.scss */
#product_block-1 .product_block_inner {
  padding-top: 5%;
}
/* line 51, sass/_partials/banner.scss */
#product_block-1 .product_block_inner h2 {
  color: #c50000;
}
/* line 55, sass/_partials/banner.scss */
#product_block-1 img {
  max-width: 100%;
}

/* line 59, sass/_partials/banner.scss */
#product_block-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding: 40px 90px;
  border-top: 6px solid #217d5a;
}
/* line 65, sass/_partials/banner.scss */
#product_block-2 .product_block_inner {
  padding-top: 5%;
}
/* line 67, sass/_partials/banner.scss */
#product_block-2 .product_block_inner h2 {
  color: #217d5a;
}
/* line 71, sass/_partials/banner.scss */
#product_block-2 img {
  max-width: 100%;
}

/* line 80, sass/_partials/banner.scss */
#our-story-banner {
  background-image: url("/wp-content/uploads/2025/03/Frame-427320971-1.jpg");
  background-size: cover;
  background-position: center center;
  height: 622px;
  max-width: 1800px;
  width: 100vw;
  margin: auto;
  position: relative;
}

/* line 93, sass/_partials/banner.scss */
.banner-overide h2 {
  color: #fff !important;
  position: absolute;
  bottom: 120px !important;
  max-width: 60%;
}

/* line 105, sass/_partials/banner.scss */
#text-banner-image-bkg {
  background-size: cover;
  background-position: center center;
  height: 622px;
  position: relative;
  max-width: 1800px;
  width: 100vw;
  margin: auto;
  margin-bottom: 26px !important;
}
/* line 115, sass/_partials/banner.scss */
#text-banner-image-bkg h2 {
  color: #fff !important;
  position: absolute;
  bottom: 200px;
  max-width: 60%;
}

/* line 123, sass/_partials/banner.scss */
#big-mike-banner-image {
  background-image: url("/wp-content/uploads/2025/06/Rectangle-124-1.jpg");
  background-size: cover;
  background-position: center center;
  height: 822px;
  text-align: right;
  position: relative;
  width: 100vw;
  max-width: 1800px;
  margin: auto;
}
/* line 133, sass/_partials/banner.scss */
#big-mike-banner-image h2 {
  color: #fff !important;
  position: absolute;
  bottom: 100px;
  right: 100px;
  max-width: 80%;
  text-align: right;
  text-transform: uppercase;
}
/* line 142, sass/_partials/banner.scss */
#big-mike-banner-image span {
  position: absolute;
  bottom: 50px;
  right: 100px;
  max-width: 60%;
  text-align: right;
  color: #fff;
  font-size: 1.6vw;
}

/* line 153, sass/_partials/banner.scss */
#joc-banner-image {
  background-image: url("/wp-content/uploads/2025/06/Jochen-GuH-Vs002.jpg");
  background-size: cover;
  background-position: center center;
  height: 822px;
  text-align: right;
  position: relative;
  width: 100vw;
  max-width: 1800px;
  margin: auto;
}
/* line 163, sass/_partials/banner.scss */
#joc-banner-image h2 {
  color: #fff !important;
  position: absolute;
  bottom: 100px;
  right: 100px;
  max-width: 80%;
  text-align: right;
  text-transform: uppercase;
}
/* line 172, sass/_partials/banner.scss */
#joc-banner-image span {
  position: absolute;
  bottom: 50px;
  right: 100px;
  max-width: 60%;
  text-align: right;
  color: #fff;
  font-size: 1.6vw;
}

/* line 183, sass/_partials/banner.scss */
#nick-banner-image {
  background-image: url("/wp-content/uploads/2025/06/Nick-Zohdi-Allied-Geothermal-Vs001-1.jpg");
  background-size: cover;
  background-position: center center;
  height: 822px;
  text-align: right;
  position: relative;
  width: 100vw;
  max-width: 1800px;
  margin: auto;
}
/* line 193, sass/_partials/banner.scss */
#nick-banner-image h2 {
  color: #fff !important;
  position: absolute;
  bottom: 100px;
  right: 100px;
  max-width: 80%;
  text-align: right;
  text-transform: uppercase;
}
/* line 202, sass/_partials/banner.scss */
#nick-banner-image span {
  position: absolute;
  bottom: 50px;
  right: 100px;
  max-width: 60%;
  text-align: right;
  color: #fff;
  font-size: 1.6vw;
}

/* line 1, sass/_partials/single_head_rigs.scss */
#single_head_rigs {
  min-height: 650px;
}
/* line 3, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 7, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display img {
  max-width: 90%;
  position: relative;
  transition: all .5s ease;
  z-index: 10;
}
/* line 13, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .gt60 {
  top: -10px;
  right: -5px;
}
/* line 17, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .gt45 {
  top: 13px;
  right: -5px;
}
/* line 21, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .gt35 {
  top: 12px;
  right: -5px;
}
/* line 25, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .gt25 {
  top: 15px;
  right: -5px;
}
/* line 29, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .gt25-content-height {
  top: -33px !important;
}
/* line 32, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content {
  position: absolute;
  top: 0px;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
/* line 37, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content ul {
  left: -30px;
  position: relative;
}
/* line 40, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content ul li {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1vw;
}
/* line 45, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content ul li .bold-info {
  font-weight: 600;
  font-size: 18px;
  transition: all .1s ease;
}
/* line 51, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 60, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display .rig-content ul li:before {
  position: absolute;
  width: 80px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition: all .5s ease;
}
/* line 73, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover {
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 76, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover img {
  max-width: 100%;
  position: relative;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 82, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content {
  position: absolute;
  top: 0px;
}
/* line 86, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content ul {
  left: -30px;
  position: relative;
}
/* line 89, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content ul li {
  position: relative;
}
/* line 91, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content ul li .bold-info {
  font-weight: 900;
  font-size: 18px;
}
/* line 94, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content ul li .bold-info a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 104, sass/_partials/single_head_rigs.scss */
#single_head_rigs .rig-display:hover .rig-content ul li:before {
  position: absolute;
  width: 160px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 120, sass/_partials/single_head_rigs.scss */
#single_head_rigs .gt25-rig-display {
  top: 60px;
}

/* Factory Tour Block - currently */
/* line 2, sass/_partials/blocks.scss */
#factory-tour-outter {
  position: relative;
  height: 650px;
  margin-top: 50px !important;
  border-top: 6px solid #217d5a;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
}

/* line 11, sass/_partials/blocks.scss */
#factory-tour-block {
  background-size: cover;
  z-index: 10;
}

/* line 15, sass/_partials/blocks.scss */
.image-box__overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}

/* line 19, sass/_partials/blocks.scss */
#factory-tour-content {
  position: absolute;
  z-index: 30;
  color: #ffffff;
  padding: 90px;
}

/* line 25, sass/_partials/blocks.scss */
#support-tour-content {
  position: absolute;
  z-index: 30;
  color: #ffffff;
  padding: 120px;
  text-align: right;
  position: absolute;
  right: 0px;
}

/* line 34, sass/_partials/blocks.scss */
.image-box__overlay, #factory-tour-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 650px;
}

/* line 47, sass/_partials/blocks.scss */
.block-image {
  text-align: center;
  position: relative;
}
/* line 50, sass/_partials/blocks.scss */
.block-image img {
  width: 650px;
}

/* line 54, sass/_partials/blocks.scss */
#product_block-1 {
  background-image: url("/wp-content/themes/gtd-desco/images/GEOTHERMAL-DRILLING-RIGS-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  max-width: 1800px;
  margin: auto;
}

/* line 62, sass/_partials/blocks.scss */
#product_block-2 {
  background-image: url("/wp-content/themes/gtd-desco/images/GEOTHERMAL-DRILLING-RIGS-Background-flip.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  max-width: 1800px;
  margin: auto;
  margin-top: 50px !important;
}
/* line 70, sass/_partials/blocks.scss */
#product_block-2 img {
  max-width: 60%;
}

/* line 80, sass/_partials/blocks.scss */
.rig-content h3 {
  font-weight: 800 !important;
}

/* line 85, sass/_partials/blocks.scss */
#product_upsell_block {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px !important;
}

/* line 91, sass/_partials/blocks.scss */
#produc-upsell-block-title {
  text-transform: uppercase;
}

/* line 94, sass/_partials/blocks.scss */
#top-product-display-image {
  max-width: 70% !important;
  top: -50px !important;
}

/* line 98, sass/_partials/blocks.scss */
#top-product-display-content {
  top: 75px;
  left: 220px;
}

/* line 103, sass/_partials/blocks.scss */
.image-mobile-only {
  display: none;
}

/* line 108, sass/_partials/blocks.scss */
#gallery {
  margin-top: 45px !important;
  max-width: 1800px;
  margin: auto;
}
/* line 113, sass/_partials/blocks.scss */
#gallery img {
  width: 100%;
  margin-bottom: 24px;
}
/* line 117, sass/_partials/blocks.scss */
#gallery .small-image {
  width: calc(50% - 8.9px);
  height: 230px;
}
/* line 121, sass/_partials/blocks.scss */
#gallery .broken-aspect-ratio {
  height: calc(100% - 278px);
}
/* line 124, sass/_partials/blocks.scss */
#gallery .margin-right {
  margin-right: 12px;
}
/* line 127, sass/_partials/blocks.scss */
#gallery .gallery-content-block {
  background-color: #217d5a;
  padding: 30px 50px;
  height: 393px;
}
/* line 131, sass/_partials/blocks.scss */
#gallery .gallery-content-block h4 {
  color: #ffffff;
  font-size: 2vw !important;
}

/* line 139, sass/_partials/blocks.scss */
.text-area-margin-bottom,
#our-story-main-content {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 144, sass/_partials/blocks.scss */
.loop-real-block-img {
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: 0px;
}

/* line 151, sass/_partials/blocks.scss */
#our-story-main-content img {
  width: 100%;
}

/* line 156, sass/_partials/blocks.scss */
.story-row {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* line 159, sass/_partials/blocks.scss */
.story-row .image {
  text-align: center;
}
/* line 162, sass/_partials/blocks.scss */
.story-row .text {
  padding-top: 4%;
}
/* line 164, sass/_partials/blocks.scss */
.story-row .text h2 {
  margin-bottom: 45px;
}

/* line 170, sass/_partials/blocks.scss */
#support-gallery {
  max-width: 1800px;
  margin: auto;
}
/* line 173, sass/_partials/blocks.scss */
#support-gallery img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 177, sass/_partials/blocks.scss */
#support-gallery .small-image {
  width: calc(50% - 8px);
  height: 350px;
}
/* line 181, sass/_partials/blocks.scss */
#support-gallery .margin-right {
  margin-right: 11px;
}
/* line 184, sass/_partials/blocks.scss */
#support-gallery .double-image {
  max-width: 60%;
}
/* line 188, sass/_partials/blocks.scss */
#support-gallery .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 25vw);
}
/* line 196, sass/_partials/blocks.scss */
#support-gallery .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2vw !important;
}
/* line 202, sass/_partials/blocks.scss */
#support-gallery .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 1vw);
}
/* line 210, sass/_partials/blocks.scss */
#support-gallery .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3vw !important;
}

/* line 219, sass/_partials/blocks.scss */
#support-gallery-2 {
  max-width: 1800px;
  margin: auto;
}
/* line 222, sass/_partials/blocks.scss */
#support-gallery-2 img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 226, sass/_partials/blocks.scss */
#support-gallery-2 .small-image {
  width: calc(50% - 8px);
  height: 350px;
}
/* line 230, sass/_partials/blocks.scss */
#support-gallery-2 .margin-right {
  margin-right: 11px;
}
/* line 233, sass/_partials/blocks.scss */
#support-gallery-2 .double-image {
  max-width: 60%;
}
/* line 237, sass/_partials/blocks.scss */
#support-gallery-2 .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 26vw);
}
/* line 245, sass/_partials/blocks.scss */
#support-gallery-2 .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2vw !important;
}
/* line 251, sass/_partials/blocks.scss */
#support-gallery-2 .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 1vw);
}
/* line 259, sass/_partials/blocks.scss */
#support-gallery-2 .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}

/* line 269, sass/_partials/blocks.scss */
#our-story-gallery {
  max-width: 1800px;
  margin: auto;
}
/* line 272, sass/_partials/blocks.scss */
#our-story-gallery img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 276, sass/_partials/blocks.scss */
#our-story-gallery .small-image {
  width: calc(50% - 8px);
  height: 350px;
}
/* line 280, sass/_partials/blocks.scss */
#our-story-gallery .margin-right {
  margin-right: 11px;
}
/* line 283, sass/_partials/blocks.scss */
#our-story-gallery .double-image {
  max-width: 60%;
}
/* line 287, sass/_partials/blocks.scss */
#our-story-gallery .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 29.5vw);
}
/* line 295, sass/_partials/blocks.scss */
#our-story-gallery .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 301, sass/_partials/blocks.scss */
#our-story-gallery .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 1vw);
}
/* line 309, sass/_partials/blocks.scss */
#our-story-gallery .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}

/* line 318, sass/_partials/blocks.scss */
#factory-tour-gallery {
  max-width: 1800px;
  margin: auto;
}
/* line 321, sass/_partials/blocks.scss */
#factory-tour-gallery img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 325, sass/_partials/blocks.scss */
#factory-tour-gallery .small-image {
  width: calc(50% - 8px);
  height: 350px;
}
/* line 329, sass/_partials/blocks.scss */
#factory-tour-gallery .margin-right {
  margin-right: 11px;
}
/* line 332, sass/_partials/blocks.scss */
#factory-tour-gallery .double-image {
  max-width: 60%;
}
/* line 336, sass/_partials/blocks.scss */
#factory-tour-gallery .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 25vw);
}
/* line 344, sass/_partials/blocks.scss */
#factory-tour-gallery .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw  !important;
}
/* line 350, sass/_partials/blocks.scss */
#factory-tour-gallery .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
}
/* line 358, sass/_partials/blocks.scss */
#factory-tour-gallery .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw  !important;
}

/* line 366, sass/_partials/blocks.scss */
#factory-tour-gallery-2 {
  max-width: 1800px;
  margin: auto;
}
/* line 369, sass/_partials/blocks.scss */
#factory-tour-gallery-2 img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 373, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .small-image {
  width: calc(50% - 8px);
  height: 475px;
}
/* line 377, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .margin-right {
  margin-right: 11px;
}
/* line 380, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .double-image {
  max-width: 60%;
}
/* line 384, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 29.6vw);
}
/* line 392, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 398, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block-2 {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 25vw);
}
/* line 406, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block-2 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 412, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
}
/* line 420, sass/_partials/blocks.scss */
#factory-tour-gallery-2 .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}

/* line 429, sass/_partials/blocks.scss */
#factory-tour-gallery-3 {
  max-width: 1800px;
  margin: auto;
}
/* line 432, sass/_partials/blocks.scss */
#factory-tour-gallery-3 img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 436, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .small-image {
  width: calc(50% - 8px);
  height: 475px;
}
/* line 440, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .margin-right {
  margin-right: 11px;
}
/* line 443, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .double-image {
  max-width: 60%;
}
/* line 447, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 25.2vw);
}
/* line 455, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 461, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-2 {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 28.5vw);
}
/* line 469, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-2 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 475, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-3 {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 31.5vw);
}
/* line 483, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-3 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 489, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
}
/* line 497, sass/_partials/blocks.scss */
#factory-tour-gallery-3 .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}

/* line 504, sass/_partials/blocks.scss */
#factory-tour-gallery-4 {
  max-width: 1800px;
  margin: auto;
}
/* line 507, sass/_partials/blocks.scss */
#factory-tour-gallery-4 img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 511, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .small-image {
  width: calc(50% - 8px);
  height: 475px;
}
/* line 515, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .margin-right {
  margin-right: 11px;
}
/* line 518, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .double-image {
  max-width: 60%;
}
/* line 522, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 29vw);
}
/* line 530, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 536, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-2 {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 28.5vw);
}
/* line 544, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-2 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 550, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-3 {
  background-color: #182c2b;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  margin-bottom: 14px;
  height: calc(100% - 31.5vw);
}
/* line 558, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-3 h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}
/* line 564, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-small {
  background-color: #182c2b;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  margin-bottom: 14px;
}
/* line 572, sass/_partials/blocks.scss */
#factory-tour-gallery-4 .text-block-small h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6vw !important;
}

/* line 582, sass/_partials/blocks.scss */
#contact-us-block {
  margin-top: 50px;
  min-height: 450px;
  background-color: #ebebeb;
  border-top: solid 4px #e60000;
  padding: 75px 50px;
}

/* line 592, sass/_partials/blocks.scss */
.news-page-card-image {
  height: 285px;
  background-size: cover;
  background-position: center;
}

/* line 597, sass/_partials/blocks.scss */
.news-header {
  min-height: 100px;
}

/* line 600, sass/_partials/blocks.scss */
#contact-us-image {
  background-image: url("/wp-content/uploads/2025/06/contact-us-image.png");
  background-size: cover;
  background-position: center;
}

/* line 606, sass/_partials/blocks.scss */
#contact-page-text {
  margin-top: 100px;
}

/* line 609, sass/_partials/blocks.scss */
#contact-form-outter {
  padding: 30px 50px;
  margin-bottom: 24px;
  background-color: #ededed;
}

/* Text states (for js) */
/* line 616, sass/_partials/blocks.scss */
.hide {
  opacity: 0;
  top: calc(50% + 8em);
  height: 0;
}

/* line 621, sass/_partials/blocks.scss */
.show {
  opacity: 1;
  top: calc(50% + 6em);
  height: auto;
}

/* line 626, sass/_partials/blocks.scss */
.hide-2 {
  opacity: 0;
  top: calc(50% + 8em);
  height: 0;
}

/* line 631, sass/_partials/blocks.scss */
.show-2 {
  opacity: 1;
  top: calc(50% + 6em);
  height: auto;
}

/* line 639, sass/_partials/blocks.scss */
.mud-pump-img {
  width: 100%;
}

/* line 642, sass/_partials/blocks.scss */
.mud-pump-row-style {
  border-top: 4px solid #000;
  padding: 50px 105px;
}

/* line 646, sass/_partials/blocks.scss */
.mud-pump-border-bottom {
  border-bottom: 4px solid #000;
}

/* line 649, sass/_partials/blocks.scss */
.mp-margin-bottom {
  margin-bottom: 50px;
}

/* line 654, sass/_partials/blocks.scss */
#brochure-outter {
  position: relative;
  height: 650px;
  max-width: 1800px;
  margin: 0px 13px;
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 662, sass/_partials/blocks.scss */
#brochure-outter #brochure-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 650px;
}
/* line 669, sass/_partials/blocks.scss */
#brochure-outter #brochure-block #brochure-content {
  position: relative !important;
  z-index: 30;
  color: #ffffff;
  padding: 90px;
}
/* line 675, sass/_partials/blocks.scss */
#brochure-outter #brochure-block #brochure-content h2 {
  color: #fff;
}
/* line 678, sass/_partials/blocks.scss */
#brochure-outter #brochure-block #brochure-content p {
  color: #fff;
}

/* line 1, sass/_partials/page_content_areas.scss */
#page-image-right {
  width: 100%;
}

/* line 6, sass/_partials/page_content_areas.scss */
.full-width-text-banner {
  text-align: center;
  background-color: #E8EAED;
  position: relative;
  padding: 50px 220px;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 13, sass/_partials/page_content_areas.scss */
.full-width-text-banner h3 {
  font-weight: 700;
  font-size: 50px;
}
/* line 17, sass/_partials/page_content_areas.scss */
.full-width-text-banner h3:before {
  content: '';
  width: 70px;
  height: 54px;
  position: absolute;
  top: -25px;
  left: 90px;
  background-image: url("/wp-content/themes/gtd-desco/images/quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 28, sass/_partials/page_content_areas.scss */
.full-width-text-banner h3:after {
  content: '';
  width: 70px;
  height: 54px;
  position: absolute;
  bottom: -25px;
  right: 90px;
  background-image: url("/wp-content/themes/gtd-desco/images/quote.svg");
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background-size: 100%;
}

/* line 45, sass/_partials/page_content_areas.scss */
.drill-rigs-page {
  margin-top: 40px;
}

/* line 48, sass/_partials/page_content_areas.scss */
.drill-rigs-page:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50vw;
  height: 50vw;
  z-index: -1;
  background-image: url("/wp-content/themes/gtd-desco/images/series_pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 44%;
}

/* line 63, sass/_partials/page_content_areas.scss */
#about-section-page:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  width: 50vw;
  height: 50vw;
  z-index: -1;
  background-image: url("/wp-content/themes/gtd-desco/images/series_pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 44%;
}

/* line 78, sass/_partials/page_content_areas.scss */
#news-page:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50vw;
  height: 50vw;
  z-index: -1;
  background-image: url("/wp-content/themes/gtd-desco/images/series_pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 44%;
}

/* line 93, sass/_partials/page_content_areas.scss */
.article-full:before,
#download-page-text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50vw;
  height: 50vw;
  z-index: -1;
  background-image: url("/wp-content/themes/gtd-desco/images/series_pattern.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 44%;
}

/* line 110, sass/_partials/page_content_areas.scss */
.drill-rig-title {
  position: relative;
}
/* line 112, sass/_partials/page_content_areas.scss */
.drill-rig-title .heading-style {
  left: 75px;
}
/* line 115, sass/_partials/page_content_areas.scss */
.drill-rig-title .heading-style:before {
  content: "";
  background: #008e39;
  width: 40px;
  height: 52px;
  position: absolute;
  left: -64px;
  top: 13px;
}
/* line 124, sass/_partials/page_content_areas.scss */
.drill-rig-title #spec-bottom-image {
  position: absolute;
  bottom: -126px;
  right: 0;
  max-width: 55%;
}

/* line 133, sass/_partials/page_content_areas.scss */
.grey-background {
  background-color: #eaeaea;
  padding: 50px 0;
  margin-bottom: 50px;
}

/* line 140, sass/_partials/page_content_areas.scss */
.spec-content-container {
  background-color: #eaeaea;
  padding: 50px 0;
  margin-bottom: 80px;
  margin-top: 50px;
}
/* line 147, sass/_partials/page_content_areas.scss */
.spec-content-container .spec-content h3 {
  text-transform: uppercase;
  color: #008e39;
  font-size: 35px !important;
  font-weight: 700 !important;
}
/* line 153, sass/_partials/page_content_areas.scss */
.spec-content-container .spec-content ul {
  margin-top: 25px;
  margin-bottom: 45px;
  padding-left: 0px !important;
}
/* line 157, sass/_partials/page_content_areas.scss */
.spec-content-container .spec-content ul li {
  font-size: 25px;
}

/* line 166, sass/_partials/page_content_areas.scss */
.gry-background {
  background-color: #eaeaea;
  padding: 30px 0px;
  margin-bottom: 25px;
}

/* line 172, sass/_partials/page_content_areas.scss */
.margin-bottom-top-display {
  margin-bottom: 25px;
}

/* line 1, sass/_partials/double_head_rigs.scss */
#double_head_rigs {
  min-height: 600px;
  position: relative;
}
/* line 4, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  max-height: 560px;
}
/* line 10, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display img {
  max-width: 75%;
  position: relative;
  transition: all .5s ease;
  z-index: 10;
}
/* line 16, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display #gt45dd-image {
  top: 20px;
  left: 50px;
}
/* line 20, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display #gt60dd-image {
  top: -26px;
  left: 50px;
}
/* line 24, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt60 {
  top: -10px;
  right: -5px;
}
/* line 28, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt45 {
  top: 13px;
  right: -5px;
}
/* line 32, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt35 {
  top: 12px;
  right: -5px;
}
/* line 36, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt25 {
  top: 15px;
  right: -5px;
}
/* line 40, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt25-content-height {
  top: -33px !important;
}
/* line 43, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .gt60dd-content {
  top: 40px !important;
}
/* line 46, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content {
  position: absolute;
  top: 60px;
  left: 30px;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
/* line 52, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content ul {
  left: -30px;
  position: relative;
}
/* line 55, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content ul li {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1vw;
}
/* line 60, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content ul li .bold-info {
  font-weight: 600;
  font-size: 18px;
  transition: all .1s ease;
}
/* line 65, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 74, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display .rig-content ul li:before {
  position: absolute;
  width: 80px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition: all .5s ease;
}
/* line 87, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover {
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 90, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover img {
  max-width: 79%;
  position: relative;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 96, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .gt60dd-content {
  top: 40px !important;
}
/* line 99, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content {
  position: absolute;
  top: 60px;
  left: 30px;
}
/* line 104, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content ul {
  left: -30px;
  position: relative;
}
/* line 107, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content ul li {
  position: relative;
}
/* line 109, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content ul li .bold-info {
  font-weight: 900;
}
/* line 112, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content ul li .bold-info a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 122, sass/_partials/double_head_rigs.scss */
#double_head_rigs .rig-display:hover .rig-content ul li:before {
  position: absolute;
  width: 160px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 136, sass/_partials/double_head_rigs.scss */
#double_head_rigs .euro_drill {
  background-image: url("/wp-content/themes/gtd-desco/images/Group-48673.png");
  padding-top: 60px;
  padding-right: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  background-size: cover;
  position: absolute;
  right: -194px;
  bottom: 18%;
}
/* line 146, sass/_partials/double_head_rigs.scss */
#double_head_rigs .euro_drill .logo {
  position: absolute;
  top: -50px;
  max-width: 150px;
  right: 130px;
}
/* line 152, sass/_partials/double_head_rigs.scss */
#double_head_rigs .euro_drill p {
  font-size: 20px;
  color: #ffffff;
  padding: 25px 40px;
  max-width: 75%;
}
/* line 160, sass/_partials/double_head_rigs.scss */
#double_head_rigs .gt25-rig-display {
  top: 60px;
}

/* line 164, sass/_partials/double_head_rigs.scss */
.bold-info {
  font-weight: 900;
  font-size: 18px;
}

/* line 173, sass/_partials/double_head_rigs.scss */
#top-product-display-content ul li p {
  font-size: 1vw !important;
}

/* line 1, sass/_partials/youtube_block.scss */
#youtube_block {
  height: 700px;
  padding-top: 50px;
  text-align: center;
}
/* line 6, sass/_partials/youtube_block.scss */
#youtube_block iframe {
  width: 100%;
  max-width: 952px;
  height: 600px;
}

/* line 12, sass/_partials/youtube_block.scss */
#youtube_block_outter {
  margin-top: 50px;
}
/* line 14, sass/_partials/youtube_block.scss */
#youtube_block_outter h2 {
  position: relative;
}
/* line 17, sass/_partials/youtube_block.scss */
#youtube_block_outter h2:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B;
}
/* line 26, sass/_partials/youtube_block.scss */
#youtube_block_outter p {
  max-width: 60%;
}

/* line 1, sass/_partials/partners_block.scss */
#partners_block {
  margin-top: 80px;
}
/* line 3, sass/_partials/partners_block.scss */
#partners_block #globla_partners {
  height: 180px;
  padding-top: 50px;
}
/* line 7, sass/_partials/partners_block.scss */
#partners_block #globla_partners img {
  width: 200px;
  height: auto;
}

/* line 2, sass/_partials/product_upsell_block.scss */
#product_upsell_block #produc-upsell-block-title {
  margin-bottom: 50px;
  max-width: 80%;
}
/* line 6, sass/_partials/product_upsell_block.scss */
#product_upsell_block .product_upsell_inner {
  background-size: cover;
  background-position: center center;
  padding: 90px;
  min-height: 550px;
  max-width: 49%;
  border-top: 6px solid #c60000;
}
/* line 13, sass/_partials/product_upsell_block.scss */
#product_upsell_block .product_upsell_inner h2 {
  color: #ffffff;
}
/* line 16, sass/_partials/product_upsell_block.scss */
#product_upsell_block .product_upsell_inner p {
  color: #ffffff;
}

/* line 1, sass/_partials/other_equipment_page.scss */
#other-equipment-banner-iamge {
  width: 100%;
}

/* line 5, sass/_partials/other_equipment_page.scss */
#other-equipment {
  min-height: 680px;
}
/* line 7, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display {
  position: relative;
  margin-bottom: 80px;
  margin-top: 0px;
}
/* line 11, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display img {
  height: 420px;
  width: auto;
  transition: all .5s ease;
  z-index: 10;
}
/* line 18, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .gt60 {
  top: 40px;
  right: -5px;
}
/* line 22, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .gt45 {
  top: 13px;
  right: -5px;
}
/* line 26, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .gt35 {
  top: 75px;
  right: -5px;
}
/* line 30, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .gt25 {
  top: 15px;
  right: -5px;
}
/* line 35, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content {
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
/* line 40, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content h3 {
  text-transform: uppercase;
}
/* line 43, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content ul {
  left: -30px;
  position: relative;
}
/* line 46, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content ul li {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all .5s ease;
  max-width: 80%;
}
/* line 52, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content ul li .bold-info {
  font-weight: 600;
  font-size: 18px;
  transition: all .1s ease;
}
/* line 58, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 67, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display .equipment-content ul li:before {
  position: absolute;
  width: 80px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition: all .5s ease;
}
/* line 80, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover {
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 83, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover img {
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 92, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover .equipment-content ul {
  left: -30px;
  position: relative;
}
/* line 95, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover .equipment-content ul li {
  position: relative;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 99, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover .equipment-content ul li .bold-info {
  font-weight: 900;
  font-size: 18px;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 104, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover .equipment-content ul li .bold-info a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #c60000;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 114, sass/_partials/other_equipment_page.scss */
#other-equipment .equipment-display:hover .equipment-content ul li:before {
  position: absolute;
  width: 160px;
  height: 2px;
  background: #2e3234;
  content: "";
  left: 0;
  top: 0;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 134, sass/_partials/other_equipment_page.scss */
#other-equipment-page-text h1 {
  color: #c60000;
}

/* line 138, sass/_partials/other_equipment_page.scss */
.mud-recyling-content {
  bottom: -60px !important;
}

/* line 141, sass/_partials/other_equipment_page.scss */
.mud-pumps-content {
  bottom: 26px !important;
}

/* line 146, sass/_partials/other_equipment_page.scss */
.mud-pump-row-style h2::before {
  display: none !important;
}

/* line 153, sass/_partials/other_equipment_page.scss */
.page-id-27 #spec-bottom-image {
  max-width: 35% !important;
}

/* line 3, sass/_partials/download_page.scss */
#download-page-text h1 {
  color: #c60000;
}

/* line 10, sass/_partials/download_page.scss */
.download-item-outter {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 100%;
  max-height: 220px;
  overflow: hidden;
}
/* line 17, sass/_partials/download_page.scss */
.download-item-outter .download-item-inner:before {
  content: '';
  position: absolute;
  top: -24px;
  right: -61px;
  width: 267px;
  height: 249px;
  z-index: 1;
  background-image: url("/wp-content/themes/gtd-desco/images/group_355.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
/* line 29, sass/_partials/download_page.scss */
.download-item-outter .download-item-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 100%;
  z-index: 1;
  background-image: url("/wp-content/themes/gtd-desco/images/left-patten.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 41, sass/_partials/download_page.scss */
.download-item-outter .download-item-inner {
  padding: 42px 25px;
  padding-top: 30px;
  background-size: cover;
}
/* line 45, sass/_partials/download_page.scss */
.download-item-outter .download-item-inner h3 {
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 26px !important;
  margin-bottom: 30px;
}
/* line 51, sass/_partials/download_page.scss */
.download-item-outter .download-item-inner a {
  z-index: 10;
  position: relative;
}

/* line 4, sass/_partials/news_page.scss */
#news-page-text h1 {
  text-transform: uppercase;
}

/* line 10, sass/_partials/news_page.scss */
.news-page-banner {
  width: 100%;
  margin-bottom: 100px;
}

/* line 16, sass/_partials/news_page.scss */
#news-page-listings article {
  margin-bottom: 15px;
  transition: all .2s ease;
}
/* line 20, sass/_partials/news_page.scss */
#news-page-listings article div {
  background-color: #f2f2f2;
  padding: 35px 25px;
}
/* line 25, sass/_partials/news_page.scss */
#news-page-listings article div header h2 {
  font-size: 45px !important;
  color: #000 !important;
  transition: all .2s ease;
  line-height: 30px;
}
/* line 30, sass/_partials/news_page.scss */
#news-page-listings article div header h2 a {
  text-decoration: none;
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 600;
  transition: all .2s ease;
}
/* line 39, sass/_partials/news_page.scss */
#news-page-listings article div p {
  font-size: 20px;
  transition: all .2s ease;
}

/* line 53, sass/_partials/news_page.scss */
#news-page-listings article:hover header h2 {
  font-size: 45px !important;
  color: #c60000 !important;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 58, sass/_partials/news_page.scss */
#news-page-listings article:hover header h2 a {
  text-decoration: none;
  color: #c60000 !important;
  font-size: 30px !important;
  font-weight: 600;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
/* line 68, sass/_partials/news_page.scss */
#news-page-listings article:hover p {
  font-size: 20px;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 79, sass/_partials/news_page.scss */
.article-full {
  margin-bottom: 150px;
}
/* line 80, sass/_partials/news_page.scss */
.article-full h2 {
  font-size: 45px !important;
  margin-bottom: 50px;
  margin-top: 30px;
}
/* line 85, sass/_partials/news_page.scss */
.article-full a {
  color: #c60000 !important;
}
/* line 89, sass/_partials/news_page.scss */
.article-full iframe {
  width: 100% !important;
  height: 550px !important;
}

/* line 3, sass/_partials/footer.scss */
footer {
  background-color: #c60000;
  color: #ffffff;
  padding: 80px;
  margin-top: 35px;
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 10, sass/_partials/footer.scss */
footer h3 {
  text-transform: uppercase;
  font-size: 28px !important;
}
/* line 14, sass/_partials/footer.scss */
footer ul {
  margin-left: -30px;
}
/* line 17, sass/_partials/footer.scss */
footer ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 18px;
  transition: all .2s ease;
}
/* line 25, sass/_partials/footer.scss */
footer ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 35, sass/_partials/footer.scss */
#advice-outter {
  position: relative;
  z-index: 100;
}

/* line 39, sass/_partials/footer.scss */
#advice-outter:after {
  content: '';
  position: absolute;
  right: -92px;
  width: 472px;
  height: 450px;
  z-index: -1;
  background-image: url("/wp-content/themes/gtd-desco/images/footer_304.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: -90px;
}

/* line 52, sass/_partials/footer.scss */
#footer-details {
  color: #fff;
  margin-top: 35px;
  padding-top: 15px;
  border-top: solid 2px #fff;
  margin-left: 15px;
  margin-right: 15px;
}
/* line 60, sass/_partials/footer.scss */
#footer-details span a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
