@charset "UTF-8";
/*
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
*/
/* Global 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; }

html {
  line-height: 1; }

* {
  box-sizing: border-box; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

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

body {
  background-color: #f9f9f9;
  overflow-x: hidden; }

main {
  padding-top: 90px; }

h1 {
  margin-bottom: 35px !important; }

h2 {
  margin-bottom: 30px !important; }

p {
  margin-bottom: 20px; }

img {
  height: auto; }

.image-mobile-only {
  display: block; }

.qlwapp__header {
  background-color: #c60000 !important;
  font-family: 'eurostile'; }

.qlwapp__message div {
  white-space: nowrap; }

.slick-current {
  visibility: visible !important;
  transition: all .2s ease; }

.slick-drill-rig-home .slick-slide {
  visibility: hidden;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

.slick-homepage-padding {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #c60000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-display: auto; }
@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-display: auto; }
@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "eurostile", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: auto; }
@font-face {
  font-family: "roadway", sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "roadway-tuscan", sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "sysfalso", sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "sysfalso", sans-serif;
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "sysfalso", sans-serif;
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "permanent-marker", sans-serif;
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'chalk-board';
  /* Choose a name for your font */
  src: url("/wp-content/themes/gtd-desco/fonts/chalk-board.otf") format("opentype"), url("/wp-content/themes/gtd-desco/fonts/chalk-board.woff") format("woff"), url("/wp-content/themes/gtd-desco/fonts/chalk-board.woff2") format("woff2");
  /* Add all formats */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'stanford';
  /* Choose a name for your font */
  src: url("/wp-content/themes/gtd-desco/fonts/Stanford_Breath.otf") format("opentype"), url("/wp-content/themes/gtd-desco/fonts/Stanford_Breath.woff") format("woff"), url("/wp-content/themes/gtd-desco/fonts/Stanford_Breath.woff2") format("woff2");
  /* Add all formats */
  font-weight: normal;
  font-style: normal; }
/*_typography.scss*/
h1 {
  font-size: 4vw !important;
  font-weight: 900 !important;
  font-family: "eurostile", sans-serif; }

h2 {
  font-size: 3.9vw !important;
  font-weight: 900 !important;
  font-family: "eurostile", sans-serif; }

h3 {
  font-size: 3.6vw;
  font-weight: 700 !important;
  font-family: "eurostile", sans-serif; }

h4 {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-family: "eurostile", sans-serif; }

p {
  font-size: 1.6vw;
  font-weight: 400;
  font-family: "eurostile", sans-serif; }

a {
  font-size: 1.6vw;
  font-weight: 400;
  font-family: "eurostile", sans-serif; }

strong {
  font-weight: 700 !important;
  font-family: "eurostile", sans-serif; }

li {
  font-size: 1.6vw;
  font-weight: 400;
  font-family: "eurostile", sans-serif; }

span {
  font-size: 16px;
  font-weight: 400;
  font-family: "eurostile", sans-serif; }

#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) {
  h1 {
    font-size: 48px !important;
    font-weight: 900 !important;
    font-family: "eurostile", sans-serif; }

  h2 {
    font-size: 44px !important;
    font-weight: 900 !important;
    font-family: "eurostile", sans-serif; }

  h3 {
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  h4 {
    font-size: 34px !important;
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  p {
    font-size: 20px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  a {
    font-size: 20px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  strong {
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  li {
    font-size: 20px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  span {
    font-size: 20px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  #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) {
  h1 {
    font-size: 75px !important;
    font-weight: 900 !important;
    font-family: "eurostile", sans-serif; }

  h2 {
    font-size: 65px !important;
    font-weight: 900 !important;
    font-family: "eurostile", sans-serif; }

  h3 {
    font-size: 45px !important;
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  h4 {
    font-size: 35px !important;
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  p {
    font-size: 22px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  a {
    font-size: 22px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  strong {
    font-weight: 700 !important;
    font-family: "eurostile", sans-serif; }

  li {
    font-size: 22px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  span {
    font-size: 16px;
    font-weight: 400;
    font-family: "eurostile", sans-serif; }

  #product_block-1 p, #product_block-2 p, #factory-tour-content p, #product_upsell_block p, #support-tour-content p {
    font-size: 28px !important;
    margin-bottom: 40px; } }
.article-full h1 {
  position: relative; }
.article-full h1:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B; }

.right-text-styles {
  text-align: right; }
  .right-text-styles h2 {
    position: relative; }
  .right-text-styles h2:before {
    content: '';
    width: 140px;
    height: 4px;
    right: calc(-131px - 20px);
    top: 35px;
    position: absolute;
    background: #172D2B; }

.banner-title h2 {
  position: relative; }
.banner-title h2:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #fff; }

.product_upsell_inner:before {
  content: '';
  display: none !important; }

#produc-upsell-block-title {
  position: relative; }

#produc-upsell-block-title:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B; }

.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; }
.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; }
.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; }
.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; }

#news-page-text h1,
#other-equipment-page-text h1,
#download-page-text h1 {
  position: relative;
  color: #c60000; }
#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; }

.riglife-header-style {
  font-family: "permanent-marker", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: -1px 1px 2px #fff;
  letter-spacing: 2px;
  text-transform: uppercase; }

.riglife-header-style-alt {
  font-family: "permanent-marker", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: -1px 1px 2px #fff;
  letter-spacing: 1px;
  text-transform: uppercase; }

.riglige-page-title-font {
  font-family: "permanent-marker", sans-serif;
  font-weight: 700;
  color: #fff; }

.riglife-paragraph-font {
  font-family: "sysfalso", sans-serif;
  font-weight: 400;
  color: #fff; }

.drill-rig-name-ver {
  font-size: 36px;
  font-weight: 900;
  rotate: 90deg;
  display: block;
  position: absolute;
  bottom: 98px;
  right: 29px; }

.marker-pen-font {
  font-family: "permanent-marker", sans-serif;
  font-weight: 400; }

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

/* mixins.scss */
/*_variables.scss */
/* Body Text Styles */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1520px !important; } }
@media (max-width: 800px) {
  #desktop-nav {
    display: none !important; }

  #brochure-outter {
    margin-bottom: 50px; }
    #brochure-outter #brochure-block {
      height: 650px; }
      #brochure-outter #brochure-block #brochure-content {
        padding: 28px !important; }

  .mud-pump-row-style {
    border-top: 4px solid #000;
    padding: 50px 15px; }

  .address_into_text {
    max-width: 100% !important;
    margin-top: 25px !important; }

  #contact-form-outter {
    padding: 20px 20px !important;
    margin-bottom: 24px;
    background-color: #ededed; }

  .address_row {
    margin-top: 25px !important;
    border-top: solid 4px #C60000;
    padding-top: 35px; }
    .address_row .address_display ul {
      padding-left: 0px !important; }
      .address_row .address_display ul li {
        font-size: 3vw !important; }

  #partners_block {
    margin-top: 50px !important;
    margin-bottom: -40px !important; }
    #partners_block #globla_partners {
      height: 180px;
      padding-top: 25px; }
      #partners_block #globla_partners .partners-logo {
        width: 120px !important;
        height: auto; }

  #banner-outter {
    margin-bottom: 20px !important; }

  #nick-banner-image span {
    position: absolute;
    bottom: 74px !important;
    right: 40px !important;
    font-size: 4vw !important; }

  #nick-banner-image h2 {
    position: absolute;
    bottom: 100px !important;
    right: 38px !important; }

  .red-info-button {
    margin-top: 10px !important;
    font-size: 18px !important; }

  .green-info-button {
    margin-top: 10px !important;
    font-size: 18px !important; }

  .info-button {
    margin-top: 10px !important;
    font-size: 18px !important; }

  h2 {
    margin-bottom: 15px !important; }

  #product_block-1 .product_block_inner h2 {
    margin-bottom: 15px !important; }

  #product_block-2 .product_block_inner h2 {
    margin-bottom: 15px !important; }

  .american_well_logo {
    padding-top: 28px; }

  .brightcore_logo {
    padding-top: 5px; }

  .chesapeake_logo {
    padding-top: 12px; }

  .earth_drilling_logo {
    padding-top: 15px; }

  .geo_drill_logo {
    padding-top: 18px; }

  .geotech_logo {
    margin-top: 5px;
    max-width: 100px !important; }

  .gt_drilling_logo {
    padding-top: 20px;
    max-width: 100px !important; }

  .morris_shea_logo {
    padding-top: 50px; }

  .midwest_logo {
    padding-top: 47px; }

  .morrison_logo {
    padding-top: 27px; }

  .forage_logo {
    max-width: 100px !important;
    margin-top: -10px; }

  .sondalis_logo {
    padding-top: 35px; }

  .synergie_logo {
    padding-top: 5px; }

  .tez_logo {
    padding-top: 15px; }

  #factory-tour-content {
    padding: 75px 30px !important; }

  #support-tour-content {
    padding: 35px 30px !important; }

  #product_upsell_block .product_upsell_inner {
    max-width: 100% !important;
    margin-right: 0% !important; }

  #product_block-1 {
    padding: 0px 30px !important;
    border-top: 4px solid #c50000 !important;
    background-position: -100px !important; }

  #product_block-2 {
    padding: 0px 30px !important;
    border-top: 4px solid #217d5a !important;
    background-position: -100px !important; }

  .full-width-text-banner {
    padding: 35px 8px !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important; }

  .full-width-text-banner h3:before {
    content: '';
    width: 48px !important;
    height: 54px;
    position: absolute;
    top: -10px !important;
    left: 10px !important; }

  .full-width-text-banner h3:after {
    content: '';
    width: 48px !important;
    height: 54px;
    position: absolute;
    bottom: -10px !important;
    right: 10px !important; }

  .full-width-text-banner h3 {
    font-weight: 700 !important;
    font-size: 30px !important; }

  #big-mike-banner-image h2 {
    bottom: 150px !important;
    right: 30px !important; }

  #big-mike-banner-image span {
    bottom: 100px !important;
    right: 36px !important;
    font-size: 22px !important; }

  #youtube_block_outter {
    margin-bottom: 10px !important;
    margin-top: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }

  #youtube_block {
    height: 300px !important;
    padding-top: 25px !important; }

  #youtube_block iframe {
    height: 221px !important; }

  #youtube_block_outter p {
    max-width: 100% !important; }

  #factory-tour-outter {
    height: 420px !important;
    margin-top: 15px !important;
    border-top: 4px solid #217d5a !important; }

  .image-box__overlay, #factory-tour-block {
    height: 450px !important; }

  .image-large-only {
    display: none !important; }

  .image-mobile-only {
    display: block !important; }

  footer {
    padding: 20px 0px !important;
    margin-top: 15px !important; }

  #contact-us-block {
    margin-top: 15px !important;
    padding: 33px 10px !important; }

  .product_upsell_inner {
    padding: 40px !important;
    min-height: 320px !important;
    border-top: 4px solid #c60000 !important;
    margin-top: 15px !important; }

  #product_upsell_block #produc-upsell-block-title {
    margin-bottom: 15px !important;
    max-width: 90% !important;
    margin-left: 15px !important; }

  #partners_block #globla_partners {
    height: 196px !important;
    padding-top: 25px !important; }

  #partners_block #globla_partners {
    height: 196px !important;
    padding-top: 25px !important; }

  #single_head_rigs {
    min-height: auto !important;
    margin-bottom: 35px; }

  #single_head_rigs #top-product-display-content {
    top: -54px !important;
    right: 0px !important; }
  #single_head_rigs #single_head_rigs .rig-display .gt25 {
    top: 15px !important;
    left: -22vw !important; }

  #our-story-banner {
    height: 176px !important; }

  #our-story-gallery .small-image {
    height: 193px !important; }

  #our-story-gallery .text-block {
    padding-top: 25px !important;
    padding-right: 30px !important;
    padding-bottom: 25px !important;
    padding-left: 30px !important;
    height: auto !important; }

  #our-story-main-content {
    margin-top: 30px !important; }

  #text-banner-image-bkg {
    height: 350px !important;
    margin-bottom: 15px; }

  #text-banner-image-bkg h2 {
    bottom: 50px !important;
    max-width: 87% !important;
    left: 41px !important; }

  .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; }

  .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; }

  #youtube_block_outter h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important; }

  #news-page-text h1:before, #other-equipment-page-text h1:before, #download-page-text h1:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important; }

  .banner-title h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important; }

  .banner-title-right h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important; }

  .right-text-styles h2:before {
    left: calc(-138px - 10px) !important;
    top: 15px !important; }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 30px !important;
    padding-left: 30px !important;
    overflow-y: hidden; }

  #header-inner {
    overflow-y: visible !important; }

  .page-template-drill-rigs-page-single-php main .drill-rigs-page #single_head_rigs .rig-display #top-product-display-content {
    scale: 1 !important;
    top: 50px !important; }
    .page-template-drill-rigs-page-single-php main .drill-rigs-page #single_head_rigs .rig-display #top-product-display-content ul li p {
      font-size: 17px !important;
      margin-bottom: 4px !important; }

  #double_head_rigs .euro_drill {
    display: none !important; }

  #other-equipment .equipment-display .equipment-content {
    position: unset !important; }

  #other-equipment-page .tc24 {
    top: 0 !important; }

  #other-equipment-page .mg5oo {
    top: 0 !important; }

  #other-equipment-page .geoweight {
    left: 0 !important; }

  #other-equipment .equipment-display {
    margin-bottom: 30px !important; }

  #other-equipment {
    padding: 0px !important; }

  #single_head_rigs .rig-display .rig-content {
    scale: 0.9 !important;
    right: -46px !important;
    top: 0px !important; }

  #double_head_rigs .rig-display .rig-content {
    top: 48px !important;
    right: -72px !important;
    scale: 0.9; }

  #video-banner {
    width: auto !important;
    height: 55vw !important; }

  #banner-outter {
    position: relative;
    overflow: hidden !important; }

  #banner-outter .banner-inner h1 {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 22px !important;
    margin-bottom: 10px !important; }

  #banner-title:before {
    width: 38px !important;
    height: 55px !important;
    top: -57px !important;
    left: 47%;
    content: ''; }

  .drill-rig-title #spec-bottom-image {
    position: unset !important;
    max-width: 100% !important; }

  .block-image img {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    bottom: 16px !important;
    margin-top: 50px;
    left: unset !important; }

  #footer-details {
    margin-left: 5px !important;
    margin-right: 5px !important; }
    #footer-details span a {
      font-size: 16px !important; }

  .mega-sub-menu .textwidget h3 {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #c60000; }

  #mega-menu-483-0-1 li,
  #mega-menu-87-0-1 li {
    padding: 0 15px !important; }
    #mega-menu-483-0-1 li a,
    #mega-menu-87-0-1 li a {
      font-weight: 100 !important;
      font-size: 20px !important; }

  .dropdown-items li a {
    color: #c60000;
    text-align: center;
    padding: 12px 0px;
    text-decoration: none;
    font-size: 20px; }

  #advice-outter:after {
    top: -417px !important; }

  .drill-rig-title .heading-style:before {
    left: -44px !important;
    top: -3px !important; }

  .drill-rig-title .heading-style {
    left: 22px !important; }

  #support-gallery .text-block h3 {
    font-size: 5vw !important; }

  #support-gallery .text-block-2 h3 {
    font-size: 5vw !important; }

  #support-gallery-2 .text-block h3 {
    font-size: 5vw !important; }

  #support-gallery-3 .text-block-2 h3 {
    font-size: 5vw !important; }

  #factory-tour-gallery .text-block h3 {
    font-size: 5vw !important; }

  #factory-tour-gallery-2 .text-block-2 h3 {
    font-size: 5vw !important; }

  #factory-tour-gallery-3 .text-block-2 h3 {
    font-size: 5vw !important; }

  #factory-tour-gallery-4 .text-block-2 h3 {
    font-size: 5vw !important; }

  #our-story-gallery .text-block h3 {
    font-size: 5vw !important; }

  #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; }

  #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; }

  #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; }

  #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; }

  #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; }

  #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; }

  #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; }

  #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; }

  .menu-menu-1-container {
    display: none !important; }

  .my-logo a img {
    top: 24px !important;
    width: 58vw !important; }

  #mega-menu-wrap-header-menu {
    top: 18px !important; }

  .text-area-margin-bottom, #our-story-main-content {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  #single_head_rigs .rig-display .gt45 {
    top: 25px !important;
    left: -50px !important;
    max-width: 100% !important; }

  #single_head_rigs .rig-display .gt60 {
    top: 8px !important;
    left: -51px !important;
    max-width: 100% !important; }

  #single_head_rigs .rig-display .gt35 {
    top: -41px !important;
    left: -47px !important;
    max-width: 100% !important; }

  #single_head_rigs .rig-display .gt25 {
    top: 0px !important;
    right: -44px !important;
    image-orientation: none !important;
    max-width: 90% !important; }

  #double_head_rigs .rig-display #gt60dd-image {
    top: 13px !important;
    left: -68px !important;
    max-width: 100% !important; }

  #double_head_rigs .rig-display #gt45dd-image {
    top: 14px !important;
    left: -22px !important;
    max-width: 100% !important; }

  #page-image-right {
    width: 100% !important; }

  .spec-content-container .spec-content ul li {
    font-size: 20px !important; }

  #other-equipment-banner-iamge {
    padding-top: 11px !important; }

  #other-equipment .equipment-display img {
    height: 250px !important; } }
