/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
Main colours:
Yellow: #FFF73A 
*/

 @charset "UTF-8";

/* Bootstrap default :root tokens (--blue…--dark, --breakpoint-*, --font-family-*)
   removed 2026-06-20 — all unused (verified across rendered pages + CSS); the site
   defines its own custom properties in g2-main.css. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
figure,
footer,
header,
nav {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1 {
  z-index: 999;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


code {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"] {
  appearance: listbox;
  -webkit-appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

small {
  font-size: 80%;
  font-weight: 400;
}

/* Bootstrap typography utility-class aliases removed 2026-06-20 — unused; matching element selectors kept. */

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-sm-6,
.col-md-4,
.col-md-6,
.col-md-12,
.col-lg-3,
.col-lg-4,
.col-xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.logo {
  max-height: 78.55px;
  max-width: 302px;
}
/* Unused Bootstrap components removed 2026-06-20:
   .nav .card .breadcrumb .media .close (+ .close:hover/:focus/:not/button.close)
   .border .border-top .border-bottom .flex-wrap
   — none appear in any rendered page or JS-applied class. */

.text-center {
  text-align: center !important;
}

/* Styling for the boxes on the pricing page */

/* Media query for small screens */

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }
}



/* -- Footer Socials Styling -- */

/* -- Footer Bottom Styling -- */

/* -- Client Portal Styling -- */

/**
 * G2 Accounting - Stylesheet
 * Modern, optimized CSS for g2accounting.com.au
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/


/* @font-face moved to g2-main.css (Bariol, woff2+woff only).
   The legacy FontAwesome face was removed — unused (icons are inline SVG) and
   referenced font files that no longer exist. */

body {
  margin: 0;
  padding: 0;
  font-family: 'Bariol';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  color: #636363;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #181818;
  letter-spacing: 2px;
}

h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #cebe00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #000;
}





::-webkit-input-placeholder {
  opacity: 1;
  color: #878787;
}

::-moz-placeholder {
  opacity: 1;
  color: #878787;
}

img {
  max-width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  border: 1px solid #b8b8b8;
  height: 48px;
  padding: 0 16px;
}

/* NO SUCH FILE AS ARROW BOTTOM */
select {
  border: 1px solid #b8b8b8;
  width: 100%;
  padding: 0 11px;
  background: url(wp-content/themes/g2_accounting/images/arrow_bottom.svg) no-repeat calc(100% - 16px) center;
  background-color: #fff;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #e92f11;
  color: #fff;
  height: 48px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

input[type="submit"]:hover {
  background: #feb620;
}
/* Notification section - Rendered obsolete */
/* .main_head-notif {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  /*   background-color: rgba(0, 0, 0, 0.2); 
}
 */

/* Updated class names for modern semantic HTML */
.hero-banner,
.banner {
  width: 100%;
  position: relative;
}

.hero-banner:after,
.banner:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -113px;
  height: 185px;
  background: url(../images/bannerbottom_bg1.webp) no-repeat center center;
  background-size: 100% 100%;
  z-index: 5;
}


.banner-content,
.banner_cont {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: 30%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  text-align: center;
}

.banner-content h1,
.banner_cont h1 {
  font-size: 75px;
  line-height: 85px;
  font-family: 'Bariol';
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 42px;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
}

.booking-button {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Bariol';
  font-weight: bold;
  color: #181818;
  margin-top: 170px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  border: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: transparent;
}

.booking-button span {
  background: #FFF73A;
  color: #181818;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 35px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.booking-button:hover span {
  background: #181818;
  color: #FFF73A;
}

.arrow_read {
  width: 40px;
  height: 28px;
  background: url(../images/arrow_right.svg) no-repeat center center;
  background-size: 100%;
  font-size: 0;
  display: inline-block;
  align-self: center;
}

.arrow_read:hover {
  -moz-animation: bounceR 2s infinite;
  -webkit-animation: bounceR 2s infinite;
  animation: bounceR 2s infinite;
}

@-webkit-keyframes bounceR {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-30px);
  }

  60% {
    transform: translateX(-15px);
  }
}

