/* html,
body {
  height: 100%;
  width: 100%;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a img {
  border: none;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.banner-slider img {
  width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 35px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/*  */
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: relative;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}
a{
  display: inline-block;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

.button {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #0885c4;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.slick-prev {
  left: 25px;
  width: auto;
  height: auto;
  z-index: 1;
}

.slick-next {
  right: 25px;
  width: auto;
  height: auto;
  z-index: 1;
}

.slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.9);
  font-size: 60px;
  text-align: center;
  opacity: 1;
}

.slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.9);
  font-size: 60px;
  opacity: 1;
}

/* -------------------header css start ----------------------*/
.header {
  background: #000;
  transition: 0.3s;
  position: relative;
  z-index: 10;
  width: 100%;
  top: 0;
}

.header-top {
  margin-top: 81px;
}

.header-top .flex-container {
  align-items: flex-start;
  justify-content: space-between;
}

.header .container {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
}

.logo > img {
  max-width: 821px;
  border: 0;
}

.header-call {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}

.header-call span.icon {
  border-radius: 100%;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: 15px;
  margin-top: 6px;
}

.header-call span.icon img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(50%) saturate(5672%)
    hue-rotate(183deg) brightness(103%) contrast(94%);
}

.header-call-detail label {
  font-size: 14px;
  font-weight: bold;
  color: #0885c4;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  display: none;
}

.header-call:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(100deg) brightness(105%) contrast(101%);
  transition: all 0.5s ease-in-out;
}

.header-call-detail a {
  color: #0885c4;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.header-call-detail a:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/*  */
#menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: static;
  justify-content: center;
  padding: 0 0 0 300px;
  margin: 0;
}

#menu ul li {
  position: static;
  display: inline-flex;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  height: 100%;
  position: relative;
  list-style-type: none;
}

#menu ul li > a {
  display: block;
  font-size: 20px;
  color: #bebebe;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0px;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
}

#menu ul li.active > a {
  background-color: #000;
  color: #187bb6;
  border-radius: 0;
}

#menu ul li:hover a {
  background-color: #000;
  color: #187bb6;
  border-radius: 0;
}

/* -------------------header css end updated ----------------------*/

/* ------------------------- */
a {
  text-decoration: none;
}

div#overlay {
  display: none;
}

a#toggle {
  position: fixed;
  top: 25px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #0885c4;
  text-align: center;
  color: white;
  display: none;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  z-index: 100;
  text-decoration: none;
}

a#toggle i {
  position: relative;
  top: 50%;
  margin-top: -8px;
  display: block;
  font-size: 18px;
}

main#content {
  padding: 10px;
}

#menu {
  text-align: right;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  margin: 15px 0 0 0;
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
}

#menu ul li ul {
  position: absolute;
  top: 38px;
  width: 190px;
  text-align: left;
  border-radius: 0px;
  z-index: 9;
  display: none;
}

#menu ul li ul li {
  display: block;
}

#menu ul li ul li a {
  display: block;
}

#menu ul.sub-menu li:hover > a {
  color: #ffffff;
}

ul.sub-menu {
  background: #187bb6;
  top: 39px !important;
  border: 0px solid #ccc !important;
  width: 100%;
}

#menu ul li:hover ul {
  display: block;
}

/* ---------------------- */

/* -------------------services css start ----------------------*/
.service-sec {
  position: relative;
  z-index: 1;
  margin: 50px 0;
}

.service-sec .flex-container:not(:last-of-type) {
  margin-bottom: 15px;
}

.service-item {
  width: 548px;
  align-content: flex-start;
}

.service-content {
  width: calc(100% - 548px);
  padding-left: 35px;
  padding-right: 0;
}

/* -------------------services css end ----------------------*/

/* -------------------contact css start ----------------------*/
.contact-sec {
  margin: 50px 0;
}

.contact-parent {
  display: flex;
  flex-wrap: wrap;
}

/* contact left */
.contact-left {
  width: calc(100% - 353px);
  padding-right: 35px;
}

.contact-left .form-container {
  position: relative;
  background: #000;
  padding-top: 35px;
}