@media (max-width: 1100px) {
  #desktop-nav {
    display: none !important; } }
@media (min-width: 1100px) {
  .menu-font-style {
    font-size: 1.2vw !important; }

  .info-button-menu {
    font-size: 1.2vw !important; }

  #banner-title {
    font-size: 4vw !important; }

  .mud-pump-row-style {
    border-top: 4px solid #000;
    padding: 50px 105px; } }
@media (min-width: 1800px) {
  #banner-title {
    font-size: 3vw !important;
    max-width: 80% !important;
    margin: auto !important; }

  .info-button-menu {
    font-size: .75vw !important; }

  .mud-pump-row-style {
    border-top: 4px solid #000;
    padding: 50px 105px; }

  .menu-font-style {
    font-size: .75vw !important;
    font-weight: 500 !important;
    font-family: 'EurostileBold' !important;
    text-decoration: none !important;
    color: #fff; }

  #banner-outter .banner-inner h1 {
    margin-bottom: 60px !important; }

  #support-gallery .text-block h3 {
    font-size: 2.2vw !important; }

  #support-gallery .text-block-2 h3 {
    font-size: 2.2vw !important; }

  #support-gallery-2 .text-block h3 {
    font-size: 2.2vw !important; }

  #support-gallery-3 .text-block-2 h3 {
    font-size: 2.2vw !important; }

  #factory-tour-gallery .text-block h3 {
    font-size: 2.2vw !important; }

  #factory-tour-gallery-2 .text-block-2 h3 {
    font-size: 2.2vw !important; }

  #factory-tour-gallery-3 .text-block-2 h3 {
    font-size: 2.2vw !important; }

  #factory-tour-gallery-4 .text-block-2 h3 {
    font-size: 2.2vw !important; }

  #our-story-gallery .text-block h3 {
    font-size: 2.2vw; }

  #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; }

  #factory-tour-gallery-4 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }
  #factory-tour-gallery-4 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery-4 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }
  #factory-tour-gallery-4 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }

  #factory-tour-gallery-3 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }
  #factory-tour-gallery-3 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery-3 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 46%) !important; }
  #factory-tour-gallery-3 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }

  #factory-tour-gallery-2 .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }
  #factory-tour-gallery-2 .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery-2 .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }
  #factory-tour-gallery-2 .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 41%) !important; }

  #factory-tour-gallery .text-block {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery .text-block-2 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery .text-block-3 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }
  #factory-tour-gallery .text-block-4 {
    margin-bottom: 15px !important;
    height: calc(100% - 42%) !important; }

  #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; }

  #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; }

  #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 */
#header-outter {
  background-color: #c60000;
  height: 92px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: solid 2px #fff;
  max-width: 100vw; }
  #header-outter .menu-menu-1-container {
    margin-top: 14px; }

.my-logo a img {
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 1000; }

.navbar {
  position: relative;
  top: 15px; }

.menu-font-style {
  font-weight: 500 !important;
  font-family: 'EurostileBold' !important;
  text-decoration: none !important;
  color: #fff; }

.parent-item {
  font-weight: 900;
  font-family: 'EurostileBold';
  color: #c60000;
  text-decoration: none; }

.dropdown-items {
  padding-left: 0px; }
  .dropdown-items li a {
    color: #c60000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px; }

#mega-menu-header-menu {
  margin-top: 25px !important; }
  #mega-menu-header-menu .mega-menu-item {
    margin: 0 20px 0 0 !important; }
  #mega-menu-header-menu .mega-indicator {
    display: none !important; }

#riglife-header-outter {
  background-color: #2d2d2d;
  position: fixed;
  height: 92px;
  width: 100%;
  z-index: 1000;
  border-bottom: solid 2px #d21d17;
  max-width: 100vw; }
  #riglife-header-outter .riglife-logo {
    position: absolute;
    top: -9px;
    left: 0;
    max-width: 200px; }
  #riglife-header-outter .menu-menu-1-container {
    margin-top: 14px; }

#mega-menu-header-menu {
  font-family: "eurostile", sans-serif !important; }

.mega-menu-link,
.mega-menu-item {
  font-family: "eurostile", sans-serif !important; }

/* Menu Styles */
#menu-menu-1 li {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  width: auto;
  position: relative;
  transition: all .2s ease; }

#menu-menu-1 li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  transition: all .2s ease; }

#menu-menu-1 li ul {
  display: none;
  transition: all .2s ease; }

#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); }

#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); }

.sub-menu li a {
  color: #c60000 !important; }

.exploration-menu-styles {
  color: #c60000;
  font-family: inherit;
  font-size: 25px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
  text-align: left !important;
  margin: 0px 0px 0px 0px;
  padding: 0px !important;
  vertical-align: top;
  display: block;
  border: 0; }

.exploration-menu-styles:hover {
  font-weight: 900 !important; }

.mega-sub-menu .mega-menu-item-has-children .mega-menu-link:hover {
  font-weight: 900 !important; }

.mega-menu-item .textwidget h3 {
  font-size: 39px !important;
  color: #c60000;
  font-family: 'eurostile';
  font-weight: 900 !important; }

#black-menu-title {
  color: #000000 !important;
  margin-bottom: 0px;
  line-height: 34px; }

.mega-sub-menu .mega-menu-link:before {
  background: url(/wp-content/themes/gtd-desco/images/union_maroon.svg) no-repeat !important;
  font-size: 0px !important;
  content: "" !important;
  width: 24px !important;
  height: 18px !important;
  margin-right: 6px !important;
  top: 22px !important;
  left: auto;
  transform: translateY(-50%) !important;
  background-size: 16px !important;
  margin-top: 0px !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1; }
.mega-sub-menu .exploration-menu-styles:before {
  background: url(/wp-content/themes/gtd-desco/images/union_maroon.svg) no-repeat !important;
  font-size: 0px !important;
  content: "" !important;
  width: 24px !important;
  height: 18px !important;
  margin-right: 6px !important;
  top: 13px !important;
  left: auto;
  transform: translateY(-50%) !important;
  background-size: 16px !important;
  margin-top: 0px !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1; }

#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; }
#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; }

.info-button {
  display: inline-block;
  color: #c50000;
  border-color: #ffffff;
  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; }

.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); }

.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; }

.info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat; }

.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; }

.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); }

.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; }

.red-info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat; }

.green-info-button {
  display: inline-block;
  color: #ffffff;
  border-color: #3979ff;
  border-radius: 9px;
  font-weight: 500;
  font-size: 23px;
  background-color: #c60000;
  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; }

.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); }

.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; }

.green-info-button:hover:after {
  background: url("/wp-content/themes/gtd-desco/images/union_white.svg") no-repeat; }

.modal-btn-styles {
  background: none;
  border: none; }

.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; }

.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); }

#wpforms-submit-199 {
  display: inline-block !important;
  color: #c50000 !important;
  border-color: #3979ff;
  border-radius: 9px !important;
  font-weight: 500 !important;
  background-color: #ffffff !important;
  padding-top: 8px !important;
  padding-right: 32px !important;
  padding-bottom: 8px !important;
  padding-left: 32px !important;
  margin-top: 0px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
  font-size: 20px !important; }

#wpforms-submit-199:hover {
  color: #FFFFFF !important;
  background-image: initial !important;
  background-color: #000 !important;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }

.geoweights-info-button {
  display: inline-block;
  color: #ffffff;
  border-color: #3979ff;
  border-radius: 31px;
  font-weight: 500;
  font-size: 23px;
  background-color: #f2562d;
  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; }

/* Banner Images */
#banner-outter {
  position: relative; }
  #banner-outter .banner-inner {
    display: inline-block;
    background-size: cover;
    background-position: center; }
    #banner-outter .banner-inner h1 {
      text-align: center;
      color: #ffffff;
      position: absolute;
      bottom: 25px;
      left: 0px;
      right: 0px;
      padding-left: 18%;
      padding-right: 18%;
      text-shadow: 1px 1px black; }

#video-banner {
  display: block;
  margin: auto;
  max-width: 1800px;
  width: 100vw;
  height: auto;
  max-height: 750px;
  background-image: url(/wp-content/uploads/2026/02/homepage-banner-background.png);
  background-size: cover; }

#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: ''; }

#product_block-1 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding: 40px 90px;
  border-top: 6px solid #c50000; }
  #product_block-1 .product_block_inner {
    padding-top: 5%; }
    #product_block-1 .product_block_inner h2 {
      color: #c50000; }
  #product_block-1 img {
    max-width: 100%; }

#product_block-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding: 40px 90px;
  border-top: 6px solid #217d5a; }
  #product_block-2 .product_block_inner {
    padding: 35px; }
    #product_block-2 .product_block_inner h2 {
      color: #217d5a; }
  #product_block-2 img {
    max-width: 100%; }

#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; }

.banner-overide h2 {
  color: #fff !important;
  position: absolute;
  bottom: 120px !important;
  max-width: 60%; }

#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; }
  #text-banner-image-bkg h2 {
    color: #fff !important;
    position: absolute;
    bottom: 200px;
    max-width: 60%; }

#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; }
  #big-mike-banner-image h2 {
    color: #fff !important;
    position: absolute;
    bottom: 100px;
    right: 100px;
    max-width: 80%;
    text-align: right;
    text-transform: uppercase; }
  #big-mike-banner-image span {
    position: absolute;
    bottom: 50px;
    right: 100px;
    max-width: 60%;
    text-align: right;
    color: #fff;
    font-size: 1.6vw; }

#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; }
  #joc-banner-image h2 {
    color: #fff !important;
    position: absolute;
    bottom: 100px;
    right: 100px;
    max-width: 80%;
    text-align: right;
    text-transform: uppercase; }
  #joc-banner-image span {
    position: absolute;
    bottom: 50px;
    right: 100px;
    max-width: 60%;
    text-align: right;
    color: #fff;
    font-size: 1.6vw; }

#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; }
  #nick-banner-image h2 {
    color: #fff !important;
    position: absolute;
    bottom: 100px;
    right: 100px;
    max-width: 80%;
    text-align: right;
    text-transform: uppercase; }
  #nick-banner-image span {
    position: absolute;
    bottom: 50px;
    right: 100px;
    max-width: 60%;
    text-align: right;
    color: #fff;
    font-size: 1.6vw; }

#single_head_rigs .rig-display {
  position: relative;
  margin-bottom: 0px;
  margin-top: 50px; }
  #single_head_rigs .rig-display img {
    max-width: 100%;
    position: relative;
    transition: all .5s ease;
    z-index: 10; }
  #single_head_rigs .rig-display .gt60 {
    top: 0px;
    right: 37px; }
  #single_head_rigs .rig-display .gt45 {
    top: 0px;
    right: 10px; }
  #single_head_rigs .rig-display .gt35 {
    top: -4px; }
  #single_head_rigs .rig-display .gt25 {
    top: 28px;
    right: -5px; }
  #single_head_rigs .rig-display .rig-content {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 1; }
    #single_head_rigs .rig-display .rig-content ul {
      left: -30px;
      position: relative; }
      #single_head_rigs .rig-display .rig-content ul li {
        position: relative;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 20px; }
        #single_head_rigs .rig-display .rig-content ul li span {
          font-size: 18px !important; }
        #single_head_rigs .rig-display .rig-content ul li .bold-info {
          font-weight: 600;
          font-size: 18px;
          transition: all .1s ease; }
        #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); }
      #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; }
#single_head_rigs .rig-display:hover {
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  #single_head_rigs .rig-display:hover img {
    position: relative;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
  #single_head_rigs .rig-display:hover .rig-content {
    position: absolute; }
    #single_head_rigs .rig-display:hover .rig-content ul {
      left: -30px;
      position: relative; }
      #single_head_rigs .rig-display:hover .rig-content ul li {
        position: relative; }
        #single_head_rigs .rig-display:hover .rig-content ul li .bold-info {
          font-weight: 900;
          font-size: 18px; }
          #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); }
      #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); }
#single_head_rigs .gt25-rig-display {
  top: 60px; }

@media (max-width: 800px) {
  .gt35-content-height {
    top: 7px !important; }

  .gt45-content-height {
    top: 7px !important; }

  .gt60-content-height {
    top: 7px !important; } }
@media (min-width: 997px) and (max-width: 1500px) {
  .gt35-content-height {
    top: 117px !important;
    right: 22px; }
    .gt35-content-height ul li {
      font-size: 1.3vw !important; }

  .gt45-content-height {
    top: 54px !important;
    right: -30px; }
    .gt45-content-height ul li {
      font-size: 1.3vw !important; }

  .gt60-content-height {
    top: 54px !important;
    right: 0px; }
    .gt60-content-height ul li {
      font-size: 1.3vw !important; }

  .page-id-29 .equipment-image {
    margin-top: 60px; } }