@keyframes bounceR {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-30px);
  }

  60% {
    transform: translateX(-15px);
  }
}

/* .serv_sec .col-md-4:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  height: 10px;
  background: #FFF73A;
} */


.cmn_padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.platbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  z-index: 9;
}

.platbtn:hover {
  opacity: 0.8;
}


.title h4 {
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 5px 0;
  font-weight: normal;
  letter-spacing: 2px;
}

.title h2 {
  font-size: 66px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 5px;
}

.title {
  margin-bottom: 70px;
}

.title.right h2 span {
  position: relative;
  display: inline-block;
}

.title.right h2 span:after {
  content: '';
  position: absolute;
  width: 1920px;
  height: 2px;
  background: #cebe00;
  top: 50%;
  left: 106%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}


.title.left h2 span {
  position: relative;
  display: inline-block;
}

.title.left h2 span:after {
  content: '';
  position: absolute;
  width: 1920px;
  height: 2px;
  background: #cebe00;
  top: 50%;
  right: 106%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title.right h2 span:after {
  content: '';
  position: absolute;
  width: 1920px;
  height: 2px;
  background: #cebe00;
  top: 50%;
  left: 106%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}


.clients_sec .title {
  text-align: center;
}

.clients_sec .title h4 {
  color: #fff;
}

.clients_sec .title h2 {
  color: #fff;
}

.clients_sec {
  width: 100%;
  position: relative;
  background: #181818;
  overflow-x: hidden;
  margin-top: -2px;
}

.clients_list {
  width: 100%;
}

.clients_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.clients_list ul li {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  margin-bottom: 20px;
}

.extrabottom_gap_hill:after {
  content: '';
  width: 100%;
  background: url(../images/clientbg1.png) no-repeat bottom center;
  background-size: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.clients_sec .container {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.extrabottom_gap_hill {
  padding-bottom: 382px !important;
  position: relative;
}

/* Banner background image - updated class name */
.banner-background {
  background-image: url('../images/home_banner.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.banner_im img {
  width: 100%;
  z-index: 0;
}

.innerpgbanner {
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innerpgbanner .banner_im {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.innerpgbanner .banner_cont {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  padding: 40px 15px !important;
  z-index: 2;
}

.banner_nxtgap {
  padding-top: 150px !important;
}

.xero_acc {
  position: relative;
  color: #c2c2c2;
  background: #181818;
}

.title.whitecolor h2,
.title.whitecolor h4 {
  color: #fff;
}

.xero_acc_cerificate {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.xero_acc_cerificate ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}

.xero_acc_cerificate ul li {
  float: left;
  padding: 0 24px;
  list-style: none;
}

.yellow_sec {
  width: 100%;
  position: relative;
  background: #FFF73A;
  padding: 60px 0;
}

.yellow_sec h3 {
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  margin: 0;
  color: #000000;
}

.yellow_sec:before {
  content: '';
  position: absolute;
  left: -39px;
  top: 38%;
  background: url(../images/cl5.png) no-repeat center center;
  width: 171px;
  height: 94px;
  background-size: 100%;
}

.demo_sec {
  background: #181818;
  overflow-x: hidden;
  color: #c2c2c2;
}

.demo_sec .container {
  z-index: 3;
  position: relative;
}

.demo_sec p a {
  color: #f4f05e;
  text-decoration: underline !important;
}

.demo_sec p a:hover {
  color: #fff;
}

.smallgap {
  margin-bottom: 35px !important;
}

.demo_vid {
  width: 100%;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 11px solid #c2c2c2;
  margin-top: 60px;
}

.demo_vid>img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.demo_vid:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.demo_vid .platbtn {
  width: 130px;
}

.demo_cl1 {
  position: absolute;
  right: 1%;
  top: 26%;
  z-index: 2;
}

.demo_cl2 {
  position: absolute;
  left: 1%;
  bottom: 13.5%;
  z-index: 2;
}

.subtitle {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.inner_body {
  background: #181818;
  color: #c2c2c2;
  overflow-x: hidden;
}

.inner_body .booking-button {
  border-color: #FFF73A;
}

.inner_body .booking-button:hover span {
  background: #181818;
}

.bot_gap0 {
  padding-bottom: 0 !important;
}

.pure_sec {
  position: relative;
}

.asm_cl {
  position: absolute;
  right: 3%;
  top: 24%;
}
/* .pricing_table_cont {
  margin-bottom: 100px;
}

.pricing_table td{
  border: 1px dashed #FFF73A
} */


.calculator form label {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding-left: 15px;
  margin-bottom: 10px;
}

.calculator form select {
  height: 64px;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 20px;
  padding: 0 30px;
  background: url(../images/select_arro1.png) no-repeat right #fff;
  padding-right: 40px;
}

.btns_sec {
  display: table;
  margin: 0 auto;
  padding: 58px 0 0;
}

.btns_sec li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}

.btns_sec .booking-button {
  border-color: #FFF73A;
}

.btns_sec .booking-button:hover span {
  background: #000;
  color: #FFF73A;
}

.btns_sec li:nth-child(1) .booking-button span {
  background: #6b696d;
  color: #FFF73A;
}

.btns_sec li:nth-child(1) .booking-button:hover span {
  background: #FFF73A;
  color: #181818;
}




.features_bx {
  width: 100%;
  padding: 6px;
  border: 1px dashed transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.features_bx_in {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 35px 30px;
  text-align: center;
  background: none;
}



.features_bx h3 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.features_bx p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 27px;
}

.features_bx figure {
  display: table;
  margin: 0 auto;
  margin-bottom: 10px;
}

.features_bx figure .features_yellow_im {
  display: block;
}

.features_bx figure .features_blk_im {
  display: none;
}


.features_bx:hover {
  border: 1px dashed #FFF73A;
}
/* 
.features_bx:hover .features_bx_in {
  background: #FFF73A;
}

.features_bx:hover figure .features_yellow_im {
  display: none;
}

.features_bx:hover figure .features_blk_im {
  display: block;
}

.features_bx:hover h3 {
  color: #000;
}

.features_bx:hover p {
  color: #181818;
} */


.features_list {
  margin-bottom: -20px;
}

.features_list .col-xl-3 {
  margin-bottom: 20px;
}

.features_list .col-lg-4 {
  margin-bottom: 20px;
}

.clients_sec {
  position: relative;
}

.business_cl4 {
  position: absolute;
  right: 13%;
  bottom: 28%;
  z-index: 2;
}

.business_cl3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.features_sec {
  position: relative;
}

.business_cl2 {
  position: absolute;
  right: 4%;
  bottom: -3%;
}

.calculator,
.quote_calculator {
  position: relative;
}

.business_cl1 {
  position: absolute;
  left: 3%;
  top: 26%;
}

.contcatsec .subtitle {
  font-size: 30px;
}

.contcatsec .container {
  z-index: 9;
  position: relative;
}

.contcatsec .booking-button {
  margin-top: 15px;
}

.contct_cl {
  position: absolute;
  right: 8%;
  top: 6%;
}

.contct_cl2 {
  position: absolute;
  left: 1%;
  top: 30%;
}

.contct_cl3 {
  position: absolute;
  right: 3%;
  bottom: 16%;
}

.team_sec .container {
  position: relative;
  z-index: 99;
}

.team_secbox {
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  border: 1px transparent dashed;
  /*   height: 479px;
  width: 292.5px; */
}

.team_secbox:hover {
/*   background-color: #FFF73A; */
  border: 1px #FFF73A dashed;
  cursor: pointer;
}

.team_secbox figure {
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}

img.yelim,
img.greyim {
  padding-top: 5px;
}

.team_secbox figure .greyim {
  display: block;
}

.team_secbox figure .yelim {
  display: none;
}

.team_secbox:hover figure .greyim {
  display: none;
}

.team_secbox:hover figure .yelim {
  display: block;
}


.team_secbox_con {
  padding: 0 10px;
}

.team_secbox h3 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 2px 0;
  letter-spacing: 3px;
  transition: all 0.3s ease-in-out;

}

.team_secbox h3 a {
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/* .team_secbox:hover h3 {
  color: #000;
  transition: all 0.3s ease-in-out;

}

.team_secbox:hover h3 a {
  color: #000;
  transition: all 0.3s ease-in-out;

}

.team_desig {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 2px;
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.team_secbox:hover .team_desig {
  color: #000;

}

.team_secbox p {
  font-size: 17px;
  line-height: 23px;
  transition: all 0.3s ease-in-out;

}

.team_secbox:hover p {
  color: #000;

}

.team_secbox .arrow_read {
  background-image: url(../images/arrow_right.svg);
}

.team_secbox .arrow_read:hover {
  background-image: url(../images/arrow_right_w.svg);
}

.team_secbox:hover .arrow_read {
  background-image: url(../images/arrow_right_w.svg);
} */

.team_seclist .row {
  margin-bottom: -90px;
}

.team_seclist .row .col-lg-3 {
  margin-bottom: 90px;
}

.teamabout {
  position: relative;
}

.team_cl1 {
  position: absolute;
  left: 0;
  top: 16%;
}

.team_cl3 {
  position: absolute;
  right: 4%;
  top: 48%;
}

.team_cl4 {
  position: absolute;
  left: 6%;
  bottom: 14%;
  z-index: 99;
}

.team_sec {
  position: relative;
}

.switch {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 100%;
  margin-bottom: 0 !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  width: 100%;
}

/* Rounded sliders */

.choose_g2list {
  padding-top: 50px;
}

.faq_sec h4 {
  color: #fff;
}

.faq_sec .container {
  position: relative;
  z-index: 1;
}

.accordion .inner {
  font-size: 19px;
  line-height: 30px;
  margin-top: 25px;
}

.accordion .inner p a {
  color: #4269e2;
  font-weight: 700;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion>li {
  list-style: none;
  padding: 0;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px dashed transparent;
  border-radius: 15px;
}

.accordion>li .toggle {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0 !important;
  margin-top: 29px;
  position: relative;
  padding-right: 36px !important;
}

.accordion>li.active {
/*   background: #FFF73A; */
  position: relative;
  padding: 15px;
  border: 1px dashed #FFF73A;
  border-radius: 15px;
}

.accordion>li.active .toggle {
  color: #fff73a;
}

.accordion>li.active .inner {
  color: #ffffff;
}


/* .accordion>li.active:before {
  content: '';
  position: absolute;
  left: -35px;
  width: 35px;
  position: absolute;
  height: 100%;
  background: #FFF73A;
  top: 0;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.accordion>li.active:after {
  content: '';
  position: absolute;
  right: -35px;
  width: 35px;
  position: absolute;
  height: 100%;
  background: #FFF73A;
  top: 0;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
} */

.accordion>li .toggle:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f067';
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  color: #FFF73A;
}

.accordion>li.active .toggle:before {
  content: '\f068';
  color: #000000;
}

.accordion>li:last-child {
  border-bottom: none;
}


.features_sec {
  position: relative;
}

.chosecl1 {
  position: absolute;
  left: 2%;
  top: 10%;
}

.faq_sec {
  position: relative;
}

.faqcl1 {
  position: absolute;
  right: 0;
  top: 3%;
}

.faqcl2 {
  position: absolute;
  left: 6%;
  bottom: 18%;
  z-index: 9;
}

.xero_acc .contct_cl {
  right: 4% !important;
  top: 12% !important;
}

.pop-up-section {
  max-width: 950px;
  padding: 0;
}

.pop-up-section .social-section ul li {
  display: inline-block;
  list-style: none;
}

.pop-up-section {
  overflow-x: hidden;
}

.pop-up-section .image-section figure {
  margin: 0 auto;
  align-items: flex-end;
}

.pop-up-inner {
  padding: 0 0;
  background: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.pop-up-section .heading {
  padding-top: 75px;
  margin-left: -70px;
  margin-bottom: 40px;
}

.pop-up-section .heading h2 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 62px;
  color: #000;
  margin-bottom: 2px;
}

.pop-up-section .heading h3 {
  font-size: 23px;
  color: #858484;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 0;
}

.pop-up-section .row .image-section {
  padding: 0;
}

.pop-up-section .row {
  padding: 0;
  margin: 0;
}

.pop-up-section .content-section p {
  color: #404040;
  font-weight: 400;

}

.pop-up-section .content-section {
  padding-left: 30px;
  margin-bottom: 40px;


}

.pop-up-section .bottom-part {
  position: relative;
}

.pop-up-section .bottom-part:before {
  position: absolute;
  content: "";
  top: 15px;
  left: -240px;
  width: 240px;
  height: 2px;
  background: #cebe00;
}

.bottom-part .social-section ul {
  padding-left: 20px;
  list-style: none;
  /* Removes bullet points */
}

.bottom-part .social-section ul li {
  padding-left: 10px;
  display: inline-block;
  /* Makes list items appear in a row */
}

.bottom-part .social-section ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* Modern shorthand for a circle */
  background: rgb(255, 10, 10);
  box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.05);
  line-height: 50px;
  /* Adjusted to match the height */
  text-align: center;
  color: #a9a9a9;
  font-size: 23px;
}

.bottom-part .social-section ul li a:hover {
  background: #ee0d0d;
  color: #000;
}

.bottom-part .social-section ul {
  padding-left: 20px;
}

.bottom-part .social-section ul li {
  padding-left: 10px;
}

.bottom-part .social-section ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.0);
  box-shadow: 0px 21px 24px 0px rgba(0, 0, 0, 0.05);
  line-height: 54px;
  text-align: center;
  color: #a9a9a9;
  font-size: 23px;
}

.bottom-part .social-section ul li a:hover {
  background: #eedd0d;
  color: #000;
}


.pop-up-inner .btn1 {
  color: currentColor;
  position: absolute;
  padding: 0;
  right: -80px;
  background: #eedd0d;
  border: none;
  border-radius: 50%;
  top: -80px;
  box-shadow: -10.725px 8.999px 18px 0px rgba(0, 0, 0, 0.06);
  opacity: 1;
  width: 150px;
  height: 150px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  outline: none !important;
}

.pop-up-inner .btn1:hover {
  opacity: 1;
}

.pop-up-inner .btn1:hover {
  background: #cebe00;
}

.pop-up-inner .btn1 svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 38px;
  top: 34px;
  left: 25px;
  color: #000;
}

.pop-up-inner .btn1 svg path {
  fill: currentColor;
  stroke-width: 0;
}

/**
* Css Added From Developer End(19-04-2018)
**/
.heading.no-image {
  margin-left: 25px;
}


h2,
h3,
h4,
h5 {
  color: #fff;
}


@media (min-width: 1300px) {
  .container {
    max-width: 1290px;
  }


}

@media (max-width: 1600px) {

  .contct_cl2 {
    top: 28%;
  }

  .business_cl2 {
    position: absolute;
    right: 1%;
    bottom: -102px;
  }

  .business_cl3 {
    bottom: -85px;
    z-index: 1;
  }

}


@media (max-width: 1400px) {
  .banner_cont h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .accordion>li.active::before {
    left: -10px;
    width: 10px;
  }

  .accordion>li.active::after {
    right: -10px;
    width: 10px;
  }

  .accordion>li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1299px) {

  .banner_cont h1 {
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 35px;
  }

  body {
    font-size: 17px;
    line-height: 26px;
  }

  .title h2 {
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 60px;
  }

  .title h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .booking-button {
    font-size: 17px;
    line-height: 20px;
  }

  .booking-button span {
    padding: 13px 30px;
  }

  .cmn_padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .extrabottom_gap_hill {
    padding-bottom: 300px !important;
  }

  .contct_cl3 {
    bottom: 12%;
  }

  .yellow_sec h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .demo_cl1 {
    top: 33%;
  }

  .features_bx h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .features_bx p {
    font-size: 16px;
    line-height: 25px;
  }

  .features_bx_in {
    padding: 25px;
  }

  .team_cl4 {
    left: 3%;
    bottom: 10%;
  }

  .team_cl1 {
    top: 200px;
  }


  .pop-up-section {
    max-width: 840px;
  }

  .pop-up-section .bottom-part::before {
    width: 120px;
    left: -120px;
  }

  .pop-up-section .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }


  .banner::after {
    bottom: -110px;
  }

}



