*:focus {
    box-shadow: none !important;
}

html {
    margin: 0 !important;
    font-size: 17px !important;
}

#wpadminbar {
    background: rgba(0, 0, 0, 0.7) !important;
}

body #navbar-main {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    height: 6.5rem;
}

body #navbar-main.bg-scroll {
    background: white !important;
}

body.theme-dark-au #navbar-main.bg-scroll {
    background: rgb(var(--bs-austabilitythemeone-rgb)) !important;
}

body.error404 #navbar-main.bg-scroll,
body.theme-light-white #navbar-main.bg-scroll {
    background: white !important;
}

body.theme-dark-au {
    background-color: rgb(var(--bs-austabilitythemeone-rgb));
    background: linear-gradient(90deg, rgba(24, 100, 154, 1) 0%, rgba(159, 40, 55, 1) 100%) !important;
}

body.theme-dark-au #header-title .master-title,
body.theme-dark-au #header-title .master-description,
body.theme-light-white #header-title .master-title,
body.theme-light-white #header-title .master-description {
    color: white;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3);
}

#footer {
    background-color: rgb(var(--bs-austabilitythemeone-rgb));
    color: white;
    position: relative;
}

#footer .f-logo {
    filter: invert(1) brightness(1000%);
    width: 210px;
}

#footer li {
    background-color: transparent;
}

#footer li a,
#footer a {
    color: white !important;
    font-weight: 400 !important;
}

#footer .f-cr {
    border-top: 1px solid white;
    background: var(--bs-austabilitythemefour) !important;
}

#footer .f-phones {
    font-size: 0.75rem;
}

#footer .f-phones a {
    display: block;
    position: relative;
}

@media (max-width: 1199px) {
    #footer .f-phones {
        font-size: 1rem;
    }
    #footer .f-pi {
        padding-left: 2rem;
    }
    #footer .spwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .f-phones {
        order: 1;
    }
    #footer .f-social {
        order: 2;
    }
    #footer .f-cr {
        text-align: center;
    }
}

#footer .f-pi::before {
    content: "";
    width: 0.95rem;
    height: 0.95rem;
    background: transparent;
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .f-gb::before {
    background-image: url("images/langs/gb.svg");
}

#footer .f-ca::before {
    background-image: url("images/langs/ca.svg");
}

#footer .f-fr::before {
    background-image: url("images/langs/fr.svg");
}

#footer .f-us::before {
    background-image: url("images/langs/us.svg");
}

#footer .f-uk::before {
    background-image: url("images/langs/uk.svg");
}

#footer .f-sa::before {
    background-image: url("images/langs/sa.svg");
}

#footer .f-au::before {
    background-image: url("images/langs/au.svg");
}