@media (min-width: 1500px) {
  .gt35-content-height {
    top: 115px !important;
    right: 22px; }

  .gt45-content-height {
    top: 54px !important;
    right: -30px; }

  .gt60-content-height {
    top: 54px !important;
    right: 0px; }

  .page-id-29 .equipment-image {
    margin-top: 60px; } }
/* Factory Tour Block - currently */
#factory-tour-outter {
  position: relative;
  height: 650px;
  margin-top: 50px !important;
  border-top: 6px solid #217d5a;
  max-width: 1800px;
  margin: auto;
  overflow: hidden; }

#factory-tour-block {
  background-size: cover;
  z-index: 10; }

.image-box__overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 20; }

#factory-tour-content {
  position: absolute;
  z-index: 30;
  color: #ffffff;
  padding: 90px; }

#support-tour-content {
  position: absolute;
  z-index: 30;
  color: #ffffff;
  padding: 120px;
  text-align: right;
  position: absolute;
  right: 0px; }

.image-box__overlay, #factory-tour-block {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 650px; }

.block-image {
  text-align: center;
  position: relative; }
  .block-image img {
    width: 650px; }

#product_block-1 {
  background-image: url("/wp-content/uploads/2026/01/gtd-spine-v6.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left;
  max-width: 1800px;
  margin: auto;
  overflow-x: hidden;
  margin-top: 50px; }
  #product_block-1 img {
    margin-top: 50px; }

#product_block-2 {
  background-image: url("/wp-content/uploads/2026/01/gtd-spine-v6.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 64%;
  max-width: 1800px;
  margin: auto;
  margin-top: 50px !important;
  overflow-x: hidden; }
  #product_block-2 img {
    max-width: 70%;
    position: absolute;
    bottom: -23px;
    left: 110px; }

.rig-content h3 {
  font-weight: 900 !important; }

#product_upsell_block {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px !important; }

#produc-upsell-block-title {
  text-transform: uppercase; }

#top-product-display-image {
  top: -50px !important;
  left: 130px; }

#top-product-display-content {
  top: 30px;
  right: 72px; }

.image-mobile-only {
  display: none; }

#gallery {
  margin-top: 45px !important;
  max-width: 1800px;
  margin: auto; }
  #gallery img {
    width: 100%;
    margin-bottom: 24px; }
  #gallery .small-image {
    width: calc(50% - 8.9px);
    height: 230px; }
  #gallery .broken-aspect-ratio {
    height: calc(100% - 278px); }
  #gallery .margin-right {
    margin-right: 12px; }
  #gallery .gallery-content-block {
    background-color: #217d5a;
    padding: 30px 50px;
    height: 393px; }
    #gallery .gallery-content-block h4 {
      color: #ffffff;
      font-size: 2vw; }

.text-area-margin-bottom,
#our-story-main-content {
  margin-top: 100px;
  margin-bottom: 100px; }

.loop-real-block-img {
  position: absolute;
  right: 0;
  z-index: 100;
  bottom: 0px; }

#our-story-main-content img {
  width: 100%; }

.story-row {
  margin-bottom: 50px;
  margin-top: 50px; }
  .story-row .image {
    text-align: center; }
  .story-row .text {
    padding-top: 4%; }
    .story-row .text h2 {
      margin-bottom: 45px; }

#support-gallery {
  max-width: 1800px;
  margin: auto; }
  #support-gallery img {
    max-width: 100%;
    margin-bottom: 15px; }
  #support-gallery .small-image {
    width: calc(50% - 8px);
    height: 350px; }
  #support-gallery .margin-right {
    margin-right: 11px; }
  #support-gallery .double-image {
    max-width: 60%; }
  #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); }
    #support-gallery .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2vw; }
  #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); }
    #support-gallery .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 3vw; }

#support-gallery-2 {
  max-width: 1800px;
  margin: auto; }
  #support-gallery-2 img {
    max-width: 100%;
    margin-bottom: 15px; }
  #support-gallery-2 .small-image {
    width: calc(50% - 8px);
    height: 350px; }
  #support-gallery-2 .margin-right {
    margin-right: 11px; }
  #support-gallery-2 .double-image {
    max-width: 60%; }
  #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); }
    #support-gallery-2 .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2vw; }
  #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); }
    #support-gallery-2 .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#our-story-gallery {
  max-width: 1800px;
  margin: auto; }
  #our-story-gallery img {
    max-width: 100%;
    margin-bottom: 15px; }
  #our-story-gallery .small-image {
    width: calc(50% - 8px);
    height: 350px; }
  #our-story-gallery .margin-right {
    margin-right: 11px; }
  #our-story-gallery .double-image {
    max-width: 60%; }
  #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); }
    #our-story-gallery .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #our-story-gallery .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#factory-tour-gallery {
  max-width: 1800px;
  margin: auto; }
  #factory-tour-gallery img {
    max-width: 100%;
    margin-bottom: 15px; }
  #factory-tour-gallery .small-image {
    width: calc(50% - 8px);
    height: 350px; }
  #factory-tour-gallery .margin-right {
    margin-right: 11px; }
  #factory-tour-gallery .double-image {
    max-width: 60%; }
  #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); }
    #factory-tour-gallery .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #factory-tour-gallery .text-block-small {
    background-color: #182c2b;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    margin-bottom: 14px; }
    #factory-tour-gallery .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#factory-tour-gallery-2 {
  max-width: 1800px;
  margin: auto; }
  #factory-tour-gallery-2 img {
    max-width: 100%;
    margin-bottom: 15px; }
  #factory-tour-gallery-2 .small-image {
    width: calc(50% - 8px);
    height: 475px; }
  #factory-tour-gallery-2 .margin-right {
    margin-right: 11px; }
  #factory-tour-gallery-2 .double-image {
    max-width: 60%; }
  #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); }
    #factory-tour-gallery-2 .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #factory-tour-gallery-2 .text-block-2 h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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; }
    #factory-tour-gallery-2 .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#factory-tour-gallery-3 {
  max-width: 1800px;
  margin: auto; }
  #factory-tour-gallery-3 img {
    max-width: 100%;
    margin-bottom: 15px; }
  #factory-tour-gallery-3 .small-image {
    width: calc(50% - 8px);
    height: 475px; }
  #factory-tour-gallery-3 .margin-right {
    margin-right: 11px; }
  #factory-tour-gallery-3 .double-image {
    max-width: 60%; }
  #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); }
    #factory-tour-gallery-3 .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #factory-tour-gallery-3 .text-block-2 h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #factory-tour-gallery-3 .text-block-3 h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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; }
    #factory-tour-gallery-3 .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#factory-tour-gallery-4 {
  max-width: 1800px;
  margin: auto; }
  #factory-tour-gallery-4 img {
    max-width: 100%;
    margin-bottom: 15px; }
  #factory-tour-gallery-4 .small-image {
    width: calc(50% - 8px);
    height: 475px; }
  #factory-tour-gallery-4 .margin-right {
    margin-right: 11px; }
  #factory-tour-gallery-4 .double-image {
    max-width: 60%; }
  #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); }
    #factory-tour-gallery-4 .text-block h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #factory-tour-gallery-4 .text-block-2 h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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); }
    #factory-tour-gallery-4 .text-block-3 h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }
  #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; }
    #factory-tour-gallery-4 .text-block-small h3 {
      color: #fff;
      text-transform: uppercase;
      font-size: 2.6vw; }

#contact-us-block {
  margin-top: 50px;
  min-height: 450px;
  background-color: #ebebeb;
  border-top: solid 4px #e60000;
  padding: 75px 50px; }

.news-page-card-image {
  height: 285px;
  background-size: cover;
  background-position: center; }

.news-header {
  min-height: 100px; }

#contact-us-image {
  background-image: url("/wp-content/uploads/2025/06/contact-us-image.png");
  background-size: cover;
  background-position: center; }

#contact-page-text {
  margin-top: 100px; }

#contact-form-outter {
  padding: 50px 90px;
  margin-bottom: 24px;
  background-color: #ededed; }

/* Text states (for js) */
.hide {
  opacity: 0;
  top: calc(50% + 8em);
  height: 0; }

.show {
  opacity: 1;
  top: calc(50% + 6em);
  height: auto; }

.hide-2 {
  opacity: 0;
  top: calc(50% + 8em);
  height: 0; }

.show-2 {
  opacity: 1;
  top: calc(50% + 6em);
  height: auto; }

.mud-pump-img {
  width: 100%; }

.mud-pump-border-bottom {
  border-bottom: 4px solid #000; }

.mp-margin-bottom {
  margin-bottom: 50px; }

#brochure-outter {
  position: relative;
  height: 650px;
  max-width: 1800px;
  margin: 0px 13px;
  overflow: hidden;
  margin-bottom: 50px; }
  #brochure-outter #brochure-block {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 650px; }
    #brochure-outter #brochure-block #brochure-content {
      position: relative !important;
      z-index: 30;
      color: #ffffff;
      padding: 90px; }
      #brochure-outter #brochure-block #brochure-content h2 {
        color: #fff; }
      #brochure-outter #brochure-block #brochure-content p {
        color: #fff; }

.riglife-page-background {
  background-color: #1d1d1d;
  color: #ab9c9c !important;
  background-image: url(/wp-content/themes/gtd-desco/images/tactile_noise.webp); }

#mega-menu-max_mega_menu_1 {
  padding-bottom: 0px !important;
  top: 26px !important; }

#riglife-main-page-text {
  margin: 54px 0 0 0;
  text-align: center; }
  #riglife-main-page-text h1 {
    color: #d21d17;
    margin-bottom: 0px !important;
    font-size: 8rem !important;
    font-family: "permanent-marker", sans-serif; }
  #riglife-main-page-text h2 {
    color: #fff;
    font-family: "chalk-board", sans-serif;
    position: relative;
    font-size: 88px !important;
    margin-bottom: 0px !important;
    line-height: 142px; }
    #riglife-main-page-text h2 .leaderboard-title-large-text {
      font-size: 161px !important;
      font-family: "chalk-board", sans-serif; }
  #riglife-main-page-text .skull-container {
    position: relative;
    display: inline-block;
    width: 82%; }
    #riglife-main-page-text .skull-container .left-skull {
      position: absolute;
      left: 0;
      top: 10px;
      max-width: 230px; }
    #riglife-main-page-text .skull-container .right-skull {
      position: absolute;
      right: 0;
      top: 10px;
      max-width: 230px; }
  #riglife-main-page-text p {
    color: #fff;
    margin-bottom: 0px !important;
    font-family: "permanent-marker", sans-serif;
    font-size: 35px;
    top: -20px;
    position: relative; }

.award-table-title-row {
  height: 152px !important; }

#riglife-skull-logo {
  margin: 25px 0; }
  #riglife-skull-logo img {
    width: 100%;
    max-width: 550px;
    margin: auto;
    display: block;
    padding: 35px; }

#riglife-video-banner {
  display: block !important;
  margin: auto;
  max-width: 100%;
  height: auto;
  max-height: 980px; }

#leaderboard {
  width: 100%;
  position: relative;
  border-image: url(/wp-content/themes/gtd-desco/images/leaderboard-frame-new-optimised.png) 0 0 fill;
  padding: 65px 85px 85px;
  background-image: url(/wp-content/uploads/2025/11/10295.jpg);
  background-position: unset;
  background-repeat: inherit; }
  #leaderboard .award-table-title-row td {
    font-family: "permanent-marker", sans-serif;
    color: #fff;
    font-size: 2.8rem;
    line-height: 46px;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }
    #leaderboard .award-table-title-row td .mini-marker-text {
      font-size: 1.4rem !important;
      font-family: "permanent-marker", sans-serif; }

#master-driller-leaderboard {
  width: 100%;
  position: relative;
  border-image: url(/wp-content/themes/gtd-desco/images/small-wood-frame-new-optimised.png) 0 0 fill;
  padding: 89px 83px 141px;
  background-image: url(/wp-content/uploads/2025/11/10295.jpg);
  background-position: center;
  background-repeat: inherit;
  margin-top: 50px;
  margin-bottom: 50px; }
  #master-driller-leaderboard .award-table-title-row td {
    font-family: "permanent-marker", sans-serif;
    color: #fff;
    font-size: 2.8rem;
    line-height: 46px;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }
    #master-driller-leaderboard .award-table-title-row td .mini-marker-text {
      font-size: 1.4rem !important;
      font-family: "permanent-marker", sans-serif; }

.riglife-header-h1 {
  text-transform: uppercase;
  font-family: "chalk-board", sans-serif;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

.riglife-header-h2 {
  text-transform: uppercase;
  font-family: "chalk-board", sans-serif;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent; }

.riglife-paragraph-font {
  font-family: "permanent-marker", sans-serif;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem; }

.textured-font {
  background-size: contain;
  background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

.textured-font-red {
  background-size: contain;
  background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture_red-v3.png"); }

.riglife-leaderboard-table-styles {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #fff;
  cursor: default; }
  .riglife-leaderboard-table-styles tr {
    transition: all 0.2s ease-in-out;
    border-radius: 0.2rem;
    height: 230px;
    border-bottom: 3px solid #fff; }
  .riglife-leaderboard-table-styles td {
    height: 5rem;
    font-family: "permanent-marker", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    position: relative;
    text-align: center; }
  .riglife-leaderboard-table-styles .number {
    width: 1rem;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    border: solid 3px;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }
  .riglife-leaderboard-table-styles .name {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }
    .riglife-leaderboard-table-styles .name .leaderboard-logo {
      max-width: 100%; }
    .riglife-leaderboard-table-styles .name img {
      max-width: 100%; }
  .riglife-leaderboard-table-styles .logo {
    padding: 0px !important; }
    .riglife-leaderboard-table-styles .logo img {
      width: 100%; }
  .riglife-leaderboard-table-styles .points {
    font-weight: 700;
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .riglife-leaderboard-table-styles .points:first-child {
    width: 10rem; }

.red-chalk-text {
  font-size: 3.8rem;
  color: #d21d17 !important;
  rotate: -13deg;
  left: -72px; }

.red-chalk-text-2 {
  font-size: 3.8rem !important;
  color: #d21d17 !important;
  rotate: -13deg;
  left: -34px; }

.kensa-logo-1 {
  rotate: 7deg; }

.kensa-logo-2 {
  rotate: 3deg; }

.mw-logo-1 {
  rotate: -2deg; }

.mw-logo-2 {
  rotate: 3deg; }

.mw-logo-3 {
  rotate: -2deg; }

.awpc-logo {
  rotate: 9deg; }

.awpc-logo-2 {
  rotate: -9deg; }

.awpc-logo-3 {
  rotate: 4deg; }

.forged-lb-logo {
  padding: 29px !important;
  rotate: 3deg; }

.qc-logo-1 {
  padding: 0px; }

.gt-drilling-lb-logo {
  rotate: 3deg; }

.bce-logo-1 {
  rotate: -2deg; }

.geodrill-lb-logo {
  rotate: 4deg; }

.msb-lb-logo-1 {
  rotate: 2deg; }

.msb-lb-logo-2 {
  rotate: -5deg; }

.msb-lb-logo-3 {
  rotate: -3deg; }

.landshark-lb-logo {
  rotate: 2deg; }

.msb-lb-logo-4 {
  rotate: 2deg; }

.drill-rig-img {
  max-width: 80%;
  position: relative; }

.fi {
  font-size: 35px; }

#master-driller-award-block {
  padding: 50px;
  margin: 50px 0;
  background-image: url("/wp-content/themes/gtd-desco/images/riglife-med-background-image.png");
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  position: relative; }
  #master-driller-award-block .award-block-container-larg h2 {
    color: #d21d17; }
  #master-driller-award-block .award-block-container-larg p {
    color: #ab9c9c; }
  #master-driller-award-block #master-driller-award-buckle img {
    width: 90%;
    margin: auto;
    display: block; }

.gold-medal {
  height: 3rem;
  margin-left: 1.5rem;
  position: relative;
  right: 37px; }

.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.9);
  background-image: url("https://www.toptal.com/designers/subtlepatterns/uploads/45degreee_fabric.png");
  background-size: auto; }

.polaroid > img {
  max-width: 100%;
  height: auto;
  box-shadow: inset 0px 0px 14px -3px rgba(0, 0, 0, 0.9);
  min-width: 224px; }

.caption {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4em;
  color: #000 !important;
  font-family: "permanent-marker", sans-serif !important;
  font-weight: 400; }

.item {
  width: 320px;
  display: inline-block;
  margin-top: 2rem;
  top: -55px; }
  .item .polaroid-pin {
    position: absolute;
    z-index: 1;
    display: block;
    transition: all 0.35s; }
    .item .polaroid-pin img {
      max-width: 62px;
      top: -12px;
      position: relative;
      left: -12px;
      transition: all 0.35s; }

.item .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.35s; }