.contact-left .form-control {
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 0px;
  margin: 0;
  border: 1px solid #dedede;
  height: 30px;
  padding: 4px 6px;
  width: 100%;
}

.contact-left .form-control:focus {
  background: #0885c4;
  border-color: #0885c4;
}

.contact-left .row {
  display: flex;
  gap: 30px;
}

.contact-left select.form-control {
  background: transparent url(../images/select-icon.svg) no-repeat right 20px
    top 20px;
  padding-right: 20px;
  background-color: #fff;
}

.contact-left textarea.form-control {
  height: auto;
  min-height: 190px;
}

.contact-left .form-group {
  margin-bottom: 30px;
  width: 100%;
}

.contact-left label {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-left p {
  font-size: 16px;
  font-weight: normal;
  color: #373f43;
  margin: 0 0 35px 0;
  letter-spacing: 0.32px;
  line-height: 24px;
}

ul.contact-left-parent li p {
  font-family: "Jost";
  margin: 0;
  color: #151717;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.28px;
}

ul.contact-left-parent li p:not(:last-of-type) {
  margin-bottom: 20px;
}

.contact-left .button {
  color: #000;
  border: 0;
  border: 1px solid #0885c4;
}
.contact-left .button:hover{
  background-color: #fff;
  border: 1px solid #0885c4;
  color: #0885c4;

}

/* contact right */
.contact-right {
  width: 353px;
}

.contact-right .btnbar {
  margin: 0 0 17px;
}

.contact-right .button {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  background-color: #0885c4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.contact-right .button:hover{
  background-color: #fff;
  border: 1px solid #0885c4;
  color: #0885c4;
}
.contact-right h4 {
  margin-top: 20px;
}

.cn-right-details p {
  color: #e4e4e4;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-cnt {
  display: flex;
  margin: 0 0 20px 0;
}

.contact-cnt-title {
  color: #e4e4e4;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-cnt a {
  color: #0885c4;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 4px;
}

.contact-social {
  display: flex;
  align-items: center;
}

.contact-social > img {
  width: 11px;
  height: 14px;
  filter: brightness(0) saturate(100%) invert(60%) sepia(87%) saturate(6684%)
    hue-rotate(180deg) brightness(96%) contrast(94%);
}

.contact-social .contact-cnt-title {
  padding-left: 3px;
  font: 400 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0885c4;
}

/* -------------------contact css end ----------------------*/

/* -------------------gallery css start ----------------------*/
.gallery-sec {
  padding: 50px 0;
}

.gallery-grid .gallery-wrap {
  column-gap: 35px;
  row-gap: 10px;
}

.gallery-wrap .gallery_items {
  display: inline-block;
  width: calc(25% - 35px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0px;
  background-color: #e5e5e5;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  max-width: 332px;

  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.gallery-wrap .gallery_items .gallery-img-wrap {
  border-radius: 0px;
  overflow: hidden;
  background-color: var(--themecolor);
  position: relative;
  z-index: 2;
}

.gallery-wrap .gallery_items .gallery-img-wrap:has(+ *) {
  border-radius: 6px 6px 0 0;
}

.gallery-wrap .gallery_items .gallery-img-wrap > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 100%;
}

.gallery-wrap .gallery_items:hover .gallery-img-wrap > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
}

.gallery-wrap .gallery_items .gallery-caption {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 0 0 6px 6px;
  display: -webkit-box;
  max-width: 100%;
  max-height: 70px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.gallery-wrap .gallery_items:hover .gallery-caption {
  color: var(--white);
}

.gallery_title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--white);
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  width: 100%;
  z-index: 1;
}

.gallery_title span {
  font-size: 34px;
  line-height: 1;
  color: var(--themecolor);
  display: block;
}

/* -------------------gallery css end ----------------------*/

/* -------------------footer css start ----------------------*/
footer {
  background: #222;
  padding: 25px 0;
}

footer .flex-container {
  justify-content: space-between;
}

.ftleft {
  width: 466px;
  display: flex;
}

.wid33 {
  width: 233px;
}