@media (max-width: 1199px) {

  .logo {
    max-width: 200px;
  }

  .banner_cont h1 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  .banner::after {
    height: 130px;
    bottom: -75px;
  }

  .cmn_padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .platbtn {
    width: 80px;
  }

  .title h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .title h4 {
    font-size: 20px;
  }

  .innerpgbanner {
    min-height: 320px;
  }

  .banner_nxtgap {
    padding-top: 120px !important;
  }

  .contct_cl2 {
    width: 160px;
  }

  .smallgap {
    margin-bottom: 22px !important;
  }

  .contcatsec .subtitle {
    font-size: 26px;
    line-height: 32px;
  }

  .contct_cl {
    right: 3%;
    top: 2%;
  }

  .xero_acc_cerificate img {
    max-height: 120px;
  }

  .yellow_sec::before {
    display: none;
  }

  .yellow_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .yellow_sec h3 br {
    display: none;
  }

  .yellow_sec h3 {
    font-size: 26px;
    line-height: 35px;
  }

  .demo_cl1 {
    display: none;
  }

  .demo_cl2 {
    width: 140px;
    bottom: 8%;
  }


  .business_cl1 {
    top: 120px;
    left: 1%;
  }

  .features_bx_in {
    padding: 25px;
  }

  .features_bx h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .features_bx p {
    font-size: 16px;
    line-height: 24px;
  }

  .business_cl4 {
    bottom: 15%;
  }

  .btns_sec {
    padding-top: 35px;
  }


  .accordion>li .toggle {
    font-size: 25px;
    line-height: 32px;
  }

  .accordion .inner {
    font-size: 17px;
    line-height: 26px;
  }

  .team_cl4 {
    width: 120px;
  }

}