.item .polaroid:after {
  box-shadow: inset 1px 1px 8px 0 #000000c5;
  content: '';
  display: block;
  position: absolute;
  top: 31px;
  width: 224px;
  height: 224px;
  transition: all 0.35s; }

.item:hover .polaroid img {
  width: 304px; }

.item:hover .polaroid:after {
  box-shadow: inset 1px 1px 8px 0 #000000c5;
  content: '';
  display: block;
  position: absolute;
  top: 31px;
  width: 302px;
  height: 302px;
  transition: all 0.35s; }

.item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
  left: -142px; }

.item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }

.item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-5deg);
  transition: all 0.35s; }

.item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-6deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }

.item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s; }

.item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }

.item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(5deg);
  transition: all 0.35s;
  right: 70px;
  top: -40px; }

.item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }

.item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
  z-index: 100;
  width: 400px; }
  .item:hover .polaroid-pin {
    display: none;
    transition: all 0.35s; }
  .item:hover .nail {
    transition: all 0.35s;
    transform: scale(0.8, 0.8);
    right: 133px;
    rotate: 3deg;
    top: -36px; }
  .item:hover .nail-2 {
    transition: all 0.35s;
    transform: scale(0.8, 0.8);
    right: 123px;
    rotate: 3deg;
    top: 5px; }
  .item:hover .hung-buckle {
    right: 69px;
    transition: all 0.35s; }
  .item:hover .hung-buckle-2 {
    right: 69px;
    transition: all 0.35s; }

.item:hover .polaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  transition: all 0.35s; }

.item-buckle {
  width: 320px;
  display: inline-block;
  margin-top: 2rem;
  top: -55px;
  transform: scale(0.8, 0.8); }
  .item-buckle .nail {
    transition: all 0.35s;
    transform: scale(0.8, 0.8);
    right: 30px;
    rotate: 3deg;
    top: -36px; }
  .item-buckle .nail-2 {
    transition: all 0.35s;
    transform: scale(0.8, 0.8);
    right: 30px;
    rotate: 3deg;
    top: 5px; }
  .item-buckle .hung-buckle {
    right: -37px;
    transition: all 0.35s; }
  .item-buckle .hung-buckle-2 {
    right: -37px;
    transition: all 0.35s; }

.ribbon {
  width: 100%;
  height: 6rem;
  top: 4.6rem;
  background-color: #d21d17;
  position: absolute;
  left: 0rem;
  -webkit-box-shadow: 0px 15px 11px -6px #d21d17;
  box-shadow: 0px 15px 11px -6px #7a7a7d; }

.ribbon::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  left: 0.35rem;
  transform: rotate(45deg);
  background-color: #d21d17;
  position: absolute;
  z-index: -1; }

.ribbon::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  right: 0.35rem;
  transform: rotate(45deg);
  background-color: #d21d17;
  position: absolute;
  z-index: -1; }

#buttons {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 2rem; }

.exit {
  width: 11rem;
  height: 3rem;
  font-family: "eurostile", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #ab9c9c;
  border: 0;
  background-color: #fff;
  border-radius: 2rem;
  cursor: pointer; }

.exit:hover {
  border: 0.1rem solid #c60000; }

.continue {
  width: 11rem;
  height: 3rem;
  font-family: "eurostile", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #c60000;
  border: 0;
  border-bottom: 0.2rem solid #3838b8;
  border-radius: 2rem;
  cursor: pointer; }

.continue:active {
  border-bottom: 0; }

#award-categories {
  margin: 50px 0; }
  #award-categories .award-block-container .award-content {
    text-align: center;
    background-image: url("/wp-content/themes/gtd-desco/images/riglife-med-background-image.png");
    background-position: center center;
    background-size: cover;
    color: #d21d17;
    border-radius: 8px;
    padding: 15px; }
    #award-categories .award-block-container .award-content h3 {
      font-weight: 900 !important;
      font-size: 34px !important; }
    #award-categories .award-block-container .award-content p {
      color: #918787; }

.award-block-container-large {
  background-color: #fff;
  color: #d21d17;
  border-radius: 15px;
  padding: 38px !important; }
  .award-block-container-large h2 {
    font-weight: 900 !important; }
  .award-block-container-large p {
    color: #000; }

#riglife-content-block-outter {
  position: relative;
  min-height: 650px;
  max-width: 1800px;
  margin: 0px;
  overflow: hidden;
  margin-bottom: 50px; }
  #riglife-content-block-outter #brochure-block {
    min-height: 650px; }
    #riglife-content-block-outter #brochure-block #brochure-content {
      background-image: url("/wp-content/themes/gtd-desco/images/riglife-dark-background-image.png");
      position: relative !important;
      z-index: 30;
      color: #ffffff;
      padding: 90px; }
      #riglife-content-block-outter #brochure-block #brochure-content h2 {
        color: #d21d17;
        text-shadow: -1px 1px 2px #fff;
        font-family: "permanent-marker", sans-serif; }
      #riglife-content-block-outter #brochure-block #brochure-content p {
        color: #ab9c9c; }
      #riglife-content-block-outter #brochure-block #brochure-content ul li {
        color: #ab9c9c; }

#award-categories h2 {
  color: #d21d17; }
#award-categories div img {
  width: 100%; }

#rig-life-footer-outter {
  background-color: #2d2d2d !important; }

#wpforms-1232 {
  max-width: 1000px; }

#wpforms-form-1232 {
  background-image: url(/wp-content/uploads/2025/11/10295.jpg);
  border-image: url(/wp-content/themes/gtd-desco/images/nomination-form-frame.png) 0 0 fill;
  color: #fff;
  font-family: "permanent-marker", sans-serif !important;
  padding: 98px 67px; }
  #wpforms-form-1232 .wpforms-field-label {
    color: #fff;
    font-size: 1.8rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 .wpforms-field-description {
    color: #fff;
    font-size: 1.4rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 #wpforms-1232-field_3 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 #wpforms-1232-field_5 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 #wpforms-1232-field_1,
  #wpforms-form-1232 #wpforms-1232-field_1-last {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 #wpforms-1232-field_2 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1232 #wpforms-1232-field_4,
  #wpforms-form-1232 #wpforms-1232-field_4-last {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

#wpforms-1232-field_3-container {
  max-width: 837px; }

#wpforms-form-1293 {
  background-image: url(/wp-content/uploads/2025/11/10295.jpg);
  border-image: url(/wp-content/themes/gtd-desco/images/product-request-form-frame.png) 0 0 fill;
  color: #fff;
  font-family: "permanent-marker", sans-serif !important;
  padding: 75px 85px; }
  #wpforms-form-1293 .wpforms-field-label {
    color: #fff;
    font-size: 1.8rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 .wpforms-field-description {
    color: #fff;
    font-size: 1.4rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 #wpforms-1293-field_3 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 #wpforms-1293-field_5 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 #wpforms-1293-field_1,
  #wpforms-form-1293 #wpforms-1293-field_1-last {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 #wpforms-1293-field_2 {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
  #wpforms-form-1293 #wpforms-1293-field_4,
  #wpforms-form-1293 #wpforms-1293-field_4-last {
    background-color: #00000000;
    color: #c4c4c4;
    border: solid 3px #fff;
    font-size: 1.6rem;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

.woocommerce-page #primary-sidebar {
  display: none; }
.woocommerce-page .woocommerce-products-header__title {
  color: #c60000;
  text-align: center;
  display: none; }
.woocommerce-page .riglife-logo-image-center {
  text-align: center;
  margin-top: 50px; }
  .woocommerce-page .riglife-logo-image-center .aligncenter {
    padding: 50px; }
.woocommerce-page .woocommerce-breadcrumb {
  position: relative;
  top: 30px;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase; }
  .woocommerce-page .woocommerce-breadcrumb a {
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase; }
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-products-header,
.woocommerce-page .columns-4 {
  max-width: 1490px;
  margin: auto !important; }
.woocommerce-page .woocommerce-result-count {
  position: relative;
  left: 150px; }
.woocommerce-page .woocommerce-ordering {
  position: relative;
  right: 150px; }
  .woocommerce-page .woocommerce-ordering .orderby {
    height: 40px;
    font-family: 'eurostile'; }
.woocommerce-page .add_to_cart_button {
  background-color: #c60000 !important;
  color: #fff !important;
  text-transform: uppercase; }
.woocommerce-page .single_add_to_cart_button {
  background-color: #c60000 !important;
  color: #fff !important;
  height: 40px;
  text-transform: uppercase; }
.woocommerce-page .woocommerce-loop-product__title {
  font-size: 29px !important;
  color: #c60000;
  text-transform: uppercase; }
.woocommerce-page .product {
  max-width: 1700px;
  margin: auto;
  margin-top: 60px; }
  .woocommerce-page .product .entry-summary {
    background-color: #fff;
    padding: 50px; }
    .woocommerce-page .product .entry-summary .product_title {
      color: #c60000;
      text-transform: uppercase; }
    .woocommerce-page .product .entry-summary .price .woocommerce-Price-amount {
      font-size: 35px;
      font-weight: 900;
      color: #000; }
      .woocommerce-page .product .entry-summary .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        font-size: 35px;
        font-weight: 900;
        color: #000; }
  .woocommerce-page .product .woocommerce-tabs .woocommerce-Tabs-panel {
    background-color: #fff;
    background-image: url(/wp-content/themes/gtd-desco/images/riglife-dark-background-image.png);
    background-position: center center;
    background-size: cover;
    padding: 25px !important; }
    .woocommerce-page .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
      color: #c60000;
      text-transform: uppercase; }
.woocommerce-page .related {
  background-image: url(/wp-content/themes/gtd-desco/images/riglife-dark-background-image.png);
  background-position: center center;
  background-size: cover;
  padding: 25px !important; }
  .woocommerce-page .related h2 {
    color: #c60000;
    text-transform: uppercase; }
.woocommerce-page .columns-4 .product_cat-riglife {
  background-color: #fff;
  background-image: url(/wp-content/themes/gtd-desco/images/riglife-med-background-image.png);
  background-position: center center;
  background-size: cover; }
  .woocommerce-page .columns-4 .product_cat-riglife .woocommerce-loop-product__title {
    padding: 0 20px !important;
    height: 56px; }
  .woocommerce-page .columns-4 .product_cat-riglife .price {
    padding: 0 20px !important; }
    .woocommerce-page .columns-4 .product_cat-riglife .price .woocommerce-Price-currencySymbol {
      font-size: 25px;
      font-family: 'eurostile';
      color: #fff;
      font-weight: 900; }
    .woocommerce-page .columns-4 .product_cat-riglife .price .woocommerce-Price-amount {
      font-size: 25px;
      font-family: 'eurostile';
      color: #fff;
      font-weight: 900; }
  .woocommerce-page .columns-4 .product_cat-riglife .add_to_cart_button {
    position: relative;
    bottom: 17px;
    left: 20px; }
.woocommerce-page .variations tr {
  height: 55px; }
  .woocommerce-page .variations tr td select {
    height: 40px !important;
    padding: 5px 15px !important; }
.woocommerce-page .quantity input {
  height: 40px;
  margin-right: 20px; }

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
  line-height: normal !important;
  color: #c60000;
  font-family: 'eurostile';
  text-transform: uppercase;
  font-weight: 900 !important; }

.wc-block-checkout__main .wc-block-components-form {
  padding: 50px 25px !important;
  background-color: #fff !important; }
  .wc-block-checkout__main .wc-block-components-form .wc-block-components-title {
    color: #c60000;
    font-family: 'eurostile';
    text-transform: uppercase;
    font-weight: 900 !important; }

.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #c60000;
  text-decoration: none;
  font-size: 25px;
  font-weight: 900 !important; }

.wc-block-cart__totals-title {
  line-height: normal !important; }

.wc-block-cart-item__image {
  width: 200px; }

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  background-color: #c60000;
  color: #fff;
  font-family: 'eurostile';
  text-transform: uppercase;
  text-decoration: none; }

.master-driller-award-records-outter {
  width: 100%;
  position: relative;
  padding: 100px;
  background-image: url(/wp-content/uploads/2025/11/10295.jpg);
  border-image: url(/wp-content/themes/gtd-desco/images/small-wood-frame-new-optimised.png) 0 5 fill;
  background-position: unset;
  background-repeat: inherit; }
  .master-driller-award-records-outter h2 {
    font-family: "stanford", sans-serif;
    text-align: center;
    color: #fff;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/paint.png"); }
  .master-driller-award-records-outter h4 {
    font-family: "stanford", sans-serif;
    text-align: center;
    color: #fff;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: url("/wp-content/themes/gtd-desco/images/paint.png"); }
  .master-driller-award-records-outter .award-records-table {
    width: 100%;
    margin-top: 50px; }
    .master-driller-award-records-outter .award-records-table .award-records-title-row .award-records-title-row-painted {
      background-size: contain;
      padding: 20px;
      font-family: "stanford", sans-serif;
      font-size: 36px;
      text-align: center;
      color: #fff;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/paint.png");
      border-color: #ffffff;
      border-style: solid;
      border-width: 3px; }
    .master-driller-award-records-outter .award-records-table .award-records-row .award-records-painted-font {
      padding: 20px;
      font-size: 26px;
      text-align: center;
      background-size: contain;
      font-family: 'Times New Roman', Times, serif;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/paint.png");
      border-color: #ffffff;
      border-style: solid;
      border-width: 3px; }

.leaderboard-title-size {
  font-size: 88px !important; }

#master-driller-award-block #other-equipment-page-text h2 {
  color: #d21d17;
  text-shadow: -1px 1px 2px #fff;
  font-family: "permanent-marker", sans-serif; }

#master-driller-award-block h2 {
  color: #d21d17;
  text-shadow: -1px 1px 2px #fff;
  font-family: "permanent-marker", sans-serif; }