.footer-cnt {
  display: flex;
  align-items: center;
}
.footer-cnt.fax>a:hover{
text-decoration: none;
}
.fttitle {
  color: #e4e4e4;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.wid33 p {
  margin: 0 0 15px 0;
  color: #e4e4e4;
  font: 400 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 15px;
}

.footer-cnt a {
  color: #e4e4e4;
  font: 400 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 4px;
}

.footer-cnt-title {
  color: #e4e4e4;
  font: 400 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* .footer-cnt.firsrcnt a {
  color: #0885c4;
} */

.footer-cnt.firsrcnt a:hover {
  color: #e4e4e4;
  text-decoration: underline;
}

.footer-cnt.f-book > img {
  width: 11px;
  height: 14px;
}

.footer-cnt.f-book .footer-cnt-title {
  padding-left: 3px;
}

.footer-cnt.f-book .footer-cnt-title:hover {
  text-decoration: underline;
}

.ftright {
  width: calc(100% - 466px);
  max-width: 431px;
}

.footerlogo {
  margin-top: 30px;
}

/* copyright footer start*/
.ftcopyright {
  margin-top: 35px;
}

.ftcopyright p {
  margin-bottom: 0;
  color: #e4e4e4;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

/* copyright footer start*/
/* -------------------footer css end --------------------*/

/* SlashDot Changes - Start */

.metaslider .caption-wrap {
  background: none !important;
  opacity: 1 !important;
}

.sd-loc-col1,
.sd-loc-col3,
.sd-loc-col4 {
  float: left;
  margin-bottom: 30px;
  width: 22%;
}

.sd-loc-col2 {
  float: left;
  margin-bottom: 30px;
  width: 34%;
}

.sd-loc-col1a,
.sd-loc-col1b {
  float: left;
  width: 100%;
}

.sd-loc-col2a {
  float: left;
  width: 40%;
}

.sd-loc-col2b {
  float: left;
  width: 60%;
}

.sd-home-loc-row {
  padding: 60px 20px 30px 20px;
}

.sd-home-loc-row:after {
  content: "";
  display: table;
  clear: both;
}

.sd-home-loc-row h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sd-home-services {
  max-width: 800px;
}

.sd-home-service {
  color: #000000;
  display: inline-block;
  padding: 10px 40px 0px 0px;
  font-size: 18px;
  font-weight: 600;
}

.sd-home-service i {
  color: #20509e;
}

.sd-home-service a {
  color: #000000;
}

.sd-home-slide1 {
  background-color: rgba(32, 80, 158, 0.9);
  margin: 0px 0px 210px 63%;
  padding: 20px 20px 20px 90px;
  max-width: 500px;
}

.sd-home-slide2 {
  background-color: rgba(32, 80, 158, 0.9);
  margin: 0px 0px 80px 31%;
  padding: 20px 20px 20px 90px;
  max-width: 700px;
}

.sd-home-slide1 img,
.sd-home-slide2 img {
  position: absolute;
  margin-left: -160px !important;
  margin-top: -27px !important;
}

.sd-home-slide1 h3,
.sd-home-slide2 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

span.collapseomatic {
  background-color: #187bb6;
  color: #ffffff;
  padding: 5px 17px;
  display: inline-block;
  margin: 20px 0px;
}

.gnl-l-wrap .gnl-l-caption p {
  height: 50px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  margin-bottom: 10px;
}

.gnl-l-wrap .img_sameheight {
  height: 200px;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.9);
  font-size: 60px;
  text-align: center;
}
.slick-next::before {
  content: "\f105";
  font-family: "FontAwesome";
}
.hm_banner .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  text-indent: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.4);
}

.hm_banner .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.9);
}

.hm_banner .slick-dots {
  bottom: 25px;
}

.hm_banner .slick-dots li button:before {
  content: none;
}

/* SlashDot Changes - End */

.additional-content {
  display: none;
}

