/*================= Sunny Coast Lawns ===============*/
/*Global CSS Starts*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
video,
audio,
mark {
  display: block;
  margin: 0;
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 10px;
  scroll-behavior: smooth; }

img,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none; }

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

::-webkit-scrollbar-track {
  background-color: #cee7f4;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #00A8FF; }

/* Flexible Embedded Videos */
a {
  text-decoration: none !important;
  outline: none;
  color: #000 !important; }
  a:hover {
    text-decoration: none;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  a:active, a:focus {
    color: #000 !important;
    outline: 0;
    border: 0;
    text-decoration: none; }

input {
  border: 1px solid #7D7D7D !important;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  outline: none;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out; }
  input:hover {
    border: 1px solid #575757; }
  input:focus {
    outline: none !important;
    box-shadow: none !important; }
  input::placeholder {
    color: #000000 !important; }

select {
  border: 1px solid #7D7D7D !important;
  height: 50px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  outline: none;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out; }
  select:hover {
    border: 1px solid #575757; }
  select:focus {
    outline: none !important;
    box-shadow: none !important; }
  select::placeholder {
    color: #000000 !important; }

textarea {
  margin: 0 0 10px 0 !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  border: 1px solid #7D7D7D !important;
  outline: none;
  height: 125px !important;
  border-radius: 10px !important;
  transition: all 0.2s ease-in-out;
  resize: none !important; }
  textarea:hover {
    border: 1px solid #575757; }
  textarea:focus {
    outline: none !important;
    box-shadow: none !important; }
  textarea::placeholder {
    color: #000000 !important; }

label {
  width: 100%;
  text-align: left;
  font-weight: 600; }

input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #000000;
  background: transparent !important;
  border: none !important;
  margin-top: 7px !important;
  padding: 0 !important;
  border-radius: 0 !important; }

input[type=file]::file-selector-button {
  border: none;
  background: #fff;
  padding: 10px 20px;
  color: #000000;
  cursor: pointer;
  transition: background .2s ease-in-out;
  border-radius: 0 !important; }

input[type=file]::file-selector-button:hover {
  background: #fff; }

input,
textarea,
select {
  border: 0;
  margin: 0;
  outline: none;
  color: #000000 !important;
  transition: all 0.2s ease-in-out; }

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  transition: all 0.2s ease-in-out; }

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000 !important; }

input:focus::placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
  color: #000;
  font-family: "Poppins", sans-serif; }

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

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0; }

/*Global CSS Ends*/
body {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #000000 !important;
  font-family: "Poppins", sans-serif !important; }

header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #fff; }
  header .navbar .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  header .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0 6px;
    padding: 0 10px !important; }
    header .nav-link:hover {
      color: #00A8FF !important; }
    header .nav-link.dropdown-toggle {
      margin: 0 -8px; }
      header .nav-link.dropdown-toggle:after {
        vertical-align: 0.1em !important; }
  header .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    border-top: 5px solid #00A8FF;
    animation: 0.3s ease 0s 1 alternate none running fadeIn;
    width: max-content;
    top: 100%;
    left: 0; }
    header .dropdown-menu li {
      border-bottom: 1px solid #e6e6e7; }
      header .dropdown-menu li:last-child {
        border-bottom: none; }
      header .dropdown-menu li a {
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize; }
      header .dropdown-menu li.menu-item-has-children a.dropdown-toggle {
        vertical-align: middle; }
    header .dropdown-menu .dropdown-item {
      font-size: 14px;
      line-height: 24px;
      text-transform: capitalize;
      padding: 8px 20px; }
      header .dropdown-menu .dropdown-item a {
        padding: 0;
        margin: 0; }
      header .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: #00A8FF !important; }
  header .menu-btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    color: #00A8FF !important;
    background: transparent;
    border: 2px solid #00A8FF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    header .menu-btn a {
      color: #00A8FF !important; }
    header .menu-btn::after {
      content: "";
      background: url(../images/blue-arrow.webp) no-repeat 0 0 !important;
      margin: 0 0 0 15px;
      width: 18px !important;
      height: 14px;
      display: inline-flex; }
      header .menu-btn::after::after:hover {
        background: #fff !important;
        border: 2px solid #008ed5;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    header .menu-btn:hover {
      background: #fff !important;
      border: 2px solid #008ed5;
      text-decoration: none;
      color: #00A8FF !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transform: translateY(-5px);
      box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

header .dropdown-menu .dropdown-item span.arrowicon.arrowicon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

/* Ensure submenu positions properly */
.dropdown-submenu {
  position: relative;
  padding: 0; }
  .dropdown-submenu .dropdown-menu {
    margin-top: -1px;
    display: none;
    animation: slideIn 0.3s forwards; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(10px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

header .dropdown-menu li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%; }

header .dropdown-menu li.dropdown-submenu .position-absolute {
  right: 10px !important;
  top: 7px !important; }

.navbar-expand-lg .navbar-nav .active a.nav-link {
  color: #00A8FF !important; }

.navbar-expand-lg .navbar-nav .current_page_parent a.nav-link {
  color: #00A8FF !important; }

.dropdown-menu li.active a.dropdown-item {
  color: #00A8FF !important; }

.banner-area {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: 140px !important;
  background: #090F31;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55% 0; }
  .banner-area .banner-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 0; }
    .banner-area .banner-bg .banner-pane {
      padding-right: 120px;
      position: relative; }
      .banner-area .banner-bg .banner-pane h1 {
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 20px;
        text-shadow: 2px 2px 10px #00000059 !important; }
        .banner-area .banner-bg .banner-pane h1 span {
          color: #fff;
          line-height: 70px; }
        .banner-area .banner-bg .banner-pane h1.sub-txt {
          text-transform: capitalize; }
          .banner-area .banner-bg .banner-pane h1.sub-txt a {
            color: #00A8FF !important; }
      .banner-area .banner-bg .banner-pane .banner-desc {
        font-size: 35px;
        line-height: 40px;
        font-weight: bold;
        padding-top: 15px;
        color: #fff;
        text-transform: capitalize;
        text-shadow: 2px 2px 10px #00000059 !important; }
      .banner-area .banner-bg .banner-pane .banner-mail {
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 500 !important;
        text-transform: lowercase !important; }
        .banner-area .banner-bg .banner-pane .banner-mail a {
          color: #00a8ff !important;
          text-transform: lowercase; }
      .banner-area .banner-bg .banner-pane .banner-phone {
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 500 !important;
        text-transform: lowercase !important; }
        .banner-area .banner-bg .banner-pane .banner-phone a {
          color: #00a8ff !important;
          text-transform: lowercase; }
      .banner-area .banner-bg .banner-pane .breadcrumb {
        display: block; }
        .banner-area .banner-bg .banner-pane .breadcrumb ul {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin: 0 auto;
          gap: 5px;
          padding: 0; }
          .banner-area .banner-bg .banner-pane .breadcrumb ul li {
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            position: relative;
            gap: 5px; }
            .banner-area .banner-bg .banner-pane .breadcrumb ul li a {
              color: #fff !important; }
              .banner-area .banner-bg .banner-pane .breadcrumb ul li a.active {
                color: #00A8FF !important; }
              .banner-area .banner-bg .banner-pane .breadcrumb ul li a:hover {
                color: #008ed5 !important; }
            .banner-area .banner-bg .banner-pane .breadcrumb ul li:after {
              content: '';
              position: relative;
              top: 3px;
              background: url(../images/breadcrumb-arrw.svg) no-repeat;
              width: 16px !important;
              height: 16px; }
            .banner-area .banner-bg .banner-pane .breadcrumb ul li:last-child:after {
              background: none; }
          .banner-area .banner-bg .banner-pane .breadcrumb ul nav.breadcrumb {
            margin: 0; }
            .banner-area .banner-bg .banner-pane .breadcrumb ul nav.breadcrumb ul {
              padding: 0;
              margin: 0; }
      .banner-area .banner-bg .banner-pane hr {
        background: #fff;
        margin-top: 20px;
        margin-bottom: 30px; }

.free-quote-sec {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 3px 6px -8px #00000021 !important; }
  .free-quote-sec .freeheading {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    background: #00A8FF;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-shadow: 2px 3px #00000080; }
  .free-quote-sec h4 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    background: #00A8FF;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-shadow: 2px 3px #00000080; }
  .free-quote-sec .banner-mail {
    font-size: 14px !important;
    color: #000000 !important;
    text-align: center;
    text-transform: capitalize !important; }
    .free-quote-sec .banner-mail a {
      color: #00a8ff !important;
      text-transform: lowercase; }
  .free-quote-sec .banner-phone {
    font-size: 14px !important;
    color: #000000 !important;
    text-align: center;
    text-transform: capitalize !important; }
    .free-quote-sec .banner-phone a {
      color: #00a8ff !important;
      text-transform: lowercase; }

.free-quote-form {
  padding: 20px; }
  .free-quote-form input {
    width: 100%;
    background: #fff !important;
    height: 45px !important;
    font-size: 15px;
    line-height: 23px;
    padding: 0 15px !important;
    border-radius: 5px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    margin-bottom: 10px !important; }
  .free-quote-form select {
    width: 100%;
    height: 45px !important;
    padding: 0 15px !important;
    font-size: 15px;
    line-height: 23px;
    border-radius: 5px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    margin-bottom: 10px !important;
    appearance: none;
    background: #fff url(https://yourwebsitedeveloper.com.au/gregorsplumbing/wp/wp-content/uploads/2025/06/down-arw.svg);
    background-size: 0.80em;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat; }
  .free-quote-form textarea {
    background: #fff !important;
    height: 80px !important;
    padding: 0 15px !important;
    font-size: 15px;
    line-height: 26px;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    resize: none !important; }
  .free-quote-form input[type="submit"] {
    border-radius: 5px !important;
    width: 100% !important;
    height: 60px !important;
    background: #000 url(../images/white-arrow.webp) no-repeat 77% center !important;
    font-size: 16px !important;
    line-height: 42px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important; }
  .free-quote-form input[type="submit"]:hover {
    transform: translateY(0) !important; }
  .free-quote-form .wpcf7-spinner {
    display: none; }
  .free-quote-form p {
    padding-bottom: 0 !important; }
  .free-quote-form .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 20px !important; }

.main-content-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .main-content-section h2 {
    font-size: 45px;
    line-height: 53px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000000; }
  .main-content-section .plumbing-service-area {
    padding-bottom: 80px; }
    .main-content-section .plumbing-service-area h2 {
      font-size: 45px;
      line-height: 53px;
      font-weight: bold;
      padding-bottom: 15px;
      margin: 0;
      text-align: center;
      color: #000000; }
    .main-content-section .plumbing-service-area p {
      text-align: center; }
    .main-content-section .plumbing-service-area .desktop-plumbing-service {
      display: grid;
      gap: 30px;
      grid-template-columns: 2fr 2fr 2fr; }
      .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box {
        position: relative;
        border: 2px solid #000000;
        border-radius: 20px;
        padding: 40px 30px;
        transition: all 0.3s ease-in-out;
        height: 100%; }
        .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box h3 {
          font-size: 22px;
          line-height: 30px;
          font-weight: 500;
          text-align: left; }
        .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box p {
          padding: 0;
          margin: 0;
          text-align: left !important;
          width: 60%; }
        .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box .img-bx {
          text-align: right;
          position: absolute;
          bottom: 10px;
          right: 10px; }
        .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box img {
          transition: transform 0.3s ease; }
        .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box:hover {
          border: 2px solid #00A8FF;
          transition: all 0.3s ease-in-out;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
          .main-content-section .plumbing-service-area .desktop-plumbing-service .item-box:hover .img-bx img {
            transform: translateX(8px);
            transition: transform 0.3s ease; }
    .main-content-section .plumbing-service-area .mob-plumbing-service {
      display: block; }
      .main-content-section .plumbing-service-area .mob-plumbing-service .item-box {
        position: relative;
        border: 2px solid #000000;
        border-radius: 20px;
        padding: 40px 30px;
        transition: all 0.3s ease-in-out;
        height: 100%; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .item-box h3 {
          font-size: 22px;
          line-height: 30px;
          font-weight: 500;
          text-align: left; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .item-box p {
          padding: 0;
          margin: 0;
          text-align: left !important;
          width: 60%; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .item-box .img-bx {
          text-align: right;
          position: absolute;
          bottom: 10px;
          right: 10px; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .item-box img {
          transition: transform 0.3s ease; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .item-box:hover {
          border: 2px solid #00A8FF;
          transition: all 0.3s ease-in-out;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
          .main-content-section .plumbing-service-area .mob-plumbing-service .item-box:hover .img-bx img {
            transform: translateX(8px);
            transition: transform 0.3s ease; }
      .main-content-section .plumbing-service-area .mob-plumbing-service .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-top: 20px; }
        .main-content-section .plumbing-service-area .mob-plumbing-service .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          border: 2px solid #707070; }
          .main-content-section .plumbing-service-area .mob-plumbing-service .owl-dots .owl-dot.active {
            border: 2px solid #00A8FF; }
    .main-content-section .plumbing-service-area .loadmore-btn {
      font-size: 14px;
      line-height: 42px;
      font-weight: bold;
      text-transform: capitalize;
      height: 53px;
      padding: 0 30px;
      border-radius: 5px;
      text-wrap: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      color: #fff !important;
      background: #00A8FF;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      width: fit-content !important; }
      .main-content-section .plumbing-service-area .loadmore-btn a {
        color: #fff !important; }
      .main-content-section .plumbing-service-area .loadmore-btn::after {
        content: "";
        background: url(../images/spinner.svg) no-repeat 0 0 !important;
        margin: 0 0 0 15px;
        width: 30px;
        height: 30px;
        display: inline-flex; }
        .main-content-section .plumbing-service-area .loadmore-btn::after::after:hover {
          background: #fff !important;
          border: 2px solid #fff;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
      .main-content-section .plumbing-service-area .loadmore-btn:hover {
        background: #008ed5 !important;
        text-decoration: none;
        color: #fff !important;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transform: translateY(-5px);
        box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
  .main-content-section .service-provider {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #E9EEF2 url(../images/half-circle.webp) no-repeat;
    background-position: 100% 100%; }
    .main-content-section .service-provider .service-area-grp {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .main-content-section .service-provider .service-area-grp .img-container {
        position: relative;
        background-position: 20% 100% !important; }
  .main-content-section .Safety-area {
    background: #0071BC;
    background: linear-gradient(265deg, #0071bc 0%, #00395e 100%);
    padding: 60px 0; }
    .main-content-section .Safety-area h2 {
      font-size: 45px;
      line-height: 53px;
      font-weight: bold;
      padding-bottom: 15px;
      color: #fff; }
    .main-content-section .Safety-area p {
      color: #fff; }
  .main-content-section .service-list-area {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    background: #f4fbff;
    border-top: 1px solid #90d9ff;
    border-bottom: 1px solid #90d9ff; }
    .main-content-section .service-list-area h2 {
      font-size: 45px;
      line-height: 53px;
      font-weight: bold;
      padding-bottom: 15px;
      text-align: center;
      color: #000000;
      padding-bottom: 20px; }
    .main-content-section .service-list-area ul {
      margin: 0;
      columns: 4; }
      .main-content-section .service-list-area ul li {
        padding-bottom: 8px;
        padding-left: 20px;
        position: relative; }
        .main-content-section .service-list-area ul li:before {
          position: absolute;
          top: 7px;
          left: 0;
          content: '';
          background: url(../images/blue-tick.svg) no-repeat;
          width: 12px !important;
          height: 10px; }
        .main-content-section .service-list-area ul li a {
          color: #000000 !important; }
          .main-content-section .service-list-area ul li a:hover {
            color: #008ed5 !important; }
  .main-content-section .review-area {
    padding-top: 80px;
    padding-bottom: 80px; }
    .main-content-section .review-area .review-grid {
      display: grid;
      gap: 30px;
      grid-template-columns: 2fr 3fr; }
      .main-content-section .review-area .review-grid .revirew-bx {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        background: url(../images/review-bx.webp) no-repeat 0 0;
        background-size: 100% 100%;
        padding: 70px 50px;
        height: 100%; }
      .main-content-section .review-area .review-grid .review-img-area {
        position: relative; }
        .main-content-section .review-area .review-grid .review-img-area img {
          border-radius: 20px;
          width: 100%; }
        .main-content-section .review-area .review-grid .review-img-area .review-rate {
          position: absolute;
          width: 224px;
          height: 224px;
          top: -70px;
          right: -70px; }
  .main-content-section .customer-review-sec {
    padding-bottom: 60px; }
    .main-content-section .customer-review-sec h2 {
      font-size: 45px;
      line-height: 53px;
      font-weight: bold;
      padding-bottom: 15px;
      text-align: center;
      color: #000000; }
    .main-content-section .customer-review-sec p {
      text-align: center; }
    .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-inner {
      background: #FBFBFB !important;
      border-radius: 20px !important;
      border: 1px solid #EFEFEF !important; }
    .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-prev {
      background: url(../images/scroll-left.svg) no-repeat;
      width: 49px;
      height: 49px;
      left: -28px; }
      .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-prev:before {
        display: none; }
      .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-prev:after {
        display: none; }
    .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-next {
      background: url(../images/scroll-right.svg) no-repeat;
      width: 49px;
      height: 49px;
      right: -28px; }
      .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-next:before {
        display: none; }
      .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-next:after {
        display: none; }
    .main-content-section .customer-review-sec .reviews-pane .ti-reviews-container .ti-verified-by-row {
      display: none;
      visibility: hidden; }
  .main-content-section .partner-group .partner-review-area {
    padding: 60px 0 0 0;
    border-top: 1px solid #B9B9B9; }
    .main-content-section .partner-group .partner-review-area .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto !important;
      background: #fff;
      height: 103px; }
      .main-content-section .partner-group .partner-review-area .item img {
        width: 80%;
        height: 103px;
        object-fit: contain;
        margin: 0 auto;
        text-align: center; }
    .main-content-section .partner-group .partner-review-area .owl-carousel .item {
      opacity: 1;
      margin: 0;
      transition: all .3s ease; }
    .main-content-section .partner-group .partner-review-area .btns {
      display: none;
      overflow: hidden; }
  .main-content-section .gen-btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px; }

.enquery {
  background: #0A0F25; }
  .enquery .col-md-6 {
    padding: 0;
    margin: 0; }
    .enquery .col-md-6:first-child {
      order: 1; }
  .enquery .row {
    margin: 0; }
  .enquery .content-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url(../images/blue-half-circle.webp) no-repeat;
    background-size: contain;
    background-position: bottom; }
    .enquery .content-left .block-left {
      max-width: 705px;
      margin: 0;
      padding: 100px 100px 100px 60px; }
      .enquery .content-left .block-left h2 {
        font-size: 45px;
        line-height: 53px;
        font-weight: bold;
        padding-bottom: 15px;
        color: #fff;
        padding-bottom: 10px; }
        .enquery .content-left .block-left h2 span {
          font-size: 26px;
          line-height: 30px;
          font-weight: bold;
          color: #fff;
          width: 100%;
          display: block; }
      .enquery .content-left .block-left p {
        color: #fff;
        text-align: left;
        padding-bottom: 20px; }
        .enquery .content-left .block-left p:last-child {
          padding-bottom: 0; }
        .enquery .content-left .block-left p a {
          color: #00A8FF !important;
          font-weight: 600; }
  .enquery .hs-block-img {
    padding: 0;
    margin: 0;
    background: no-repeat 0 0;
    background-size: cover !important;
    background-position: top !important;
    padding: 100px 30px;
    height: auto; }
    .enquery .hs-block-img.content-right {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .enquery .hs-block-img.content-right .block-right {
        padding: 0 50px; }
        .enquery .hs-block-img.content-right .block-right .contact-form-area {
          background: rgba(8, 42, 76, 0.7);
          padding: 40px 30px;
          border-radius: 5px; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .wpcf7-spinner {
            display: none; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area select {
            appearance: none;
            background-image: url(https://yourwebsitedeveloper.com.au/gregorsplumbing/wp/wp-content/uploads/2025/06/down-arw.svg);
            background-size: 0.80em;
            background-position: calc(100% - 20px) center;
            background-repeat: no-repeat; }
          .enquery .hs-block-img.content-right .block-right .contact-form-area p {
            padding: 0;
            margin: 0; }
            .enquery .hs-block-img.content-right .block-right .contact-form-area p textarea {
              width: 100%; }
            .enquery .hs-block-img.content-right .block-right .contact-form-area p .request-btn {
              font-size: 14px;
              line-height: 42px;
              text-transform: capitalize;
              height: 60px;
              padding: 0 60px 0 30px !important;
              margin: 0 !important;
              border-radius: 5px;
              text-wrap: nowrap;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              color: #fff !important;
              background: #00A8FF url(../images/white-arrow.webp) no-repeat 85% center !important;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out; }
              .enquery .hs-block-img.content-right .block-right .contact-form-area p .request-btn:hover {
                background: #008ed5 url(../images/white-arrow.webp) no-repeat 85% center !important;
                text-decoration: none;
                color: #fff !important;
                transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transform: translateY(-5px);
                box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }
          .enquery .hs-block-img.content-right .block-right .contact-form-area .wpcf7-response-output {
            color: #dc3232; }

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px; }

.rt-arrow-btn1 {
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
  text-transform: capitalize;
  height: 53px;
  padding: 0 30px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #00A8FF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn1 a {
    color: #fff !important; }
  .rt-arrow-btn1::after {
    content: "";
    background: url(../images/white-arrow.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
    .rt-arrow-btn1::after::after:hover {
      background: #008ed5 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn1:hover {
    background: #008ed5 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.rt-arrow-btn2 {
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
  text-transform: capitalize;
  height: 53px;
  padding: 0 30px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #00A8FF !important;
  background: transparent;
  border: 2px solid #00A8FF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn2 a {
    color: #00A8FF !important; }
  .rt-arrow-btn2::after {
    content: "";
    background: url(../images/blue-arrow.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
    .rt-arrow-btn2::after::after:hover {
      background: #fff !important;
      border: 2px solid #008ed5;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .rt-arrow-btn2:hover {
    background: #fff !important;
    border: 2px solid #008ed5;
    text-decoration: none;
    color: #00A8FF !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.service-area-btn {
  font-size: 14px;
  line-height: 42px;
  font-weight: bold;
  text-transform: capitalize;
  height: 53px;
  padding: 0 30px;
  border-radius: 5px;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #00A8FF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .service-area-btn a {
    color: #fff !important; }
  .service-area-btn::after {
    content: "";
    background: url(../images/white-arrow.webp) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 18px !important;
    height: 14px;
    display: inline-flex; }
    .service-area-btn::after::after:hover {
      color: #fff !important;
      background: #008ed5 !important;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .service-area-btn:hover {
    background: #008ed5 !important;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.footer-area {
  background: #0D0D19;
  padding: 80px 0 0 0; }
  .footer-area .footer1 {
    padding-bottom: 60px; }
    .footer-area .footer1 p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #9898BB; }
    .footer-area .footer1 span {
      font-size: 25px;
      line-height: 25px;
      color: #fff; }
    .footer-area .footer1 a {
      color: #fff !important; }
    .footer-area .footer1 .foot-social {
      display: none;
      visibility: hidden;
      padding: 0;
      margin: 0;
      padding-top: 20px; }
      .footer-area .footer1 .foot-social ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        gap: 10px; }
        .footer-area .footer1 .foot-social ul li {
          list-style-type: none !important; }
      .footer-area .footer1 .foot-social img {
        filter: brightness(0) invert(1); }
    .footer-area .footer1 .map {
      margin-top: 30px; }
    .footer-area .footer1 .foot_align h3 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin: 0;
      padding-bottom: 10px;
      color: #fff; }
    .footer-area .footer1 .foot_sub-align {
      padding-top: 30px; }
      .footer-area .footer1 .foot_sub-align h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
        padding-bottom: 10px;
        color: #fff; }
    .footer-area .footer1 .foot_link ul {
      padding-left: 20px;
      margin-bottom: 0; }
      .footer-area .footer1 .foot_link ul li {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        list-style-type: circle;
        color: #fff !important; }
        .footer-area .footer1 .foot_link ul li a {
          color: #9898BB !important; }
          .footer-area .footer1 .foot_link ul li a:hover {
            color: #00A8FF !important; }
    .footer-area .footer1 .foot_link_two p {
      padding: 0;
      margin: 0;
      color: #9898BB !important; }
      .footer-area .footer1 .foot_link_two p a {
        color: #00A8FF !important; }
        .footer-area .footer1 .foot_link_two p a:hover {
          color: #008ed5 !important; }
    .footer-area .footer1 .foot_link_two ul li {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      list-style-type: circle;
      color: #fff !important; }
      .footer-area .footer1 .foot_link_two ul li a {
        color: #00A8FF !important; }
        .footer-area .footer1 .foot_link_two ul li a:hover {
          color: #008ed5 !important; }
  .footer-area .foot-about-txt {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important; }
  .footer-area .foot-right {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #52576B; }

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #707070;
  color: #9898BB;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 28px; }
  .copyright a {
    color: #9898BB !important; }
    .copyright a:hover {
      text-decoration: underline !important; }
  .copyright img {
    float: right; }
  .copyright .webdesifbing {
    font-size: 14px;
    line-height: 28px; }

.inner-banner-area {
  padding-top: 140px;
  padding-bottom: 40px;
  background: #090F31;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 55% 0; }
  .inner-banner-area .inner-banner-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 0; }

.inner-banner-pane {
  position: relative; }
  .inner-banner-pane h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    padding-bottom: 15px;
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 10px #00000059 !important;
    display: none;
    visibility: hidden; }
  .inner-banner-pane h2 {
    font-size: 45px;
    line-height: 53px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    padding-bottom: 20px;
    margin: 0;
    text-shadow: 2px 2px 10px #00000059 !important; }
    .inner-banner-pane h2 span {
      color: #fff;
      line-height: 70px; }
      .inner-banner-pane h2 span p {
        color: #fff;
        padding: 0;
        margin: 0; }
        .inner-banner-pane h2 span p a {
          color: #00A8FF !important; }
    .inner-banner-pane h2.sub-txt {
      text-transform: capitalize; }
      .inner-banner-pane h2.sub-txt a {
        color: #00A8FF !important; }
  .inner-banner-pane .banner-mail {
    font-size: 14px !important;
    color: #fff !important;
    text-transform: lowercase !important; }
    .inner-banner-pane .banner-mail a {
      color: #00a8ff !important;
      text-transform: lowercase; }
  .inner-banner-pane .banner-phone {
    font-size: 14px !important;
    color: #fff !important;
    text-transform: lowercase !important; }
    .inner-banner-pane .banner-phone a {
      color: #00a8ff !important;
      text-transform: lowercase; }
  .inner-banner-pane .inner-banner-desc {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 2px 10px #00000059 !important; }
  .inner-banner-pane .breadcrumb {
    margin-top: 20px;
    display: block; }
    .inner-banner-pane .breadcrumb ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 0 auto;
      gap: 5px;
      padding: 0; }
      .inner-banner-pane .breadcrumb ul li {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px; }
        .inner-banner-pane .breadcrumb ul li a {
          color: #fff !important; }
          .inner-banner-pane .breadcrumb ul li a.active {
            color: #00A8FF !important; }
          .inner-banner-pane .breadcrumb ul li a:hover {
            color: #008ed5 !important; }
        .inner-banner-pane .breadcrumb ul li:after {
          content: '';
          position: relative;
          top: 0;
          background: url(../images/breadcrumb-arrw.svg) no-repeat;
          width: 20px !important;
          height: 30px; }
        .inner-banner-pane .breadcrumb ul li:last-child:after {
          background: none; }
      .inner-banner-pane .breadcrumb ul nav.breadcrumb {
        margin: 0; }
        .inner-banner-pane .breadcrumb ul nav.breadcrumb ul {
          padding: 0;
          margin: 0; }

.box-area-content .content-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
  gap: 20px; }
  .box-area-content .content-panel h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0; }
  .box-area-content .content-panel p a {
    color: #00A8FF;
    font-weight: 600; }
    .box-area-content .content-panel p a:hover {
      color: #00A8FF; }
  .box-area-content .content-panel .image-area {
    padding: 80px 40px 0 40px; }
    .box-area-content .content-panel .image-area img {
      border-radius: 5px;
      object-fit: cover;
      object-position: center;
      height: 340px; }
    .box-area-content .content-panel .image-area.img-left {
      background: url(../images/ellipse-left.svg) no-repeat 0 0;
      background-size: contain; }
    .box-area-content .content-panel .image-area.img-right {
      background: url(../images/ellipse-right.svg) no-repeat right 0;
      background-size: contain; }
  .box-area-content .content-panel.flip-class {
    flex-direction: row-reverse; }
  .box-area-content .content-panel ul {
    margin: 0 !important;
    padding: 0 !important; }
    .box-area-content .content-panel ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #000000;
      position: relative;
      padding-left: 25px;
      padding-bottom: 10px; }
      .box-area-content .content-panel ul li a {
        color: #000000 !important; }
        .box-area-content .content-panel ul li a:hover {
          color: #008ed5 !important; }
      .box-area-content .content-panel ul li:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        background: url(../images/blue-tick.svg) no-repeat;
        width: 22px !important;
        height: 14px; }

.box-area-content .Request-call-back-sec {
  text-align: center;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px; }
  .box-area-content .Request-call-back-sec h2 {
    padding-bottom: 20px;
    text-align: center; }
  .box-area-content .Request-call-back-sec p a {
    color: #00A8FF !important;
    font-weight: 600; }
    .box-area-content .Request-call-back-sec p a:hover {
      color: #00A8FF !important; }

.toggle-area {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #707070;
  background: #fff; }
  .toggle-area .toggle-tab .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    border-radius: 50px; }
    .toggle-area .toggle-tab .nav-tabs li {
      flex: 1; }
    .toggle-area .toggle-tab .nav-tabs .nav-item:before {
      background: none; }
    .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link {
      font-size: 18px;
      line-height: 32px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      font-weight: 400;
      padding: 10px 25px;
      color: #000000;
      border-radius: 50px;
      border: 1px solid #707070;
      width: 100%; }
      .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link:focus-visible {
        border-radius: 50px;
        outline: none; }
      .toggle-area .toggle-tab .nav-tabs .nav-item .nav-link.active {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        background: #00A8FF;
        border: 1px solid #00A8FF;
        border-radius: 50px;
        color: #fff; }
  .toggle-area .toggle-tab .tab-content {
    padding: 40px 0 0 0; }
    .toggle-area .toggle-tab .tab-content .tab-pane h2 {
      font-size: 45px;
      line-height: 53px;
      font-weight: bold;
      padding-bottom: 15px;
      text-align: left;
      margin: 0; }
    .toggle-area .toggle-tab .tab-content .tab-pane p {
      text-align: left; }
    .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec {
      padding-bottom: 30px !important;
      padding-left: 0;
      padding-right: 0; }
      .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec h2 {
        text-align: center !important; }
      .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec p {
        text-align: center; }
        .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec p:last-child {
          padding: 0;
          margin: 0; }
      .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec ul {
        margin: 0 !important;
        padding: 0 !important; }
        .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec ul li {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          color: #000000;
          position: relative;
          padding-left: 25px;
          padding-bottom: 10px; }
          .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec ul li a {
            color: #000000 !important; }
            .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec ul li a:hover {
              color: #008ed5 !important; }
          .toggle-area .toggle-tab .tab-content .tab-pane .Request-call-back-sec ul li:before {
            position: absolute;
            top: 5px;
            left: 0;
            content: '';
            background: url(../images/blue-tick.svg) no-repeat;
            width: 22px !important;
            height: 14px; }

.contact-div {
  padding: 0;
  margin: 0;
  border-radius: 5px; }
  .contact-div .map-loc {
    position: relative; }
    .contact-div .map-loc iframe {
      height: 572px; }
  .contact-div .address-detail {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #000000;
    border-radius: 5px;
    padding: 20px; }
    .contact-div .address-detail p {
      padding: 0;
      margin: 0;
      color: #fff; }
      .contact-div .address-detail p a {
        color: #008ed5 !important;
        font-weight: 500; }
  .contact-div .contact-form {
    padding: 0;
    margin: 0;
    background: #000000; }
    .contact-div .contact-form h3 {
      font-size: 35px;
      line-height: 40px;
      font-weight: bold;
      color: #fff;
      background: #2C3B67;
      padding: 20px; }
    .contact-div .contact-form .form-area {
      padding: 20px;
      color: #fff;
      position: relative; }
      .contact-div .contact-form .form-area p {
        padding: 0;
        margin: 0; }
      .contact-div .contact-form .form-area select {
        appearance: none;
        background-image: url(https://yourwebsitedeveloper.com.au/gregorsplumbing/wp/wp-content/uploads/2025/06/down-arw.svg);
        background-size: 0.80em;
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat; }
      .contact-div .contact-form .form-area input[type="submit"] {
        border-radius: 5px !important;
        width: 100% !important;
        height: 60px !important;
        background: #00A8FF url(../images/white-arrow.webp) no-repeat 77% center !important;
        font-size: 16px !important;
        line-height: 42px !important;
        font-weight: 500 !important;
        color: #fff !important;
        border: none !important;
        box-shadow: none !important; }
      .contact-div .contact-form .form-area input[type="submit"]:hover {
        transform: translateY(0) !important;
        background: #008ed5 url(../images/white-arrow.webp) no-repeat 77% center !important; }
      .contact-div .contact-form .form-area .wpcf7-spinner {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }

.submitcontact {
  border: none !important;
  font-size: 14px !important;
  line-height: 42px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
  height: 53px !important;
  padding: 0 50px 0 30px !important;
  border-radius: 5px !important;
  text-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  background: #00A8FF url(../images/arrow-white.webp) no-repeat 80% center !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: 0 !important; }
  .submitcontact a {
    color: #000000 !important; }
  .submitcontact:hover {
    background: #a56011;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25); }

.innerall h3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold; }

.innerall a {
  color: #008ed5 !important; }

.innerall ul {
  margin: 0 !important;
  padding: 0 0 20px 0 !important; }
  .innerall ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px; }
    .innerall ul li:before {
      position: absolute;
      top: 7px;
      left: 0;
      content: '';
      background: url(../images/blue-tick.svg) no-repeat;
      width: 12px !important;
      height: 10px; }

.news-div {
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e2e1e1;
  margin-bottom: 80px; }
  .news-div .item {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px; }
    .news-div .item .news-image-box {
      min-height: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      .news-div .item .news-image-box img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all .3s ease-in-out;
        border: 1px solid #707070;
        border-radius: 20px;
        padding: 5px; }
        .news-div .item .news-image-box img:hover {
          filter: grayscale(100%);
          transition: all .3s ease-in-out; }
      .news-div .item .news-image-box .news-date {
        position: absolute;
        top: 0;
        right: 0;
        background: #00A8FF;
        width: auto;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 5px;
        display: inline-block; }
    .news-div .item .description-bx {
      padding: 20px 0 0 0; }
      .news-div .item .description-bx .news-heading {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        text-transform: capitalize !important;
        color: #000000; }
        .news-div .item .description-bx .news-heading .modal-body {
          padding: 40px 30px; }
          .news-div .item .description-bx .news-heading .modal-body h2 {
            font-size: 35px;
            line-height: 40px;
            font-weight: bold;
            padding: 0;
            margin: 0;
            color: #000000; }
      .news-div .item .description-bx p {
        padding-bottom: 20px; }
    .news-div .item:hover img {
      filter: none;
      transition: all .3s ease-in-out; }
  .news-div .page-numbers_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px; }
    .news-div .page-numbers_pagination span {
      background: #757575;
      border-radius: 5px;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center; }
      .news-div .page-numbers_pagination span.current {
        background-color: #00A8FF !important;
        border-radius: 5px;
        border: 1px solid #707070; }
    .news-div .page-numbers_pagination a {
      background: transparent;
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      color: #757575 !important;
      width: 40px;
      height: 40px;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center; }
      .news-div .page-numbers_pagination a.next {
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
        line-height: 26px !important;
        padding: 5px 20px !important;
        border: 1px solid #D9D9D9;
        color: #757575 !important;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        background: none;
        padding: 0;
        width: auto; }
      .news-div .page-numbers_pagination a.prev {
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
        line-height: 26px !important;
        padding: 5px 20px !important;
        border: 1px solid #D9D9D9;
        color: #757575 !important;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        background: none;
        padding: 0;
        width: auto; }

.service-area-div {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 30px;
  padding-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px; }
  .service-area-div .item {
    background: #fff;
    border: 2px solid #707070;
    border-radius: 20px;
    padding: 5px;
    transition: all .3s ease-in-out; }
    .service-area-div .item:hover {
      border: 2px solid #00A8FF;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
    .service-area-div .item .servicearea-image-box {
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      .service-area-div .item .servicearea-image-box img {
        width: 100%;
        height: 245px;
        object-fit: cover;
        transition: all .3s ease-in-out;
        border-radius: 20px; }
        .service-area-div .item .servicearea-image-box img:hover {
          filter: grayscale(100%);
          transition: all .3s ease-in-out; }
    .service-area-div .item .description-bx {
      padding: 15px 25px; }
      .service-area-div .item .description-bx .servicearea-heading {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        text-transform: capitalize !important;
        color: #000000; }
      .service-area-div .item .description-bx p {
        padding-bottom: 20px; }
    .service-area-div .item:hover img {
      filter: none;
      transition: all .3s ease-in-out; }
  .service-area-div .page-numbers_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    margin-top: 30px; }
    .service-area-div .page-numbers_pagination span {
      background: #757575;
      border-radius: 5px;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center; }
      .service-area-div .page-numbers_pagination span.current {
        background-color: #00A8FF !important;
        border-radius: 5px;
        border: 1px solid #707070; }
    .service-area-div .page-numbers_pagination a {
      background: transparent;
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      color: #757575 !important;
      width: 40px;
      height: 40px;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center; }
      .service-area-div .page-numbers_pagination a.next {
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
        line-height: 26px !important;
        padding: 5px 20px !important;
        border: 1px solid #D9D9D9;
        color: #757575 !important;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        background: none;
        padding: 0;
        width: auto; }
      .service-area-div .page-numbers_pagination a.prev {
        font-size: 16px !important;
        font-weight: 400 !important;
        text-transform: capitalize !important;
        line-height: 26px !important;
        padding: 5px 20px !important;
        border: 1px solid #D9D9D9;
        color: #757575 !important;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        background: none;
        padding: 0;
        width: auto; }

.thankyou-div {
  padding-bottom: 80px; }
  .thankyou-div a {
    color: #00A8FF !important; }
    .thankyou-div a:hover {
      text-decoration: underline !important; }
  .thankyou-div p {
    text-align: center; }

.error404 .error404-template {
  padding: 80px 0; }
  .error404 .error404-template .contentBx {
    text-align: center; }
    .error404 .error404-template .contentBx img {
      width: 40%; }
    .error404 .error404-template .contentBx h1 {
      text-align: center;
      font-size: 100px;
      line-height: 120px;
      color: #000;
      padding: 0;
      margin: 0; }
    .error404 .error404-template .contentBx p {
      text-align: center;
      font-size: 25px;
      line-height: 35px;
      color: #2E5C57;
      padding: 0;
      margin: 30px 0 0 0; }
    .error404 .error404-template .contentBx .social {
      margin: 0;
      padding: 100px 0 0 0; }
      .error404 .error404-template .contentBx .social ul {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .error404 .error404-template .contentBx .social ul li {
          margin: 0 5px;
          padding: 0; }
      .error404 .error404-template .contentBx .social svg {
        width: 30px;
        height: 30px; }

.top-padding {
  padding-top: 80px; }

.no-top-padding {
  padding-bottom: 0 !important; }

.bottom-padding {
  padding-bottom: 80px; }

.no-botm-padding {
  padding-bottom: 0 !important; }

.particle-moving1 img {
  animation: particlemove2 4.5s infinite linear; }

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px); }
  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px); }
  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px); }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } }

.desktop-display {
  display: block !important;
  visibility: visible !important; }

.mob-display {
  display: none !important;
  visibility: hidden !important; }

.top-contact {
  display: none; }

.mobile-burger {
  display: none; }

.feature-discover-bx {
  display: none; }

.custom-google-rating {
  color: #fff;
  text-align: left; }
  .custom-google-rating .stars {
    font-size: 20px;
    float: left;
    margin-right: 8px; }
  .custom-google-rating .rating {
    font-size: 18px; }
  .custom-google-rating .source {
    font-size: 25px;
    font-weight: 500; }
  .custom-google-rating .count {
    font-size: 16px; }