.mega-menu-item-1361 {
  background-image: url(https://gtd-desco.com/wp-content/themes/gtd-desco/images/Rig-Life-Main-Logo-White.png) !important;
  background-size: cover !important;
  width: 103px !important;
  height: 40px !important; }

#mute-button {
  width: 50px;
  height: auto; }

#mute-button-span {
  position: absolute;
  right: 40px;
  bottom: 36px;
  font-family: 'eurostile';
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 22px;
  background-color: #ffffff00;
  border: none; }

.nail {
  position: absolute;
  right: 42px;
  top: -50px;
  transition: all 0.35s; }
  .nail img {
    width: 104px;
    rotate: 46deg; }

.nail-2 {
  position: absolute;
  right: 24px;
  top: 0px;
  transition: all 0.35s; }
  .nail-2 img {
    width: 43px; }

.hung-buckle {
  position: absolute;
  width: 377px;
  right: -76px;
  top: -4px;
  rotate: -10deg; }

.hung-buckle-2 {
  position: absolute;
  width: 377px;
  right: -100px;
  top: 75px;
  rotate: -17deg; }

.mobile-only-text {
  display: none; }

@media (max-width: 800px) {
  .mega-menu-item-66 .mega-menu-link {
    margin-bottom: 20px !important; }

  .wc-block-cart-item__image {
    width: auto !important; }

  .woocommerce-page .columns-4 .product_cat-riglife .woocommerce-loop-product__title {
    padding: 0 20px !important;
    height: 150px; }
  .woocommerce-page .columns-4 .product_cat-riglife .add_to_cart_button {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 18px !important;
    width: 100%; }
  .woocommerce-page .woocommerce-ordering {
    position: relative;
    right: 0 !important; }
  .woocommerce-page .woocommerce-result-count {
    position: relative;
    left: 0 !important; }

  .woocommerce-page
  .mobile-padding {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .item-buckle {
    width: 60px;
    display: inline-block;
    margin-top: 2rem;
    top: -55px;
    transform: scale(0.8, 0.8); }
    .item-buckle .nail {
      transition: all 0.35s;
      transform: scale(0.8, 0.8);
      right: -12px;
      rotate: 3deg;
      top: -16px; }
    .item-buckle .nail-2 {
      transition: all 0.35s;
      transform: scale(0.8, 0.8);
      right: -12px;
      rotate: 3deg;
      top: -5px; }
    .item-buckle .hung-buckle {
      right: -37px;
      transition: all 0.35s; }
    .item-buckle .hung-buckle-2 {
      right: -37px;
      transition: all 0.35s; }

  .hide-mobile-device {
    display: none !important; }

  .mobile-padding-logo {
    padding: 15px; }

  .nail {
    position: absolute;
    right: 24px;
    top: -15px;
    transition: all 0.35s; }
    .nail img {
      width: 40px;
      rotate: 46deg; }

  .nail-2 {
    position: absolute;
    right: 24px;
    transition: all 0.35s; }
    .nail-2 img {
      width: 15px; }

  .hung-buckle {
    position: absolute;
    width: 115px;
    right: 0px;
    top: 15px;
    rotate: -17deg; }

  .hung-buckle-2 {
    position: absolute;
    width: 115px;
    right: 0px;
    top: 30px;
    rotate: -17deg; }

  #mute-button {
    width: 27px;
    height: auto; }

  #mute-button-span {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-family: 'eurostile';
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px; }

  .mobile-only-text {
    display: inline-block;
    rotate: 300deg;
    left: 20px;
    top: 32px;
    position: relative;
    font-family: "permanent-marker", sans-serif;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }

  .riglife-chalk-logo {
    max-width: 85%; }

  .riglife-page-background {
    background-color: #1d1d1d;
    color: #ab9c9c !important;
    background-image: url(/wp-content/themes/gtd-desco/images/tactile_noise.webp);
    overflow-x: hidden; }

  #mega-menu-max_mega_menu_1 {
    padding-bottom: 0px !important;
    top: 26px !important; }

  #riglife-main-page-text {
    margin: 54px 0 0 0;
    text-align: center; }
    #riglife-main-page-text h1 {
      color: #d21d17;
      margin-bottom: 0px !important;
      font-size: 8rem !important;
      font-family: "permanent-marker", sans-serif; }
    #riglife-main-page-text h2 {
      color: #fff;
      font-family: "chalk-board", sans-serif;
      position: relative;
      font-size: 25px !important;
      margin-bottom: 0px !important;
      line-height: initial; }
      #riglife-main-page-text h2 .leaderboard-title-large-text {
        font-size: 25px !important;
        font-family: "chalk-board", sans-serif; }
    #riglife-main-page-text .skull-container {
      position: relative;
      display: inline-block;
      width: 82%; }
      #riglife-main-page-text .skull-container .left-skull {
        position: absolute;
        left: 0;
        top: 10px;
        max-width: 50px; }
      #riglife-main-page-text .skull-container .right-skull {
        position: absolute;
        right: 0;
        top: 10px;
        max-width: 50px; }
    #riglife-main-page-text p {
      color: #fff;
      margin-bottom: 0px !important;
      font-family: "permanent-marker", sans-serif;
      font-size: 16px;
      top: 0px;
      position: relative; }

  .award-table-title-row {
    height: auto !important; }

  #riglife-skull-logo {
    margin: 25px 0; }
    #riglife-skull-logo img {
      width: 100%;
      max-width: 550px;
      margin: auto;
      display: block;
      padding: 35px; }

  #leaderboard {
    width: 100%;
    position: relative;
    border-image: url(/wp-content/themes/gtd-desco/images/leaderboard-frame-new-optimised.png) 0 0 fill;
    padding: 18px;
    background-image: url(/wp-content/uploads/2025/11/10295.jpg);
    background-position: unset;
    background-repeat: inherit;
    padding-bottom: 40px; }
    #leaderboard .award-table-title-row td {
      font-family: "permanent-marker", sans-serif;
      color: #fff;
      font-size: 16px;
      line-height: 23px;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent; }
      #leaderboard .award-table-title-row td .mini-marker-text {
        font-size: 1.4rem !important;
        font-family: "permanent-marker", sans-serif;
        display: none; }

  #master-driller-leaderboard {
    width: 100%;
    position: relative;
    border-image: url(/wp-content/themes/gtd-desco/images/small-wood-frame-new-optimised.png) 0 0 fill;
    padding: 18px;
    background-image: url(/wp-content/uploads/2025/11/10295.jpg);
    background-position: center;
    background-repeat: inherit;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 40px; }
    #master-driller-leaderboard .award-table-title-row td {
      font-family: "permanent-marker", sans-serif;
      color: #fff;
      font-size: 16px;
      line-height: 23px;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent; }
      #master-driller-leaderboard .award-table-title-row td .mini-marker-text {
        font-size: 1.4rem !important;
        font-family: "permanent-marker", sans-serif;
        display: none; }

  .riglife-header-h1 {
    text-transform: uppercase;
    font-family: "chalk-board", sans-serif;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }

  .riglife-header-h2 {
    text-transform: uppercase;
    font-family: "chalk-board", sans-serif;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }

  .riglife-paragraph-font {
    font-family: "permanent-marker", sans-serif;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem; }

  .textured-font {
    background-size: contain;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

  .textured-font-red {
    background-size: contain;
    background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture_red-v3.png"); }

  .riglife-leaderboard-table-styles {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #fff;
    cursor: default; }
    .riglife-leaderboard-table-styles tr {
      transition: all 0.2s ease-in-out;
      border-radius: 0.2rem;
      height: auto;
      border-bottom: 3px solid #fff; }
    .riglife-leaderboard-table-styles td {
      height: 3rem;
      font-family: "permanent-marker", sans-serif;
      font-weight: 400;
      color: #fff;
      font-size: 16pxpx;
      padding: 0px;
      position: relative;
      text-align: center; }
    .riglife-leaderboard-table-styles .number {
      width: 1rem;
      font-size: 23px;
      font-weight: 700;
      text-align: center;
      border: solid 3px;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent; }
    .riglife-leaderboard-table-styles .name {
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent; }
      .riglife-leaderboard-table-styles .name .leaderboard-logo {
        max-width: 100%; }
      .riglife-leaderboard-table-styles .name img {
        max-width: 100%; }
    .riglife-leaderboard-table-styles .logo {
      padding: 0px !important; }
      .riglife-leaderboard-table-styles .logo img {
        width: 100%; }
    .riglife-leaderboard-table-styles .points {
      font-weight: 700;
      font-size: 16px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .riglife-leaderboard-table-styles .points:first-child {
      width: 10rem; }

  .red-chalk-text {
    font-size: 3.8rem;
    color: #d21d17 !important;
    rotate: -13deg;
    left: -72px; }

  .red-chalk-text-2 {
    font-size: 3.8rem !important;
    color: #d21d17 !important;
    rotate: -13deg;
    left: -34px; }

  .kensa-logo-1 {
    rotate: 7deg; }

  .kensa-logo-2 {
    rotate: 3deg; }

  .mw-logo-1 {
    rotate: -2deg; }

  .mw-logo-2 {
    rotate: 3deg; }

  .mw-logo-3 {
    rotate: -2deg; }

  .awpc-logo {
    rotate: 9deg; }

  .awpc-logo-2 {
    rotate: -9deg; }

  .awpc-logo-3 {
    rotate: 4deg; }

  .forged-lb-logo {
    padding: 5px !important;
    rotate: 3deg; }

  .qc-logo-1 {
    padding: 0px; }

  .gt-drilling-lb-logo {
    rotate: 3deg; }

  .bce-logo-1 {
    rotate: -2deg; }

  .geodrill-lb-logo {
    rotate: 4deg; }

  .msb-lb-logo-1 {
    rotate: 2deg; }

  .msb-lb-logo-2 {
    rotate: -5deg; }

  .msb-lb-logo-3 {
    rotate: -3deg; }

  .landshark-lb-logo {
    rotate: 2deg; }

  .msb-lb-logo-4 {
    rotate: 2deg; }

  .drill-rig-img {
    max-width: 80%;
    position: relative; }

  .fi {
    font-size: 20px; }

  #master-driller-award-block {
    padding: 30px 15px;
    margin: 20px 0;
    background-image: url("/wp-content/themes/gtd-desco/images/riglife-med-background-image.png");
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    position: relative; }
    #master-driller-award-block .award-block-container-larg h2 {
      color: #d21d17; }
    #master-driller-award-block .award-block-container-larg p {
      color: #ab9c9c; }
    #master-driller-award-block #master-driller-award-buckle img {
      width: 90%;
      margin: auto;
      display: block; }

  .gold-medal {
    height: 3rem;
    margin-left: 1.5rem;
    position: relative;
    right: 37px; }

  .polaroid {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.9);
    background-image: url("https://www.toptal.com/designers/subtlepatterns/uploads/45degreee_fabric.png");
    background-size: auto;
    display: none !important; }

  .polaroid > img {
    max-width: 100%;
    height: auto;
    box-shadow: inset 0px 0px 14px -3px rgba(0, 0, 0, 0.9); }

  .caption {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.4em;
    color: #000 !important;
    font-family: "permanent-marker", sans-serif !important;
    font-weight: 400; }

  .item {
    width: 88px;
    display: block;
    margin-top: 2rem;
    top: -55px; }
    .item .polaroid-pin {
      position: absolute;
      z-index: 1;
      display: block;
      transition: all 0.35s; }
      .item .polaroid-pin img {
        max-width: 32px;
        top: -12px;
        position: relative;
        left: -12px;
        transition: all 0.35s;
        display: none !important; }

  .item .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.35s; }

  .item .polaroid:after {
    box-shadow: inset 1px 1px 8px 0 #000000c5;
    content: '';
    display: block;
    position: absolute;
    top: 31px;
    width: 100px;
    height: 100px;
    transition: all 0.35s; }

  .item:hover .polaroid:after {
    box-shadow: inset 1px 1px 8px 0 #000000c5;
    content: '';
    display: block;
    position: absolute;
    top: 31px;
    width: 100px;
    height: 100px;
    transition: all 0.35s; }

  .item:nth-of-type(4n+1) {
    transform: scale(0.8, 0.8) rotate(-3deg);
    transition: all 0.35s;
    left: -45px; }

  .item:nth-of-type(4n+1) .polaroid:before {
    transform: rotate(6deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }

  .item:nth-of-type(4n+2) {
    transform: scale(0.8, 0.8) rotate(-5deg);
    transition: all 0.35s; }

  .item:nth-of-type(4n+2) .polaroid:before {
    transform: rotate(-6deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4); }

  .item:nth-of-type(4n+4) {
    transform: scale(0.8, 0.8) rotate(3deg);
    transition: all 0.35s; }

  .item:nth-of-type(4n+4) .polaroid:before {
    transform: rotate(4deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    right: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }

  .item:nth-of-type(4n+3) {
    transform: scale(0.8, 0.8) rotate(5deg);
    transition: all 0.35s;
    right: 31px;
    top: -40px; }

  .item:nth-of-type(4n+3) .polaroid:before {
    transform: rotate(-4deg);
    height: 20%;
    width: 47%;
    bottom: 30px;
    left: 12px;
    box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3); }

  .item:hover {
    filter: none;
    transform: scale(1, 1) rotate(0deg) !important;
    transition: all 0.35s;
    z-index: 100;
    width: 400px; }
    .item:hover .polaroid-pin {
      display: none;
      transition: all 0.35s; }

  .item:hover .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    height: 90%;
    width: 90%;
    bottom: 0%;
    right: 5%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    transition: all 0.35s; }

  .ribbon {
    width: 100%;
    height: 6rem;
    top: 4.6rem;
    background-color: #d21d17;
    position: absolute;
    left: 0rem;
    -webkit-box-shadow: 0px 15px 11px -6px #d21d17;
    box-shadow: 0px 15px 11px -6px #7a7a7d; }

  .ribbon::before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    bottom: -0.8rem;
    left: 0.35rem;
    transform: rotate(45deg);
    background-color: #d21d17;
    position: absolute;
    z-index: -1; }

  .ribbon::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    bottom: -0.8rem;
    right: 0.35rem;
    transform: rotate(45deg);
    background-color: #d21d17;
    position: absolute;
    z-index: -1; }

  #buttons {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 2rem; }

  .exit {
    width: 11rem;
    height: 3rem;
    font-family: "eurostile", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #ab9c9c;
    border: 0;
    background-color: #fff;
    border-radius: 2rem;
    cursor: pointer; }

  .exit:hover {
    border: 0.1rem solid #c60000; }

  .continue {
    width: 11rem;
    height: 3rem;
    font-family: "eurostile", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #c60000;
    border: 0;
    border-bottom: 0.2rem solid #3838b8;
    border-radius: 2rem;
    cursor: pointer; }

  .continue:active {
    border-bottom: 0; }

  #award-categories {
    margin: 50px 0; }
    #award-categories .award-block-container .award-content {
      text-align: center;
      background-image: url("/wp-content/themes/gtd-desco/images/riglife-med-background-image.png");
      background-position: center center;
      background-size: cover;
      color: #d21d17;
      border-radius: 8px;
      padding: 15px; }
      #award-categories .award-block-container .award-content h3 {
        font-weight: 900 !important;
        font-size: 34px !important; }
      #award-categories .award-block-container .award-content p {
        color: #918787; }

  .award-block-container-large {
    background-color: #fff;
    color: #d21d17;
    border-radius: 15px;
    padding: 38px !important; }
    .award-block-container-large h2 {
      font-weight: 900 !important; }
    .award-block-container-large p {
      color: #000; }

  #riglife-content-block-outter {
    position: relative;
    min-height: 650px;
    max-width: 1800px;
    margin: 0px;
    overflow: hidden;
    margin-bottom: 50px; }
    #riglife-content-block-outter #brochure-block {
      min-height: 650px; }
      #riglife-content-block-outter #brochure-block #brochure-content {
        background-image: url("/wp-content/themes/gtd-desco/images/riglife-dark-background-image.png");
        position: relative !important;
        z-index: 30;
        color: #ffffff;
        padding: 38px; }
        #riglife-content-block-outter #brochure-block #brochure-content h2 {
          color: #d21d17;
          text-shadow: -1px 1px 2px #fff;
          font-family: "permanent-marker", sans-serif; }
        #riglife-content-block-outter #brochure-block #brochure-content p {
          color: #ab9c9c; }
        #riglife-content-block-outter #brochure-block #brochure-content ul li {
          color: #ab9c9c; }

  #award-categories h2 {
    color: #d21d17; }
  #award-categories div img {
    width: 100%; }

  #rig-life-footer-outter {
    background-color: #2d2d2d !important; }

  #wpforms-1232 {
    max-width: 1000px; }

  #wpforms-form-1232 {
    background-image: url(/wp-content/uploads/2025/11/10295.jpg);
    border-image: url(/wp-content/themes/gtd-desco/images/nomination-form-frame.png) 0 0 fill;
    color: #fff;
    font-family: "permanent-marker", sans-serif !important;
    padding: 75px 34px; }
    #wpforms-form-1232 .wpforms-field-label {
      color: #fff;
      font-size: 1.8rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 .wpforms-field-description {
      color: #fff;
      font-size: 1.4rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 #wpforms-1232-field_3 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 #wpforms-1232-field_5 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 #wpforms-1232-field_1,
    #wpforms-form-1232 #wpforms-1232-field_1-last {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 #wpforms-1232-field_2 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1232 #wpforms-1232-field_4,
    #wpforms-form-1232 #wpforms-1232-field_4-last {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

  #wpforms-1232-field_3-container {
    max-width: 837px; }

  #wpforms-form-1293 {
    background-image: url(/wp-content/uploads/2025/11/10295.jpg);
    border-image: url(/wp-content/themes/gtd-desco/images/product-request-form-frame.png) 0 0 fill;
    color: #fff;
    font-family: "permanent-marker", sans-serif !important;
    padding: 75px 34px; }
    #wpforms-form-1293 .wpforms-field-label {
      color: #fff;
      font-size: 1.8rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 .wpforms-field-description {
      color: #fff;
      font-size: 1.4rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 #wpforms-1293-field_3 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 #wpforms-1293-field_5 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 #wpforms-1293-field_1,
    #wpforms-form-1293 #wpforms-1293-field_1-last {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 #wpforms-1293-field_2 {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }
    #wpforms-form-1293 #wpforms-1293-field_4,
    #wpforms-form-1293 #wpforms-1293-field_4-last {
      background-color: #00000000;
      color: #c4c4c4;
      border: solid 3px #fff;
      font-size: 1.6rem;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/chalk_texture.png"); }

  .master-driller-award-records-outter {
    width: 100%;
    position: relative;
    padding: 100px;
    background-image: url(/wp-content/uploads/2025/11/10295.jpg);
    border-image: url(/wp-content/themes/gtd-desco/images/small-wood-frame-new-optimised.png) 0 5 fill;
    background-position: unset;
    background-repeat: inherit; }
    .master-driller-award-records-outter h2 {
      font-family: "stanford", sans-serif;
      text-align: center;
      color: #fff;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/paint.png"); }
    .master-driller-award-records-outter h4 {
      font-family: "stanford", sans-serif;
      text-align: center;
      color: #fff;
      background-size: contain;
      -webkit-background-clip: text;
      background-clip: text;
      -moz-text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      background-image: url("/wp-content/themes/gtd-desco/images/paint.png"); }
    .master-driller-award-records-outter .award-records-table {
      width: 100%;
      margin-top: 50px; }
      .master-driller-award-records-outter .award-records-table .award-records-title-row .award-records-title-row-painted {
        background-size: contain;
        padding: 20px;
        font-family: "stanford", sans-serif;
        font-size: 36px;
        text-align: center;
        color: #fff;
        -webkit-background-clip: text;
        background-clip: text;
        -moz-text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: url("/wp-content/themes/gtd-desco/images/paint.png");
        border-color: #ffffff;
        border-style: solid;
        border-width: 3px; }
      .master-driller-award-records-outter .award-records-table .award-records-row .award-records-painted-font {
        padding: 20px;
        font-size: 26px;
        text-align: center;
        background-size: contain;
        font-family: 'Times New Roman', Times, serif;
        -webkit-background-clip: text;
        background-clip: text;
        -moz-text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: url("/wp-content/themes/gtd-desco/images/paint.png");
        border-color: #ffffff;
        border-style: solid;
        border-width: 3px; }

  .leaderboard-title-size {
    font-size: 88px !important; }

  #master-driller-award-block #other-equipment-page-text h2 {
    color: #d21d17;
    text-shadow: -1px 1px 2px #fff;
    font-family: "permanent-marker", sans-serif; }

  #master-driller-award-block h2 {
    color: #d21d17;
    text-shadow: -1px 1px 2px #fff;
    font-family: "permanent-marker", sans-serif; }

  .mega-menu-item-1361 {
    background-image: url(https://gtd-desco.com/wp-content/themes/gtd-desco/images/Rig-Life-Main-Logo-White.png) !important;
    background-size: cover !important;
    width: 103px !important; }

  #riglife-header-outter .riglife-logo {
    max-width: 122px !important; }

  .my-logo-right a img {
    max-width: 160px;
    position: relative;
    top: 17px;
    left: 20px; } }
