/*======================================
=              General Styles          =
======================================*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: var(--bodyfont);
}

.container,
.container-fluid {
    position: relative;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 9;
}

.icon,
.text-white {
    background: transparent;
    color: inherit !important;
}

.grecaptcha-badge {
    display: none !important;
}

.primary {
    text-decoration: underline;
    text-decoration-color: var(--primary);
    text-decoration-thickness: 3px;
}

@keyframes wobble-pause {
0%, 100% { transform: rotate(0deg); }
2% { transform: rotate(4deg); }
4% { transform: rotate(-4deg); }
6% { transform: rotate(4deg); }
8% { transform: rotate(-4deg); }
10% { transform: rotate(0deg); }
}

.wiggle {
    animation: wobble-pause 6s infinite;
}

.feedback-banner {
    position: relative;
    padding: 15px 20px;
    text-align: center;
    background: var(--tertiary);
    font-weight: 800;
    color: #ffffff;
}

.feedback-banner .feedback-elements {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.feedback-banner .feedback-heading {
    margin-right: 10px;
    font-size: 25px;
}

.feedback-banner .btn {
    font-size: 22px;
}

.tradie-banner {
    position: relative;
    text-align: center;
    margin-top: -60px;
}
.tradie-banner::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: var(--secondary);
    filter: brightness(.8);
}
.tradie-banner .tradie-graphic {
    max-width: 375px;
}

.minimal-hero-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: white;
}
.minimal-hero-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.7;
}
.minimal-hero {
    position: relative;
    padding: 50px 0;
}
.minimal-hero .heading {
    font-size: 40px;
    margin-bottom: 8px;
}
.custom-breadcrumb {
    position: absolute;
    bottom: 10px;
}
.custom-breadcrumb .breadcrumb_last, .custom-breadcrumb .breadcrumb-list a {
    color: unset !important;
    font-weight: 400;
    font-size: 15px;
    transition: all .3s ease;
}
.custom-breadcrumb span {
    font-size: 12px;
}
.custom-breadcrumb .breadcrumb-list a {
    margin-right: 2px;
}
.custom-breadcrumb .breadcrumb-list a:hover {
    color: var(--primary) !important;
}
.custom-breadcrumb .breadcrumb_last {
    margin-left: 2px;
}

/*=======================================
=            Company Profile            =
=======================================*/

.profile-heading {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    color: white;
}

.profile-sub-heading {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: white;
}

.profile-small-heading {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    color: white;
    margin-top: 10px;
}

.company-profile p {
    margin-bottom: 0;
}

.company-profile a {
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    color: white !important;
}

.company-profile a.btn {
    text-decoration: none !important;
    transition: all 0.3sease !important;
    width: 100%;
    margin: 5px 0;
}

.main-header .side-modal .company-profile a.btn:hover {
    text-decoration: none !important;
}

.company-profile a:hover {
    color: var(--primary) !important;
}

/*======================================
=            Custom Styles            =
======================================*/

h1 p, h2 p, h3 p {
    margin-bottom: 0;
}

.banner.image-bg .wpcf7-form .btn {
    float: unset;
    background: #ffffff;
    color: var(--primary) !important;
}

.wpcf7-spinner {
    display: none !important;
}

.service-menu {
    background: var(--primary);
    outline: 1px solid var(--primary);
    display: list-item;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.service-menu li {
    padding: 15px 0;
    display: inline-block;
}

.service-menu a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
}

.service-menu a:hover, .service-menu a.active-tab {
    text-decoration: none;
    color: var(--secondary);
    background: #ffffff21;
}