ul.check {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.check li {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 1rem;
}

ul.check li:last-child {
    padding-bottom: 0rem;
}

ul.check li::before {
    content: "\e80b";
    font-family: "austabilityfont";
    font-size: 1rem;
    position: absolute;
    color: rgb(var(--bs-primary-rgb)) !important;
    padding: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background: rgba(var(--bs-austabilitythemethree-rgb), 0.2);
    border-radius: 50%;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.5rem;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5 {
    color: white;
}

.review-slider,
.review-slider-single,
.quote-slider,
.quote-slider-single {
    padding: 2rem 0;
    height: 100%;
}

.review-slider .sitem,
.review-slider-single .sitem,
.quote-slider .sitem,
.quote-slider-single .sitem {
    background: white;
    padding: 1rem;
    height: 100%;
}

.quote-slider .sitem,
.quote-slider-single .sitem {
    border: 1px solid rgba(var(--bs-dark-rgb), 0.05) !important;
}

.review-slider .sitem-content,
.review-slider-single .sitem-content,
.quote-slider .sitem-content,
.quote-slider-single .sitem-content {
    background: rgba(var(--bs-austabilitythemeone-rgb), 1);
    padding: 2rem;
    color: white;
    height: 100%;
}

.quote-slider .sitem-content,
.quote-slider-single .sitem-content {
    background: white;
    color: var(--bs-body-color);
}

.review-slider h4,
.review-slider-single h4 {
    color: rgb(var(--bs-austabilitythemefive-rgb)) !important;
}

.quote-slider h4,
.quote-slider-single h4 {
    color: rgb(var(--bs-austabilitythemeone-rgb)) !important;
}

.review-slider .sitem-stars,
.review-slider-single .sitem-stars,
.quote-slider .sitem-stars,
.quote-slider-single .sitem-stars {
    color: rgba(var(--bs-austabilitythemefive-rgb), 1);
    filter: brightness(1.2);
}

.sitem-image {
    width: 15rem !important;
    height: 15rem !important;
    border: 1rem solid white;
}

.tns-nav button {
    background: rgba(var(--bs-dark-rgb), 0.3) !important;
    height: 1rem !important;
    width: 1rem !important;
    max-width: 1rem !important;
    min-height: 1rem !important;
    border-radius: 50%;
    border: 0;
    margin: 0 0.2rem;
    padding: 0 !important;
}

.tns-nav button.tns-nav-active {
    background: rgba(var(--bs-dark-rgb), 1) !important;
}

.bg-austabilitythemeone-box h4,
.bg-austabilitythemeone-box p {
    color: white;
}

.cbox {
    height: 100%;
}

.cbox-content {
    flex-grow: 1;
}

.cbox-button {
    margin-top: auto;
}

.cbox-content>a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.cbox-content>a:hover {
    color: inherit;
    text-decoration: none;
}

.play-button-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.play-button img {
    display: block;
    width: 100%;
    height: auto;
}

.play-button::before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5rem !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    text-shadow: 0 0 10px rgba(var(--bs-austabilitythemeone-rgb), 0.7);
    pointer-events: none;
}

.video-title {
    position: absolute;
    top: calc(50% + 4rem);
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 0 0 10px rgba(var(--bs-austabilitythemeone-rgb), 0.7);
    pointer-events: none;
}

.fs-7 {
    font-size: 0.75rem;
}

.fw-super-bold {
    font-weight: 900 !important;
}

.theme-light-white .master-description {
    color: rgb(var(--bs-austabilitythemeone-rgb));
}

.block.bg-austabilitythemeone h1,
.block.bg-austabilitythemeone h2,
.block.bg-austabilitythemeone h3,
.block.bg-austabilitythemeone h4,
.block.bg-austabilitythemeone h5,
.block.bg-austabilitythemeone p,
.block.bg-austabilitythemeone {
    color: white;
}

.block.bg-primary h1,
.block.bg-primary h2,
.block.bg-primary h3,
.block.bg-primary h4,
.block.bg-primary h5,
.block.bg-primary p,
.block.bg-primary {
    color: white;
}

.h-spacing h1,
.h-spacing h2,
.h-spacing h3,
.h-spacing h4,
.h-spacing h5,
.h-spacing h6 {
    margin-bottom: 1rem;
}

.block2 a {
    color: rgb(var(--bs-primary-rgb)) !important;
    font-weight: 400;
}

.rc-search input,
.rc-search input:focus,
.rc-search input:hover,
.rc-search .btn,
.rc-search .btn:focus,
.rc-search .btn:hover {
    background-color: transparent;
    border-color: rgb(var(--bs-secondary-rgb)) !important;
}

.rc-search input {
    border-right: 0;
}

.rc-search .btn {
    border-left: 0;
    color: rgb(var(--bs-secondary-rgb)) !important;
}

.btn-outline-light:hover,
.btn-light {
    color: rgb(var(--bs-primary-rgb)) !important;
}

.filter-line {
    border-bottom: 1px solid rgb(var(--bs-austabilitythemeone-rgb));
}

.filter-line-t {
    border-top: 1px solid rgb(var(--bs-austabilitythemeone-rgb));
}

.rc-img {
    aspect-ratio: 18 / 12;
    overflow: hidden;
    position: relative;
}

.rc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rc-item {
    border: 1px solid rgba(var(--bs-dark-rgb), 0.05) !important;
}

.rc-tag {
    position: absolute;
    margin: 1rem;
    padding: 0.2rem 0.7rem;
}

.fluentform {
    /* padding: 2rem;
    border: 1px solid rgba(var(--bs-dark-rgb), 0.05) !important;
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 0 !important; */
    font-size: 1rem !important;
    font-family: "Barlow Condensed" !important;
}

.ff-default .ff-el-form-control {
    font-family: "Barlow Condensed" !important;
    border-radius: 0 !important;
}

.fluentform h3 {
    color: rgb(var(--bs-austabilitythemeone-rgb)) !important;
}

.fluentform form hr {
    margin: 0 !important
}

.fluentform hr {
    background-color: transparent !important;
    height: 0 !important;
    border: 0 !important;
    margin-bottom: 1.5rem !important;
}

.fluentform label {
    color: rgb(var(--bs-austabilitythemeone-rgb)) !important;
}

.fluentform select {
    background: transparent;
}

.colorful-slider .tns-item:nth-child(4n+1) {
    background-color: #50b5ff;
}

.colorful-slider .tns-item:nth-child(4n+2) {
    background-color: #5cc9a7;
}

.colorful-slider .tns-item:nth-child(4n+3) {
    background-color: #ffb116;
}

.colorful-slider .tns-item:nth-child(4n+4) {
    background-color: #f25767;
}

.cbox-content.filp-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.filp-content .front,
.filp-content .back {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s;
    cursor: pointer;
}

.filp-content .front {
    display: flex;
    flex-direction: column;
}

.filp-content .back {
    display: none;
}

.cbox-content.filp-content:hover .front {
    display: none;
}

.cbox-content.filp-content:hover .back {
    display: flex;
}

.cbox-content.filp-content p {
    margin: 0;
    padding: 0;
}

.css-logo {
    width: 14rem;
    height: 14rem;
    border-radius: 50%;
    background: white;
}

@media (min-width: 1200px) {
    .css-logo {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        top: -11rem;
        right: 0;
    }
    .h-xl-100 {
        height: 100% !important;
    }
}

.posts-slider-container button {
    background-color: transparent;
    border: 0;
}

.posts-slider-container button i::before {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  background-color: transparent;
  color: rgb(var(--bs-austabilitythemefour-rgb)) !important;
  font-size: 1.3rem;
  display: block;
  line-height: 2rem;
}

.accordion-item {
    border-color: rgba(var(--bs-dark-rgb), 0.05) !important;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.clipover {
    overflow-x: clip !important;
}

.bg-head {
    background-image: url("images/auhead.png");
    background-color: rgb(var(--bs-austabilitythemeone-rgb)) !important;
    background-position: center;
    background-repeat: no-repeat;
}

.block15-coarousel img {
    height: 500px;
    object-fit: cover;
}

.block2 ul li {
    position: relative;
}

.block2 ul li::marker {
    content: '';
}

.block2 ul li::before {
    content: '';
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: url(images/favicon.png);
    background-size: auto;
    background-size: auto;
    left: -1.8rem;
    top: 0.65rem;
    background-size: cover;
}

.block4 .description {
    color: var(--bs-austabilitythemefour) !important;
}

.block12-date {
    opacity: 0.9;
    background: var(--bs-austabilitythemefour) !important;
    width: 3.3rem;
    height: 3.3rem;
    position: absolute;
    bottom: 0;
    border: 0.3rem solid #FFF;
    z-index: 1;
    left: 1rem;
    text-transform: uppercase;
    border-bottom: 0;
}

.blogpost-date {
    opacity: 0.9;
    background: var(--bs-austabilitythemefour) !important;
    width: 3.3rem;
    height: 3.3rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    left: calc(50% - 1.8rem);
    border: 0.3rem solid #FFF;
    z-index: 1;
    text-transform: uppercase;
    border-bottom: 0;
}

.f-certs a {
    display: block;
}

.f-certs img {
    width: 90px;
}

.overlay-bg-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--bs-austabilitythemeone-rgb));
    opacity: 0.5;
}