.drill-rig-section-header-styles {
  font-size: 106px !important;
  line-height: 95.5px !important;
  letter-spacing: -3px;
  margin-top: 25px !important; }

.drill-rig-loop-section {
  margin-top: 50px; }
  .drill-rig-loop-section .drill-rig-section-title {
    font-size: 46px !important;
    color: #c60000; }
  .drill-rig-loop-section .drill-rig-loop-display {
    position: relative;
    height: 700px; }
    .drill-rig-loop-section .drill-rig-loop-display h3 {
      rotate: 270deg;
      position: absolute;
      top: 280px;
      font-size: 100px !important;
      font-weight: 900 !important;
      color: #0000008f;
      transition: all .2s ease !important; }
    .drill-rig-loop-section .drill-rig-loop-display .GT65DR-title-position {
      left: -62px;
      top: 222px; }
    .drill-rig-loop-section .drill-rig-loop-display .GT45DR-title-position {
      left: -79px;
      top: 222px; }
    .drill-rig-loop-section .drill-rig-loop-display ul {
      position: absolute;
      right: -10px;
      top: 88px; }
      .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li {
        position: relative;
        transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li p {
          font-size: 18px !important;
          color: #0000008f;
          transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .drill-spec-underline-animation {
          height: 3px;
          width: 85px;
          display: inline-block;
          background-color: #0000008f;
          transition: all .2s ease !important;
          position: absolute;
          bottom: -6px; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-2 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-3 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-4 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-5 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-6 {
          width: 85px;
          transition: all .2s ease !important; }
    .drill-rig-loop-section .drill-rig-loop-display .GT35-position {
      right: 57px;
      top: 156px; }
    .drill-rig-loop-section .drill-rig-loop-display .GT45DR-position {
      right: -24px; }
    .drill-rig-loop-section .drill-rig-loop-display .GT65DR-position {
      right: -60px; }
    .drill-rig-loop-section .drill-rig-loop-display img {
      position: absolute;
      top: 0px;
      left: 20px;
      max-width: 450px !important;
      height: auto; }

.drill-rig-loop-display:hover h3 {
  color: #000;
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
.drill-rig-loop-display:hover ul .drill-spec-detail-li {
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li p {
    color: #000;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .drill-spec-underline-animation {
    background-color: #000;
    width: 116px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-2 {
    width: 185px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-3 {
    width: 260px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-4 {
    width: 230px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-5 {
    width: 85px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-6 {
    width: 200px;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }

.eurodrill-blue-box-outter {
  padding: 117px !important;
  padding-right: 0px !important;
  position: relative;
  top: 118px; }
  .eurodrill-blue-box-outter .eurodrill-blue-box-inner {
    position: relative;
    height: 100%;
    background-color: #1B5186;
    border-radius: 19px;
    padding: 35px; }
    .eurodrill-blue-box-outter .eurodrill-blue-box-inner img {
      position: absolute;
      top: -25px;
      max-width: 125px;
      left: 10%;
      image-orientation: none; }
    .eurodrill-blue-box-outter .eurodrill-blue-box-inner p {
      color: #fff;
      font-size: 22px !important;
      margin-top: 85px !important;
      text-transform: uppercase; }

.metzke-blue-box-outter {
  padding: 117px !important;
  padding-right: 0px !important;
  position: relative;
  top: 25px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .metzke-blue-box-outter .metzke-blue-box-inner {
    position: relative;
    background-color: #00bedf;
    border-radius: 19px 19px 0px 0px;
    padding: 35px; }
    .metzke-blue-box-outter .metzke-blue-box-inner img {
      max-width: 70%;
      image-orientation: none; }
    .metzke-blue-box-outter .metzke-blue-box-inner p {
      color: #fff !important;
      font-size: 22px !important;
      margin-top: 28px !important;
      text-transform: uppercase !important; }
  .metzke-blue-box-outter .eurodrill-blue-box-inner {
    position: relative;
    background-color: #1B5186;
    border-radius: 0px 0px 19px 19px;
    padding: 35px;
    top: 0px; }
    .metzke-blue-box-outter .eurodrill-blue-box-inner img {
      position: absolute;
      top: -25px;
      max-width: 125px;
      left: 10%;
      image-orientation: none; }
    .metzke-blue-box-outter .eurodrill-blue-box-inner p {
      color: #fff !important;
      font-size: 22px !important;
      margin-top: 85px !important;
      text-transform: uppercase !important; }

.slick-drill-rig-home .metzke-blue-box-outter {
  padding-left: 100px !important;
  padding-right: 100px !important;
  position: relative;
  top: 25px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
.slick-drill-rig-home .eurodrill-blue-box-outter {
  padding-left: 100px !important;
  padding-right: 100px !important;
  position: relative;
  top: 118px; }
.slick-drill-rig-home a .drill-rig-loop-display .RC65-title-position {
  left: 77px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC65-position {
  right: 28px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC45-title-position {
  left: 77px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC45-position {
  right: 28px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC65DR-title-position {
  top: 217px !important;
  left: 0px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC65DR-position {
  right: 2px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC45DR-position {
  right: 2px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .RC45DR-title-position {
  top: 210px !important;
  left: 0px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT65-title-position {
  left: 23px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT65-position {
  right: 82px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT45-title-position {
  left: 14px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT45-position {
  right: 82px !important;
  top: 115px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT35-title-position {
  left: 18px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT35-position {
  top: 193px !important;
  right: 160px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT45DR-title-position {
  left: -62px !important;
  top: 254px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT45DR-position {
  right: 63px !important;
  top: 128px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT65DR-title-position {
  left: -58px !important;
  top: 254px !important; }
.slick-drill-rig-home a .drill-rig-loop-display .GT65DR-position {
  right: 46px !important;
  top: 126px !important; }

.dark-background-gradient {
  margin-top: 50px;
  padding-top: 50px;
  background: linear-gradient(0deg, white 0%, #d9d9d9 13%, #949494 36%, #5c5c5c 64%, #333333 100%); }
  .dark-background-gradient .rc-rigs-introduction h2 {
    color: #fff; }
  .dark-background-gradient .rc-rigs-introduction p {
    color: #fff; }

.drill-rig-loop-section-dark {
  margin-top: 50px; }
  .drill-rig-loop-section-dark .drill-rig-section-title {
    font-size: 46px !important;
    color: #000; }
  .drill-rig-loop-section-dark .drill-rig-section-title-white {
    font-size: 46px !important;
    color: #fff; }
  .drill-rig-loop-section-dark .drill-rig-loop-display {
    position: relative;
    height: 700px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display h3 {
      rotate: 270deg;
      position: absolute;
      top: 280px;
      font-size: 100px !important;
      font-weight: 900 !important;
      color: #0000008f;
      transition: all .2s ease !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC45-title-position {
      left: 67px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC65-title-position {
      left: 67px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC45DR-title-position {
      left: -4px;
      top: 244px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC65DR-title-position {
      left: -4px;
      top: 244px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display ul {
      position: absolute;
      right: -10px;
      top: 88px; }
      .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li {
        position: relative; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li p {
          font-size: 18px !important;
          color: #0000008f;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .drill-spec-underline-animation {
          height: 3px;
          width: 85px;
          display: inline-block;
          background-color: #0000008f;
          position: absolute;
          bottom: -6px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-2 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-3 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-4 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-5 {
          width: 85px;
          transition: all .2s ease !important; }
        .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-6 {
          width: 85px;
          transition: all .2s ease !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC45-position {
      right: -68px;
      top: 127px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC65-position {
      right: -72px;
      top: 127px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC45DR-position {
      right: -100px;
      top: 130px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display .RC65DR-position {
      right: -100px;
      top: 130px; }
    .drill-rig-loop-section-dark .drill-rig-loop-display img {
      position: absolute;
      top: 0px;
      left: 15px;
      max-width: 450px !important;
      height: auto; }
  .drill-rig-loop-section-dark .drill-rig-loop-display:hover h3 {
    color: #000;
    transition-timing-function: ease-in-out !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
  .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li {
    position: relative; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li p {
      color: #000;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .drill-spec-underline-animation {
      width: 116px;
      background-color: #000;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-2 {
      width: 185px;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-3 {
      width: 260px;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-4 {
      width: 230px;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-5 {
      width: 85px;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }
    .drill-rig-loop-section-dark .drill-rig-loop-display:hover ul .drill-spec-detail-li .underline-animation-6 {
      width: 200px;
      transition-timing-function: ease-in-out !important;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1) !important; }

.drill-rig-sections-margin-top {
  margin-top: 100px; }

.gw-drill-rig-section-margin {
  margin-top: 100px; }

.gw-ad-block-container {
  position: relative; }
  .gw-ad-block-container .top-right-text {
    position: absolute;
    top: 32px;
    right: 0px;
    text-align: right;
    max-width: 450px;
    font-size: 26px !important;
    text-transform: uppercase; }
  .gw-ad-block-container .bottom-left-text {
    position: absolute;
    top: 165px;
    left: 0px;
    font-size: 51px !important;
    font-weight: 900 !important;
    max-width: 380px; }
  .gw-ad-block-container .img {
    max-width: 100%; }
  .gw-ad-block-container .red-info-button {
    position: absolute;
    left: 50%;
    margin-left: -104px;
    bottom: 70px; }

.spec-content div {
  position: relative; }
  .spec-content div ul .wp-image-1811 {
    position: absolute;
    top: 0;
    left: 350px; }
  .spec-content div ul .wp-image-1810 {
    position: absolute;
    top: 0;
    left: 168px;
    max-width: 90px; }
  .spec-content div ul .wp-image-1809 {
    position: absolute;
    bottom: 0px;
    left: 425px;
    width: 225px !important; }
  .spec-content div ul .wp-image-1813 {
    position: absolute;
    top: -20px;
    left: 171px;
    max-width: 164px; }

@media (max-width: 800px) {
  .drill-rig-section-header-styles {
    font-size: 55px !important;
    line-height: 90%;
    letter-spacing: -3px; }

  .drill-rig-loop-section .drill-rig-section-title {
    font-size: 35px !important;
    color: #c60000; }

  .drill-rig-loop-section .drill-rig-loop-display img {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 100% !important; }

  .drill-rig-loop-section .drill-rig-loop-display ul {
    position: absolute;
    right: 9px;
    top: 169px; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li p {
    font-size: 12px !important;
    color: #000;
    margin-bottom: 10px; }

  .drill-rig-loop-section .drill-rig-loop-display h3 {
    top: 258px;
    font-size: 83px !important; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .drill-spec-underline-animation {
    width: 67px; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-2 {
    width: 103px; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-3 {
    width: 145px; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-4 {
    width: 118px; }

  .drill-rig-loop-section .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-5 {
    width: 46px; }

  .drill-rig-loop-section .drill-rig-loop-display .GT45DR-position {
    right: 5px; }

  .drill-rig-loop-section .drill-rig-loop-display .GT65DR-position {
    right: -6px; }

  .drill-rig-loop-section-dark .drill-rig-loop-display img {
    top: 0px !important;
    left: -51px !important;
    max-width: 100% !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display h3 {
    left: -9px !important;
    top: 225px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul {
    right: 0 !important;
    top: 156px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li p {
    font-size: 12px !important;
    color: #000; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .drill-spec-underline-animation {
    width: 67px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-2 {
    width: 103px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-3 {
    width: 145px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-4 {
    width: 118px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display ul .drill-spec-detail-li .underline-animation-5 {
    width: 46px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display h3 {
    top: 258px;
    font-size: 83px !important; }

  .drill-rig-loop-section-dark .drill-rig-loop-display .RC65DR-title-position {
    left: -55px !important;
    top: 244px; }

  .drill-rig-loop-section-dark .drill-rig-loop-display .RC45DR-title-position {
    left: -55px !important;
    top: 244px; }

  .gw-ad-block-container .bottom-left-text {
    position: absolute;
    bottom: -10px !important;
    left: 0px !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    max-width: 161px !important; }

  .gw-ad-block-container img {
    max-width: 100% !important; }

  .gw-ad-block-container .top-right-text {
    position: relative !important;
    top: 40px !important;
    right: 0px !important;
    text-align: right;
    max-width: 450px;
    font-size: 18px !important;
    text-transform: uppercase; }

  .drill-rig-single-page-top-section .GT65DR-position {
    right: -22px !important;
    top: 140px !important; }

  .drill-rig-single-page-top-section .GT45DR-position {
    right: -9px !important;
    top: 140px !important; }

  .drill-rig-single-page-top-section .GT35-position {
    right: 47px !important;
    top: 191px !important; }

  .drill-rig-single-page-top-section .GT45-position {
    right: -4px !important;
    top: 116px !important; }

  .drill-rig-single-page-top-section .GT65-position {
    right: -5px !important;
    top: 143px !important; }

  .spec-content div {
    position: relative; }
    .spec-content div ul .wp-image-1811 {
      position: unset !important;
      top: 0;
      left: 350px; }
    .spec-content div ul .wp-image-1810 {
      position: unset !important;
      top: 0;
      left: 168px;
      max-width: 130px; }
    .spec-content div ul .wp-image-1809 {
      position: unset !important;
      top: 82px;
      left: 425px;
      width: 225px !important; }
    .spec-content div ul .wp-image-1813 {
      position: unset !important;
      top: -20px;
      left: 171px;
      max-width: 164px; }

  .eurodrill-blue-box-outter {
    padding: 25px !important;
    top: 0px; }
    .eurodrill-blue-box-outter .eurodrill-blue-box-inner {
      position: relative;
      height: 100%;
      background-color: #1B5186;
      border-radius: 19px;
      padding: 35px; }
      .eurodrill-blue-box-outter .eurodrill-blue-box-inner img {
        position: absolute;
        top: -25px;
        max-width: 125px;
        left: 10%; }
      .eurodrill-blue-box-outter .eurodrill-blue-box-inner p {
        color: #fff;
        font-size: 28px !important;
        margin-top: 60px !important;
        text-transform: uppercase; }

  .metzke-blue-box-outter {
    padding: 25px !important;
    top: 0px; }
    .metzke-blue-box-outter .metzke-blue-box-inner {
      position: relative;
      background-color: #00bedf;
      border-radius: 19px 19px 0px 0px;
      padding: 35px; }
      .metzke-blue-box-outter .metzke-blue-box-inner img {
        max-width: 70%; }
      .metzke-blue-box-outter .metzke-blue-box-inner p {
        color: #fff;
        font-size: 18px !important;
        margin-top: 55px !important;
        text-transform: uppercase; }
    .metzke-blue-box-outter .eurodrill-blue-box-inner {
      position: relative;
      background-color: #1B5186;
      border-radius: 0px 0px 19px 19px;
      padding: 35px;
      top: 0px; }
      .metzke-blue-box-outter .eurodrill-blue-box-inner img {
        position: absolute;
        top: -25px;
        max-width: 125px;
        left: 10%; }
      .metzke-blue-box-outter .eurodrill-blue-box-inner p {
        color: #fff;
        font-size: 18px !important;
        margin-top: 60px !important;
        text-transform: uppercase; }

  .slick-drill-rig-home .metzke-blue-box-outter {
    padding-left: 25px !important;
    padding-right: 25px !important;
    position: relative;
    top: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .slick-drill-rig-home .eurodrill-blue-box-outter {
    padding-left: 25px !important;
    padding-right: 25px !important;
    position: relative;
    top: 10px; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65-title-position {
    left: 0px !important;
    top: 233px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65-position {
    right: 0px !important;
    top: 115px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65-img-position {
    left: -50px; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45-title-position {
    left: 0px !important;
    top: 233px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45-position {
    right: 0px !important;
    top: 115px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45-img-position {
    left: -50px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65DR-title-position {
    left: -73px !important;
    top: 187px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65DR-position {
    right: 0px !important;
    top: 115px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC65DR-img-position {
    left: -65px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45DR-position {
    right: 0px !important;
    top: 115px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45DR-title-position {
    left: -73px !important;
    top: 187px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .RC45DR-img-position {
    left: -64px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT65-title-position {
    left: 7px !important;
    top: 241px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT65-position {
    right: 0px !important;
    top: 125px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT45-title-position {
    left: 0px !important;
    top: 241px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT45-position {
    right: 0px !important;
    top: 125px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT35-title-position {
    left: 0px !important;
    top: 241px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT35-position {
    top: 193px !important;
    right: 50px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT45DR-title-position {
    left: -71px !important;
    top: 230px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT45DR-position {
    right: 0px !important;
    top: 128px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT65DR-title-position {
    left: -86px !important;
    top: 200px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT65DR-position {
    right: 0px !important;
    top: 126px !important; }
  .slick-drill-rig-home a .drill-rig-loop-display .GT65DR-img-position {
    left: -19px !important; } }
@media (min-width: 997px) and (max-width: 1500px) {
  .drill-rig-single-page-top-section .GT35-position {
    right: -89px !important;
    top: 191px !important; }
  .drill-rig-single-page-top-section .GT45-position {
    right: -151px !important;
    top: 116px !important; }
  .drill-rig-single-page-top-section .GT65-position {
    right: -151px !important;
    top: 116px !important; }
  .drill-rig-single-page-top-section .GT45DR-position {
    right: -183px !important;
    top: 140px !important; }
  .drill-rig-single-page-top-section .GT65DR-position {
    right: -183px !important;
    top: 140px !important; }
  .drill-rig-single-page-top-section .RC45-position {
    right: -216px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC45-title-position {
    left: 64px !important;
    top: 289px !important; }
  .drill-rig-single-page-top-section .RC65-position {
    right: -216px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC65-title-position {
    left: 64px !important;
    top: 289px !important; }
  .drill-rig-single-page-top-section .RC45DR-position {
    right: -243px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC45DR-title-position {
    left: -8px !important;
    top: 246px !important; }
  .drill-rig-single-page-top-section .RC65DR-position {
    right: -243px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC65DR-title-position {
    left: -8px !important;
    top: 246px !important; } }
@media (min-width: 1500px) {
  .drill-rig-single-page-top-section .GT35-position {
    right: -89px !important;
    top: 191px !important; }
  .drill-rig-single-page-top-section .GT45-position {
    right: -151px !important;
    top: 116px !important; }
  .drill-rig-single-page-top-section .GT65-position {
    right: -151px !important;
    top: 116px !important; }
  .drill-rig-single-page-top-section .GT45DR-position {
    right: -183px !important;
    top: 140px !important; }
  .drill-rig-single-page-top-section .GT65DR-position {
    right: -183px !important;
    top: 140px !important; }
  .drill-rig-single-page-top-section .RC45-position {
    right: -216px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC45-title-position {
    left: 64px !important;
    top: 289px !important; }
  .drill-rig-single-page-top-section .RC65-position {
    right: -216px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC65-title-position {
    left: 64px !important;
    top: 289px !important; }
  .drill-rig-single-page-top-section .RC45DR-position {
    right: -243px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC45DR-title-position {
    left: -8px !important;
    top: 246px !important; }
  .drill-rig-single-page-top-section .RC65DR-position {
    right: -243px !important;
    top: 132px !important; }
  .drill-rig-single-page-top-section .RC65DR-title-position {
    left: -8px !important;
    top: 246px !important; } }
#page-image-right {
  width: 100%; }

#download-content-area #page-image-right {
  margin-top: 50px;
  position: relative;
  top: 25px; }
#download-content-area #brochure-outter {
  margin-top: 50px; }

#news-page #page-image-right {
  margin-top: 50px;
  margin-bottom: 50px; }

.full-width-text-banner {
  text-align: center;
  background-color: #E8EAED;
  position: relative;
  padding: 50px 220px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .full-width-text-banner h3 {
    font-weight: 700;
    font-size: 50px; }
  .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%; }
  .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%; }

.drill-rigs-page {
  margin-top: 40px; }

.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%; }

#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%; }

#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%; }

.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%; }

.drill-rig-title {
  position: relative; }
  .drill-rig-title .heading-style {
    left: 75px; }
  .drill-rig-title .heading-style:before {
    content: "";
    background: #c60000;
    width: 40px;
    height: 52px;
    position: absolute;
    left: -64px;
    top: 13px; }
  .drill-rig-title #spec-bottom-image {
    max-width: 80%; }

.grey-background {
  background-color: #eaeaea;
  padding: 50px 0;
  margin-bottom: 50px; }

.spec-content-container {
  background-color: #eaeaea;
  padding: 50px 0;
  margin-bottom: 80px;
  margin-top: 50px; }
  .spec-content-container .spec-content h3 {
    text-transform: uppercase;
    color: #C60000;
    font-size: 35px !important;
    font-weight: 900 !important; }
  .spec-content-container .spec-content ul {
    margin-top: 25px;
    margin-bottom: 45px;
    padding-left: 0px !important; }
    .spec-content-container .spec-content ul li {
      font-size: 25px; }
    .spec-content-container .spec-content ul li:before {
      background: url(/wp-content/themes/gtd-desco/images/union_maroon.svg) no-repeat !important;
      font-size: 0px !important;
      content: "" !important;
      width: 24px !important;
      height: 18px !important;
      margin-right: 6px !important;
      top: 13px !important;
      left: auto;
      transform: translateY(-50%) !important;
      background-size: 16px !important;
      margin-top: 0px !important;
      display: inline-block !important;
      position: relative !important;
      opacity: 1; }

.gry-background {
  background-color: #eaeaea;
  padding: 30px 0px;
  margin-bottom: 25px; }

.margin-bottom-top-display {
  margin-bottom: 25px; }

.address_into_text {
  max-width: 90%;
  margin-top: 25px !important; }
  .address_into_text a {
    color: #C60000 !important; }

.address_row {
  margin-top: 25px !important;
  border-top: solid 4px #C60000;
  padding-top: 35px; }
  .address_row .address_display ul {
    padding-left: 0px !important; }
    .address_row .address_display ul li {
      font-size: 1.3vw; }

.owl-stage-outer {
  max-height: 610px !important; }

.title-before-styles {
  position: relative; }

.title-before-styles:before {
  content: '';
  width: 140px;
  height: 4px;
  left: calc(-131px - 20px);
  top: 35px;
  position: absolute;
  background: #172D2B; }

#featured-articles #center-col {
  display: flex;
  margin-bottom: 25px; }
#featured-articles .small-features-article {
  min-height: 300px;
  margin-bottom: 10px;
  background-position: center center; }
  #featured-articles .small-features-article a {
    text-decoration: none; }
    #featured-articles .small-features-article a h2 {
      color: #fff;
      font-size: 30px !important;
      line-height: 38px; }
  #featured-articles .small-features-article h2 {
    color: #fff;
    font-size: 30px !important;
    line-height: 38px; }
#featured-articles a {
  text-decoration: none; }
#featured-articles .large-featured-article {
  background-position: center center; }
  #featured-articles .large-featured-article .news-page-card-image {
    min-height: 450px; }
  #featured-articles .large-featured-article a {
    text-decoration: none; }
    #featured-articles .large-featured-article a h2 {
      color: #fff;
      font-size: 30px !important;
      line-height: 38px; }
  #featured-articles .large-featured-article h2 {
    color: #fff;
    font-size: 30px !important;
    line-height: 38px; }
  #featured-articles .large-featured-article p {
    color: #fff; }

.large-featured-article:after {
  background-color: #172D2B; }

#main-articles-list a {
  text-decoration: none; }
  #main-articles-list a p {
    color: #172D2B;
    text-decoration: none; }
#main-articles-list .small-features-article {
  min-height: 300px;
  margin-bottom: 25px;
  padding: 25px; }
  #main-articles-list .small-features-article a {
    text-decoration: none; }
    #main-articles-list .small-features-article a h2 {
      color: #fff;
      font-size: 30px !important;
      line-height: 38px; }
    #main-articles-list .small-features-article a p {
      color: #172D2B;
      text-decoration: none; }
  #main-articles-list .small-features-article h2 {
    color: #fff;
    font-size: 30px !important;
    line-height: 38px; }
  #main-articles-list .small-features-article p {
    color: #172D2B;
    text-decoration: none; }

.news-page-card-image {
  position: relative;
  padding: 25px; }
  .news-page-card-image article {
    position: absolute;
    z-index: 10;
    bottom: 0;
    max-width: 90%;
    left: 15px; }
  .news-page-card-image .article {
    position: absolute;
    z-index: 10;
    bottom: 0;
    max-width: 90%;
    left: 15px; }
  .news-page-card-image .main-listing-article {
    position: absolute;
    z-index: 10;
    bottom: 0;
    max-width: 90%;
    left: 15px; }

.news-graidiant-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.713) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

#double_head_rigs {
  min-height: 600px;
  position: relative;
  margin-bottom: 50px; }
  #double_head_rigs .rig-display {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    max-height: 560px; }
    #double_head_rigs .rig-display img {
      max-width: 100% !important;
      position: relative;
      transition: all .5s ease;
      z-index: 10; }
    #double_head_rigs .rig-display #gt45dd-image {
      top: -40px;
      left: -27px; }
    #double_head_rigs .rig-display #gt60dd-image {
      top: -40px;
      left: -86px; }
    #double_head_rigs .rig-display .drill-rig-spacer {
      display: block;
      height: 26px; }
    #double_head_rigs .rig-display .rig-content {
      position: absolute;
      top: 40px;
      right: 0px;
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      z-index: 1; }
      #double_head_rigs .rig-display .rig-content ul {
        left: -30px;
        position: relative; }
        #double_head_rigs .rig-display .rig-content ul li {
          position: relative;
          padding-top: 2px;
          padding-bottom: 2px;
          font-size: 20px; }
          #double_head_rigs .rig-display .rig-content ul li span {
            font-size: 18px !important; }
          #double_head_rigs .rig-display .rig-content ul li .bold-info {
            font-weight: 600;
            font-size: 18px;
            transition: all .1s ease; }
          #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); }
        #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; }
  #double_head_rigs .rig-display:hover {
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
    #double_head_rigs .rig-display:hover img {
      max-width: 75%;
      position: relative;
      transition-timing-function: ease-in-out;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
    #double_head_rigs .rig-display:hover .rig-content {
      position: absolute;
      top: 40px;
      right: 0px; }
      #double_head_rigs .rig-display:hover .rig-content ul {
        left: -30px;
        position: relative; }
        #double_head_rigs .rig-display:hover .rig-content ul li {
          position: relative; }
          #double_head_rigs .rig-display:hover .rig-content ul li .bold-info {
            font-weight: 900; }
            #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); }
        #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); }
  #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: -134px;
    bottom: 18%; }
    #double_head_rigs .euro_drill .logo {
      position: absolute;
      top: -40px;
      max-width: 120px;
      right: 195px; }
    #double_head_rigs .euro_drill p {
      font-size: 20px;
      color: #ffffff;
      padding: 25px 40px;
      max-width: 75%; }
  #double_head_rigs .gt25-rig-display {
    top: 60px; }

.bold-info {
  font-weight: 900;
  font-size: 18px; }

#top-product-display-content ul li p {
  font-size: 18px !important;
  margin-bottom: 0px !important; }

@media (max-width: 800px) {
  #top-product-display-content ul li p {
    font-size: 3.2vw !important;
    margin-bottom: 0px !important; } }
@media (min-width: 997px) and (max-width: 1450px) {
  #top-product-display-content ul li p {
    font-size: 16px !important;
    margin-bottom: 0px !important; } }
.page-id-1691 #top-product-display-image {
  left: 0px !important; }

#youtube_block {
  height: 700px;
  padding-top: 50px;
  text-align: center; }
  #youtube_block iframe {
    width: 100%;
    max-width: 1071px;
    height: 602px; }

#youtube_block_outter {
  margin-top: 50px; }
  #youtube_block_outter h2 {
    position: relative; }
  #youtube_block_outter h2:before {
    content: '';
    width: 140px;
    height: 4px;
    left: calc(-131px - 20px);
    top: 35px;
    position: absolute;
    background: #172D2B; }
  #youtube_block_outter p {
    max-width: 60%; }

#partners_block {
  margin-top: 80px; }
  #partners_block #globla_partners {
    height: 180px;
    padding-top: 25px; }
    #partners_block #globla_partners .partners-logo {
      width: 200px;
      height: auto; }

.american_well_logo {
  padding-top: 28px; }

.brightcore_logo {
  padding-top: 5px; }

.chesapeake_logo {
  padding-top: 12px; }

.earth_drilling_logo {
  padding-top: 15px; }

.geo_drill_logo {
  padding-top: 18px; }

.geotech_logo {
  margin-top: 50px;
  max-width: 181px; }

.gt_drilling_logo {
  padding-top: 20px;
  max-width: 150px; }

.morris_shea_logo {
  padding-top: 50px; }

.midwest_logo {
  padding-top: 47px; }

.morrison_logo {
  padding-top: 27px; }

.forage_logo {
  max-width: 160px;
  margin-top: -10px; }

.sondalis_logo {
  padding-top: 35px; }

.synergie_logo {
  padding-top: 5px; }

.tez_logo {
  padding-top: 15px; }

#product_upsell_block #produc-upsell-block-title {
  margin-bottom: 50px;
  max-width: 80%; }
#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; }
  #product_upsell_block .product_upsell_inner h2 {
    color: #ffffff; }
  #product_upsell_block .product_upsell_inner p {
    color: #ffffff; }

#other-equipment-banner-iamge {
  width: 100%; }

#other-equipment {
  min-height: 680px; }
  #other-equipment .equipment-display {
    position: relative;
    margin-bottom: 80px;
    margin-top: 0px; }
    #other-equipment .equipment-display img {
      height: 420px;
      width: auto;
      transition: all .5s ease;
      z-index: 10;
      image-orientation: none !important; }
    #other-equipment .equipment-display .gt60 {
      top: 40px;
      right: -5px; }
    #other-equipment .equipment-display .gt45 {
      top: 13px;
      right: -5px; }
    #other-equipment .equipment-display .gt35 {
      top: 75px;
      right: -5px; }
    #other-equipment .equipment-display .gt25 {
      top: 15px;
      right: -5px; }
    #other-equipment .equipment-display .equipment-content {
      transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
      z-index: 1; }
      #other-equipment .equipment-display .equipment-content h3 {
        text-transform: uppercase; }
      #other-equipment .equipment-display .equipment-content ul {
        left: -30px;
        position: relative; }
        #other-equipment .equipment-display .equipment-content ul li {
          position: relative;
          padding-top: 2px;
          padding-bottom: 2px;
          transition: all .5s ease;
          max-width: 80%; }
          #other-equipment .equipment-display .equipment-content ul li .bold-info {
            font-weight: 600;
            font-size: 18px;
            transition: all .1s ease; }
          #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); }
        #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; }
  #other-equipment .equipment-display:hover {
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
    #other-equipment .equipment-display:hover img {
      transition-timing-function: ease-in-out;
      transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
    #other-equipment .equipment-display:hover .equipment-content ul {
      left: -30px;
      position: relative; }
      #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); }
        #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); }
          #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); }
      #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); }

#other-equipment-page-text h1 {
  color: #c60000; }

.mud-recyling-content {
  bottom: -60px !important; }

.mud-pumps-content {
  bottom: 26px !important; }

.mud-pump-row-style h2::before {
  display: none !important; }

.page-id-27 #spec-bottom-image {
  max-width: 35% !important; }

#other-eqipment-product-image .other-equipment-display .equipment-image {
  max-width: 650px;
  width: 100%; }

.other-equipment-gtd-background {
  background-image: url("/wp-content/uploads/2026/03/Component-1-–-1.png");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  background-color: #3a3939; }
  .other-equipment-gtd-background h2 {
    color: #fff; }
  .other-equipment-gtd-background p {
    color: #fff; }
  .other-equipment-gtd-background img {
    width: 100%;
    height: auto;
    padding: 35px; }

.support-equipment-alignment-control {
  margin-top: 50px !important; }

.geoweights-main-page-container {
  border-bottom: solid 9px #F2562D;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px; }

.geoweights-inner-content p {
  font-weight: 600 !important;
  color: #544A54; }
  .geoweights-inner-content p strong {
    color: #F2562D; }
.geoweights-inner-content img {
  width: 80%;
  margin: 33px auto;
  display: block; }

.geoweights-grey-orange-text-block-outter .geoweights-grey-orange-text-block {
  background-color: #544A54;
  border-radius: 50%;
  border: solid 34px #F2562D;
  padding: 30px;
  width: 368px;
  text-align: center;
  margin: auto; }
  .geoweights-grey-orange-text-block-outter .geoweights-grey-orange-text-block h4 {
    color: #F2562D; }
  .geoweights-grey-orange-text-block-outter .geoweights-grey-orange-text-block p {
    color: #fff; }
.geoweights-grey-orange-text-block-outter img {
  margin: 25px auto;
  display: block;
  width: 80%; }

.support-equipment-display-img img {
  max-width: 100%;
  margin: 70px auto;
  display: block; }

@media (max-width: 996px) {
  .geoweights-alignment-control {
    display: flex;
    flex-direction: column-reverse;
    /* Default layout */ } }
@media (min-width: 997px) and (max-width: 1500px) {
  .geoweights-alignment-control {
    display: flex;
    flex-direction: column-reverse;
    /* Default layout */ } }
@media (min-width: 1500px) {
  .support-equipment-alignment-control:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    /* Swap image and text */
    text-align: right; }

  /* Every odd post (1, 3, 5...) */
  .support-equipment-alignment-control:nth-child(odd) {
    display: flex;
    flex-direction: row;
    /* Default layout */ }

  .other-equipment-gtd-background h2 {
    font-size: 106px !important;
    line-height: 90px; } }
#download-page-text h1 {
  color: #c60000; }

.download-item-outter {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 100%;
  max-height: 220px;
  overflow: hidden; }
  .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; }
  .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; }
  .download-item-outter .download-item-inner {
    padding: 42px 25px;
    padding-top: 30px;
    background-size: cover; }
    .download-item-outter .download-item-inner h3 {
      color: #ffffff;
      font-weight: 700 !important;
      font-size: 26px !important;
      margin-bottom: 30px; }
    .download-item-outter .download-item-inner a {
      z-index: 10;
      position: relative; }

#news-page-text h1 {
  text-transform: uppercase; }

.news-page-banner {
  width: 100%;
  margin-bottom: 100px; }

#news-page-listings article {
  margin-bottom: 15px;
  transition: all .2s ease; }
  #news-page-listings article div {
    background-color: #f2f2f2;
    padding: 35px 25px; }
    #news-page-listings article div header h2 {
      font-size: 45px !important;
      color: #000 !important;
      transition: all .2s ease;
      line-height: 30px; }
      #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; }
    #news-page-listings article div p {
      font-size: 20px;
      transition: all .2s ease; }

#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); }
  #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); }
#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); }

.article-full {
  margin-bottom: 150px; }
  .article-full h2 {
    font-size: 45px !important;
    margin-bottom: 50px;
    margin-top: 30px; }
  .article-full a {
    color: #c60000 !important; }
  .article-full iframe {
    width: 100% !important;
    height: 550px !important; }

.sections {
  /* Make the container fill the viewport */
  height: 100dvh;
  /* Enable vertical scrolling */
  overflow-y: scroll;
  /* The Magic: Enforce mandatory snapping on the Y axis */
  scroll-snap-type: y mandatory; }

.section {
  /* Each section takes up the full viewport height */
  min-height: 100dvh;
  /* Flexbox to center our content */
  display: flex;
  align-items: center;
  /* The Magic: Define where the snap point is */
  scroll-snap-align: start;
  /* Padding */
  padding: 10%; }
  .section img {
    width: 100%;
    max-width: 600px; }
  .section h3 {
    font-weight: 900 !important;
    color: #c60000;
    margin-bottom: 25px; }
  .section h4 {
    color: #c60000;
    margin-bottom: 15px; }
  .section ul li {
    margin-bottom: 20px; }

/* Add some colors to differentiate sections */
.section--primary {
  background-color: #fff; }

.section--secondary {
  background-color: #fff; }

.section--info {
  background: linear-gradient(0deg, white 0%, #d9d9d9 13%, #949494 36%, #5c5c5c 64%, #333333 100%); }

.section--metzke {
  background-color: #00bedf;
  color: #fff; }
  .section--metzke .landing-page-metzke-logo {
    width: 480px;
    margin-bottom: 50px; }

.section--eurodrill {
  background-color: #1B5186;
  color: #fff; }
  .section--eurodrill .landing-page-eurodrill-logo {
    width: 250px;
    margin-bottom: 50px; }

.section--single-rotary {
  background: linear-gradient(0deg, white 0%, #f7f7f7 13%, #f1f1f1 36%, #dfdfdf 64%, #bebebe 100%);
  margin-top: 0px !important; }

.section--dual-rotary {
  background-color: #fff;
  margin-top: 0px !important; }

.section--contact {
  background-color: #c60000;
  color: #fff; }

.gtdata-section-image {
  text-align: center; }

.support-section-img {
  text-align: center; }

#gtd-data-table tr th {
  font-weight: 600;
  color: #fff;
  background-color: #c60000;
  padding: 10px;
  border: solid 2px #c60000; }
#gtd-data-table tr td:first-child {
  font-weight: 600; }
#gtd-data-table tr td {
  font-weight: 400;
  padding: 10px;
  border: solid 2px #838383; }

.address-list-style li {
  margin-bottom: 2px !important;
  font-size: 23px !important; }

footer {
  background-color: #c60000;
  color: #ffffff;
  padding: 80px;
  margin-top: 35px;
  overflow: hidden;
  padding-bottom: 30px; }
  footer h3 {
    text-transform: uppercase;
    font-size: 28px !important; }
  footer ul {
    margin-left: -30px; }
    footer ul li a {
      text-decoration: none;
      color: #ffffff;
      font-weight: 200;
      text-transform: uppercase;
      font-size: 18px;
      transition: all .2s ease; }
    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); }

#advice-outter {
  position: relative;
  z-index: 100; }

#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; }

#footer-details {
  color: #fff;
  margin-top: 35px;
  padding-top: 15px;
  border-top: solid 2px #fff;
  margin-left: 15px;
  margin-right: 15px; }
  #footer-details span a {
    color: #fff;
    text-decoration: none;
    font-size: 18px; }

#menu-width-rule {
  max-width: 1800px;
  margin: auto; }

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