﻿@media (max-width: 1024px) {
    :root {
        --h1: var(--h1-responsive);
        --h2: var(--h2-responsive);
        --h3: var(--h3-responsive);
        --h4: var(--h4-responsive);
    }
}
body {
    padding: 0px;
    margin: 0px;
    font-family: var(--font);
}
a {
    text-decoration: none;
    color: inherit;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font);
}
ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.theme {
    margin-top: 15px;
    max-width: 100%;
}
ul.theme li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: capitalize;
}
ul.theme li:before {
    content: url("data:image/svg+xml,%0A%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.7486 0.0229375C20.3466 1.88428 13.3106 7.6777 7.69661 16.8932C7.5141 17.1925 7.12408 17.2882 6.82469 17.1063L6.82157 17.1044C6.66718 17.0088 6.51593 16.9094 6.3678 16.8044C4.53771 15.5093 0.537511 13.2311 0.537511 13.2311C0.286874 13.0905 0.0281116 13.2792 0.00561051 13.5111C-0.00188985 13.5267 -0.00188981 13.5517 0.00623554 13.5849C0.0124859 13.6367 0.0312367 13.6886 0.0649884 13.7386C0.398755 14.4568 1.99008 16.6406 3.49391 18.6739C5.17649 20.9477 6.66468 22.2397 6.90407 22.4416C6.91282 22.4497 6.9222 22.4572 6.93157 22.4641C6.93595 22.4678 6.93845 22.4703 6.93845 22.4703C7.3916 22.8341 8.09163 22.7216 8.39102 22.1828C10.6768 18.0745 18.0752 5.23945 23.938 0.301076C24.0943 0.169195 23.928 -0.0745676 23.7486 0.0229375Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 26px;
}
.theme-heading {
    position: relative;
    display: inline-flex;
    width: fit-content;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .theme-heading svg {
        width: 100%;
    }
}
.theme-heading h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--heading-font);
}
.theme-heading h2.small,
.theme-heading h2 .small {
    font-family: var(--heading-font);
    font-size: var(--h2-small);
}
.theme-heading h2.large,
.theme-heading h2 .large {
    font-family: var(--heading-font);
    font-size: var(--h2-large);
}
.theme-heading h2 span {
    font-family: var(--heading-font);
}
.theme-heading.text-center {
    display: flex;
    margin: 0px auto;
    align-items: center;
}
.theme-heading-border {
    display: flex;
    justify-content: center;
    width: 100%;
}
.theme-heading-border h2.border {
    position: relative;
    text-align: center;
    margin: 40px 0;
    font-size: 36px;
}
.theme-heading-border h2.border:before,
.theme-heading-border h2.border:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/06/Rectangle-1632.png);
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.theme-heading-border h2.border:before {
    top: -20px;
}
.theme-heading-border h2.border:after {
    bottom: -20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: var(--heading-font);
    line-height: 160%;
    text-transform: capitalize;
}
h1 {
    font-size: var(--h1);
}
h2 {
    font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
}
h4 {
    font-size: var(--h4);
}
h5 {
    font-size: var(--h5);
}
h6 {
    font-size: var(--h6);
}
h1.small,
h1 .small {
    font-size: var(--h2);
}
h2.small,
h2 .small {
    font-size: var(--h2-small);
}
h2.large,
h2 .large {
    font-size: var(--h2-large);
}
strong {
    font-weight: bold;
}
p {
    font-size: var(--p);
    line-height: 160%;
    font-weight: 500;
    font-family: var(--font);
}
p.sub-heading {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-style: italic;
}
section {
    position: relative;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
@media (max-width: 1024px) {
    section {
        padding: 50px 0px;
    }
}
section.dark {
    color: var(--white);
}
section.dark p {
    color: var(--white);
}
section.light {
    color: var(--black);
}
section.light p {
    color: var(--black);
}
.btn {
    padding: 0px 20px;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    min-height: 45px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    color: #fff;
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 5px;
    background: #2269d3;
    gap: 8px;
}
.btn:hover {
    background-color: var(--secondary);
}
.btn.primary {
    background-color: var(--primary);
}
.btn.white {
    background-color: #fff;
    color: #000;
}
.btn.transparent {
    background-color: transparent;
    color: #000;
    border: 3px solid var(--secondary);
    font-weight: 700;
}
.btn.black {
    background-color: #000;
}
.btn.full {
    display: block;
    width: 100%;
}
.btn.center {
    margin: 0px auto;
    margin-top: 15px;
}
.btn.plain:before {
    display: none;
}
.btn.plain:after {
    display: none;
}
.btn1 {
    display: flex;
    position: relative;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 30px;
    width: fit-content;
    text-align: center;
    border: none;
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
    background-color: #173487;
    background-image: radial-gradient(200% 70% at center 20%, #2269d3 -30%, #2269d3 49%, #173487 50%, #173487 150%);
    background-repeat: no-repeat;
    transition: background-position-y ease-in-out 250ms;
}
.btn1.center {
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: fit-content;
    margin-top: 10px;
}
.btn1:hover {
    background-position-y: -50px;
    background-color: #173487;
}
.btn1:active {
    transform: scale(0.99);
}
footer {
    width: 100%;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 120px 0px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: relative;
}
@media (max-width: 1024px) {
    footer {
        background-size: cover;
        z-index: 0;
    }
}
footer .footer-logo-container img.logo {
    width: 100%;
}
@media (max-width: 1024px) {
    footer .footer-logo-container img.logo {
        width: 250px;
    }
}
footer .copyright {
    background: #252525;
    padding: 8px;
    margin-top: 23px;
}
footer .copyright p {
    color: var(--2-on-surface-300, #969696);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.462%;
    letter-spacing: -0.1px;
    text-align: center;
}
footer .row {
    justify-items: center;
}
footer h3 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-align: left;
}
@media (max-width: 1024px) {
    footer .footer-menu-container ul.flex-part {
        display: flex;
        gap: 0 25px;
        flex-wrap: wrap;
        margin-bottom: 22px;
    }
}
footer .footer-menu-container .menu-footer ul li {
    margin-top: 19px;
}
footer .footer-menu-container .menu-footer ul li a {
    color: #e7e7e7;
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
footer .box-part a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin-top: 22px;
}
footer .box-part a h3 {
    color: #f1f3ed;
    font-family: monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}
footer .social {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
footer .items {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    position: relative;
    padding: 28px 0;
    margin-top: -14px;
}
@media (max-width: 1024px) {
    footer .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    footer .items img {
        width: 100%;
    }
}
footer .items:before {
    content: url(/wp-content/uploads/2024/06/Rectangle-23359.png);
    position: absolute;
    top: 0;
}
footer .items:after {
    content: url(/wp-content/uploads/2024/06/Rectangle-23359.png);
    position: absolute;
    bottom: 0;
}
footer .items img {
    background: #fff;
}
footer .amination-vector {
    position: fixed;
    right: 0%;
    bottom: 0%;
    text-align: right;
    transform: translateY(76%);
    transition: 1s;
    z-index: 999;
}
@media (max-width: 1024px) {
    footer .amination-vector {
        display: none;
    }
}
footer .amination-vector:hover {
    transform: translateY(0%);
    transition: 1s;
}
footer .amination-vector img.vector {
    cursor: pointer;
    width: 200px;
}
footer .amination-vector .form-container {
    border-radius: 50px 0px 50px 50px;
    border: 1px solid #909090;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(12.5px);
    padding: 25px;
    width: 500px;
}
footer .amination-vector .form-container h2 {
    color: #f7f7f7;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}
@media (max-width: 1024px) {
    footer .amination-vector .form-container h2 {
        font-size: 25px;
    }
}
footer .amination-vector .form-container h4 {
    color: #f7f7f7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
footer .amination-vector .form-container img {
    text-align: center;
    margin: 14px auto;
    display: block;
    width: 75%;
}
footer .amination-vector .form-container input,
footer .amination-vector .form-container textarea {
    border-radius: 50px;
    border: 1px solid #808080;
    background: var(--White, #fff);
    width: 100%;
    height: 40px;
    text-align: left;
}
footer .amination-vector .form-container .gform_button.button {
    border-radius: 50px !important;
    background: var(--primary) !important;
    padding: 20px !important;
    line-height: 0 !important;
    width: 100% !important;
}
.blogs-page .inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
}
@media (max-width: 1024px) {
    .blogs-page .inner {
        grid-template-columns: 1fr;
    }
}
.not-found {
    padding: 50px 0px;
    position: relative;
}
.not-found .page-header {
    text-align: center;
    margin-bottom: 30px;
}
.not-found .page-header h1 {
    color: var(--secondary);
    font-size: 90px;
    line-height: 100%;
}
.not-found .page-header h3 {
    color: var(--primary);
    font-size: 42px;
}
.not-found .footer-menu {
    border-top: 2px solid var(--secondary);
    display: flex;
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    justify-content: space-between;
}
.not-found .footer-menu li a {
    color: #000;
    margin-right: 15px;
}
.not-found .footer-menu li a:hover {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}
.blogs-one {
    padding: 100px 0px;
}
.blogs-one .single-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 15px rgba(65, 168, 222, 0.3);
}
@media (max-width: 1024px) {
    .blogs-one .single-blog {
        grid-template-columns: 1fr;
    }
}
.blogs-one .single-blog .read-more {
    margin: 0px auto;
}
.blogs-one .single-blog:hover img {
    opacity: 0.7;
}
.blogs-one .single-blog img {
    background: var(--primary);
    width: 100%;
    display: block;
}
.blogs-one .single-blog .blog-content {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    background: #333333;
    border: 1px solid #41a8de;
    box-sizing: border-box;
    color: var(--white);
}
.blogs-one .single-blog .blog-content .theme-heading h2 {
    font-size: 18px;
    font-weight: 800;
}
.blogs-one .single-blog .blog-content .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviewssingle-one {
    background: var(--black);
}
.reviewssingle-one .review-tabs .tab-list {
    display: block;
    align-items: center;
    margin: 0px auto;
    width: fit-content;
}
.reviewssingle-one .review-tabs .tab-list .tab-link {
    color: var(--white);
    border: 2px solid var(--white);
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}
.reviewssingle-one .review-tabs .tab-list .tab-link.active {
    background-color: var(--white);
    color: var(--primary);
}
.reviewssingle-one .review-tabs .tab-content {
    border-top: 2px solid var(--white);
    margin-top: 25px;
    padding-top: 25px;
}
.reviewssingle-one .review-tabs .tab-content .single-tab-content {
    display: none;
}
.reviewssingle-one .review-tabs .tab-content .single-tab-content.active {
    display: block;
}
.single-blogs-one .inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    background: rgba(65, 168, 222, 0.05);
    box-shadow: 4px 4px 100px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
    .single-blogs-one .inner {
        grid-template-columns: 1fr;
    }
}
.single-blogs-one .inner .single-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
    padding: 50px;
}
@media (max-width: 1024px) {
    .single-blogs-one .inner .single-blog {
        grid-template-columns: 1fr;
    }
}
.single-blogs-one .inner .single-blog img {
    background: var(--primary);
}
.single-blogs-one .inner .single-blog .font-weight-bold {
    font-weight: bold !important;
}
.single-blogs-one .inner .single-blog .blog-content {
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.single-blogs-one .inner .single-blog .blog-content .content {
    line-height: 140%;
    font-weight: 600;
}
.single-blogs-one .inner .single-blog .blog-content .content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 35px;
    text-transform: uppercase;
    color: var(--primary);
}
.single-blogs-one .inner .single-blog .blog-content .content p {
    line-height: 140%;
    font-weight: 600;
}
.single-blogs-one .inner .single-blog .blog-content .content p a {
    text-decoration: underline;
}
.single-blogs-one .inner .single-blog .blog-content .content img {
    width: auto;
    height: auto;
    border: 5px solid var(--black);
    margin: 15px auto;
}
.single-blogs-one .inner .single-blog .blog-content .content a {
    color: var(--primary);
}
.single-blogs-one .inner .single-blog .blog-content .content .aligncenter {
    display: block;
    text-align: center;
}
.single-blogs-one .inner .single-blog .blogcta {
    box-shadow: 0px 10px 15px rgba(65, 168, 222, 0.3);
    margin-bottom: 50px;
}
.gallery-one {
    background-color: var(--black);
}
.gallery-one .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    align-items: stretch;
}
@media (max-width: 1024px) {
    .gallery-one .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.gallery-one .gallery-grid a {
    display: block;
    position: relative;
}
.gallery-one .gallery-grid a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.gallery-one .gallery-grid a:before {
    content: "";
    font-family: "Material Icons";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 43, 57, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 260px;
}
.gallery-one .gallery-grid a:hover:before {
    visibility: visible;
    opacity: 1;
    font-size: 60px;
}
.contact-form select {
    -webkit-appearance: none;
}
.contact-form .submit-block {
    display: flex;
    align-items: center;
}
.contact-form .submit-block .wpcf7-spinner {
    position: absolute;
}
.contact-form input.wpcf7-not-valid,
.contact-form textarea.wpcf7-not-valid {
    border: 1px solid red !important;
}
.contact-form .wpcf7-not-valid-tip {
    display: none;
}
.contact-form .wpcf7-response-output {
    display: none;
}
.breadcrumb {
    padding: 60px 0px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    color: var(--white);
}
.breadcrumb .right-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 50%;
}
.breadcrumb .right-img:before {
    content: "";
    background: #6369d1;
    width: 50%;
    height: 75%;
    left: 16px;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    transform: skewX(-16deg);
}
.breadcrumb .right-img img {
    width: 100%;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
    top: auto;
    position: relative;
    height: 100%;
}
.breadcrumb .inner {
    width: 40%;
}
.breadcrumb .theme-heading {
    color: var(--white);
}
.breadcrumb ul {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.breadcrumb ul li:not(:first-child):before {
    content: " / ";
}
.breadcrumb ul li a {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb p {
    max-width: 100%;
    color: var(--white);
}
.img-container img {
    width: 100%;
    display: block;
}
.mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 15px auto;
}
.mobile-dots li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--primary);
    font-size: 0;
    padding: 3px;
    border-radius: 100%;
    border: 0;
    background-color: #525252;
    color: #525252;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.mobile-dots li.slick-active {
    background-color: var(--secondary);
}
.mobile-dots li button {
    display: none;
}
.mobile-arrows {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    position: absolute;
    display: block;
    padding: 0;
    z-index: 2;
}
.mobile-arrows.left-arrow {
    left: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    padding: 5px;
    border-radius: 50%;
}
.mobile-arrows.left-arrow:before {
    content: "←";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
}
.mobile-arrows.right-arrow {
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    padding: 5px;
    border-radius: 50%;
}
.mobile-arrows.right-arrow:before {
    content: "→";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #fff;
}
header {
    --menu-bg: var(--black);
    --menu-item-color: var(--white);
    --menu-item-color-hover: var(--primary);
    --menu-item-icon-color: var(--white);
    --menu-item-current-bg: var(--white);
    --menu-item-current-color: var(--black);
    --menu-dropdown-bg: var(--white);
    --menu-dropdown-item-color: var(--black);
    --menu-dropdown-item-color-bg: var(--black);
    --menu-dropdown-item-color-hover: var(--primary);
    --menu-mobile-bg: var(--black);
    --menu-mobile-item-color: var(--white);
    --menu-mobile-item-color-hover: var(--primary);
    --menu-mobile-item-icon-color: var(--white);
    --menu-mobile-item-current-bg: var(--black);
    --menu-mobile-item-current-color: var(--black);
    --menu-mobile-dropdown-bg: var(--white);
    --menu-mobile-dropdown-item-color: var(--black);
    --menu-mobile-dropdown-item-color-bg: var(--black);
    --menu-mobile-dropdown-item-color-hover: var(--primary);
}
header.pc .menu-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    gap: 5px;
    width: 100%;
    background: #102452;
}
@media (max-width: 1024px) {
    header.pc .menu-container {
        display: none;
    }
}
header.pc .menu-container .menu {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    flex: 1;
    width: 100%;
}
header.pc .menu-container .menu nav {
    position: relative;
    width: 100%;
}
header.pc .menu-container .menu nav ul.main-menu {
    display: flex;
    align-items: stretch;
    transition: all 0.3s;
    justify-content: space-between;
}
header.pc .menu-container .menu nav ul.main-menu > li {
    position: relative;
    padding: 0px 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex: 1;
    text-align: center;
    justify-content: center;
}
header.pc .menu-container .menu nav ul.main-menu > li a {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    gap: 6px;
    text-align: center;
    color: #fff;
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
header.pc .menu-container .menu nav ul.main-menu > li.menu-item-has-children {
    display: flex;
    align-items: center;
}
header.pc .menu-container .menu nav ul.main-menu > li.menu-item-has-children:after {
    content: "";
    font-family: "Material Icons";
    color: var(--menu-item-icon-color);
    font-size: 20px;
    display: flex;
    align-items: center;
}
header.pc .menu-container .menu nav ul.main-menu > li.current-menu-item:before {
    transform: scale(1);
}
header.pc .menu-container .menu nav ul.main-menu > li:hover:before,
header.pc .menu-container .menu nav ul.main-menu > li:focus-within:before,
header.pc .menu-container .menu nav ul.main-menu > li.active:before {
    transform: scale(1);
}
header.pc .menu-container .menu nav ul.main-menu > li:hover.menu-item-has-children:after,
header.pc .menu-container .menu nav ul.main-menu > li:focus-within.menu-item-has-children:after,
header.pc .menu-container .menu nav ul.main-menu > li.active.menu-item-has-children:after {
    color: var(--menu-item-color-hover);
}
header.pc .menu-container .menu nav ul.main-menu > li:hover > ul,
header.pc .menu-container .menu nav ul.main-menu > li:focus-within > ul,
header.pc .menu-container .menu nav ul.main-menu > li.active > ul {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}
header.pc .menu-container .menu nav ul.main-menu > li:hover > ul ul,
header.pc .menu-container .menu nav ul.main-menu > li:focus-within > ul ul,
header.pc .menu-container .menu nav ul.main-menu > li.active > ul ul {
    visibility: visible;
    opacity: 1;
}
header.pc .menu-container .menu nav ul.main-menu > li > ul {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    bottom: -30px;
    transform: translateY(100%);
    transition: top 0.3s ease-in-out;
    background-color: var(--menu-dropdown-bg);
    width: fit-content;
    min-width: 200px;
    left: 0px;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    text-align: left;
    gap: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -10px 0px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}
header.pc .menu-container .menu nav ul.main-menu > li > ul > li > a {
    padding-left: 5px;
    padding: 15px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--primary);
    width: 100%;
    color: var(--menu-dropdown-item-color);
}
header.pc .menu-container .menu nav ul.main-menu > li > ul > li > a:hover {
    color: var(--menu-item-color-hover);
}
header.pc .menu-container .menu nav ul.main-menu > li > ul > li a[href="#"] {
    display: none;
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul {
    visibility: hidden;
    opacity: 0;
    position: relative;
    flex-direction: column;
    top: 0px;
    padding-left: 0px;
    width: max-content;
    min-width: 200px;
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li {
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li a {
    padding: 0px;
    color: var(--menu-dropdown-item-color);
    display: block;
    text-align: left;
    display: flex;
    align-items: center;
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li a:before {
    content: "";
    font-family: "Material Icons";
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li:hover,
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li:focus-within,
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li.active {
    transition: all 0.3s;
    background-color: var(--primary);
}
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li:hover > a,
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li:focus-within > a,
header.pc .menu-container .menu nav ul.main-menu > li > ul ul > li.active > a {
    color: var(--white);
}
header.mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    background: var(--secondary);
    color: #000;
    width: 100%;
}
@media (max-width: 1024px) {
    header.mobile {
        display: block;
        position: sticky;
        top: 0;
        z-index: 9;
    }
}
header.mobile.active {
    display: flex;
}
header.mobile .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: var(--black);
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
}
header.mobile .sidenav.active {
    transform: translateX(0%);
    padding-bottom: 200px;
}
header.mobile .sidenav .social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
header.mobile .sidenav .social-links ul {
    display: flex;
    gap: 10px;
}
header.mobile .sidenav .social-links ul li img {
    width: 50px;
}
header.mobile .header-top .btns-blocks {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: relative;
    top: 0;
    border-right: 1px solid #4d4d4d;
}
header.mobile .header-top .btns-blocks a {
    flex: 1;
}
header.mobile .header-top .btns-blocks .call-btn {
    cursor: pointer;
    background: #14161b;
    padding: 10px;
    color: var(--white);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
header.mobile .header-top .btns-blocks .roofinspection {
    background: #14161b;
    display: flex;
    width: 100%;
    text-align: center;
    color: var(--white);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
    padding: 10px 4px;
    font-size: 17px;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    border-right: 1px solid #fff;
    justify-content: center;
}
header.mobile .btn-blocks {
    display: flex;
    align-items: stretch;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
header.mobile .btn-blocks a {
    flex: 1;
}
header.mobile .btn-blocks .call-btn {
    cursor: pointer;
    background: var(--primary);
    padding: 10px;
    color: var(--white);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
header.mobile .btn-blocks .roofinspection {
    background: var(--primary);
    display: flex;
    width: 100%;
    text-align: center;
    color: var(--white);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
    padding: 10px 4px;
    font-size: 17px;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    border-right: 1px solid #4d4d4d;
    justify-content: center;
}
header.mobile .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
    flex-direction: column;
    width: 100%;
}
header.mobile .nav-header .mainheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 17px 0 0;
}
header.mobile .nav-header .open-menu {
    cursor: pointer;
    background: var(--primary);
    border-radius: 10%;
    padding: 10px;
    color: var(--white);
    font-weight: 500;
}
header.mobile .nav-header .closebtn {
    position: relative;
    top: 0;
    right: 0px;
    font-size: 60px;
    margin-left: 0px;
}
header.mobile .header-middle {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
header.mobile .header-middle .left .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
header.mobile .header-middle .middle .img-container {
    width: 145px;
}
header.mobile .header-middle .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
header.mobile .header-middle .right .hamburger {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    position: relative;
    border-radius: 5px;
    border: 1px solid #17191c;
    background: #2269d3;
    padding: 9px 2px;
    color: #fff;
}
header.mobile .header-middle .right .hamburger .checkbox {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
header.mobile .header-middle .right .line {
    transition: 0.5s;
    stroke-width: 6px;
    stroke: #fff;
}
header.mobile .header-middle .right .lineTop {
    stroke-dasharray: 40 40;
    stroke-dashoffset: 25;
}
header.mobile .header-middle .right .lineBottom {
    stroke-dasharray: 40 40;
    stroke-dashoffset: 60;
}
header.mobile .header-middle .right .lineMid {
    stroke-dasharray: 40 40;
}
header.mobile .header-middle .right .hamburger .checkbox:checked + svg .line {
    stroke: #fff;
}
header.mobile .header-middle .right .hamburger .checkbox:checked + svg .lineTop {
    stroke-dashoffset: 0;
    transform-origin: left;
    transform: rotateZ(45deg) translate(-7px, -5px);
}
header.mobile .header-middle .right .hamburger .checkbox:checked + svg .lineMid {
    stroke-dashoffset: 40;
}
header.mobile .header-middle .right .hamburger .checkbox:checked + svg .lineBottom {
    stroke-dashoffset: 0;
    transform-origin: left;
    transform: rotateZ(-45deg) translate(-5px, 5px);
}
header.mobile .header-middle .left,
header.mobile .header-middle .middle,
header.mobile .header-middle .right {
    flex: 1;
}
header.mobile img {
    width: 120px;
    filter: drop-shadow(6px 0px 24px rgba(0, 0, 0, 0.25));
}
header.mobile .mobile-nav {
    transition: all 0.3s;
    margin: 0px 15px;
    margin-top: 15px;
}
header.mobile .mobile-nav li {
    margin-bottom: 5px;
}
header.mobile .mobile-nav li img {
    width: 24px;
}
header.mobile .mobile-nav li a {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    text-decoration: none;
    font-size: 16px;
    color: var(--menu-mobile-item-color);
    transition: 0.3s;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
}
header.mobile .mobile-nav li a[href="#"] {
    display: none;
}
header.mobile .mobile-nav li.current-menu-item > a {
    background: var(--primary) !important;
    color: var(--white);
}
header.mobile .mobile-nav li.current-menu-item .next {
    background-color: var(--menu-mobile-item-current-bg) !important;
    color: var(--menu-mobile-item-color) !important;
}
header.mobile .mobile-nav li.menu-item-has-children {
    position: relative;
    display: block;
    align-items: center;
    justify-content: space-between;
}
header.mobile .mobile-nav li.menu-item-has-children > a {
    background: none;
}
header.mobile .mobile-nav li.menu-item-has-children .next {
    background-color: var(--secondary);
    height: 30px;
    width: 30px;
    color: var(--white);
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    right: 15px;
    top: 5px;
}
header.mobile .mobile-nav li.menu-item-has-children .next:after {
    content: "";
    font-family: "Material Icons";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu {
    transition: all 0.3s;
    top: 0px;
    left: 15px;
    position: relative;
    visibility: hidden;
    width: 100%;
    max-height: 0;
    opacity: 0;
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu.active {
    visibility: visible;
    max-height: 100%;
    opacity: 1;
    margin-top: 2px;
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu.active > li > a {
    background: none;
    color: var(--menu-mobile-item-color);
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu.active ul {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    left: 20px;
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu li.go-back {
    position: relative;
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu li.go-back a {
    color: var(--menu-mobile-item-color);
    font-size: 16px;
}
header.mobile .mobile-nav li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0px;
}
header.pc {
    position: relative;
    width: 100%;
    z-index: 999;
    top: 0;
    margin: 0px auto;
    position: sticky;
    background-size: 100% 100%;
}
header.pc.active .top-bar {
    display: none;
}
@media (max-width: 1024px) {
    header.pc {
        display: none;
    }
}
header.pc .top-bar {
    background-color: #121b28;
    padding: 10px;
    color: #fff;
}
header.pc .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.pc .top-bar p {
    color: var(--White, #fff);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
header.pc .top-bar img {
    width: 340px;
}
header.pc .top-bar .left {
    display: flex;
    align-items: center;
    gap: 15px;
}
header.pc .top-bar .left .icon {
    color: #fff !important;
    background-color: red !important;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    animation: oscillate-rotation 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 1;
    text-rendering: optimizeLegibility;
}
header.pc .top-bar .left .icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid red;
    opacity: 0.5;
    animation: ring-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
header.pc .top-bar .left .icon:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(255, 0, 0, 0.562);
    border-radius: 50%;
    border: none;
    animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0deg);
        opacity: 0;
    }
    30% {
        transform: rotate(0) scale(1.5) skew(0deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1.7) skew(0deg);
        opacity: 0.1;
    }
}
@keyframes ring-circle-fill-anim {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1.4) skew(0deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(1.1) skew(0deg);
        opacity: 0.2;
    }
}
@keyframes oscillate-rotation {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(0deg);
    }
}
header.pc .top-bar .left p.heading {
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}
header.pc .header-inner {
    display: grid;
    background-color: #e9e9e9;
    grid-template-columns: 200px auto;
    align-items: end;
    align-content: center;
}
header.pc .header-inner .logo-container {
    height: 100%;
    z-index: 9;
    position: relative;
}
header.pc .header-inner .logo-container img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(6px 0px 24px rgba(0, 0, 0, 0.25));
}
header.pc .header-inner .main-heading p {
    color: #050505;
    font-family: var(--heading-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
header.pc .header-inner .right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
    flex-shrink: 0;
    color: #262222;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-left: -20px;
}
header.pc .header-inner .right .bottom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    padding-right: 25px;
}
header.pc .header-inner .right .bottom .left {
    display: flex;
    align-items: center;
    gap: 15px;
}
header.pc .header-inner .right .bottom .left .icon {
    color: #fff !important;
    background-color: red !important;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    animation: oscillate-rotation 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    font-family: "Material Icons";
    font-size: 35px;
    line-height: 1;
    text-rendering: optimizeLegibility;
}
header.pc .header-inner .right .bottom .left .icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid red;
    opacity: 0.5;
    animation: ring-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
header.pc .header-inner .right .bottom .left .icon:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background-color: rgba(255, 0, 0, 0.562);
    border-radius: 50%;
    border: none;
    animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    transform-origin: 50% 50%;
}
@keyframes ring-circle-anim {
    0% {
        transform: rotate(0) scale(1.1) skew(0deg);
        opacity: 0;
    }
    30% {
        transform: rotate(0) scale(1.5) skew(0deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1.7) skew(0deg);
        opacity: 0.1;
    }
}
@keyframes ring-circle-fill-anim {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1.4) skew(0deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0) scale(1.1) skew(0deg);
        opacity: 0.2;
    }
}
@keyframes oscillate-rotation {
    0% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(0deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(0deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(0deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(0deg);
    }
}
header.pc .header-inner .right .bottom .left p.heading {
    margin-right: 15px;
    font-size: 21px;
    font-weight: 600;
}
header.pc .header-inner .right .bottom .mid {
    display: flex;
    align-items: center;
    gap: 20px;
}
header.pc .header-inner .right .bottom .mid h5 {
    font-size: 20px;
    font-weight: 800;
}
header.pc .header-inner .right .bottom .mid .btn {
    font-family: var(--font);
    width: 150px;
    text-align: center;
    display: flex;
    font-size: 18px;
    align-items: center;
    padding: 0px 5px;
    justify-content: center;
}
header.pc .header-inner .right .bottom .mid .btn.transparent {
    width: 240px;
}
header.pc .header-inner .right .bottom .right .schedule {
    background-size: 100% 100%;
    padding: 11px 29px;
    font-family: var(--font);
    margin-left: 30px;
    width: fit-content;
    display: flex;
    gap: 6px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1150px;
    }
}
.text-primary {
    color: var(--primary);
}
.text-secondary {
    color: var(--secondary);
}
.text-tertiary {
    color: var(--tertiary);
}
.text-black {
    color: var(--black);
}
.text-white {
    color: var(--white) !important;
}
.position-relative {
    position: relative;
}
.bg-primary {
    background-color: var(--primary);
    padding: 0px 5px;
    color: var(--white);
}
.bg-secondary {
    background-color: var(--secondary);
    padding: 0px 5px;
}
.bg-white {
    background-color: var(--white);
}
.bg-black {
    background-color: var(--black);
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.w-100 {
    width: 100%;
}
.align-items-center {
    align-items: center !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.gap-0 {
    gap: 0px !important;
}
.row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 50px;
    align-items: center;
}
.row .row {
    grid-gap: 15px;
}
@media (max-width: 1024px) {
    .row {
        grid-gap: 15px;
    }
}
.col-md-1 {
    grid-column: span 1;
}
@media (max-width: 1024px) {
    .col-1 {
        grid-column: span 1;
    }
}
.col-md-2 {
    grid-column: span 2;
}
@media (max-width: 1024px) {
    .col-2 {
        grid-column: span 2;
    }
}
.col-md-3 {
    grid-column: span 3;
}
@media (max-width: 1024px) {
    .col-3 {
        grid-column: span 3;
    }
}
.col-md-4 {
    grid-column: span 4;
}
@media (max-width: 1024px) {
    .col-4 {
        grid-column: span 4;
    }
}
.col-md-5 {
    grid-column: span 5;
}
@media (max-width: 1024px) {
    .col-5 {
        grid-column: span 5;
    }
}
.col-md-6 {
    grid-column: span 6;
}
@media (max-width: 1024px) {
    .col-6 {
        grid-column: span 6;
    }
}
.col-md-7 {
    grid-column: span 7;
}
@media (max-width: 1024px) {
    .col-7 {
        grid-column: span 7;
    }
}
.col-md-8 {
    grid-column: span 8;
}
@media (max-width: 1024px) {
    .col-8 {
        grid-column: span 8;
    }
}
.col-md-9 {
    grid-column: span 9;
}
@media (max-width: 1024px) {
    .col-9 {
        grid-column: span 9;
    }
}
.col-md-10 {
    grid-column: span 10;
}
@media (max-width: 1024px) {
    .col-10 {
        grid-column: span 10;
    }
}
.col-md-11 {
    grid-column: span 11;
}
@media (max-width: 1024px) {
    .col-11 {
        grid-column: span 11;
    }
}
.col-md-12 {
    grid-column: span 12;
}
@media (max-width: 1024px) {
    .col-12 {
        grid-column: span 12;
    }
}
.m-1 {
    margin: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.ml-1 {
    margin-left: 1rem;
}
.mr-1 {
    margin-right: 1rem;
}
.p-1 {
    margin: 1rem;
}
.pt-1 {
    margin-top: 1rem;
}
.pb-1 {
    margin-bottom: 1rem;
}
.pl-1 {
    margin-left: 1rem;
}
.pr-1 {
    margin-right: 1rem;
}
.m-2 {
    margin: 2rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.ml-2 {
    margin-left: 2rem;
}
.mr-2 {
    margin-right: 2rem;
}
.p-2 {
    margin: 2rem;
}
.pt-2 {
    margin-top: 2rem;
}
.pb-2 {
    margin-bottom: 2rem;
}
.pl-2 {
    margin-left: 2rem;
}
.pr-2 {
    margin-right: 2rem;
}
.m-3 {
    margin: 3rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.ml-3 {
    margin-left: 3rem;
}
.mr-3 {
    margin-right: 3rem;
}
.p-3 {
    margin: 3rem;
}
.pt-3 {
    margin-top: 3rem;
}
.pb-3 {
    margin-bottom: 3rem;
}
.pl-3 {
    margin-left: 3rem;
}
.pr-3 {
    margin-right: 3rem;
}
.m-4 {
    margin: 4rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.ml-4 {
    margin-left: 4rem;
}
.mr-4 {
    margin-right: 4rem;
}
.p-4 {
    margin: 4rem;
}
.pt-4 {
    margin-top: 4rem;
}
.pb-4 {
    margin-bottom: 4rem;
}
.pl-4 {
    margin-left: 4rem;
}
.pr-4 {
    margin-right: 4rem;
}
.m-5 {
    margin: 5rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.ml-5 {
    margin-left: 5rem;
}
.mr-5 {
    margin-right: 5rem;
}
.p-5 {
    margin: 5rem;
}
.pt-5 {
    margin-top: 5rem;
}
.pb-5 {
    margin-bottom: 5rem;
}
.pl-5 {
    margin-left: 5rem;
}
.pr-5 {
    margin-right: 5rem;
}
@media (min-width: 1024px) {
    .order-md-1 {
        order: 1;
    }
}
@media (max-width: 1024px) {
    .order-1 {
        order: 1;
    }
}
@media (min-width: 1024px) {
    .order-md-2 {
        order: 2;
    }
}
@media (max-width: 1024px) {
    .order-2 {
        order: 2;
    }
}
@media (min-width: 1024px) {
    .order-md-3 {
        order: 3;
    }
}
@media (max-width: 1024px) {
    .order-3 {
        order: 3;
    }
}
@media (min-width: 1024px) {
    .order-md-4 {
        order: 4;
    }
}
@media (max-width: 1024px) {
    .order-4 {
        order: 4;
    }
}
@media (min-width: 1024px) {
    .order-md-5 {
        order: 5;
    }
}
@media (max-width: 1024px) {
    .order-5 {
        order: 5;
    }
}
@media (min-width: 1024px) {
    .order-md-6 {
        order: 6;
    }
}
@media (max-width: 1024px) {
    .order-6 {
        order: 6;
    }
}
@media (min-width: 1024px) {
    .order-md-7 {
        order: 7;
    }
}
@media (max-width: 1024px) {
    .order-7 {
        order: 7;
    }
}
@media (min-width: 1024px) {
    .order-md-8 {
        order: 8;
    }
}
@media (max-width: 1024px) {
    .order-8 {
        order: 8;
    }
}
@media (min-width: 1024px) {
    .order-md-9 {
        order: 9;
    }
}
@media (max-width: 1024px) {
    .order-9 {
        order: 9;
    }
}
@media (min-width: 1024px) {
    .order-md-10 {
        order: 10;
    }
}
@media (max-width: 1024px) {
    .order-10 {
        order: 10;
    }
}
@media (min-width: 1024px) {
    .order-md-11 {
        order: 11;
    }
}
@media (max-width: 1024px) {
    .order-11 {
        order: 11;
    }
}
@media (min-width: 1024px) {
    .order-md-12 {
        order: 12;
    }
}
@media (max-width: 1024px) {
    .order-12 {
        order: 12;
    }
}
section.hero {
    display: block;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    section.hero {
        background-image: url(https://coxtransfer.wpenginepowered.com/louisville/wp-content/uploads/sites/8/2025/06/preview.jpg) !important;
    }
}
@media (max-width: 1024px) {
    section.hero {
        text-align: center;
        overflow: hidden;
        background-image: url();
    }
}
section.hero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2269d336;
    z-index: -1;
    top: 0;
    left: 0;
}
section.hero video {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    z-index: -2;
    left: 0;
}
@media (max-width: 1024px) {
    section.hero video {
        display: none;
    }
}
section.hero h3 {
    color: var(--White, #fff);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    section.hero h3 {
        font-size: 22px;
        line-height: 140%;
    }
}
section.hero .theme-heading h1 {
    color: var(--White, #fff);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 15px 0;
}
@media (max-width: 1024px) {
    section.hero .theme-heading h1 {
        font-size: 44px;
    }
}
@media (max-width: 1024px) {
    section.hero .theme-heading img {
        width: 100%;
    }
}
section.hero .content {
    color: #fff;
    font-family: var(--heading-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
section.hero .flex {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-items: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    section.hero .flex {
        grid-template-columns: 100%;
    }
}
section.hero .flex .content ul li {
    position: relative;
    color: var(--White, #fff);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}
section.hero .flex .content ul li:before {
    content: url("data:image/svg+xml,%0A%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_445_1195' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='23'%3E%3Cpath d='M0 0H23.9999V22.6811H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_445_1195)'%3E%3Cpath d='M23.7486 0.0229375C20.3466 1.88428 13.3106 7.6777 7.69661 16.8932C7.5141 17.1925 7.12408 17.2882 6.82469 17.1063L6.82157 17.1044C6.66718 17.0088 6.51593 16.9094 6.3678 16.8044C4.53771 15.5093 0.537511 13.2311 0.537511 13.2311C0.286874 13.0905 0.0281116 13.2792 0.00561051 13.5111C-0.00188985 13.5267 -0.00188981 13.5517 0.00623554 13.5849C0.0124859 13.6367 0.0312367 13.6886 0.0649884 13.7386C0.398755 14.4568 1.99008 16.6406 3.49391 18.6739C5.17649 20.9477 6.66468 22.2397 6.90407 22.4416C6.91282 22.4497 6.9222 22.4572 6.93157 22.4641C6.93595 22.4678 6.93845 22.4703 6.93845 22.4703C7.3916 22.8341 8.09163 22.7216 8.39102 22.1828C10.6768 18.0745 18.0752 5.23945 23.938 0.301076C24.0943 0.169195 23.928 -0.0745676 23.7486 0.0229375Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    left: -30px;
    position: absolute;
    top: 7px;
}
section.hero .flex img {
    width: 100%;
}
@media (max-width: 1024px) {
    section.hero .flex img {
        width: 250px;
    }
}
section.hero .form-container {
    border-radius: 50px 0px 50px 50px;
    border: 1px solid #909090;
    background: rgba(255, 255, 255, 0.28);
    padding: 25px;
}
section.hero .form-container h2 {
    color: #f7f7f7;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}
@media (max-width: 1024px) {
    section.hero .form-container h2 {
        font-size: 21px;
    }
}
section.hero .form-container h4 {
    color: #f7f7f7;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-family: var(--font);
}
@media (max-width: 1024px) {
    section.hero .form-container h4 {
        font-size: 14px;
    }
}
section.hero .form-container img {
    text-align: center;
    margin: 14px auto;
    display: block;
    width: 75%;
}
section.hero .form-container input,
section.hero .form-container textarea {
    border-radius: 50px;
    border: 1px solid #808080;
    background: var(--White, #fff);
    width: 100%;
    height: 40px;
}
section.hero .form-container .gform_button.button {
    border-radius: 50px !important;
    background: var(--primary) !important;
    padding: 20px !important;
    line-height: 0 !important;
    width: 100% !important;
}
.page-id-143 .partners {
    margin-top: -42px;
    margin-bottom: -43px;
}
.partners {
    background-size: 100% 100%;
    z-index: 2;
    display: block;
}
@media (max-width: 1024px) {
    .partners .theme-heading {
        width: 100%;
        align-items: center;
    }
}
.partners .theme-heading h2 {
    font-size: 32px;
}
.partners .images img {
    filter: drop-shadow(4px 4px 24px rgba(0, 0, 0, 0.05));
    margin: 20px;
}
.partners .tes-box {
    padding-left: 145px;
}
@media (max-width: 1024px) {
    .partners .tes-box {
        padding-left: 10px;
    }
    .partners .tes-box h2 {
        font-size: 27px;
    }
    .partners .tes-box img {
        width: 300px;
        margin: 0 auto;
        display: block;
    }
}
.partners .tes-box svg.slick-current {
    border-radius: 24px 0px 24px 24px;
    fill: #2269d3;
}
.partners .tes-box svg.slick-current path {
    fill: #fff;
}
.partners .tes-box svg.slick-current g:nth-child(3) path {
    fill: revert-layer;
}
.logos-inner-slider {
    background-image: url(/wp-content/uploads/2024/06/Frame-1000011585.png);
    background-size: 100% 100%;
}
@media (max-width: 1024px) {
    .logos-inner-slider {
        margin-top: -34px;
    }
}
.logos-inner-slider img {
    margin: 25px;
}
.about {
    display: block;
    padding-top: 100px;
}
@media (max-width: 1024px) {
    .about {
        background-image: url(/wp-content/uploads/2024/08/Group-1000009603-1.jpg);
        background-size: cover;
    }
}
.about video.bg {
    position: absolute;
    top: 0;
    object-fit: cover;
    height: 100%;
    z-index: -2;
    left: 0;
}
@media (max-width: 1024px) {
    .about video.bg {
        display: none;
    }
}
.about .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    background: #0000009c;
}
@media (max-width: 1024px) {
    .about {
        padding-bottom: 85px;
    }
}
.about #jsi-hex-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}
.about .row {
    margin-top: 70px;
}
.about .row .col-md-5 {
    position: relative;
}
@media (max-width: 1024px) {
    .about .theme-heading h2 {
        font-size: 32px;
    }
    .about .theme-heading h3 {
        font-size: 17px;
    }
}
.about .content p {
    color: #ededed;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
@media (max-width: 1024px) {
    .about .content p {
        font-size: 17px;
        font-weight: 500;
    }
}
.about .theme-heading {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.about .theme-heading img {
    width: 200px;
}
.about .images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: -100px;
}
@media (max-width: 1024px) {
    .about .images {
        margin-bottom: -15px;
    }
}
.about .images img {
    width: 100%;
}
.about .counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
}
.about .counter h3 {
    color: #fafafa;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.6px;
}
.about .counter h3:after {
    content: "+";
    color: var(--white);
}
.about .counter p {
    color: #ebebeb;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.about .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .about .inner {
        flex-wrap: wrap;
        gap: 20px;
    }
}
.about .inner .owner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.about .inner .owner img {
    width: 70px;
}
.about .inner .owner h3 {
    color: var(--White, #fff);
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.about .videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.about .videos video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 3px solid #e3e3e3;
}
.about img.car-image {
    position: absolute;
    width: 410px;
    bottom: -80px;
}
@media (max-width: 1024px) {
    .about img.car-image {
        width: 339px;
        margin-bottom: -16px;
    }
}
.process {
    padding: 100px 0;
    background-size: 100% 100%;
    z-index: 2;
    margin-bottom: -82px;
    padding-bottom: 130px;
}
@media (max-width: 1024px) {
    .process {
        background-size: cover;
        background-position: center;
        padding-bottom: 95px;
    }
}
.process .theme-heading {
    align-items: center;
}
.process .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .process .items {
        grid-template-columns: 1fr;
    }
}
.process .items .card {
    position: relative;
    padding: 2.5rem;
    background: var(--secondary);
    color: #fff;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(3) {
        padding: 7.5rem 2.5rem 74px 2.5rem !important;
    }
    .process .items .card:nth-child(4) {
        padding: 7.5rem 2.5rem 74px 2.5rem !important;
    }
}
.process .items .card:nth-child(odd) {
    padding-right: 280px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(odd) {
        padding-right: 0;
        padding: 2.5rem 2.5rem 126px 2.5rem;
    }
}
.process .items .card:nth-child(even) {
    padding-left: 280px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(even) {
        padding-left: 0;
        padding: 2.5rem 2.5rem 126px 2.5rem;
    }
}
.process .items .card .item {
    z-index: 1;
    position: relative;
}
.process .items .card .item h3 {
    color: var(--White, #fff);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.process .items .card::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: 0;
    background-color: #3a3a3a;
}
.process .items .card:hover {
    box-shadow: 0.063rem 0.063rem 1.25rem 0.375rem rgba(0, 0, 0, 0.53);
}
.process .items .card:nth-child(1)::before {
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.process .items .card:nth-child(2)::before {
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.process .items .card:nth-child(3)::before {
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.process .items .card:nth-child(4)::before {
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
.process .items .card p {
    transition: 0.8s;
}
.process .items .card:hover::before {
    clip-path: circle(110vw at 100% 100%);
}
.process .items .card:hover p {
    color: #fff;
}
.process .items .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    width: 245px;
}
.process .items .circle lord-icon {
    width: 100px;
    height: 100%;
    display: grid;
    justify-items: center;
}
.process .items .card:nth-child(1) .circle {
    background: #3a3a3a;
    bottom: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%);
}
.process .items .card:nth-child(1) .circle lord-icon {
    margin-left: 66px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(1) .circle lord-icon {
        margin-left: 110px;
        margin-top: 96px;
    }
}
.process .items .card:nth-child(2) .circle {
    background: #3a3a3a;
    bottom: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%);
}
.process .items .card:nth-child(2) .circle lord-icon {
    width: 154px;
    margin-left: -62px;
    margin-top: 33px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(2) .circle lord-icon {
        margin-left: -101px;
        top: 64px;
    }
}
.process .items .card:nth-child(3) .circle {
    background: #3a3a3a;
    top: 0;
    right: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%);
}
.process .items .card:nth-child(3) .circle lord-icon {
    margin-left: 50px;
    margin-top: -46px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(3) .circle lord-icon {
        margin-left: 98px;
        top: -46px;
    }
}
.process .items .card:nth-child(4) .circle {
    background: #3a3a3a;
    top: 0;
    left: 0;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%);
}
.process .items .card:nth-child(4) .circle lord-icon {
    margin-top: -40px;
}
@media (max-width: 1024px) {
    .process .items .card:nth-child(4) .circle lord-icon {
        margin-left: -54px;
        top: -85px;
    }
}
.services {
    overflow: hidden;
    padding-bottom: 150px;
}
.services .services-slider {
    margin-top: 60px;
    height: 450px;
}
@media (max-width: 1024px) {
    .services .services-slider {
        height: 225px;
        margin-top: 130px;
    }
}
.services .service {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
    border-radius: 25px 0px 25px 25px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background-size: cover;
    border-radius: 0;
}
.services .service:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (max-width: 1024px) {
    .services .service {
        width: 170px;
        height: 250px;
        left: 100%;
        opacity: 0;
    }
}
.services .service:nth-child(1),
.services .service:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
}
.services .service:nth-child(1):before,
.services .service:nth-child(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(63deg, #00000040 -0.63%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0;
}
.services .service:nth-child(3) {
    left: 50%;
}
@media (max-width: 1024px) {
    .services .service:nth-child(3) {
        left: 57%;
    }
}
.services .service:nth-child(4) {
    left: calc(50% + 220px);
}
.services .service:nth-child(5) {
    left: calc(50% + 440px);
}
.services .service:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
}
.services .content {
    width: 636px;
    position: absolute;
    top: 40%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    position: relative;
}
@media (max-width: 1024px) {
    .services .content {
        width: 90%;
    }
}
.services .content:before {
    content: "";
    width: 106px;
    position: absolute;
    top: -8px;
    height: 3px;
    background: #fff;
    z-index: 11;
}
@media (max-width: 1024px) {
    .services .content {
        position: absolute;
        top: 26%;
        left: 1rem;
        transform: translateY(-50%);
        font: 400 0.85rem;
        color: white;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
        opacity: 0;
    }
}
.services .content h3 {
    color: var(--White, #fff);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    font-family: var(--font);
}
.services .content .title {
    color: var(--White, #fff);
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin: 10px 0;
}
@media (max-width: 1024px) {
    .services .content .title {
        font-size: 18px;
    }
}
.services .content .description {
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 15px;
}
.services .content a {
    cursor: pointer;
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.services .service:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}
@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}
.services .nav {
    position: absolute;
    bottom: 8rem;
    left: 54%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
    display: flex;
}
@media (max-width: 1024px) {
    .services .nav {
        bottom: 6rem;
        left: 68%;
    }
}
.services .nav .prev,
.services .nav .next {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    width: 43px;
    transform: rotate(180deg);
    height: 43px;
}
.services .nav .prev:hover,
.services .nav .next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
@media (width>650px) and (width < 900px) {
    .services .content .title {
        font-size: 23px;
    }
    .services .content .description {
        font-size: 16px;
    }
    .services .content button {
        font-size: 16px;
    }
    .services .service {
        width: 160px;
        height: 270px;
    }
    .services .service:nth-child(3) {
        left: 50%;
    }
    .services .service:nth-child(4) {
        left: calc(50% + 170px);
    }
    .services .service:nth-child(5) {
        left: calc(50% + 340px);
    }
    .services .service:nth-child(6) {
        left: calc(50% + 510px);
        opacity: 0;
    }
}
@media (width>650px) and (width < 900px) and (max-width: 1024px) {
    .services .service:nth-child(3) {
        left: 60%;
    }
}
@media (width < 650px) {
    .services .content .title {
        font-size: 23px;
    }
    .services .content .description {
        font-size: 16px;
    }
    .services .content button {
        font-size: 16px;
    }
    .services .items {
        width: 130px;
        height: 220px;
    }
    .services .items:nth-child(3) {
        left: 50%;
    }
    .services .items:nth-child(4) {
        left: calc(50% + 140px);
    }
    .services .items:nth-child(5) {
        left: calc(50% + 280px);
    }
    .services .items:nth-child(6) {
        left: calc(50% + 420px);
        opacity: 0;
    }
}
@media (width < 650px) and (max-width: 1024px) {
    .services .items:nth-child(3) {
        left: 60%;
    }
}
.residential_services {
    background-size: 100% 100%;
    margin-top: -70px;
    z-index: 1;
    padding-top: 100px;
}
@media (max-width: 1024px) {
    .residential_services {
        display: block;
        background-size: cover;
        background-position: center;
    }
}
.residential_services .theme-heading h2 {
    color: #090909;
    text-align: center;
    font-size: 61.34px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    text-transform: uppercase;
    padding: 15px 0;
}
.residential_services .theme-heading h2 span {
    color: #090909;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .residential_services .theme-heading h2 span {
        font-size: 27px;
    }
}
@media (max-width: 1024px) {
    .residential_services .theme-heading h2 {
        font-size: 40px;
        line-height: 80%;
    }
}
.residential_services .items {
    margin-top: 20px;
}
.residential_services .items .item {
    text-align: center;
    margin: 0px 20px;
    margin-top: 20px;
}
.residential_services .items .item h3 {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.99%;
    text-transform: uppercase;
    margin: 25px 0 20px;
}
.residential_services .items .item h3:before {
    content: "";
    position: absolute;
    width: 47.332px;
    height: 3px;
    background-color: #000;
    top: -4px;
}
.residential_services .items .item p {
    color: #383838;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}
.residential_services .items .item a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
}
.residential_services .items .item a:hover {
    text-decoration: underline;
}
.residential_services .items ul.slick-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    margin-top: 29px;
}
.residential_services .items ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: #ececec;
    border-radius: 100%;
}
.residential_services .items ul.slick-dots li.slick-active {
    background: var(--primary);
}
.residential_services .items ul.slick-dots li button {
    display: none;
}
.exteriors {
    display: block;
}
.exteriors .sub-heading h3 {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}
.exteriors .theme-heading h2 {
    color: #1c2130;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 129.667%;
}
@media (max-width: 1024px) {
    .exteriors .theme-heading h2 {
        font-size: 36px;
    }
}
.exteriors .content p {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 1024px) {
    .exteriors .content p {
        font-size: 20px;
    }
}
.exteriors .flex-part {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .exteriors .flex-part {
        grid-template-columns: 1fr;
    }
}
.exteriors .wrapper {
    border: 1px solid #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.exteriors .image-cube {
    width: 400px;
    height: 400px;
    transform-style: preserve-3d;
    position: relative;
    transition: 2s;
    left: 5%;
    top: 30px;
}
@media (max-width: 1024px) {
    .exteriors .image-cube {
        width: 300px;
        height: 300px;
    }
}
.exteriors .image-cube div {
    height: 400px;
    width: 400px;
    position: absolute;
}
@media (max-width: 1024px) {
    .exteriors .image-cube div {
        width: 300px;
        height: 300px;
    }
}
.exteriors .swiper-slide h3 {
    border-radius: 0px 0px 5px 5px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(12.5px);
    color: var(--White, #fff);
    padding: 10px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    position: absolute;
    bottom: 59px;
    width: 100%;
}
.exteriors img {
    width: 100%;
    transform: translateZ(0);
}
.exteriors .swiper-slide:nth-child(1) {
    transform: rotateY(0deg) translateZ(150px);
}
.exteriors .swiper-slide:nth-child(2) {
    transform: rotateY(90deg) translateZ(150px);
}
.exteriors .swiper-slide:nth-child(3) {
    transform: rotateY(180deg) translateZ(150px);
}
.exteriors .swiper-slide:nth-child(4) {
    transform: rotateY(270deg) translateZ(150px);
}
.materials {
    padding: 0;
}
.materials .banner_accodian_sec {
    width: 100%;
}
.materials ul.section-content {
    display: flex;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
    color: #fff;
}
@media (max-width: 1024px) {
    .materials ul.section-content {
        width: 100%;
        overflow: auto;
        flex-direction: column;
        height: 100%;
    }
}
.materials li.section-items {
    display: flex;
    flex-direction: row-reverse;
    width: max-content;
    height: 90vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.materials li.section-items.active {
    background-size: 100% 100%;
    width: 100%;
}
@media (max-width: 1024px) {
    .materials li.section-items.active {
        height: 40vh;
    }
}
.materials li.section-items.active .section-title {
    opacity: 0;
    display: none;
}
@media (max-width: 1024px) {
    .materials li.section-items {
        flex-direction: column;
        width: 100%;
        height: max-content;
        overflow: visible;
    }
}
.materials li.section-items .section-title {
    height: 60vh;
    display: flex;
    border-right: 2px solid #fff;
    overflow: hidden;
    padding: 0px 40px 80px;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .materials li.section-items .section-title {
        width: 100%;
        height: 10vh;
        gap: 40px;
        border-right: 0;
        border-top: 2px solid #3657b8;
        padding: 40px;
        flex-direction: row-reverse;
        justify-content: left;
    }
}
.materials li.section-items .section-title:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(23, 52, 135, 0.65) 0%, rgba(23, 52, 135, 0.65) 100%);
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    .materials li.section-items .section-title:before {
        left: 0;
    }
}
.materials li.section-items .section-title img {
    z-index: 1;
}
@media (max-width: 1024px) {
    .materials li.section-items .section-title img {
        z-index: 1;
        width: 70px;
        min-height: 50px;
        height: 50px;
    }
}
.materials li.section-items .section-title h4 {
    line-height: 40px;
    transform: rotate(-90deg);
    padding: 0 0px 0px 40px;
}
@media (max-width: 1024px) {
    .materials li.section-items .section-title h4 {
        transform: rotate(0deg);
        padding: 0px;
    }
}
.materials li.section-items .section-content {
    width: 0;
    height: 0;
    transform: scale(0, 1);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .materials li.section-items .section-content {
        transform: scale(1, 0);
    }
}
.materials li.section-items.active .section-content {
    width: 100%;
    height: 60vh;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
    position: relative;
}
.materials li.section-items.active .section-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000004f;
}
@media (max-width: 1024px) {
    .materials li.section-items.active .section-content {
        bottom: 0;
        width: 100%;
        overflow: auto;
    }
}
.materials li.section-items.active .section-content .postion-sec {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
@media (max-width: 1024px) {
    .materials li.section-items.active .section-content .postion-sec {
        top: 45%;
        width: 90%;
    }
}
.materials li.section-items.active .section-content h4 {
    color: var(--White, #fff);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 12px;
}
@media (max-width: 1024px) {
    .materials li.section-items.active .section-content h4 {
        font-size: 27px;
    }
}
.materials li.section-items.active .section-content a {
    color: var(--White, #fff);
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-transform: uppercase;
}
.materials .section-content img {
    width: 708px;
    min-height: max-content;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .materials .section-content img {
        width: 100%;
        min-height: 400px;
        height: 400px;
    }
}
.materials .section-content p {
    padding: 40px;
    white-space: pre-wrap;
}
@media (max-width: 1024px) {
    .materials .section-content p {
        padding: 0;
    }
}
.materials .section-content a.yellowbox_btn {
    margin: 0px 40px 40px;
    transition: all 0.5s ease-in-out;
}
.materials li.section-items.active .section-title svg g path,
.materials li.section-items:hover .section-title svg g path {
    fill: #fff;
}
.emergency {
    padding: 0;
    background-image: url(/wp-content/uploads/2024/08/Screenshot-2024-08-20-184236.png);
}
@media (max-width: 1024px) {
    .emergency {
        padding: 50px 0;
    }
}
.emergency video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    height: 93.1%;
    z-index: -2;
    left: 0;
}
@media (max-width: 1024px) {
    .emergency video {
        display: none;
    }
}
.emergency .bg {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 93%;
    z-index: -1;
    transform: translateY(10px);
}
@media (max-width: 1024px) {
    .emergency .bg {
        height: 100%;
    }
}
.emergency .theme-heading h2 {
    color: var(--White, #fff);
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 115%;
    letter-spacing: 2.607px;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .emergency .theme-heading h2 {
        font-size: 26px;
        line-height: 140%;
    }
}
.emergency .theme-heading h2 span {
    color: var(--White, #fff);
    font-size: 79px;
    font-style: normal;
    background: #e60000;
    border-radius: 10px;
    padding: 0px 10px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .emergency .theme-heading h2 span {
        font-size: 42px;
    }
}
.emergency .flex-part {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
@media (max-width: 1024px) {
    .emergency .flex-part {
        flex-wrap: wrap;
    }
}
.emergency .flex-part h3 {
    border-bottom: 5px solid #004eff;
}
.emergency .left {
    background-color: #173487;
    text-align: center;
    padding: 25px 10px;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 5px;
    position: relative;
}
.emergency .left:before {
    content: url("data:image/svg+xml,%0A%3Csvg width='424' height='15' viewBox='0 0 424 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 0L0 15H18H406H424L406 0H18Z' fill='%231A2442'/%3E%3C/svg%3E%0A");
    position: absolute;
    z-index: -1;
}
@media (max-width: 1024px) {
    .emergency .left:before {
        display: none;
    }
}
.emergency .left:after {
    content: url("data:image/svg+xml,%0A%3Csvg width='424' height='15' viewBox='0 0 424 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 15L0 0H18H406H424L406 15H18Z' fill='%231A2442'/%3E%3C/svg%3E%0A");
    position: absolute;
    z-index: -1;
    bottom: -5px;
}
@media (max-width: 1024px) {
    .emergency .left:after {
        display: none;
    }
}
.emergency .left .items {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    gap: 10px;
}
.emergency .left .items .item {
    width: 100px;
    height: 100px;
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 7px;
    border: 3px solid #2269d3;
    border-radius: 99.194px;
    background-size: 100% 100%;
}
.emergency .left .items .item h3 {
    color: var(--White, #fff);
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}
.emergency .left a {
    border-radius: 5px;
    border: 1px solid #e60000;
    background: #e60000;
    padding: 15px 15px;
}
.financing .container {
    border-radius: 25px;
    background: linear-gradient(90deg, #1a417a 0%, #2673e5 100%);
    padding: 0px 30px;
}
@media (max-width: 1024px) {
    .financing .container {
        padding: 30px 15px 0;
    }
}
.financing .image-container img {
    padding-top: 35px;
    width: 100%;
    margin-bottom: -5px;
}
@media (max-width: 1024px) {
    .financing .image-container img {
        width: 100%;
    }
}
.financing h3 {
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.financing h2 {
    color: var(--White, #fff);
    font-size: 39px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}
.financing p {
    color: var(--White, #fff);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    padding: 10px 0;
    margin: 12px 0;
}
.financing ul {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .financing ul {
        gap: 11px;
        flex-wrap: wrap;
    }
}
.financing .button {
    margin-top: 12px;
}
.testimonials {
    padding-bottom: 150px;
    background-color: #f4f8fc;
}
@media (max-width: 1024px) {
    .testimonials {
        padding-bottom: 100px;
    }
}
.testimonials .bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    clip-path: polygon(51% 17%, 100% 0%, 100% 100%, 23% 91%, 0% 100%, 0% 36%);
    background-size: cover;
    background-position: center;
}
@media (max-width: 1024px) {
    .testimonials .bg {
        height: 78%;
        clip-path: polygon(-100% 20%, 100% 0%, 100% 100%, 25% 96%, 0% 100%, 0% 34%);
        background-size: cover;
    }
}
.testimonials img.logos {
    width: 500px;
}
@media (max-width: 1024px) {
    .testimonials img.logos {
        width: 300px;
    }
}
.testimonials .sub-heading h3 {
    color: #173487;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}
.testimonials .theme-heading h2 {
    color: #1e1f1b;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 129.667%;
}
@media (max-width: 1024px) {
    .testimonials .theme-heading h2 {
        font-size: 34px;
    }
}
.testimonials .content {
    margin: 20px 0;
}
.testimonials .content p {
    color: #666265;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.708%;
}
.testimonials .items {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 1024px) {
    .testimonials .items {
        gap: 20px;
        display: grid;
        align-items: center;
    }
}
.testimonials .items .item h4 {
    color: var(--White, #fff);
    font-size: 60px;
    font-style: italic;
    font-weight: 800;
    line-height: 121.875%;
    letter-spacing: -1.6px;
}
.testimonials .items .item h4:after {
    content: "+";
    color: var(--white);
}
.testimonials .items .item p {
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.3px;
}
.contact {
    margin-top: -72px;
    z-index: 0;
    padding-top: 145px;
    padding-bottom: 125px;
    margin-bottom: -50px;
}
.contact .theme-heading h2 {
    color: #1f1919;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.4%;
}
.contact .form-container {
    background-image: url(/wp-content/uploads/2024/06/Group-1000009608.png);
    padding: 45px 35px;
    background-size: 100% 100%;
}
.contact .form-container form {
    margin-top: 20px;
}
.contact .form-container h2 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 133.4%;
    letter-spacing: 1.28px;
}
@media (max-width: 1024px) {
    .contact .form-container h2 {
        font-size: 22px;
    }
}
.contact .form-container .gform_button.button {
    border-radius: 1px !important;
    background: #0f86d7 !important;
    width: 100% !important;
    padding: 20px !important;
    font-size: 20px !important;
}
.contact .images {
    margin-top: 30px;
}
.contact .images img {
    border-radius: 5px;
    border-bottom: 5px solid #076aad;
}
.contact .images-nav {
    margin-top: 20px;
}
.contact .images-nav img {
    margin: 10px;
    border-radius: 5px;
    border-bottom: 5px solid #076aad;
}
.service-areas {
    display: block;
    padding-top: 0;
    margin-top: -24px;
    z-index: 0;
}
@media (max-width: 1024px) {
    .service-areas {
        margin-top: -9px;
    }
}
.service-areas .theme-heading {
    width: 100%;
    padding: 90px 0;
    background-size: cover;
}
@media (max-width: 1024px) {
    .service-areas .theme-heading {
        padding: 45px 0;
    }
}
.service-areas .theme-heading h2 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 53.342px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .service-areas .theme-heading h2 {
        font-size: 30.342px;
    }
}
.service-areas .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .service-areas .items {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 30px;
    }
}
.service-areas .items .item {
    position: relative;
    overflow: hidden;
}
.service-areas .items .item:before {
    content: "";
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: 1s;
}
.service-areas .items .item:hover .text-part {
    transform: translateY(0px);
    transition: 1s;
}
.service-areas .items .item:hover:before {
    opacity: 1;
    transition: 1s;
}
.service-areas .items .item img {
    border-radius: 15px;
    height: 100%;
}
.service-areas .items .item .text-part {
    position: absolute;
    bottom: 0;
    display: grid;
    justify-items: center;
    padding-bottom: 14px;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    gap: 12px;
    transform: translateY(206px);
    transition: 1s;
    z-index: 2;
}
@media (max-width: 1024px) {
    .service-areas .items .item .text-part {
        transform: translateY(82%);
    }
}
.service-areas .items .item .text-part h3 {
    border-radius: 0px 0px 15px 15px;
    background: #004eff;
    color: var(--White, #fff);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 11px;
    width: 100%;
}
.service-areas .items .item .text-part p {
    font-size: 15px;
    height: 120px;
}
@media (max-width: 1024px) {
    .service-areas .items .item .text-part p {
        font-size: 13px;
    }
}
.service-areas .items .item .text-part a {
    background: #004eff;
    border-radius: 0;
}
.service-areas-webpages {
    display: block;
    padding-top: 0;
    margin-top: -24px;
    z-index: 0;
}
@media (max-width: 1024px) {
    .service-areas-webpages {
        margin-top: -9px;
    }
}
.service-areas-webpages h2 {
    font-weight: 800;
}
@media (max-width: 1024px) {
    .service-areas-webpages h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.service-areas-webpages .theme-heading {
    width: 100%;
    padding: 90px 0;
    background-size: cover;
}
@media (max-width: 1024px) {
    .service-areas-webpages .theme-heading {
        padding: 45px 0;
    }
}
.service-areas-webpages .theme-heading h2 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 53.342px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .service-areas-webpages .theme-heading h2 {
        font-size: 30.342px;
    }
}
.service-areas-webpages .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .service-areas-webpages .items {
        gap: 10px;
        margin-top: 0;
        justify-items: start;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .service-areas-webpages .items .item {
        width: 48%;
    }
}
.service-areas-webpages .items .item h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 11px;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-bottom: 2px solid #173487;
    background: var(--White, #fff);
    box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
    .service-areas-webpages .items .item h3 {
        font-size: 16px;
    }
}
.contact-inner {
    padding-top: 80px;
}
.contact-inner .theme-heading h2 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.gform-theme--api,
.gform-theme--foundation {
    --gf-form-gap-x: 12px !important;
    --gf-form-gap-y: 12px !important;
}
.gform_title {
    display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    text-align: left;
    margin: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}
.gfield_description.instruction.validation_message {
    display: none;
}
.gfield_required.gfield_required_text {
    display: none !important;
}
#gform_confirmation_message_1 {
    color: #fff;
    text-align: center;
}
[data-animate] {
    visibility: hidden;
}