button.read-more:hover {
  background-color: #187bb6;
  border: none;
  color: #ffffff;
  padding: 5px 17px;
  display: inline-block;
  margin: 20px 0px;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button.read-more {
  background-color: #187bb6;
  border: none;
  color: #ffffff;
  padding: 5px 17px;
  display: inline-block;
  margin: 20px 0px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content-wrapper {
  padding: 50px 0;
}

/*--- FW Graunke Pty Ltd ---*/

/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
  color: #e4e4e4;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}

p {
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e4e4e4;
}

p.ContactUs {
  font: 400 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uk-link,
a,
a:visited {
  color: #0885c4;
}

p a,
p a:visited {
  color: #0885c4;
}

a.uk-button-large {
}

.uk-button-large:hover {
}

.uk-navbar-nav > li.uk-active > a {
  background-color: #000;
  color: #0485c4;
}

em {
  color: #0885c4;
}

#dnn_dnnLOGO_imgLogo {
  border: 0;
  margin-top: 14px;
}

#dnn_dnnLOGO_imgLogo {
  border: 0;
  max-width: 150%;
}

.uk-navbar {
  color: #eee;
  /*background: -moz-linear-gradient(45deg, #c0c0c0 0%, #C0C0C0 0%, #BABABA 3%, #000000 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c0c0c0), color-stop(0%, #C0C0C0), color-stop(3%, #BABABA), color-stop(100%, #000000));
    background: -webkit-linear-gradient(45deg, #c0c0c0 0%, #C0C0C0 0%, #BABABA 3%, #000000 100%);
    background: -o-linear-gradient(45deg, #c0c0c0 0%, #C0C0C0 0%, #BABABA 3%, #000000 100%);
    background: -ms-linear-gradient(45deg, #c0c0c0 0%, #C0C0C0 0%, #BABABA 3%, #000000 100%);
    background: linear-gradient(45deg, #c0c0c0 0%, #C0C0C0 0%, #BABABA 3%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c0c0c0',GradientType=1 );*/
  background: rgba(76, 76, 76, 1);
  background: -moz-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(76, 76, 76, 1)),
    color-stop(0%, rgba(17, 17, 17, 1)),
    color-stop(0%, rgba(89, 89, 89, 1)),
    color-stop(0%, rgba(102, 102, 102, 1)),
    color-stop(0%, rgba(0, 0, 0, 1)),
    color-stop(0%, rgba(44, 44, 44, 1)),
    color-stop(39%, rgba(71, 71, 71, 1)),
    color-stop(76%, rgba(43, 43, 43, 1)),
    color-stop(91%, rgba(28, 28, 28, 1)),
    color-stop(100%, rgba(19, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(76, 76, 76, 1) 0%,
    rgba(17, 17, 17, 1) 0%,
    rgba(89, 89, 89, 1) 0%,
    rgba(102, 102, 102, 1) 0%,
    rgba(0, 0, 0, 1) 0%,
    rgba(44, 44, 44, 1) 0%,
    rgba(71, 71, 71, 1) 39%,
    rgba(43, 43, 43, 1) 76%,
    rgba(28, 28, 28, 1) 91%,
    rgba(19, 19, 19, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  color: #bebebe;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.grid figure figcaption h2 {
  color: #fff;
}

#dnn_footerRightOuterPane {
  margin-top: 20px;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
  background: #000;
}

header a {
  color: #0885c4;
}

header a:hover,
header a:focus {
  color: #fff;
}

.logo.uk-navbar-brand {
  z-index: 1;
  display: block;
  visibility: visible;
}

.uk-navbar-brand {
  display: none;
  visibility: hidden;
}

.uk-navbar-brand img {
}

.navTable {
  display: table;
  margin: 0 auto;
}

.uk-active .uk-navbar-brand {
  display: block;
  visibility: visible;
}

.uk-navbar-nav > li > a,
.uk-nav-offcanvas > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

body {
  background-color: #000;
}

.uk-navbar-nav > li.uk-active > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #000;
  color: #0885c4;
}

.uk-dropdown {
  background: #111;
}

.uk-nav > li > a {
}

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.uk-navbar-toggle {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
}

.uk-navbar-toggle:after {
  float: left;
  margin-top: 9px;
}

.logoMobile.uk-navbar-center {
  max-width: 95%;
}

.headerContact {
  padding-left: 0;
  margin-top: 43px;
}

.headerContact h2 a {
}

.headerContact h2 a:hover {
  text-decoration: none;
}

.headerContact h2.uk-hidden-small {
}

.uk-navbar-toggle {
  font-size: 18px;
  color: #00a8e6;
  text-decoration: none;
}

/* ==========================================================================
   Global Page Styles
   ========================================================================== */

@media (max-width: 767px) {
  #dnn_ContentPane.uk-margin-large-top {
    margin-top: 10px !important;
  }

  .contentPaneContainer.uk-margin-large-top {
    margin-top: 10px !important;
  }

  #dnn_bannerPane.uk-margin-large-top {
    margin-top: 10px !important;
  }
}