@media (max-width: 991px) {

  .banner_cont h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .banner_cont {
    top: 35%;
  }

  .cmn_padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .extrabottom_gap_hill {
    padding-bottom: 240px !important;
  }

  .innerpgbanner {
    min-height: 260px !important;
  }

  .contcatsec .subtitle {
    font-size: 25px;
    line-height: 34px;
  }

  .contcatsec .subtitle br {
    display: none;
  }

  .banner_nxtgap {
    padding-top: 100px !important;
  }

  .contct_cl2 {
    top: 15%;
  }

  .contct_cl3 {
    bottom: 6%;
  }

  .asm_cl {
    top: 14%;
  }

  .business_cl1 {
    width: 120px;
  }

  .calculator form select {
    height: 50px;
    font-size: 17px;
  }

  .calculator form label {
    font-size: 17px;
  }

  .business_cl3 {
    width: 120px;
  }

  .subtitle {
    font-size: 22px;
  }

  /*.switch{height: 50px;}
.slider::before{width: 36px; height: 36px;}
input:checked + .slider::before { left: calc(100% - 43px);}
.taxfrm_label label{font-size: 24px !important;}*/
  .chosecl1 {
    top: 35px;
  }

  .faqcl1 {
    top: 4px;
  }

  .faqcl2 {
    bottom: 13%;
  }

  .accordion>li .toggle {
    font-size: 20px;
    line-height: 25px;
    margin-top: 24px;
  }

  .accordion>li {
    padding-bottom: 24px;
  }

  .team_cl1 {
    top: 150px;
    width: 100px;
  }

  .team_cl4 {
    bottom: 7%;
  }

  .banner::after {
    height: 100px;
    bottom: -55px;
  }


}