@media (max-width: 1850px) {
    .service-menu a {
        padding: 15px 13px;
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .service-menu li {
        padding: 6px 0;
    }
    .service-menu a {
        padding: 7px 13px;
    }
    .service-menu {
        padding: 7px 0;
    }
}

.mobile-service-menu {
    padding: 0;
    margin: 0;
}

.banner.image-bg p {
    font-size: 17px;
    font-weight: 500;
}

/*======================================
=            Heading Styles            =
======================================*/

.heading h1, 
.heading h2, 
.heading h3,
.sub-heading h1, 
.sub-heading h2, 
.sub-heading h3 {
    font-size: inherit !important;
    margin: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*======================================
=             Breadcrumbs              =
======================================*/

.breadcrumb {
    border-radius: 0;
    padding: 4px 60px;
    position: relative;
    background: transparent;
    margin-bottom: 12px;
    width: fit-content;
    left: 50%;
    transform: translate(-50%);
    font-size: 18px;
    color: var(--primary);
}

.breadcrumb-list a {
    color: #fff;
    transition: all 0.5s ease;
}

.breadcrumb-list a:hover,
.header .menu ul li a:hover,
.main-header .top-bar ul li a:hover,
.btn:hover,
.footer-bottom a:hover {
    text-decoration: none;
    color: var(--primary);
}

.breadcrumb_last {
    color: white;
}

/*======================================
=              Scrollbars              =
======================================*/

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: var(--secondary);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border: 0;
    outline: 0;
}

/*======================================
=                 Lists                =
======================================*/

ul {
    margin-bottom: 1.5em;
}

ul.location-ul {
    position: relative;
    columns: 2;
    list-style: disclosure-closed;
    margin-bottom: 30px;
}

.block ul.location-ul li,
ul.location-ul li,
.block ul li,
.banner ul li,
.info-block ul li {
    font-size: 18px;
    margin: 5px 0;
    color: inherit;
}

ul.location-ul li a {
    color: #fff;
}

/* Responsive for Location UL */
@media (max-width: 768px) {
    ul.location-ul {
        columns: 1;
    }
}

/*======================================
=              Block Styles            =
======================================*/

.lines,
.grid {
    background-size: 120px 100% !important;
    background-position: center !important;
}

.lines.linesdark {
    background-image: linear-gradient(to right, #0000000a 1px, transparent 1px) !important;
}

.lines.lineslight,
.grid.gridlight {
    background-image: linear-gradient(to right, #ffffff0a 1px, transparent 1px) !important;
}

.grid.griddark {
    background-image: linear-gradient(to right, #0000000a 1px, transparent 1px), linear-gradient(to bottom, #0000000a 1px, transparent 1px) !important;
}

/*======================================
=             Accreditations           =
======================================*/

img.accreditation {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    margin: 10px 0;
    max-height: 160px;
    max-width: 275px;
    filter: drop-shadow(2px 2px 5px #0000);
}

/*======================================
=               Sharing                =
======================================*/

.main-header .top-bar ul li#share-li {
    font-weight: 600;
}

.main-header .top-bar ul li a#share-button i,
.main-header .top-bar ul li a#larger-share-button i {
    font-size: 13.5px;
    top: -1px;
    color: var(--primary);
}

.main-header .top-bar ul li a#larger-share-button i {
    font-size: 16px;
    top: 0;
}

/*======================================
=            Review Banner             =
======================================*/

.floating-banner {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 8px 14px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.floating-banner-content {
    display: flex;
    justify-content: center;
    align-content: center;
}

.floating-banner .review-tag {
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.floating-banner .btn {
    padding: 7px 18px;
    font-size: 16px;
    width: fit-content !important;
    margin: 0 !important;
}

/* Responsive for Floating Banner */
@media (max-width: 400px) {
    .floating-banner {
        font-size: 17px;
    }
}

/*======================================
=              Accordions              =
======================================*/

.accordion-single {
    margin-top: 10px;
}

.accordion-single-item {
    border-bottom: solid 1px var(--primary);
}

.accordion-single-title {
    padding: 22px 15px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    font-size: 25px;
    margin: 0;
    padding-left: 0;
    padding-right: 45px;
}

.accordion-single-title::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px var(--primary);
    border-right: solid 2px var(--primary);
    transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-single-item.is-open .accordion-single-content {
    max-height: none;
}

.accordion-single-content p {
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 45px;
}

.accordion-single-item.is-open .accordion-single-title::after {
    transform: translateY(-50%) rotate(315deg);
}

/*======================================
=               404 Page               =
======================================*/

.error-wrap {
    text-align: center;
    padding: 80px;
    border: 20px solid #f4f4f4;
    position: relative;
}

.error-main {
    font-size: 70px;
    font-weight: 600;
}

.error-sub {
    font-size: 20px;
}

/* Responsive for 404 Page */
@media (max-width: 991px) {
    .error-wrap {
        margin-top: 140px;
    }
}

@media (max-width: 576px) {
    .error-wrap {
        margin-top: 117px;
        padding: 50px;
    }
}

@media (max-width: 400px) {
    .error-wrap {
        padding: 40px;
    }

    .error-main {
        font-size: 60px;
        font-weight: 600;
    }

    .error-sub {
        font-size: 18px;
    }
}

/*======================================
=               Header                 =
======================================*/

.header {
    position: relative;
    background: white;
    color: white;
    z-index: 9999999999;
}

/* Top Bar */
.review-tag {
    padding: 4px 8px;
    background: var(--secondary);
    margin: 0 7px;
    border-radius: 5px;
}

.header .main-header {
    background: var(--secondary);
}

.header .main-header .top-bar {
    position: relative;
    background: var(--tertiary);
    color: #fff;
    overflow: hidden;
}

.main-header .top-bar ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.main-header .top-bar ul li {
    position: relative;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .top-bar ul li a {
    color: #fff;
    transition: all 0.5s ease;
    font-weight: 700;
}

.main-header .top-bar ul li a i {
    color: var(--primary);
    font-size: 18px;
    vertical-align: middle;
    transition: all 0.5s ease;
    top: -2.5px;
    margin-left: 0;
    margin-right: 5px;
}

.main-header .top-bar ul li a i.hub {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}

.main-header .top-bar ul.right-ul {
    float: right;
}

.main-header .top-bar ul.right-ul li a i {
    margin-left: 0;
    margin-right: 5px;
}

.main-header .top-bar .checkatrade-icon {
    max-height: 20px;
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}

/* Stuck Header */
.header.mid .main-header {
    position: fixed;
    left: 0;
    top: -250px;
    width: 100%;
    transition: all 0.8s ease;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
}

.header.stuck .main-header {
    top: 0;
}

.header.mid .header-banner {
    margin-bottom: 177.5px;
}

.header.mid .main-header .logo {
    transition: all 0.5s ease;
}

.header .main-header .side-modal .logo {
    position: relative;
    height: auto;
    width: 320px;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-height: unset;
}

/* Side Modal */
.main-header .side-modal {
    position: fixed;
    right: -480px;
    height: 100vh;
    background: var(--secondary);
    padding: 40px 50px;
    top: 0;
    z-index: 1;
    max-width: 350px;
    text-align: left;
    color: var(--sidemenutext);
    transition: all 1s ease;
    overflow-y: scroll;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
    width: 100%;
}

.main-header .side-modal .modal-logo {
    width: fit-content;
    position: relative;
    margin-bottom: 40px;
}

.main-header .side-modal .modal-logo img {
    max-width: 300px;
    max-height: 120px;
}

.main-header .side-modal a {
    transition: all 0.3s ease;
    color: var(--sidemenutext);
}

.main-header .side-modal a:hover {
    text-decoration: underline !important;
    color: var(--sidemenutext) !important;
}

.main-header .side-modal ul li a {
    transition: all 0.3s ease;
    color: var(--sidemenutext);
}

.main-header .side-modal ul li a:hover {
    text-decoration: none;
    color: var(--primary);
}

/* Frosted Background */
.main-header .frosted {
    position: fixed;
    right: 0;
    height: 100vh;
    top: 0;
    width: 0;
    background: var(--secondary);
    opacity: 0;
    transition-delay: 0.5s;
    transition: all 1s ease;
    display: none;
}

/* Active States */
.main-header .big-menu.active .side-modal {
    right: 0;
}

.main-header .big-menu.active .frosted {
    width: 100%;
    opacity: 0.8;
    display: none;
}

.main-header .modal-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.main-header .modal-sub {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-header .bottom-header {
    display: inline-flex;
    height: 100%;
}

.main-header .logo-hold {
    height: 100%;
    width: 100%;
    padding: 0;
}

.header .logo {
    position: relative;
    height: auto;
    width: fit-content;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header .logo a {
    display: block;
    height: 100%;
    width: fit-content;
}

.header .logo img {
    height: 110px;
    width: auto;
    object-fit: contain;
    object-position: left;
    padding: 10px 0;
}

/*======================================
=              Navigation              =
======================================*/

.header .menu {
    position: relative;
    width: 100%;
    padding: 0 20px;
    height: 100%;
}

.header .menu ul {
    display: flex;
    justify-content: right;
    display: -webkit-box;
    -webkit-box-pack: end;
    -webkit-box-align: end;
    position: relative;
    margin: 0;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .menu ul li {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 700;
}

.header .menu ul li a {
    color: var(--headertext);
    transition: all 0.5s ease;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.header .menu ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -44px;
    width: 0;
    height: 4px;
    background: var(--primary);
    transition: all 0.5s ease;
    z-index: 1;
    opacity: 1;
    display: none;
}

.header .menu ul li a:hover::before {
    width: 100%;
}

.header ul li i {
    position: relative;
    top: -2px;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 6px;
    color: var(--primary);
}

/* Dropdown Menu */
.header ul li ul.dropdown {
    transition: all 0.5s ease;
    display: block !important;
    line-height: 45px;
    font-size: 15px;
    top: unset;
    transform: unset;
    list-style: disclosure-closed;
}

.header ul li {
    position: relative;
}

.header ul li .dropdown-wrap {
    position: absolute !important;
    left: -50px;
    top: 61px;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 0;
    padding: 17px 25px;
    height: auto;
    visibility: hidden;
    background: var(--secondary);
    color: white;
    border-top: 3px solid var(--primary);
    z-index: 2;
    transform: translateY(0);
    width: unset;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.header ul li:hover .dropdown-wrap {
    opacity: 1;
    visibility: visible;
}

.header ul li .dropdown-wrap p {
    margin-bottom: 0;
}

.header ul li .dropdown-wrap .heading {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 35px;
}

.header .menu ul li .dropdown-wrap a {
    font-size: unset;
    font-weight: unset;
}

.header .menu ul li .dropdown-wrap a:hover {
    color: var(--primary);
}

.header .menu ul li .dropdown-wrap a::before {
    display: none;
}

.header ul li .dropdown-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background: transparent;
    z-index: 1;
}

.header ul li ul.dropdown li {
    float: none;
    width: 100%;
    display: list-item;
    margin-left: 15px;
}

.header ul li ul.dropdown li::marker {
    color: #fff;
}

.header ul li ul.dropdown li a {
    color: #fff;
    white-space: nowrap;
}

.header ul li ul.dropdown li a:hover {
    color: var(--primary);
}

.header ul li ul.dropdown li a::before {
    display: none;
}

/*======================================
=              Big Menu                =
======================================*/

.big-menu {
    position: relative;
    height: 100%;
    text-align: center;
    cursor: pointer;
    width: 120px;
    min-width: 112px;
}

.big-menu.active {
    cursor: default;
}

.big-menu i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 32px;
    color: var(--primary);
}

.big-menu .side-modal i {
    position: relative;
    display: block;
    font-size: 42px;
    color: var(--primary);
    top: unset;
    transform: unset;
}

.close-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    width: fit-content;
    cursor: pointer;
}

.close-btn .heading {
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.logo-icon {
    height: 135px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative;
    width: 135px;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    border-radius: 50%;
    border: 10px solid white;
}

/*======================================
=            Animations                =
======================================*/

@keyframes SlideRightOne {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.SlideRightOne {
    animation-name: SlideRightOne;
}

.slick-active .slide-content1 {
    animation-name: SlideRightOne;
    animation-duration: 0.8s;
    opacity: 1;
}

@keyframes SlideRightTwo {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.SlideRightTwo {
    animation-name: SlideRightTwo;
}

.slick-active .slide-content2 {
    animation-name: SlideRightTwo;
    animation-duration: 1.2s;
    opacity: 1;
}

@keyframes SlideRightThree {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.SlideRightThree {
    animation-name: SlideRightThree;
}

.slick-active .slide-content3 {
    animation-name: SlideRightThree;
    animation-duration: 1.6s;
    opacity: 1;
}

/*======================================
=              Burger Menu             =
======================================*/

.menu-burger {
    position: relative;
    height: 100%;
}

.ham-hold {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    user-select: none;
    position: relative;
    top: 5px;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: var(--primary);
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

/*======================================
=                Home                  =
======================================*/

.hero {
    position: relative;
    background: var(--secondary);
}

.hero-image {
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-image::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.8;
}

.hero-image iframe {
    border: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    overflow: hidden;
}

.hero.sub-page .hero-image {
    height: 220px;
    background-position: center;
}

.hero.sub-page::before {
    display: none;
}

.hero.sub-page .inner-content .heading {
    margin: 0;
    font-weight: 700;
}

.hero-text p {
    margin-bottom: 0;
}

.hero-content {
    height: 100%;
    position: relative;
}

.hero-content p a {
    transition: all 0.3s ease;
}

.hero-content p a:hover {
    color: var(--primary);
}

.inner-content {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    left: 50%;
    color: white;
}

.hero.sub-page .hero-image .inner-content {
    top: 50%;
}

.inner-content .heading {
    font-size: 40px;
    line-height: 40px;
}

.hero-image.map-hero .inner-content {
    position: relative;
    text-align: left;
    transform: unset;
    max-width: 80%;
    color: white;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-image.map-hero .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-image.form-hero .hero-map-hold {
    padding: 35px;
    background: var(--tertiary);
    border-radius: 14px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
    color: white;
}

.hero-image.form-hero input.wpcf7-form-control.wpcf7-text {
    margin: 7px 0;
    padding: 10px 16px;
    border-radius: 0;
    background: transparent;
    font-weight: 600;
    border: 0;
    border-bottom: 2px solid var(--primary);
    color: white;
}

.hero-image.form-hero .hero-form-hold .heading {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    line-height: 30px;
}

.hero-image.form-hero .inner-content {
    text-align: center;
    max-width: 90%;
}

/* Home Blocks */
.home-blocks {
    position: relative;
    top: -80px;
    z-index: 9;
    margin-bottom: -40px;
}

.home-block {
    position: relative;
    padding: 40px;
    background: white;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.06);
}

.home-block.right {
    background: var(--secondary);
    color: white;
    z-index: 9;
}

.home-block.right::before,
.home-block.left::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.06);
}

.home-block.right::before {
    top: -30px;
    background: var(--secondary);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.home-block.right::after,
.home-block.left::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.06);
}

.home-block.right::after {
    bottom: -30px;
    background: var(--secondary);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.home-block.left::before {
    top: -30px;
    background: white;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.home-block.left::after {
    bottom: -30px;
    background: white;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

/* Block Content */
.block-heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.icon-wrap i {
    font-size: 50px;
    margin-bottom: 10px;
    color: var(--primary);
}

.block,
.info-block {
    padding: 60px 10px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.block.reduced-padding {
    padding: 40px 10px;
}

.inner-block {
    padding: 20px 80px;
    max-width: 100%;
}

.heading {
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    line-height: 38px;
}

.tag,
.notice {
    position: relative;
    font-size: 19px;
    display: inline-block;
    font-weight: 700;
}

.tag {
    border-radius: 4px;
    color: var(--primary);
}

.notice {
    font-weight: 600;
    margin-bottom: 20px;
}

.vertical-content,
.transform-hold,
.img-hold {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.list i {
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    top: -1px;
    color: var(--primary);
    margin-right: 5px;
}

.tall-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 400px;
}

.inner-block.orange {
    color: white;
    background: var(--primary);
}

.inner-block.orange .list i,
.inner-block.orange .icon-wrap i {
    color: white;
}

.inner-block.orange .tag {
    background: #f2f2f21f;
}

.logo-float {
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9;
    color: white;
    box-shadow: 0 9px 19px rgba(0, 0, 0, 0.2);
}

.logo-float i {
    font-size: 100px;
}

.info-block .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
}

.sub-heading {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
}

.heading.small {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.wpcf7-submit.btn,
.btn {
    background: transparent;
    color: var(--secondary);
    font-size: 18px;
    border: 0;
    transition: all .7s ease;
    font-weight: 800;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
}

.wpcf7-submit.btn {
    background: var(--primary);
}

.block.gridlight .btn {
    color: var(--secondary) !important;
}

.btn:hover {
    color: var(--secondary);
}

.btn::before {
    content: "";
    position: absolute;
    background: #64AE40;
    opacity: 1;
    width: 100%;
    height: 100px;
    transition: all 1s ease;
    z-index: -1;
}

.btn::after {
    content: "";
    position: absolute;
    background: #70bf4a;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    z-index: -2;
}

.btn.dark,
.btn.darkened::before,
.banner.image-bg.default a.btn.dark:hover {
    color: #fff !important;
}

.btn.dark::before {
    background: #181818;
}

.btn.darkened::before,
.btn.darkened::after {
    background: #00000012;
}

.btn.white, .btn.white:hover {
    color: var(--primary) !important;
}

.btn.white::before {
    background: #fff;
}

.btn.white::after {
    background: #fff;
}

.btn.facebook::before {
    background: #1a6edb;
}

.btn.facebook::after {
    background: #1877F2;
}

.btn.instagram::before {
    background: #bd2267;
}

.btn.instagram::after {
    background: #d62976;
}

.btn i {
    position: absolute;
    right: 35px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.7s ease;
}

.btn:hover i {
    right: 20px;
    opacity: 1;
}

.more {
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    position: relative;
    left: 20px;
    transition: all 0.5s ease;
}

.more::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.more:hover {
    color: var(--secondary);
    text-decoration: none;
}

.more:hover::before {
    background: var(--secondary);
}

.transition {
    height: 100%;
}

.logo-img {
    width: 240px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

/* Banner */
.banner {
    position: relative;
    padding: 60px;
}

.banner.image-bg {
    background-position: center;
    background-size: cover;
}

.banner.image-bg.default::before,
.banner.image-bg.dark::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.95;
}

.banner.image-bg.dark::before {
    background: var(--secondary);
    opacity: 0.8;
}

.banner.image-bg .container {
    position: relative;
    z-index: 1;
}

.banner-content-wrap {
    max-width: 700px;
    text-align: left;
    position: relative;
    padding: 50px;
}

.banner-content-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    opacity: 0.9;
}

.banner-content-wrap span {
    position: relative;
    z-index: 1;
}

.style2_banner {
    padding: 40px 80px;
}

.style2_banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
}

.banner-content-wrap .btn {
    animation: wobble-pause 6s infinite;
    animation-delay: 2s;
}

.banner .heading {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.banner .heading.small {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.side-image {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
}

.map iframe {
    width: 100% !important;
    margin-bottom: -8px;
    border-bottom: 12px solid var(--primary) !important;
}

.graphic {
    position: relative;
    height: 160px;
    background-size: contain;
    background-position: center;
    width: 160px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.graphic.lg {
    height: 160px;
    width: 300px;
}

.graphic.sml {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

ul.bullet-points {
    margin-bottom: 30px;
}

.point {
    font-size: 18px;
    position: relative;
}

.point i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.info-block::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: var(--primary);
    transition: all 0.4s ease;
}

.info-block:hover::before {
    bottom: 0px;
}

.info-block i {
    font-size: 60px;
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: var(--primary);
    opacity: 0.7;
}

.image {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

/*======================================
=            Panel Hold                =
======================================*/

.panel-hold {
    display: flex;
}

.panel {
    position: relative;
    height: 600px;
    padding: 50px;
    background-size: cover;
    background-position: center;
    flex: 1;
    transition: all 0.5s ease;
    overflow: hidden;
}

.panel.dark::before,
.panel.primary::before,
.panel.secondary::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
}

.panel.primary::before {
    background: var(--primary);
}

.panel.secondary::before {
    background: var(--secondary);
}

.panel:hover {
    flex: 1.2;
}

.panel-content {
    position: absolute;
    width: 80%;
    bottom: 60px;
    transition: all 0.5s ease;
}

.panel .heading {
    color: white;
}

.panel-content p {
    width: 450px;
    margin-bottom: 30px;
}

/*======================================
=           Service Block              =
======================================*/

.service-block {
    position: relative;
    text-align: center;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    margin: 15px 0;
}

.service-block .heading {
    font-size: 26px;
    line-height: 28px;
}

.service-block .heading strong {
    font-size: 28px;
}

.service-block p {
    margin-bottom: 20px;
}

/*======================================
=             Video Float              =
======================================*/

.video-float {
    position: relative;
    z-index: 2;
    top: 48%;
    transform: translateY(-50%);
    margin: 25px;
    border-bottom: 12px solid #70bf4a;
}

/*======================================
=              Slick Dots              =
======================================*/

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    width: fit-content;
    left: 50%;
    transform: translate(-50%);
    background: transparent;
    padding: 8px 20px 12px 20px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    left: 58%;
    position: relative;
    transform: translate(-50%);
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button::before {
    opacity: 0.4;
    color: #fff;
}

.slick-dots li.slick-active button::before {
    opacity: 0.9;
    color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*======================================
=            Slick Arrows              =
======================================*/

.slick-next::before,
.slick-prev::before {
    display: none;
}

.slick-arrow.slick-prev {
    left: 35px;
    z-index: 9;
}

.slick-arrow.slick-next {
    right: 35px;
    z-index: 9;
}

.slick-arrow {
    position: absolute;
    color: var(--primary);
    font-size: 50px;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next,
.slick-prev {
    width: 52px;
    height: 52px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: var(--primary);
}

/*======================================
=                Forms                 =
======================================*/

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    margin: 10px 0;
    padding: 13px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background: transparent;
    transition: all 0.5s ease;
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-text:hover,
textarea.wpcf7-form-control.wpcf7-textarea:hover {
    outline: 0;
}

input.wpcf7-form-control.wpcf7-text:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
    margin-bottom: 20px;
}

.wpcf7-form .btn {
    float: right;
}

/*======================================
=              Gallery                 =
======================================*/

.gallery-block,
.front-image {
    position: relative;
    margin-bottom: 30px;
}

.gallery-image {
    height: 300px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    border: 3px solid white;
}

.gallery-image.no-border {
    border: 0;
    box-shadow: unset;
}

.zoom-cover {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background: var(--secondary);
    border-radius: 3px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.4);
}

.zoom-cover i {
    color: white;
}

.front-image:hover .zoom-cover {
    opacity: 1;
    transform: scale(1);
}

/*======================================
=             Sitemap                  =
======================================*/

.sitemap-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.sitemap-container .column {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}

.sitemap-container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block .sitemap-container ul {
    list-style: none !important;
    padding: 0;
    margin: 0 0 20px;
}

.sitemap-container li {
    margin-bottom: 10px;
}

.block .sitemap-container ul li::marker {
    display: none !important;
}

.block .sitemap-container a, .block .sitemap-container a:hover {
    text-decoration: none !important;
    font-weight: unset;
}

.block .sitemap-container a:not([class]):hover {
    color: unset !important;
}

.link-title {
    font-size: 16px;
    font-weight: 600;
}

.link-desc {
    font-size: 13px;
    opacity: .7;
    max-width: 95%;
}

@media (max-width: 768px) {
    .sitemap-container .column {
        flex: 1 1 100%;
    }
}

/*======================================
=               Blog                   =
======================================*/

.blog-wrap {
    margin: 10px;
}

.blog-wrap .btn {
    padding: 12px 18px;
    font-size: 15px;
}

.blog-image {
    max-height: 185px;
    width: calc(100% - 20px);
    object-fit: cover;
    object-position: center;
    margin: 0 10px;
    margin-top: 10px;
    border-bottom: 5px solid var(--primary);
}

.blog-content {
    padding: 20px 10px;
}

.blog-wrap .heading {
    font-size: 22px;
    line-height: 26px;
    min-height: 80px;
}

.blog-content .sub-heading {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.5;
}

.blog-pagination {
    width: fit-content;
    float: right;
    margin: 10px;
}

.blog-pagination .page-numbers {
    padding: 5px;
    background: #eceff3;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin: 0 2px;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.blog-pagination .page-numbers:hover {
    background: var(--secondary);
    color: var(--primary);
}

.pages-link {
    padding: 5px 12px;
    font-size: 18px;
    background: #f2f2f259;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.pages-link:hover {
    background: #f2f2f2d1;
}

.pages-link i {
    color: var(--primary);
}

/*======================================
=        General Links & Lists         =
======================================*/

.block a,
.banner a,
.info-block a,
.footer p a,
.side-modal p a,
.hero-content p a {
    color: unset;
    text-decoration: underline;
    text-decoration-color: var(--primary);
    font-weight: 700;
    transition: all 0.2s ease;
}

.block a:not([class]):hover,
.banner a:not([class]):hover,
.info-block a:not([class]):hover,
.footer p a:not([class]):hover,
.side-modal p a:not([class]):hover {
    color: var(--primary) !important;
}

.banner.image-bg.default a:not([class]):hover {
    color: var(--secondary) !important;
}

.banner.image-bg.default a {
    text-decoration-color: #fff;
}

.banner.image-bg.default a:hover {
    text-decoration-color: var(--secondary);
}

.block ul,
.banner ul,
.info-block ul {
    list-style-position: inside !important;
    list-style: disclosure-closed;
    padding-left: 0 !important;
}

.block ul li::marker,
.banner ul li::marker,
.info-block ul li::marker,
.footer ul li::marker {
    color: var(--primary) !important;
}

/*======================================
=      Other Reviews Slider           =
======================================*/

.other-logo {
    max-width: 320px;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}

.other-rating {
    font-weight: 800;
    padding: 4px 14px;
    font-size: 20px;
    color: rgb(0, 88, 162);
    background: rgb(208, 227, 255);
    border-radius: 4px;
    width: fit-content;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 10px;
    line-height: 24px;
}

.heading.other-heading {
    font-size: 28px;
    margin-bottom: 19px;
    line-height: 30px;
}

.review-total.other-reviews {
    color: #eb1f40;
    text-decoration: none !important;
}

/*======================================
=              Footer                  =
======================================*/

.footer-map iframe {
    margin-bottom: -8px;
}

.footer-map p {
    margin-bottom: 0;
}

.footer-banner {
    position: relative;
    text-align: center;
    padding: 40px;
    padding-bottom: 80px;
    background: var(--secondary);
    z-index: 1;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.footer-banner .footer-logo {
    max-width: 250px;
    max-height: 100px;
    margin-bottom: 10px;
}

.footer {
    padding: 75px 40px 60px 40px;
    padding-top: 40px !important;
    font-size: 15px;
    color: #fff;
    background: var(--secondary);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.footer-heading {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    line-height: 30px;
    color: white;
}

.footer iframe {
    border-bottom: 5px solid var(--primary) !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18) !important;
    margin-bottom: 10px;
}

.footer-list-column li {
    line-height: 20px;
    margin-bottom: 20px;
}

.footer .contact-li {
    line-height: 28px;
    margin-bottom: 20px;
}

.footer-text {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    max-width: 80%;
    margin-top: 26px;
    display: block;
}

.footer ul {
    list-style-position: inside !important;
    padding-left: 0 !important;
    list-style: disc !important;
    margin-left: 15px;
}

.footer ul i {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    color: var(--primary);
}

.footer ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: white;
}

.footer ul li a:hover {
    text-decoration: none;
    color: var(--primary);
}

.footer-bottom {
    position: relative;
    background: var(--secondary);
    filter: brightness(0.9);
}

.footer-bottom ul li a {
    color: white;
}

.policy-banner {
    position: relative;
    background: var(--secondary);
    text-align: center;
}

ul.policies {
    display: inline-flex;
    position: relative;
    margin: 0;
    padding: 15px;
    filter: brightness(1);
    list-style: none;
}

ul.policies li {
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 600;
}

ul.policies li a {
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

ul.policies li a:hover {
    color: var(--primary);
}

/*Policy Page*/

.minimal-hero-wrap.policy-hero {
    background: var(--secondary);
}
.minimal-hero-wrap.policy-hero::before {
    display: none;
}
.last-updated {
    padding: 10px 20px;
}
.last-updated span {
    font-size: 12px;
    margin: 0 4px;
}
.policy-wrapper {
    padding: 0 30px 20px;
}
.section {
    margin: 50px 0;
    position: relative;
}

/*Landing Page*/

.lead-gen-hero {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px 0 20px;
    color: white;
}
.lead-gen-hero::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.lead-gen-hero.default::before {
    background: var(--secondary);
}
.lead-gen-hero.dark::before {
    background: var(--secondary);
}
.lead-gen-hero-content {
    padding-right: 40px;
}
.lead-gen-hero .lead-gen-hero-content a {
    color: var(--primary);
    text-decoration: none !important;
}
.lead-gen-form-wrapper {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 25px;
    background: #ffffff;
    color: #212529;
}
.lead-gen-form-wrapper p {
    margin-bottom: 0;
}
.lead-gen-form-wrapper label {
    color: black;
    font-weight: 600;
    margin-bottom: 0;
}
.lead-gen-banner {
    background-color: var(--secondary);
    color: white;
    padding: 20px 0;
}
.check-icon {
    color: var(--primary);
    margin-right: 10px;
}
.lead-gen-hero-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
} 
.lead-gen-hero-content ul li {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0;
}
.lead-gen-hero-content .btn {
    font-size: 23px;
    padding: 15px 30px;
}
.lead-gen-hero-content .heading {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 43px;
    max-width: 80%;
}
.lead-gen-hero-content p {
    font-size: 17px;
    font-weight: 400;
}
.lead-gen-map iframe {
    margin-bottom: -8px;
}
.lead-gen-map p {
    margin-bottom: 0;
}
.hero-review-banner {
    padding: 30px 20px 20px 20px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #212529;
}
.google-reviews-hero-banner {
    display: flex;
    align-items: center;
}
.hero-review-banner .banner-google-logo {
    max-width: 50px;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-right: 5px;
    margin-left: -10px;
}
.google-reviews-hero-heading {
    margin: 0 15px 0 0;
    font-size: 25px;
}

/*======================================
=            Responsive Styles         =
======================================*/

/* Max Width: 1200px */
@media (max-width: 1200px) {
    .header ul li ul.dropdown {
        columns: 2 !important;
    }

    .panel-hold {
        display: block;
    }

    .panel {
        position: relative;
        height: 100%;
        padding: 40px;
        width: 100%;
    }

    .panel-content {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .panel-content p {
        width: 100%;
    }

    .main-header .top-bar ul.right-ul li a span {
        display: none !important;
    }

    .header .main-header .top-bar,
    .main-header .top-bar ul li a span.hub {
        font-size: 11px;
    }

    .main-header .top-bar ul li a span {
        font-size: 15px;
    }

    .header .menu ul li a {
        font-size: 15px;
    }

    .header .logo {
        max-width: 275px;
        width: 100%;
        padding: 0 10px;
    }

    .big-menu {
        width: 100%;
        min-width: unset;
    }

    .main-header .container {
        padding: 0;
    }
}

/* Max Width: 991px */
@media (max-width: 991px) {
    body.active,
    body.lock-scroll,
    html.lock-scroll {
        overflow: hidden;
    }

    .big-menu .side-modal ul li i {
        position: relative;
        display: inline;
        font-size: 10px;
        color: var(--primary);
        transform: unset;
        margin-left: 0;
        margin-right: 2px;
        top: -2px;
    }

    .big-menu .side-modal p {
        font-size: unset !important;
    }

    .big-menu .side-modal ul li a:hover {
        text-decoration: none;
    }

/*    .main-men.main-header,
    .header.mid .main-header,
    .header.stuck .main-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        transition: all 0.8s ease;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.18);
    }*/

    .header .main-men {
        padding: 0;
    }

    .top-bar {
        display: none;
    }

    .header .logo {
        width: 230px;
        padding: 0;
    }

    .header .menu {
        position: relative;
        top: 0;
        transform: none;
    }

    .header .menu ul li {
        width: 100%;
        text-align: center;
    }

    .main-header .side-modal {
        padding: 30px 30px 110px 30px;
    }

    .main-header .side-modal .modal-logo {
        margin-bottom: 30px;
    }

    .main-header .side-modal .modal-logo img {
        max-width: 200px;
        max-height: 100px;
    }

    .header ul {
        display: block;
    }

    .header ul li {
        display: inline-block;
        padding: 5px 0;
        position: relative;
        transition: all 0.5s ease;
        text-align: left;
        width: 100%;
        font-size: 17px;
    }

    .header ul li a {
        color: white;
        position: relative;
        padding: 0;
        margin: 0;
        transition: all 0.5s ease;
        font-size: 17px;
    }

    .header .menu ul li a {
        line-height: 40px;
        color: white;
    }

    .header .menu ul li a {
        font-size: 22px;
    }

    .header .menu ul li {
        display: block;
    }

    .header .menu ul {
        height: 100vh;
        width: 100vw;
        background: white;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        padding: 80px 50px;
        transform: translateY(0);
        overflow-y: scroll;
    }

    .header ul li ul.dropdown {
        position: relative !important;
        left: 0;
        top: 0;
        margin-left: 0;
        background: white;
        line-height: unset;
        padding: 10px 0 0 0;
        background: transparent;
        border-top: 0;
        width: 100%;
        overflow: unset;
        visibility: visible;
        opacity: 1;
        columns: 1 !important;
    }

    .header ul li ul.dropdown li a {
        white-space: unset;
    }

    .header .menu ul.active {
        opacity: 1;
        visibility: visible;
    }

    .header .menu ul li a,
    .header ul li ul.dropdown li a,
    .header .menu ul li a:hover,
    .header ul li ul.dropdown li a:hover {
        color: var(--sidemenutext);
    }

    .header .menu ul li a::before {
        display: none;
    }

    .hero {
        padding-left: 0;
        padding-right: 0;
        margin-top: 125px;
    }

    .hero-content {
        width: 100%;
        position: relative;
        padding: 10px;
        top: 50%;
        left: unset;
        transform: unset;
        transform: translateY(-50%);
    }

    .hero-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .hero-content .heading {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .info-block {
        border-bottom: 1px solid #eee;
    }

    .service-block {
        margin-bottom: 25px;
    }

    .side-image {
        height: 300px;
    }

    .map iframe {
        max-height: 350px;
    }

    .inner-block {
        padding: 80px 20px !important;
    }

    ul.policies {
        display: block;
    }

    ul.policies li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .btn {
        margin-bottom: 5px;
    }

    .big-menu i {
        right: 0;
    }

    .main-header .logo-hold {
        padding-left: 20px;
    }

    .lead-gen-form-wrapper {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .lead-gen-hero {
        padding-bottom: 23px;
    }
}

/* Max Width: 768px */
@media (max-width: 768px) {
    .slick-arrow.slick-next {
        right: -5px;
    }

    .slick-arrow.slick-prev {
        left: -5px;
    }

    .banner {
        padding: 50px;
    }

    p {
        font-size: 14px;
    }

    .btn {
        font-size: 16px;
    }

    .block {
        padding: 50px 20px !important;
    }

    .inner-block {
        padding: 60px 20px !important;
    }

    .video-float {
        position: relative;
        top: 0;
        transform: translateY(0);
        margin: 0;
    }

    .map iframe {
        max-height: 300px;
    }

    .footer-text {
        max-width: 100%;
        width: 100%;
    }

    .inner-content {
        max-width: 75%;
        top: 50%;
    }

    .hero-content .heading {
        font-size: 30px;
        line-height: 28px;
    }
}

/* Max Width: 576px */
@media (max-width: 576px) {
    .hero-content p {
        font-size: 14px;
    }

    .inner-content {
        max-width: 90%;
    }

    .ham-hold {
        transform: translateY(-50%) scale(0.8);
    }

    .hero {
        margin-top: 101px;
    }

    .hero-image {
        padding: 60px 10px;
    }

    .inner-block {
        padding: 20px 10px !important;
    }

    .block {
        padding: 20px 10px;
    }

    .block .container {
        padding: 0;
    }

    p {
        font-size: 14px;
    }

    .btn {
        font-size: 15px;
    }

    .block.blue .heading {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .block.blue .heading strong {
        font-size: 30px;
    }

    .heading,
    .info-block .heading {
        font-size: 24px;
    }

    .block .heading {
        line-height: 26px !important;
        margin-bottom: 12px !important;
        color: inherit !important;
    }

    .block .heading strong {
        font-size: 24px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }

    .graphic {
        height: 125px;
    }

    .graphic.sml {
        height: 85px;
    }

    .footer .col-lg-3 {
        margin-bottom: 20px;
    }

    .banner {
        padding: 30px 20px !important;
    }

    .banner .heading {
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .heading.small {
        font-size: 22px !important;
        line-height: 25px !important;
        margin-bottom: 0px !important;
    }

    .footer {
        padding: 50px 5px 20px 5px;
    }

    .side-image {
        height: 225px;
    }

    .breadcrumb {
        padding: 0;
    }

    .map iframe {
        max-height: 250px;
    }

    ul.policies {
        padding: 15px 5px;
    }

    .header .logo img {
        height: 85px;
    }

    .feedback-banner .feedback-elements {
        display: block;
    }

    .feedback-banner .feedback-heading {
        margin-right: unset;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lead-gen-hero {
        padding: 0;
    }

    .lead-gen-hero-content {
        position: relative;
        padding: 20px;
        padding-bottom: 60px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .lead-gen-hero-content::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

    .lead-gen-hero-content.default::before {
        background: var(--secondary);
    }
    .lead-gen-hero-content.dark::before {
        background: var(--secondary);
    }

    .lead-gen-hero {
        background-image: unset !important;
    }

    .lead-gen-hero::before {
        display: none;
    }

    .lead-gen-hero-content-hold {
        position: relative;
        z-index: 1;
    }

    .lead-gen-form-wrapper {
        border-radius: 0;
        margin-top: 0;
    }

    .hero-review-banner {
        position: relative;
        z-index: 2;
        padding: 0 20px;
    }

    .hero-review-banner .google-reviews-hero-banner {
        display: block;
        text-align: center;
        background: var(--grey);
        padding: 20px;
        border-radius: 5px;
    }

    .hero-review-banner .google-reviews-hero-heading {
        margin: 0;
        font-size: 22px;
    }

    .hero-review-banner .google-button {
        padding: 17px 28px;
        font-size: 17px;
    }
}

/* Max Width: 400px */
@media (max-width: 400px) {
    p {
        font-size: 14px;
    }

    .map iframe {
        max-height: 200px;
    }

    .service-block {
        padding: 20px;
    }

    .block {
        padding: 30px 20px !important;
    }
}