.SpecialBox {
  /* CSS3 */
  background: url(/web/20241015022644im_/https://www.fwgraunke.com.au/Portals/_default/Skins/OurAutoUiKit/img/mainbg.jpg)
    no-repeat center center fixed #eee;
  /* Old browsers */
  /*background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
  /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
  /*background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
  /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */
  /* IE10+ */
  /*background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
  min-height: 1px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  max-width: 100%;
  height: 100%;
  padding: 25px 0;
}

.SpecialBox a:hover {
  text-decoration: none;
}

.SpecialBox h2 {
  color: #0885c4;
  font-size: 60px;
  text-shadow: 5px 3px 0px #000;
  line-height: 1em;
}

.SpecialBox p {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
}

.SpecialBox p span {
  color: #0885c4;
  text-shadow: 3px 2px 0px #000;
  font-size: 45px;
}

.SpecialBox p.conditions {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

em,
i {
  font-style: normal;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background: #222;
  padding: 25px 0;
}

footer h2,
footer p {
  color: #e4e4e4;
}

footer p.eftpos {
  text-align: center;
  font-size: 30px;
}

footer a {
  color: #e4e4e4;
}

footer a:hover {
  color: #e4e4e4;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #444;
  color: #c7c7c7;
}

/* ==========================================================================
   Home Page Styles
   ========================================================================== */
.uk-slideshow h3 {
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1em;
}

.uk-slideshow p {
  font-size: 16px;
}

.uk-slideshow a.uk-button-primary {
  z-index: 2;
}

.uk-slideshow .uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

.uk-icon-chevron-down.uk-icon-large.uk-margin-large-top {
  margin-bottom: 50px !important;
}

a.slideshowChevDown {
  color: #0885c4;
}

a.slideshowChevDown:hover {
  color: #000;
}

a.slideshowChevDown:focus {
  color: #000;
}

@media (max-width: 767px) {
  .uk-slideshow h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .uk-slideshow p {
    font-size: 12px;
    margin: 5px 0;
    line-height: 1em;
  }

  .uk-slideshow a.uk-button-large {
    font-size: 14px;
    min-height: 10px;
    padding: 10px;
    line-height: 1em;
    z-index: 2;
  }

  .uk-slidenav-position .uk-slidenav-next {
    right: 0;
  }

  .uk-slidenav-position .uk-slidenav-previous {
    left: 0;
  }
  .hm_banner .slick-dots {
    bottom: 15px;
  }
  .homebannerslider .slick-prev {
    left: 10px;
  }
  .homebannerslider .slick-next {
    right: 10px;
  }
  .slick-next::before,
  .slick-prev:before {
    font-size: 25px;
  }
}

#cta {
  background: transparent;
  color: #0885c4;
}

#cta .uk-width-xlarge-1-4 {
  position: relative;
}

#cta h2 a {
  text-align: center;
  color: #0885c4;
  font-size: 40px;
  display: block;
}

#cta h2 a {
  text-decoration: none;
}

.cta-dig {
  text-align: center;
}

.cta-dig h4,
.cta-dig p {
  color: #0885c4;
}

.cta-dig .uk-icon-large:hover {
  color: #ed1c24;
}

.cta-dig .uk-icon-large {
  color: #204f82;
  font-size: 1967%;
}

/* Common style */
.uk-width-xlarge-1-4 figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.uk-width-xlarge-1-4 figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.uk-width-xlarge-1-4 figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.uk-width-xlarge-1-4 figure figcaption::before,
.uk-width-xlarge-1-4 figure figcaption::after {
  pointer-events: none;
}