@media (max-width: 767px) {


  .banner .banner_im {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .banner {
    min-height: 510px;
  }

  .banner .banner_cont {
    z-index: 1;
    top: 38%;
  }

  .title {
    margin-bottom: 50px;
  }

  .contct_cl2 {
    top: 18%;
    width: 80px;
  }


  .demo_vid .platbtn {
    width: 100px;
  }

  .demo_vid {
    margin-top: 50px;
  }

  .xero_acc .contct_cl {
    top: 6% !important;
  }

  .xero_acc_cerificate img {
    max-height: 94px;
  }

  .xero_acc_cerificate ul li {
    padding: 0 18px;
  }


  .business_cl1 {
    top: 100px;
  }

  .business_cl4 {
    bottom: 11%;
  }

  .subtitle {
    font-size: 20px;
  }

  .pop-up-section {
    max-width: 575px;
  }

  .pop-up-section .image-section figure {
    margin: 0 auto;
    text-align: center;
  }

  .pop-up-section .image-section figure img {
    max-width: 200px;
  }

  .pop-up-section .row .image-section {
    padding: 15px;
  }

  .pop-up-section .heading {
    margin-left: 0;
    padding-top: 30px;
  }

  .pop-up-section .bottom-part::before {
    display: none;
  }

  .pop-up-section .content-section {
    padding-left: 0;
  }

  .bottom-part .social-section ul {
    padding-left: 0;
  }

  .bottom-part .social-section ul li {
    padding-left: 0;
    margin-right: 10px;
  }

  .pop-up-section .heading {
    margin-bottom: 20px;
  }

  .pop-up-section .content-section {
    margin-bottom: 20px;
  }

  .pop-up-section .row {
    margin: 0 -15px;
  }

  .pop-up-inner {
    padding: 20px;
  }

  .pop-up-section .heading h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-up-section .heading h3 {
    font-size: 19px;
    line-height: 20px;
  }

  .bottom-part .social-section ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 32px;
  }


}