.block17-feature-image {
    width: 600px;
}

@media (max-width: 1199px) {
    .block17-feature-image {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 1rem;
    }
    .block15-coarousel img {
        height: 300px;
        object-fit: cover;
    }
}

.au-cusom-map {
    height: 670px;
    border: 0px solid #ececec !important;
}

@media (max-width: 992px) {
    .au-cusom-map {
        height: 400px;
        border: 0px solid #ececec !important;
    }
}

.timeline-start .column-content-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-start .column-content-inner::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.t-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.t-container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: white;
    border: 4px solid #ba2636;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.t-left {
    left: 0;
    padding-left: 0;
}

.t-right {
    left: 50%;
    padding-right: 0;
}

.t-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.t-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.t-right::after {
    left: -10px;
}

.t-content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.block18::before {
    content: '';
    height: 100%;
    width: 6px;
    background: white;
    position: absolute;
    left: 50%;
    left: calc(50% - 3px);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .03);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .03);
}

@media screen and (max-width:992px) {
    .block18::before {
        display: none;
    }
    .timeline-start .column-content-inner::after {
        left: 31px;
    }
    .t-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .t-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .t-left::after,
    .t-right::after {
        left: 21px;
    }
    .t-right {
        left: 0%;
    }
}

.content-timeline {
    display: none;
}

.content-timeline.active {
    display: block;
}

#remove-padding div {
    padding: 0;
}

.gototimeline {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.gototimelineb {
    margin-top: 15px;
}

.gototimeline a {
    text-align: center;
    background: #FFF;
    padding: 10px;
    border-radius: 6px;
}

.gototimeline .btn-inline::after {
    position: unset;
    margin-left: 5px;
}

.fluentform .iti__selected-flag {
    background: rgba(0, 0, 0, .0) !important;
}

.ff_file_upload_holder {
    width: 100%;
}

.jp-lang {
    font-size: 0 !important;
}

.jp-lang img {
    border: 1px solid rgb(var(--bs-austabilitythemeone-rgb)) !important;
}

#menu-primary-menu .menu-item a.jp-lang::after {
    content: '' !important;
}

#seopress-user-consent-accept {
    background: rgb(var(--bs-austabilitythemeone-rgb)) !important;
    border: 0;
    color: #FFF;
    padding: 0.2rem 0.5rem;
    margin: 0 0.1rem;
}

#seopress-user-consent-close {
    background: transparent !important;
    border: 0;
    color: #FFF;
    padding: 0.2rem 0.5rem;
    margin: 0 0.1rem;
}