.uk-width-xlarge-1-4 figure figcaption,
.uk-width-xlarge-1-4 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.uk-width-xlarge-1-4 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.uk-width-xlarge-1-4 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.uk-width-xlarge-1-4 figure h2 span {
  font-weight: 800;
}

.uk-width-xlarge-1-4 figure h2,
.uk-width-xlarge-1-4 figure p {
  margin: 0;
}

.uk-width-xlarge-1-4 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-cta {
  background: #0885c4;
}

figure.effect-cta img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-cta:hover img {
  opacity: 0.4;
}

figure.effect-cta figcaption::before,
figure.effect-cta figcaption::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-cta figcaption::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-cta figcaption::after {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-cta h2 {
  padding: 10% 25px 0 25px;
  color: #000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, 20px, 0);
  font-weight: bold;
}

figure.effect-cta p {
  padding: 5px 3.2em;
  opacity: 0;
  line-height: 1em;
  color: #000;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-cta:hover figcaption::before,
figure.effect-cta:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-cta:hover h2,
figure.effect-cta:hover p {
  opacity: 1;
  font-weight: bold;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, -20, 0);
}

/* 
   Call to Action
   ========================================================================== */
.cta-dig h4 a {
  font-size: 1.5em;
  text-align: center;
  background: #ed1c24;
  color: #fff;
  display: block;
  padding: 20px 0;
  transition: all ease 0.5s;
}

.cta-dig h4 a:hover {
  font-size: 1.5em;
  text-align: center;
  color: #ed1c24;
  background: #111;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}

/* 
   Slider
   ========================================================================== */
.uk-slidenav-position {
}

/* ==========================================================================
   Body Page Styles
   ========================================================================== */
blockquote {
  padding: 15px;
}

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */

/* ==========================================================================
   uikit
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #0885c4;
  text-transform: uppercase;
}

.tag-line {
  font-size: 20px;
}

.suburb-h1 {
  font-size: 16px;
}

.suburb-h2 {
  font-size: 14px;
}

.scroll_div {
  height: 325px;
}

.areas {
  color: #ffffff;
}

/*  home banner style  */
.hm_banner {
  clear: both;
  width: 100%;
  position: relative;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slidediv {
  position: relative;
}

.uk-button {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #0885c4;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #000;
  vertical-align: middle;
  line-height: 30px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.banner-content h3 {
  color: var(--white);
}

.banner-content .uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}

.banner-content {
  margin-left: 50px !important;
}

.bottom-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
}

.bottom-arrow a i {
  font-size: clamp(
    40px,
    140px + (40 - 140) * ((100vw - 1920px) / (767 - 1920)),
    140px
  );
}

a.slideshowChevDown:hover {
  color: #000;
}

/* --------------------------------- */

@media only screen and (max-width: 1440px) {
  .sd-home-slide1 {
    margin: 0px 0px 80px 55%;
  }

  .sd-home-slide2 {
    margin: 0px 0px 20px 32%;
  }
}

@media only screen and (max-width: 1280px) {
  .sd-home-slide1 {
    margin: 0px 0px 60px 42%;
  }

  .sd-home-slide2 {
    margin: 0px 0px 20px 36%;
    max-width: 460px;
  }

  /* gallery start */
  .gallery-grid .gallery-wrap {
    justify-content: space-between;
  }

  /* gallery end */
}

@media only screen and (max-width: 1024px) {
  /*  */
  .sd-home-slide1 {
    margin: 0px 0px 40px 38%;
  }

  .sd-home-slide2 {
    margin: 0px 0px 10px 32%;
    max-width: 400px;
  }

  .sd-home-slide2 h3 {
    font-size: 24px;
  }

  .homebannerslider .sd-home-slide1,
  .homebannerslider .slidetwo .sd-home-slide1 {
    margin: 0px 0px 210px 37%;
    padding: 20px 20px 20px 90px;
    max-width: 500px;
    top: 40%;
  }

  /* -------------------services css start ----------------------*/
  .service-item {
    width: 400px;
    align-content: flex-start;
  }

  .service-content {
    width: calc(100% - 400px);
    padding-left: 25px;
    padding-right: 0;
  }

  /* -------------------services css end ----------------------*/

  /* -------------------gallery css start ----------------------*/
  .gallery-grid .gallery-wrap {
    column-gap: 10px;
    row-gap: 10px;
  }

  .gallery-wrap .gallery_items {
    width: calc(33.33% - 10px);
  }
}

@media only screen and (max-width: 991px) {
  .content-wrapper {
    padding: 30px 0;
  }
  .header-top {
    margin-top: 0;
  }
  /* footer style */
  .ftleft {
    width: 400px;
  }

  .ftright {
    width: calc(100% - 400px);
    max-width: 400px;
  }

  /* contact page start */
  .contact-left .row {
    gap: 15px;
  }

  .contact-left .form-group {
    margin-bottom: 10px;
  }

  .contact-cnt {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sd-loc-col1,
  .sd-loc-col2 {
    width: 100%;
  }

  .sd-loc-col1a,
  .sd-loc-col1b,
  .sd-loc-col2a,
  .sd-loc-col2b,
  .sd-loc-col3,
  .sd-loc-col4 {
    width: 50%;
  }

  .sd-home-slide1 {
    margin: 0px 0px 20px 25%;
    max-width: 400px;
    padding: 15px 15px 15px 85px;
  }

  .sd-home-slide1 h3 {
    font-size: 24px;
  }

  .sd-home-slide1 img {
    margin-top: -37px !important;
  }

  .sd-home-slide2 {
    margin: 0px 0px 10px 10%;
    padding: 15px 15px 15px 85px;
  }

  .homebannerslider:before,
  .homebannerslider:after {
    display: none;
  }

  .homebannerslider .sd-home-slide1,
  .homebannerslider .slidetwo .sd-home-slide1 {
    margin: 0px 0px 210px -45%;
    padding: 20px 20px 20px 90px;
    top: 40%;
    left: calc(50% + 60px);
    max-width: 100%;
  }
  .hm_banner .slick-dots li {
    width: auto;
    height: auto;
  }
  .hm_banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  /* footer style */
  .ftleft {
    width: 100%;
    order: 2;
  }

  .ftright {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .fttitle {
    font-size: 16px;
    line-height: 15px;
    margin: 0 0 10px 0;
  }

  .footerlogo {
    margin-top: 10px;
  }

  /* -------------------services css start ----------------------*/
  .service-item {
    width: 100%;
    align-content: flex-start;
  }

  .service-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .service-content h2 {
    margin-bottom: 10px;
  }

  .service-content p {
    margin-bottom: 0;
  }

  /* contact page start */
  .contact-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .contact-right {
    width: 100%;
  }

  .contact-right > img {
    width: 100%;
  }

  .contact-left .form-container {
    padding-top: 10px;
  }
  .banner-content {
    margin-left: 20px !important;
  }
  /* -------------------gallery css start ----------------------*/
  .gallery-wrap .gallery_items {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 26px;
    line-height: 26px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
  }

  /*  */
  .sd-home-slide1 {
    margin: 0px 0px -10px 15%;
    max-width: 300px;
  }

  .sd-home-slide1 img {
    margin-top: -43px !important;
  }

  .sd-home-slide1 h3,
  .sd-home-slide2 h3 {
    font-size: 15px;
  }

  .sd-home-slide2 {
    margin: 0px 0px -30px 15%;
    padding: 10px 10px 10px 70px;
    max-width: 215px;
  }

  /* footer style */
  .ftleft {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
  }

  .ftright {
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
  }

  .wid33 {
    width: 100%;
    margin-bottom: 10px;
  }

  .ftcopyright {
    margin-top: 15px;
  }

  .fttitle {
    font-size: 15px;
  }

  /* -------------------services css start ----------------------*/
  .service-item {
    width: 100%;
    align-content: flex-start;
  }

  .service-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .service-content h2 {
    margin-bottom: 10px;
  }

  .service-content p {
    margin-bottom: 0;
  }

  /* -------------------contact css end ----------------------*/
  .contact-left .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .contact-right .button {
    font-size: 14px;
  }

  /* -------------------gallery css start ----------------------*/
  .gallery-wrap .gallery_items {
    width: 100%;
  }
}