@media (max-width: 575px) {
  .banner {
    min-height: 470px;
  }

  .banner_cont h1 {
    font-size: 25px;
    line-height: 30px;
  }

  .banner::after {
    height: 30px;
    bottom: -4px;
  }

  .extrabottom_gap_hill {
    padding-bottom: 190px !important;
  }

  .title h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 3px;
  }

  .logo {
    max-width: 180px;
  }

  .contcatsec .subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 20px;
  }

  .contct_cl3 {
    bottom: 4%;
    width: 57px;
  }

  .innerpgbanner {
    min-height: 220px !important;
  }

  .innerpgbanner .banner_cont {
    top: 65% !important;
  }

  .demo_vid .platbtn {
    width: 80px;
  }

  .yellow_sec h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .xero_acc_cerificate img {
    max-height: 60px;
  }

  .xero_acc_cerificate ul li {
    padding: 0 14px;
  }

  .demo_cl2 {
    width: 100px;
    bottom: 4%;
  }

  .demo_vid {
    margin-top: 40px;
    border-width: 6px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }

  .business_cl1 {
    width: 80px;
    top: 124px;
  }

  .business_cl4 {
    bottom: 5%;
  }

  .faqcl2 {
    bottom: 9%;
  }

  .faqcl1 {
    width: 60px;
  }

  .team_seclist .row {
    margin-bottom: -60px;
  }

  .team_seclist .row .col-lg-3 {
    margin-bottom: 60px;
  }

  .team_cl3 {
    display: none;
  }

  .team_cl4 {
    display: none;
  }

  .pop-up-section {
    max-width: 575px;
    margin: 0 auto;  /* Center the element */
    padding: 0;  /* Remove padding */
  }

  .pop-up-section .image-section figure img {
    max-width: 160px;
  }

  .pop-up-section .heading {
    padding-top: 10px;
  }

}


@media (max-width: 479px) {

  .banner {
    min-height: 390px;
  }

  .banner .banner_cont {
    top: 45%;
  }

  .extrabottom_gap_hill {
    padding-bottom: 150px !important;
  }

  .btns_sec li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }

  .btns_sec li .booking-button {
    width: 100%;
  }

  .btns_sec li:last-child {
    margin-bottom: 0;
  }

  .faqcl2 {
    bottom: 4%;
  }
}

ol,
ul {
  box-sizing: border-box
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

