/* Global Styles */
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

::selection {
    background: #E1251B;
    color: #fff;
}

body {
    color: #020202;
    font-size: 100%;
    font-family: "Inter", sans-serif;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0;
}

html {
    color: #111;
    font-family: "Inter", sans-serif;
}

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

.text--right {
    text-align: right;
}

img {
    max-width: 100%;
}

a:hover,
a,
a:active {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 130%;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.p-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1270px;
    padding: 0;
}
@media (max-width: 1200px) {
    .p-container {
        padding: 0 20px;
    }
}

.p-container-small {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h5 a:hover,
h4 a:hover,
h6 a:hover {
    color: #E1251B;
    margin-bottom: 0;
    --transition: 0.48s;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-inline {
    display: inline-flex;
}

.flex-inline::after,
.flex-inline::before,
.flex::after,
.flex::before {
    display: none;
}

.flex-left {
    justify-content: flex-start;
}

.flex-center {
    justify-content: center;
}

.flex-right {
    justify-content: flex-end;
}

.flex-between {
    justify-content: space-between;
}

.flex-around {
    justify-content: space-around;
}

.flex-middle {
    align-items: center;
}

.flex-bottom {
    align-items: flex-end;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.p-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 25px;
}

.three__col--grid {
    grid-template-columns: repeat(3, 1fr);
}

.seven__col--grid {
    grid-template-columns: repeat(7, 1fr);
}

.section {
    margin-top: 50px;
}

.white .news-title {
    color: #fff;
}

.news--wrap {
    flex: 2;
}

.aside {
    flex: 1;
    max-width: 300px;
    margin-left: 30px;
}

.sticky {
    position: sticky;
    top: 100px;
}

/* Global Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

.top-header {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}
.top-header .p-container .header-contact-info {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 15px;
}
.top-header .p-container .header-contact-info > li {
    list-style-type: none;
    font-size: 0.775rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #303030;
    display: inline-flex;
    align-items: center;
}
.top-header .p-container .header-contact-info > li > a {
    color: #303030;
    display: flex;
    align-items: center;
}
.top-header .p-container .header-contact-info > li > a:hover {
    color: #153CAF;
}
.top-header .p-container .header-contact-info > li > svg {
    margin-right: 5px;
    width: 18px;
    height: 19px;
}
.top-header .p-container .header-social {
    display: flex;
    gap: 8px;
    align-items: center;
}
.top-header .p-container .header-social a {
    color: #303030;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.0509803922);
    height: 28px;
    width: 28px;
    border-radius: 100%;
    justify-content: center;
}
.top-header .p-container .header-social a:hover {
    color: #153CAF;
}

.header-wrap {
    background: #fff;
    position: relative;
    z-index: 999;
}

.site-header {
    left: 0;
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
    transition: 0.3s;
    box-shadow: 3px 9px 18px rgba(0, 0, 0, 0.06);
    z-index: 9999;
}
.site-header .p-container .site-logo {
    display: inline-block;
    padding: 5px 0;
}
.site-header .p-container .site-logo img {
    width: 85px;
    padding: 2px 0;
}
.site-header .p-container .site-menu {
    display: flex;
    align-self: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 50px;
}
.site-header .p-container .site-menu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.site-header .p-container .site-menu > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.site-header .p-container .site-menu > ul > li span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0 7px;
    font-size: 11px;
    font-weight: 700;
    transition: 0.3s ease transform;
}
.site-header .p-container .site-menu > ul > li > ul {
    position: absolute;
    top: 150%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    left: 0;
    min-width: 220px;
    border-top: 3px solid #153CAF;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1294117647);
    border-radius: 0 0 3px 3px;
}
.site-header .p-container .site-menu > ul > li > ul li a {
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
    font-weight: 600;
    display: flex;
    padding: 6px 15px;
    letter-spacing: -0.4px;
    -webkit-transition: 500ms;
    color: #333;
    transition: 500ms;
    transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
}
.site-header .p-container .site-menu > ul > li > ul li:hover > a {
    color: #fff;
    background: #153CAF;
}
.site-header .p-container .site-menu > ul > li:not(:first-child) {
    margin-left: 25px;
}
.site-header .p-container .site-menu > ul > li:before {
    width: 0%;
    content: "";
    position: absolute;
    top: 0%;
    height: 3px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background: #153CAF;
}
.site-header .p-container .site-menu > ul > li > a {
    text-transform: capitalize;
    display: flex;
    font-size: 16.2px;
    height: 100%;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: flex;
    font-family: "Inter", sans-serif;
    color: #000;
    align-items: center;
}
.site-header .p-container .site-menu > ul > li:hover:before, .site-header .p-container .site-menu > ul > li.active:before {
    width: 100%;
}
.site-header .p-container .site-menu > ul > li:hover > span, .site-header .p-container .site-menu > ul > li.active > span {
    transform: rotate(180deg);
}
.site-header .p-container .site-menu > ul > li:hover > a,
.site-header .p-container .site-menu > ul > li:hover span, .site-header .p-container .site-menu > ul > li.active > a,
.site-header .p-container .site-menu > ul > li.active span {
    color: #153CAF;
}
.site-header .p-container .site-menu > ul > li:hover > ul, .site-header .p-container .site-menu > ul > li.active > ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
    transition: top 0.3s linear, opacity 0.3s linear;
}
.site-header .p-container .site-menu > ul > li:hover > ul li > a, .site-header .p-container .site-menu > ul > li.active > ul li > a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}
.site-header .p-container .site-menu > ul > li:hover > ul li:nth-child(even) > a, .site-header .p-container .site-menu > ul > li.active > ul li:nth-child(even) > a {
    transition-delay: 0.23s;
}
.site-header .p-container .site-menu > ul > li:hover > ul li:nth-child(odd) > a, .site-header .p-container .site-menu > ul > li.active > ul li:nth-child(odd) > a {
    transition-delay: 0.2s;
}
.site-header.sticky {
    position: fixed;
    width: 100%;
    transition: 0.3s;
}

.header-right {
    gap: 8px;
}
.header-right .c-btn {
    font-size: 13px;
}

.chat-button {
    display: block;
    position: relative;
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center/25px 25px no-repeat #25D366;
}

.hamburger {
    width: 28px;
    cursor: pointer;
    background: 0 0;
    margin-right: 18px;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    padding: 0;
    display: none;
}
.hamburger span {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(17, 17, 17, 0.7019607843);
    margin-bottom: 8px;
}
.hamburger span:nth-child(2n) {
    width: 60%;
}
.hamburger span:last-child {
    margin-bottom: 0;
}
.hamburger:hover span {
    width: 100%;
    background: #E1251B;
}

.mobile-navigation {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0%;
    transform: translateX(110%);
    will-change: transform;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    transition: transform 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: transform 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: transform 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: transform 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    z-index: 1000;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
}
.mobile-navigation .header-logo {
    background-color: #fff;
    padding: 11px;
    text-align: center;
}
.mobile-navigation .header-logo a img {
    width: 103px;
    border-radius: 0 0 5px 5px;
}
.mobile-navigation > .nav__inner {
    padding: 6px 0px 0px 0px;
    position: relative;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-navigation > .nav__inner > nav {
    height: calc(100vh - 55px);
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-navigation > .nav__inner > nav > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.mobile-navigation > .nav__inner > nav > div > ul > li {
    position: relative;
}
.mobile-navigation > .nav__inner > nav > div > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(18, 10, 10, 0.11);
}
.mobile-navigation > .nav__inner > nav > div > ul > li > span {
    position: absolute;
    right: -15px;
    top: 17px;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 11px;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div {
    position: fixed;
    height: 100vh;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 999;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    left: 100%;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul {
    position: relative;
    margin: 0;
    padding: 0px 0 12px 0;
    background: #fff;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li:first-child {
    padding-top: 0;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li:hover > a {
    color: #153CAF;
    transition: all 0.1s ease-in-out;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li:last-child {
    padding-bottom: 0;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > a {
    color: #000;
    padding: 12px 0px 12px 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li span {
    transition: all 0.35s ease-in-out;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > div {
    position: fixed;
    height: 100vh;
    background: #fff;
    width: 100%;
    top: 0;
    z-index: 99999;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    left: 100%;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > div > ul {
    position: relative;
    margin: 0;
    padding: 0 0 12px 0;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > div > ul > li {
    padding: 9px 18px;
    display: block;
    position: relative;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > div > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
}
.mobile-navigation > .nav__inner > nav > div > ul > li > div > ul > li > div > ul > li:hover > a {
    color: #E1251B;
}
.mobile-navigation > .nav__inner > nav > div > ul > li > a {
    color: #000;
    padding: 12px 0px 12px 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.mobile-navigation > .nav__inner > nav > div > ul > li:hover > a,
.mobile-navigation > .nav__inner > nav > div > ul > li:hover > span {
    color: #153CAF;
}
.mobile-navigation > .nav__inner > nav > div > ul > li.dropdown-mobile > .mobile-menu-wrap {
    left: 0;
}
.mobile-navigation > .nav__inner > nav > div > ul > li.dropdown-mobile > .mobile-menu-wrap ul > li.dropdown-mobile > .mobile-menu-wrap {
    left: 0;
}
.mobile-navigation > .nav__inner .mbl-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 13px;
    color: #fff;
}
.mobile-navigation > .nav__inner .mbl-sticky .c-btn {
    width: 100%;
    text-align: center;
}

.mobile-navigation .nav__inner nav div .backButton {
    padding: 16px 15px 11px 15px;
    background: none;
}
.mobile-navigation .nav__inner nav div .backButton a.backclose {
    margin-left: auto;
}

.black-overlay {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.83);
    z-index: 999;
    display: none;
}

.blur {
    filter: blur(5px);
}

body.mobile-menu-active .mobile-navigation {
    transform: translate(0);
}

.backButton {
    padding: 15px 15px 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}
.backButton a {
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
}
.backButton svg {
    width: 13px;
    height: 13px;
}

.trusted-companies {
    text-align: center;
    margin: 25px auto 25px auto;
}
.trusted-companies .p-container {
    overflow: hidden;
    max-width: 1500px;
}
.trusted-companies .logo_title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0px 0 35px 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.trusted-companies .client-marquee-list {
    padding: 20px 0 0 0;
    list-style: none;
    padding-inline: 0;
    display: flex;
    width: max-content;
    animation: scrollMarquee 30s linear infinite;
    gap: 50px;
    justify-content: center;
    margin: 0;
}
.trusted-companies .client-marquee-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}
.trusted-companies .client-marquee-list li img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    height: 95px;
    -o-object-fit: contain;
    object-fit: contain;
}
.trusted-companies .client-marquee-list li:hover img {
    opacity: 1;
    -webkit-filter: inherit;
    filter: inherit;
}

.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}
.footer-links li a {
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
}
.footer-links li a:hover {
    opacity: 0.87;
}

.footer-heading {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.site-footer {
    padding: 30px 0 0px;
    background: #153CAF;
    color: #fff;
}
.site-footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-about {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}
.footer-about img {
    width: 75px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.footer-contact p {
    margin: 0 0 15px 0;
    position: relative;
    font-size: 15px;
    padding-left: 28px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7294117647);
    line-height: 1.5;
}
.footer-contact p strong {
    font-size: 15px;
    display: block;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 6px;
}
.footer-contact p i {
    position: absolute;
    top: 3px;
    color: #fff;
    left: 0;
    font-size: 18px;
}
.footer-contact p a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.social-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.social-links a {
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    width: 35px;
    color: #153CAF;
    font-size: 16px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.32);
}
.social-links a:hover {
    background: #E1251B;
    color: #fff;
}

.last-footer {
    padding: 18px 0 18px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 18px;
    background: rgba(255, 255, 255, 0.0196078431);
}
.last-footer .social-links {
    margin-bottom: 10px;
}
.last-footer p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

#simple-chat-button--container {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 3;
}
#simple-chat-button--container #simple-chat-button--button {
    display: block;
    position: relative;
    text-decoration: none;
    width: 60px;
    height: 60px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.15);
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center/44px 44px no-repeat #25d366;
}
#simple-chat-button--container #simple-chat-button--text {
    display: block;
    position: absolute;
    width: max-content;
    background-color: #fff;
    bottom: 15px;
    right: 70px;
    border-radius: 5px;
    padding: 6px 10px 7px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.03em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.15);
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes pulse {
    30% {
        transform: scale(1.2);
    }
    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    70% {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.breadcrumb-wrap {
    padding: 15px 0 0 0;
}
.breadcrumb-wrap nav {
    white-space: normal;
    overflow-x: auto;
}
.breadcrumb-wrap nav ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: inherit;
    margin: 0;
}
.breadcrumb-wrap nav ul li {
    font-size: 13px;
    font-weight: 500;
}
.breadcrumb-wrap nav ul li a {
    color: #111;
    font-size: 13px;
}
.breadcrumb-wrap nav ul li.active > a {
    color: #153CAF;
}
.breadcrumb-wrap nav ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    margin: 0 8px;
    width: 4px;
    height: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTM3MzI0IDYuODYyOTFDMC4zMTk3OTggNy4wNDU3IDAuNjEzOTkxIDcuMDQ1NyAwLjc5NjQ2NSA2Ljg2MjkxTDMuODkxMDcgMy43NjI5OUM0LjAzNjMxIDMuNjE3NTEgNC4wMzYzMSAzLjM4MjQ5IDMuODkxMDcgMy4yMzcwMUwwLjc5NjQ2NSAwLjEzNzA5QzAuNjEzOTkxIC0wLjA0NTY5NjYgMC4zMTk3OTkgLTAuMDQ1Njk2NiAwLjEzNzMyNCAwLjEzNzA5Qy0wLjA0NTE0OTMgMC4zMTk4NzcgLTAuMDQ1MTQ5MyAwLjYxNDU3NSAwLjEzNzMyNCAwLjc5NzM2MkwyLjgzMzQ3IDMuNTAxODdMMC4xMzM2MDEgNi4yMDYzN0MtMC4wNDUxNDkzIDYuMzg1NDIgLTAuMDQ1MTQ5OCA2LjY4Mzg1IDAuMTM3MzI0IDYuODYyOTFaIiBmaWxsPSIjOTA5MDkxIi8+Cjwvc3ZnPgo=");
}
.breadcrumb-wrap nav ul li:hover a {
    color: #153CAF;
}

.c-btn {
    padding: 11px 20px;
    font-weight: 800;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: "Inter", sans-serif;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: #E1251B;
    z-index: 1;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-btn i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.c-btn::before {
    background-color: #153CAF;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 0;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0;
    z-index: -1;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.c-btn:hover {
    color: #fff;
}
.c-btn:hover:before {
    height: 562.5px;
    width: 225%;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.c-btn.c-btn-white {
    background: #fff;
    color: #153CAF;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 6px 10px 5px 20px;
}
.c-btn.c-btn-white:hover {
    color: #fff;
}
.c-btn.c-btn-white:before {
    background: #E1251B;
}
.c-btn.c-btn-white i {
    background: #153CAF;
    color: #fff;
}
.c-btn.c-btn-primary {
    background: #153CAF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 6px 10px 5px 20px;
}
.c-btn.c-btn-primary:hover {
    color: #fff;
}
.c-btn.c-btn-primary:before {
    background: #E1251B;
}
.c-btn.c-btn-primary i {
    background: #fff;
    color: #153CAF;
}

.icon-title-box {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #5c5e5e;
}

.head-flex {
    margin: 0 0 40px 0;
    gap: 15px;
}
.head-flex.ml-auto {
    margin-left: auto;
}
.head-flex .headline-wrap {
    color: #212e3b;
    max-width: 735px;
}
.head-flex .headline-wrap .headline {
    font-size: 40px;
    color: #212e3b;
    font-family: "Boldonse", system-ui;
    line-height: 1.56;
    margin: 13px 0 0 0;
}
.head-flex .headline-wrap .headline .highlight {
    color: #E1251B;
}
.head-flex .headline-wrap p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    opacity: 1;
    padding-top: 18px;
}
.head-flex .headline-wrap.is-white {
    color: #fff;
}
.head-flex .headline-wrap.is-white .headline,
.head-flex .headline-wrap.is-white p,
.head-flex .headline-wrap.is-white .icon-title-box {
    color: #fff;
}
.head-flex .headline-wrap.is-white p {
    opacity: 0.8;
}

.about-stats-wrap {
    grid-gap: 23px;
    margin: 0 0 75px 0;
}

.about-box-caption-wrapper {
    position: relative;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    border-radius: 24px;
    display: inline-block;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.031372549));
    height: 100%;
}
.about-box-caption-wrapper .about-box-caption {
    background-color: #ffffff;
    padding: 30px 22px;
    color: #000;
    mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==") bottom right no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    border-radius: 24px;
    height: 100%;
}
.about-box-caption-wrapper .about-box-caption .title-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.about-box-caption-wrapper .about-box-caption .title-icon .about-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    flex: 1;
    letter-spacing: -0.5px;
}
.about-box-caption-wrapper .about-box-caption .title-icon .icon {
    display: flex;
    flex-shrink: 0;
    padding: 12px;
    background-color: #153CAF;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
}
.about-box-caption-wrapper .about-box-caption .title-icon .icon img {
    width: 40px;
    height: 25px;
    text-align: center;
}
.about-box-caption-wrapper .about-box-caption .about-content {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
    padding: 15px 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.0588235294);
    color: rgba(0, 0, 0, 0.8509803922);
}

.mt-auto {
    margin-top: auto;
}

.feature-box-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 20px;
    gap: 25px;
    margin: auto 0;
}
.feature-box-wrap .feature {
    gap: 20px;
}
.feature-box-wrap .feature .img {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-box-wrap .feature .img img {
    width: 35px;
    height: 35px;
}
.feature-box-wrap .feature .content {
    font-size: 14px;
    line-height: 1.62;
    color: rgba(252, 250, 250, 0.69);
    font-weight: 500;
    flex: 3;
}
.feature-box-wrap .feature .content .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.overlay-service {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    min-height: 280px;
}
.overlay-service i {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background: rgba(5, 5, 5, 0.3411764706);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.overlay-service > .overlay-link {
    height: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    display: block;
}
.overlay-service > .overlay-link::before {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 100%;
    z-index: 1;
}
.overlay-service > .overlay-link img {
    transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}
.overlay-service .overlay-service-content {
    position: absolute;
    padding: 28px 25px 22px 25px;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    border-radius: 10px 0 0 10px;
}
.overlay-service .overlay-service-content .title {
    font-size: 20px;
    color: #fff;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.6px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.overlay-service .overlay-service-content p.duration {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 12px;
    font-weight: 600;
}
.overlay-service .overlay-service-content p.duration span {
    margin-right: 5px;
}
.overlay-service:hover a img {
    transform: scale(1.1);
}
.overlay-service:hover .overlay-service-content .title {
    color: #fffadc;
}

.slider-arrows {
    display: inline-flex;
    gap: 8px;
}
.slider-arrows button {
    height: 40px;
    border-radius: 4px;
    width: 40px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.32);
    cursor: pointer;
    font-size: 17px;
    color: rgba(51, 51, 51, 0.7607843137);
    transition: 0.3s ease-in-out;
}
.slider-arrows button:hover {
    background: #153CAF;
    color: #fff;
}

.testimonial-card {
    position: relative;
    background: #fff;
    padding: 25px 25px 25px;
    border-radius: 14px;
    border: 1px solid #ccc;
}
.testimonial-card .testimonial-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px;
    border-radius: 50%;
}
.testimonial-card .testimonial-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.testimonial-card .review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #212e3b;
    font-style: italic;
    padding-top: 15px;
    margin-bottom: auto;
}
.testimonial-card .author {
    color: rgba(0, 0, 0, 0.8392156863);
    font-size: 13px;
    display: inline-flex;
    gap: 14px;
    align-items: center;
}
.testimonial-card .author .rating {
    display: block;
}
.testimonial-card .author .rating p {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}
.testimonial-card .author .rating i {
    color: #997f1f;
    font-size: 13px;
    margin-right: 1px;
}
.testimonial-card .author img {
    width: 48px;
    height: 48px;
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    object-fit: cover;
}

.steps-wrap {
    grid-gap: 0;
}

.steps-col {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    position: relative;
    color: rgba(51, 51, 51, 0.96);
}
.steps-col:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #E1251B;
}
.steps-col img {
    width: 60px;
    background: #f1f1f1;
    position: relative;
    z-index: 1;
    height: 60px;
    border-radius: 100%;
}
.steps-col h3 {
    font-weight: 700;
    color: #212e3b;
    margin-bottom: 8px;
    font-size: 18px;
}

.btn-flex {
    margin-top: 35px;
    gap: 15px;
    flex-wrap: wrap;
}

.latest-col {
    background: rgba(68, 84, 106, 0.06);
    border-radius: 0 10px 10px 0;
}
.latest-col > a {
    border-radius: 10px 0 0 10px;
    flex: 3;
    height: 400px;
}
.latest-col > a img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-col .detail {
    flex: 2;
    padding: 30px 30px 30px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 10px 10px 0;
    line-height: 1.65;
    opacity: 1;
    color: rgba(17, 17, 17, 0.768627451);
}
.latest-col .detail .title {
    font-size: 28px;
    color: #000;
    letter-spacing: -0.3px;
    line-height: 1.24;
    margin-bottom: 13px;
    font-weight: 600;
}
.latest-col .detail .title a {
    color: inherit;
}
.latest-col .detail .title:hover {
    color: #153CAF;
}
.latest-col .detail .post-date {
    margin-bottom: 13px;
}

.post-date {
    gap: 8px;
    font-size: 11px;
    margin-bottom: 8px;
    color: #212e3b;
    font-weight: 600;
}

.card-col {
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
    padding: 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(17, 17, 17, 0.82);
}
.card-col h3 {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.9;
    line-height: 1.3;
    color: #000;
    margin-bottom: 12px;
}
.card-col h3 a {
    color: inherit;
}
.card-col h3:hover {
    color: #153CAF;
    opacity: 1;
}

.text-anchor {
    margin-top: 10px;
    display: inline-flex;
    gap: 8px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: -0.2px;
    align-items: center;
    color: rgba(34, 34, 34, 0.8901960784);
    transition: 0.3s ease;
}
.text-anchor i {
    font-size: 18px;
}
.text-anchor:hover {
    gap: 10px;
    color: #153CAF;
}

.accordion-list {
    margin-bottom: 13px;
    padding: 15px 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0784313725);
}
.accordion-list:last-child {
    margin-bottom: 0;
}
.accordion-list .accordion-title-wrap {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.accordion-list .accordion-title-wrap div.flex {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: space-between;
}
.accordion-list .accordion-title-wrap div.flex .accordion-title {
    font-size: 18px;
    flex: 1;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    padding-right: 20px;
    letter-spacing: -0.2px;
}
.accordion-list .accordion-title-wrap div.flex i {
    transition: 0.3s ease-in-out;
    font-size: 11px;
    cursor: pointer;
    margin-bottom: auto;
    background: rgba(21, 60, 175, 0.168627451);
    margin-top: auto;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.accordion-list .accordion-title-wrap.active div.flex .accordion-title,
.accordion-list .accordion-title-wrap.active div.flex i, .accordion-list .accordion-title-wrap:hover div.flex .accordion-title,
.accordion-list .accordion-title-wrap:hover div.flex i {
    color: #153CAF;
    opacity: 1;
}
.accordion-list .accordion-title-wrap.active div.flex i {
    transform: rotate(180deg);
    color: #fff;
    background: #153CAF;
}
.accordion-list .accordion-slide {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    display: none;
    color: rgba(17, 17, 17, 0.82);
}

.banner-promo {
    position: fixed;
    margin: auto;
    align-items: center;
    background: rgba(0, 0, 0, 0.68);
    transition: 0.3s linear;
    width: 100%;
    display: grid;
    place-content: center;
    height: 100vh;
    left: 0;
    top: 0;
    text-align: right;
    z-index: 9999;
}
.banner-promo > div {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px;
    position: relative;
    margin: 0 25px;
    border-radius: 8px;
}
.banner-promo > div .promo-area-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}
.banner-promo > div .promo-area {
    padding: 30px;
}
.banner-promo > div .popup-logo {
    margin-bottom: 6px;
}
.banner-promo > div .popup-logo img {
    width: 85px;
}
.banner-promo > div .popup-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #153CAF;
}
.banner-promo > div .btn-flex {
    margin-top: 12px;
    gap: 9px;
    flex-direction: column;
}
.banner-promo > div .btn-flex a {
    font-size: 16px;
    color: #212e3b;
    font-weight: 500;
}
.banner-promo > div .btn-flex a i {
    margin-right: 4px;
    font-size: 18px;
}
.banner-promo > div .c-btn {
    width: 100%;
    margin-top: 15px;
}
.banner-promo > div .cross {
    font-size: 14px;
    background: #E1251B;
    height: 25px;
    margin-left: auto;
    width: 25px;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    display: block;
    align-items: center;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -12px;
}
.banner-promo.skip-fade {
    opacity: 0;
    visibility: hidden;
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    display: block;
}
.reveal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}

.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(6, 2, 2, 0.1294117647);
    transition: 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.feature-box .icon-wrap {
    margin-bottom: 15px;
}
.feature-box .icon-wrap svg {
    width: 55px;
    height: 55px;
    fill: rgb(18, 57, 172);
}
.feature-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.feature-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

.col1 {
    grid-column: span 1;
}

.row1 {
    grid-row: span 1;
}

.col2 {
    grid-column: span 2;
}

.row2 {
    grid-row: span 2;
}

.col3 {
    grid-column: span 3;
}

.row3 {
    grid-row: span 3;
}

.col4 {
    grid-column: span 4;
}

.row4 {
    grid-row: span 4;
}

.col5 {
    grid-column: span 5;
}

.row5 {
    grid-row: span 5;
}

.col6 {
    grid-column: span 6;
}

.row6 {
    grid-row: span 6;
}

.col7 {
    grid-column: span 7;
}

.row7 {
    grid-row: span 7;
}

.col8 {
    grid-column: span 8;
}

.row8 {
    grid-row: span 8;
}

.col9 {
    grid-column: span 9;
}

.row9 {
    grid-row: span 9;
}

.col10 {
    grid-column: span 10;
}

.row10 {
    grid-row: span 10;
}

.col11 {
    grid-column: span 11;
}

.row11 {
    grid-row: span 11;
}

.col12 {
    grid-column: span 12;
}

.row12 {
    grid-row: span 12;
}

.banner__section {
    height: 760px;
    position: relative;
}
.banner__section .slick-slider {
    height: 100%;
}
.banner__section .slick-slider .slick-list,
.banner__section .slick-slider .slick-track,
.banner__section .slick-slider .slick-slide,
.banner__section .slick-slider .slick-slide > div {
    height: 100%;
}
.banner__section .slick-slide {
    margin: 0 !important;
}
.banner__section .item {
    height: 100%;
    position: relative;
}
.banner__section .banner__image {
    height: 100%;
    margin: 0;
    position: relative;
}
.banner__section .banner__image:before {
    content: "";
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.banner__section .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner__section .banner__wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f2f3f4;
}
.banner__section .banner__wrapper .banner__content {
    max-width: 720px;
}
.banner__section .banner__wrapper .banner__content .banner-title {
    font-family: "Boldonse", system-ui;
    font-size: 48px;
    line-height: 1.52;
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.banner__section .banner__wrapper .banner__content p {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 1.4;
    margin-top: 16px;
    font-weight: 500;
    letter-spacing: -0.6px;
    padding-right: 80px;
}
.banner__section .banner__wrapper .banner__content .review-rating {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 38px;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.18);
}

.review-rating {
    border-radius: 60px;
    padding: 12px 18px 12px 18px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.review-rating > div {
    font-size: 13px;
    display: inline-block;
    gap: 10px;
    font-weight: 600;
    line-height: 1.3;
}
.review-rating > div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    font-weight: 600;
}
.review-rating > div:not(:last-child) strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.review-rating > div strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.review-rating > div .rating {
    display: inline-flex;
}
.review-rating > div .rating i {
    color: #f5c200;
    font-size: 12px;
    margin-right: 3px;
}

.about-cleaning-agency {
    background: #f5f4ee;
    padding-block: 60px 60px;
    color: #fff;
    position: relative;
}
.about-cleaning-agency .head-flex {
    margin-bottom: 0;
}
.about-cleaning-agency .head-flex p {
    line-height: 1.65;
}
.about-cleaning-agency .about-image {
    position: absolute;
    top: 80px;
    left: 0;
}
.about-cleaning-agency .about-image img {
    opacity: 0.76;
}
.about-cleaning-agency .p-container .flex {
    margin-bottom: 60px;
}

.scrolling-services {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.scrolling-services .scrolling-track {
    display: inline-flex;
    animation: scrolling-rtl 40s linear infinite;
}
.scrolling-services .scrolling-track .item {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    padding: 0 40px;
}
.scrolling-services .scrolling-track .item .title {
    color: rgba(159, 162, 164, 0.2392156863);
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.4285714286;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all 0.4s ease-in-out;
    font-family: "Boldonse", system-ui;
    position: relative;
}
.scrolling-services .scrolling-track .item .title:after {
    content: "";
    display: inline-flex;
    width: 100px;
    right: -116px;
    top: 22px;
    height: 50px;
    opacity: 0.1;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54'%3E%3Cg fill='none' class='nc-icon-wrapper'%3E%3Cg clip-path='url(%231751600403171-8248782_clip0_1948_4490)'%3E%3Cmask style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='54' height='54'%3E%3Cpath d='M54 0H0V54H54V0Z' fill='%23fff'%3E%3C/path%3E%3C/mask%3E%3Cg mask='url(%231751600403171-8248782_mask0_1948_4490)'%3E%3Cpath d='M27.7371 0.655207C28.7745 14.36 39.64 25.2255 53.3448 26.2629C54.273 26.3175 54.273 27.6279 53.3448 27.7371C39.64 28.7745 28.7745 39.64 27.7371 53.3448C27.6825 54.273 26.3721 54.273 26.2629 53.3448C25.2255 39.64 14.36 28.7745 0.655207 27.7371C-0.218402 27.6825 -0.218402 26.3721 0.655207 26.2629C14.36 25.2255 25.2255 14.36 26.2629 0.655207C26.3721 -0.218402 27.6825 -0.218402 27.7371 0.655207Z' fill='currentColor'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath%3E%3Cpath fill='currentColor' d='M0 0H54V54H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
}

@keyframes scrolling-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.section-whyus {
    background: #153CAF;
    padding-block: 60px;
    color: #fff;
    position: relative;
}
.section-whyus:before {
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
    background-image: url(../img/wood.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-whyus .p-container {
    position: relative;
}
.section-whyus .image img {
    -webkit-mask-image: url(../img/mask-image.png);
    -webkit-mask-size: 100%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.section-services .p-grid {
    grid-gap: 20px;
}

.slider-location .slick-list,
.testimonial-slider .slick-list {
    margin: 0 -10px;
}
.slider-location .slick-slide,
.testimonial-slider .slick-slide {
    margin: 0 10px;
}
.slider-location .overlay-service,
.testimonial-slider .overlay-service {
    min-height: 330px;
}

.testimonial-slider .slick-track {
    display: flex !important;
}
.testimonial-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
}
.testimonial-slider .testimonial-card {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.m-auto {
    margin: 0 auto;
}

.section-review {
    position: relative;
}
.section-review:after {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/review-pattern.png);
}
.section-review .p-container {
    position: relative;
    z-index: 1;
}

.cta-wrap {
    background: #153CAF;
    padding: 40px 0px 40px 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cta-wrap:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
    background-image: url(../img/wood.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-wrap .flex {
    position: relative;
    z-index: 2;
    margin: 0;
}
.cta-wrap .flex .headline {
    line-height: 1.55;
    font-size: 40px;
}
.cta-wrap .flex p {
    padding-top: 15px;
}
.cta-wrap .btn-flex {
    margin-top: 25px;
    gap: 15px;
    flex-wrap: wrap;
}
.cta-wrap .image-expert {
    position: absolute;
    right: -80px;
    top: -50px;
}

.call-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
}
.call-wrap span {
    font-size: 13px;
    color: rgba(252, 250, 250, 0.91);
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.call-wrap img {
    width: 35px;
}

.section-process {
    background: linear-gradient(180deg, #fff, rgba(18, 37, 96, 0.28));
    padding: 60px 0;
    position: relative;
    padding-top: 0;
}
.section-process .btn-flex {
    margin-top: 60px;
}
.section-process .p-container {
    position: relative;
}
.section-process:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    background-image: url(../img/process-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-faq {
    background: rgba(207, 168, 110, 0.0705882353);
    padding: 60px 0;
}
.section-faq .p-grid {
    grid-gap: 40px;
}
.section-faq .head-flex {
    margin-bottom: 0;
    align-items: inherit;
    display: block;
}
.section-faq .head-flex .headline-wrap {
    position: sticky;
    top: 150px;
}
.section-faq .head-flex .headline-wrap .headline {
    font-size: 35px;
}
.section-faq .head-flex .headline-wrap p {
    padding: 15px 30px 30px 0;
}

.parallax-view {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    height: 650px;
    position: relative;
}
.parallax-view img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.parallax-view .uncover {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.parallax-view .uncover .uncover_slice {
    height: 100%;
    flex-grow: 1;
    background: #ffffff;
}

.section.section-services {
    padding-bottom: 60px;
}

.section-service-location {
    position: relative;
}
.section-service-location .background-image-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: inherit;
    background-position: inherit;
}

.services__banner {
    padding: 20px 0 60px 0;
    margin-bottom: 35px;
    position: relative;
}
.services__banner:before {
    background: linear-gradient(to bottom, #fff 0, #fff 40%, rgba(0, 0, 0, 0.65) 100%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.services__banner .p-container {
    position: relative;
    z-index: 2;
}
.services__banner .p-grid {
    margin-top: 35px;
}
.services__banner .landing-header {
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}
.services__banner .landing-header .headline {
    font-size: 45px;
    line-height: 1.55;
}
.services__banner .landing-header .head-flex .headline-wrap p {
    font-size: 18px;
    line-height: 1.65;
}
.services__banner .landing-image img {
    border-radius: 20px;
    height: 450px;
}

.bg-muted {
    background: rgba(241, 241, 241, 0.5803921569);
}

.stats-section .p-grid {
    margin: 0 0 25px 0;
}
.stats-section .p-grid .about-box-caption-wrapper {
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.1));
}

.content-area {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #111;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    font-weight: 700;
    margin-bottom: 15px;
}
.content-area p {
    margin-bottom: 20px;
}
.content-area p:last-child {
    margin-bottom: 0;
}

.section-padding {
    padding: 60px 0;
}

.section-service-includes .p-grid {
    grid-gap: 20px;
}

.service-item {
    background: #fff;
    padding: 22px 22px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 21, 0.1294117647);
    border-bottom: 4px solid #153CAF;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
}
.service-item:hover {
    transform: translateY(-5px);
    border: transparent 1px solid;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #153CAF;
}
.service-item span {
    color: #153CAF;
    font-size: 25px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 5px;
}
.service-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.service-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #212e3b;
}

.gallery-col {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    height: 300px;
}
.gallery-col.reveal {
    visibility: hidden !important;
}
.gallery-col a {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
.gallery-col a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    transition: all 700ms ease;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-col a i:before {
    color: #fff;
    font-size: 23px;
    background: #E1251B;
    height: 45px;
    width: 45px;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    line-height: 45px;
    border-radius: 31px;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}
.gallery-col img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}
.gallery-col:hover img {
    transform: scale(1.1);
}
.gallery-col:hover a i {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-col:hover a i:before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.section-blog-landing .breadcrumb-wrap {
    padding: 25px 0 0 0;
}

.featured-image {
    margin: 20px 0;
}
.featured-image img {
    border-radius: 5px;
}

.blogpost__heading {
    padding-top: 30px;
    margin: auto;
}
.blogpost__heading h1 {
    font-weight: 600;
    font-size: 42px;
    color: #0d0d0d;
    line-height: 48px;
}

.blogpost__leade {
    margin: 20px 0 20px 0;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.blogpost__byline {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 13px;
}
.blogpost__byline .post-date {
    font-size: 13px;
}

.page-banner {
    padding: 20px 0 48px 0;
    background-color: rgba(21, 60, 175, 0.04);
    border-bottom: 1px solid rgba(21, 60, 175, 0.1411764706);
}
.page-banner .head-flex {
    margin: 0;
}

.section-all-faq .heading {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.3;
}

.contact-section {
    margin: 3rem 0;
    text-align: center;
}
.contact-section .contact-text {
    color: #4a5568;
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.section-latest-insights .p-grid,
.section-related-insights .p-grid {
    grid-gap: 20px;
}

.section-related-insights {
    background: rgba(0, 0, 0, 0.0196078431);
    padding: 50px 0;
}
.section-related-insights .head-flex .headline-wrap .headline {
    font-size: 30px;
    margin: 0px 0 0 0;
    line-height: 1.5;
}

.about-widget-image {
    position: relative;
}
.about-widget-image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 21px;
    right: 22px;
    content: "";
    background-color: #153CAF;
    border-radius: 10px;
    z-index: -1;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}
.about-widget-image img {
    border-radius: 5px;
}

.about-widget-content {
    padding-left: 20px;
}
.about-widget-content h2 {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}
.about-widget-content p {
    margin: 12px 0 0px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    opacity: 0.85;
}

.image-col {
    position: relative;
}
.image-col:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 21px;
    right: 22px;
    content: "";
    border-radius: 10px;
    z-index: -1;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    background-color: rgba(78, 126, 191, 0.4);
}
.image-col img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 13px 14px rgba(0, 0, 0, 0.2117647059);
    max-height: 400px;
    object-fit: cover;
}

.section-story .contentblock {
    grid-gap: 50px;
}
.section-story .contentblock .col7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-story .contentblock .heading {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.2px;
}
.section-story .contentblock .content-area p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}
.section-story .contentblock .content-area p:not(:last-child) {
    margin-bottom: 15px;
}
.section-story .contentblock:nth-child(even) {
    padding: 40px 0;
}
.section-story .contentblock:nth-child(even) .col7 {
    order: 1;
}

.section-contact .p-grid {
    grid-gap: 50px;
}
.section-contact .section-heading {
    text-align: left;
    margin-bottom: 30px;
}
.section-contact .section-heading .heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.2px;
    margin: 0px 0 7px 0;
    color: #153CAF;
}
.section-contact .section-heading span {
    font-size: 18px;
    opacity: 0.96;
    color: rgba(0, 0, 0, 0.6784313725);
    font-weight: 500;
}

.map-frame {
    background: #fff;
    margin-bottom: 45px;
    height: 550px;
}
.map-frame iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.block-hero-contact__content-col .contact-detail {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.block-hero-contact__content-col .contact-detail li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 22px;
    font-size: 17px;
}
.block-hero-contact__content-col .contact-detail li > i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    background: #153CAF;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.block-hero-contact__content-col .contact-detail li h4 {
    color: #153CAF;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.block-hero-contact__content-col .contact-detail li p {
    font-weight: 500;
    color: #111;
    font-size: 16px;
    line-height: 1.6;
}
.block-hero-contact__content-col .contact-detail li p a {
    font-weight: 500;
    display: block;
    color: #000;
}
.block-hero-contact__content-col .contact-detail li p a:hover {
    color: #153CAF;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.contact-form div input,
.contact-form div textarea {
    margin-bottom: 19px;
}
.contact-form div input {
    font-family: "Inter", sans-serif;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    background: #f8fafc;
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
}
.contact-form div textarea {
    width: 100%;
    font-family: "Inter", sans-serif;
    height: 235px;
    padding: 20px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
    resize: none;
}
.contact-form div button {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
}
.contact-form div textarea:focus,
.contact-form div input:focus {
    background: #fff;
    outline: none;
    border: 1px solid #153CAF;
}

.section-booking {
    margin-bottom: 50px;
}

.booking-form .booking-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.1px;
    margin-bottom: 11px;
    color: #153CAF;
}
.booking-form > div p {
    line-height: 1.52;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6588235294);
    font-weight: 600;
}
.booking-form > div p u {
    font-weight: 700;
    color: #153CAF;
}
.booking-form button {
    margin-top: 30px;
    text-align: right;
}

.booking-summary-panel {
    position: sticky;
    top: 150px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 0;
    border: 1px solid rgba(21, 60, 175, 0.1882352941);
    background: rgba(21, 60, 175, 0.031372549);
    padding-bottom: 0;
}
.booking-summary-panel .summary-title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #153CAF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0901960784);
}
.booking-summary-panel .card-footer {
    background: #fff;
    border-top: 2px solid #153CAF;
    padding: 15px 20px;
    border-radius: 0 0 12px 12px;
}
.booking-summary-panel .card-footer .row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.booking-summary-panel .card-footer .row .right {
    font-size: 18px;
}
.booking-summary-panel .card-footer .row.total {
    margin-bottom: 0;
}
.booking-summary-panel .card-footer .row.total .value {
    font-size: 20px;
    font-weight: 800;
    color: #E1251B;
    font-family: "Inter", sans-serif;
}

.booking-form fieldset {
    margin: 25px 0 0 0;
    padding: 25px 25px;
    border: 1px solid rgba(21, 60, 175, 0.12);
    border-radius: 10px;
    background: #f8f9fc;
}
.booking-form fieldset .fieldset-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: -0.3px;
}
.booking-form fieldset p {
    font-weight: 500;
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.67;
    padding-top: 2px;
}
.booking-form .form-group {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.booking-form .form-group.extra-info {
    grid-template-columns: repeat(1, 1fr);
}
.booking-form .form-group > div {
    flex: 25%;
}
.booking-form .form-group.extra-info > div {
    flex: 100%;
}

.discount-item {
    background: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.0901960784);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6392156863);
}
.discount-item:hover, .discount-item.active {
    background: #153CAF;
    color: #fff;
}

.form-col label {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.form-col input {
    font-family: "Inter", sans-serif;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
}
.form-col textarea {
    padding: 10px 15px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    border-radius: 5px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
}
.form-col select {
    font-family: "Inter", sans-serif;
    appearance: none;
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    height: 45px;
    padding: 10px 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    font-size: 14px;
    background-color: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1607843137);
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
}

.summary-list {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.summary-list li {
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(20, 3, 3, 0.1215686275);
}
.summary-list li:last-child {
    border-bottom: none;
}
.summary-list li .icon {
    font-size: 22px;
    width: 26px;
    color: #444;
    opacity: 0.6;
    text-align: center;
}
.summary-list li strong {
    margin-left: auto;
}

.summary-text {
    font-size: 15px;
    color: rgba(51, 51, 51, 0.7882352941);
    font-weight: 600;
    margin: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    border-top: 1px solid #eaeaea;
    padding-bottom: 0;
    align-items: center;
}

.error-page {
    align-items: center;
    padding: 40px 0;
}
.error-page .content h2.header {
    font-size: 175px;
    line-height: 1em;
    font-weight: 900;
    color: #153CAF;
}
.error-page .content h4 {
    color: #2f4c58;
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.error-page .content p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
}

.booking-feature {
    background: rgba(21, 60, 175, 0.0509803922);
    padding: 40px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.0392156863);
}

.book-item {
    cursor: pointer;
    transition: 0.3s ease;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.0705882353);
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
}
.book-item .book-icon {
    align-items: center;
    border: 1px solid rgba(128, 128, 128, 0.2901960784);
    display: flex;
    height: 55px;
    justify-content: center;
    padding: 0;
    width: 70px;
    border-radius: 4px;
    margin: 0 auto;
}
.book-item .book-icon svg {
    opacity: 0.7;
}
.book-item span {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.65;
    display: block;
    font-weight: 600;
}
.book-item:hover {
    transform: translateY(-4px);
}
.book-item:hover .book-icon {
    background: #fff;
}

@media (max-width: 950px) {
    .page-banner {
        padding: 15px 0 40px 0;
    }
    .page-banner .head-flex {
        text-align: center;
        justify-content: center;
    }
    .page-banner .breadcrumb-wrap {
        padding: 15px 0 0 0;
        justify-content: center;
        display: flex;
    }
    .trusted-companies {
        margin: 25px auto 25px auto;
    }
    .parallax-view {
        height: 600px;
    }
    .section.section-process {
        margin-top: 0;
        padding: 55px 0;
    }
    .section-whyus {
        padding-block: 55px 55px;
    }
    .section-whyus .p-grid .image {
        grid-column: span 12;
        grid-gap: 20px;
        margin: 0 auto;
    }
    .section-whyus .p-grid .image.reveal img {
        width: auto;
    }
    .section-whyus .p-grid .feature-box-wrap {
        padding-left: 0;
        grid-column: span 12;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .head-flex .headline-wrap .headline {
        font-size: 35px;
        line-height: 1.5;
        margin: 10px 0 0 0;
    }
    .head-flex .headline-wrap p {
        font-size: 16px;
        padding-top: 15px;
    }
    .site-header .p-container {
        padding: 0 15px;
    }
    .site-header .p-container .site-logo {
        margin: 0 auto;
    }
    .site-header .p-container .site-menu,
    .site-header .p-container .header-right .c-btn {
        display: none;
    }
    .site-header .p-container .hamburger {
        display: inline-block;
    }
    .top-header .p-container .flex {
        justify-content: center;
        gap: 10px;
    }
    .top-header .p-container .header-contact-info {
        gap: 4px;
        justify-content: center;
    }
    .banner__section {
        height: 600px;
    }
    .banner__section .banner__wrapper .banner__content .banner-title {
        font-size: 40px;
    }
    .banner__section .banner__wrapper .banner__content p {
        font-size: 20px;
    }
    .section {
        margin-top: 55px;
    }
    .section.section-services {
        padding-bottom: 55px;
    }
    .about-cleaning-agency {
        padding-block: 55px 55px;
    }
    .about-cleaning-agency .p-container .flex {
        margin-bottom: 40px;
    }
    .about-cleaning-agency .p-container .about-image {
        display: none;
    }
    .about-cleaning-agency .p-container .head-flex {
        margin: auto;
        text-align: center;
    }
    .about-cleaning-agency .p-container .about-stats-wrap {
        margin: 0 0 55px 0;
        grid-gap: 20px;
    }
    .about-cleaning-agency .p-container .about-stats-wrap .about-box-caption-wrapper {
        grid-column: span 6;
    }
}
@media (max-width: 768px) {
    .about-stats-wrap .about-box-caption-wrapper {
        grid-column: span 6;
    }
    .services__banner .p-grid {
        grid-gap: 20px;
    }
    .services__banner .p-grid .landing-image {
        grid-column: span 12;
        order: -1;
    }
    .services__banner .p-grid .landing-header {
        grid-column: span 12;
    }
    .services-list .service-item {
        grid-column: span 6;
    }
    .booking-feature {
        padding: 30px 0;
    }
    .booking-feature .p-grid {
        grid-gap: 20px;
    }
    .booking-feature .p-grid .feature-box {
        padding: 20px;
        grid-column: span 6;
    }
    .banner-promo > div {
        margin: 0 20px;
    }
    .banner-promo > div .promo-area-image {
        grid-column: span 12;
        display: none;
    }
    .banner-promo > div .promo-area {
        grid-column: span 12;
        padding: 25px;
    }
    .error-page .content h2.header {
        font-size: 120px;
    }
    .error-page .content h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-booking .p-grid .col9,
    .section-booking .p-grid .col3 {
        grid-column: span 12;
    }
    .section-booking .form-group {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .map-frame {
        margin-bottom: 30px;
        height: 400px;
    }
    .section-contact .section-heading .heading {
        font-size: 30px;
        margin: 0px 0 0px 0;
    }
    .section-contact .section-heading span {
        font-size: 16px;
    }
    .section-contact .p-grid {
        grid-gap: 20px;
    }
    .section-contact .p-grid .col7 {
        grid-column: span 12;
    }
    .section-contact .p-grid .col5 {
        grid-column: span 12;
        order: -2;
        background: rgba(21, 60, 175, 0.0509803922);
        padding: 25px;
        border-radius: 10px;
        border: 1px solid rgba(21, 60, 175, 0.0705882353);
        margin-bottom: 12px;
    }
    .site-footer .p-grid {
        grid-gap: 14px;
    }
    .site-footer .p-grid .footer-col {
        grid-column: span 3;
    }
    .site-footer .p-grid .footer-col.col2 {
        grid-column: span 6;
    }
    .site-footer .p-grid .footer-col.footer-about {
        grid-column: span 12;
        text-align: center;
    }
    .site-footer .p-grid .footer-col.footer-contact {
        grid-column: span 6;
    }
    .blogpost__heading h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .blogpost__heading .blogpost__leade {
        margin: 15px 0 15px 0;
        padding-bottom: 18px;
        font-size: 15px;
    }
    .section-latest-insights .p-grid .col4 {
        grid-column: span 6;
    }
    .gallery-col {
        height: 250px;
        grid-column: span 6;
    }
    .section.gallery-detail .p-grid {
        grid-gap: 20px;
    }
    .section.gallery-detail .testimonial-card.col4 {
        grid-column: span 6;
    }
    .section-story .contentblock {
        gap: 20px;
    }
    .section-story .contentblock .heading {
        font-size: 25px;
        margin-bottom: 11px;
    }
    .section-story .contentblock:first-child .col5 {
        order: -1;
    }
    .section-story .contentblock .col7,
    .section-story .contentblock .col5 {
        grid-column: span 6;
    }
    .section-story .contentblock .image-col::before {
        display: none;
    }
    .page-banner {
        padding: 15px 0 27px 0;
    }
    .section-faq {
        padding: 45px 0;
    }
    .section-faq .head-flex {
        grid-column: span 12;
    }
    .section-faq .accordion-wrapper {
        grid-column: span 12;
    }
    .cta-wrap {
        padding: 35px;
        text-align: center;
    }
    .cta-wrap .image-expert {
        display: none;
    }
    .cta-wrap .btn-flex {
        justify-content: center;
    }
    .cta-wrap:before {
        opacity: 0.3;
    }
    .section.section-process {
        margin-top: 0;
        padding: 45px 0;
    }
    .section-services .p-grid {
        grid-gap: 18px;
    }
    .section-services .p-grid .overlay-service.col4 {
        min-height: 200px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content {
        padding: 28px 17px 18px 18px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content .title {
        font-size: 16px;
    }
    .parallax-view {
        height: 440px;
    }
    .section {
        margin-top: 45px;
    }
    .section.section-services {
        padding-bottom: 45px;
    }
    .section-whyus {
        padding-block: 45px 45px;
    }
    .head-flex {
        margin: 0 0 28px 0;
    }
    .head-flex .headline-wrap .headline {
        font-size: 28px;
        line-height: 1.75;
        margin: 10px 0 0 0;
    }
    .about-cleaning-agency {
        padding-block: 45px 45px;
    }
    .about-cleaning-agency .p-container .flex {
        margin-bottom: 35px;
    }
    .about-cleaning-agency .p-container .about-stats-wrap {
        margin: 0 0 35px 0;
        grid-gap: 20px;
    }
    .about-cleaning-agency .p-container .about-stats-wrap .about-box-caption-wrapper {
        grid-column: span 6;
    }
    .scrolling-services .scrolling-track .item .title {
        font-size: 2.475rem;
    }
    .scrolling-services .scrolling-track .item .title:after {
        top: 0;
    }
    .slider-location .slick-slide {
        margin: 0 8px;
    }
    .slider-location .overlay-service {
        min-height: 230px;
    }
    .slider-location .overlay-service .overlay-service-content {
        padding: 28px 20px 19px 20px;
    }
    .slider-location .overlay-service .overlay-service-content .title {
        font-size: 18px;
    }
}
@media (max-width: 640px) {
    .booking-form .form-group > div {
        flex: 40%;
    }
    .section-contact .p-grid {
        grid-gap: 20px;
    }
    .section-contact .p-grid .col5 {
        padding: 22px;
        border-radius: 10px;
        order: -2;
    }
    .section-contact .p-grid .col5 .contact-detail li {
        padding-left: 45px;
    }
    .section-contact .p-grid .col5 .contact-detail li h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .section-contact .p-grid .col5 .contact-detail li p {
        font-size: 15px;
    }
    .section {
        margin-top: 35px;
    }
    .section-story .contentblock .col7,
    .section-story .contentblock .col5 {
        grid-column: span 12;
    }
    .section-story .contentblock .image-col::before {
        bottom: 180px;
    }
    .section-faq .head-flex .headline-wrap .headline {
        font-size: 22px;
    }
    .image-col::before {
        bottom: 80px;
    }
    .page-banner .head-flex .headline-wrap .headline {
        font-size: 25px;
    }
    .page-banner .breadcrumb-wrap {
        padding: 15px 0 0 0;
        justify-content: center;
        display: flex;
    }
    .site-footer .footer-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .site-footer .footer-links li a {
        padding: 5px 0;
        font-size: 13px;
    }
    .site-footer .p-grid {
        grid-gap: 0px;
    }
    .site-footer .p-grid .footer-col {
        grid-column: span 12;
    }
    .site-footer .p-grid .footer-col.col2 {
        grid-column: span 12;
    }
    .site-footer .p-grid .footer-col.footer-about {
        grid-column: span 12;
        margin-bottom: 15px;
        text-align: center;
    }
    .site-footer .p-grid .footer-col.footer-contact {
        grid-column: span 12;
    }
    .trusted-companies {
        margin: 20px auto 20px auto;
    }
    .section-faq {
        padding: 35px 0;
    }
    .section-faq .head-flex {
        grid-column: span 12;
    }
    .section-faq .accordion-wrapper {
        grid-column: span 12;
    }
    .latest-insights-wrap {
        grid-gap: 18px;
    }
    .latest-col {
        display: block;
    }
    .latest-col > a {
        height: 350px;
    }
    .latest-col > a img {
        border-radius: 10px 10px 0 0px;
    }
    .latest-col .detail {
        padding: 20px 22px 20px 22px;
        font-size: 15px;
    }
    .latest-col .detail .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .card-col {
        grid-column: span 12;
    }
    .section-process {
        padding: 35px 0;
    }
    .section-process .btn-flex {
        margin-top: 35px;
    }
    .steps-wrap .steps-col {
        text-align: left;
        display: flex;
        gap: 15px;
        font-size: 14px;
    }
    .steps-wrap .steps-col h3 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .steps-wrap .steps-col img {
        width: 50px;
        background: #f1f1f1;
        height: 50px;
    }
    .steps-wrap .steps-col.col3 {
        grid-column: span 12;
        padding-bottom: 22px;
    }
    .steps-wrap .steps-col.col3:last-child {
        padding-bottom: 0;
    }
    .steps-wrap .steps-col:before {
        height: 100%;
        left: 21px;
        top: 0;
        right: inherit;
        width: 3px;
    }
    .slider-arrows button {
        height: 35px;
        width: 35px;
        font-size: 15px;
    }
    .parallax-view {
        height: 350px;
    }
    .icon-title-box {
        font-size: 13px;
    }
    .section-services .p-grid {
        grid-gap: 15px;
    }
    .section-services .p-grid .overlay-service.col4 {
        grid-column: span 6;
        min-height: 220px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content {
        padding: 28px 20px 22px 20px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content .title {
        font-size: 18px;
    }
    .section {
        margin-top: 35px;
    }
    .section.section-services {
        padding-bottom: 35px;
    }
    .section-whyus {
        padding-block: 35px 35px;
    }
    .section-whyus .p-grid .feature-box-wrap {
        grid-gap: 15px;
    }
    .section-whyus .p-grid .feature-box-wrap > div {
        display: block;
        text-align: center;
    }
    .section-whyus .p-grid .feature-box-wrap > div .img {
        width: 55px;
        margin: 0 auto;
        height: 55px;
    }
    .section-whyus .p-grid .feature-box-wrap > div .img img {
        width: 25px;
        height: 25px;
    }
    .section-whyus .p-grid .feature-box-wrap > div .content {
        margin-top: 10px;
        font-size: 13px;
    }
    .section-whyus .p-grid .feature-box-wrap > div .content .title {
        font-size: 17px;
    }
    .head-flex .headline-wrap .headline {
        font-size: 22px;
        margin: 8px 0 0 0;
    }
    .head-flex .headline-wrap p {
        font-size: 15px;
        padding-top: 12px;
    }
    .banner__section {
        height: 550px;
    }
    .banner__section .banner__wrapper .banner__content {
        max-width: inherit;
        text-align: center;
    }
    .banner__section .banner__wrapper .banner__content .banner-title {
        padding: 0 20px;
        font-size: 28px;
    }
    .banner__section .banner__wrapper .banner__content p {
        font-size: 17px;
        padding: 0 20px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating {
        padding: 10px 15px;
        margin-top: 20px;
        border-radius: 10px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating img {
        max-width: 120px;
    }
    .about-cleaning-agency {
        padding-block: 35px 35px;
    }
    .about-cleaning-agency .p-container .flex {
        margin-bottom: 25px;
    }
    .about-cleaning-agency .p-container .about-stats-wrap {
        margin: 0 0 20px 0;
        display: flex;
        grid-gap: 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
    .about-cleaning-agency .p-container .about-stats-wrap .about-box-caption-wrapper {
        flex: 0 0 240px;
    }
    .section-all-faq .heading {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.35;
    }
    .section-related-insights .col4 {
        grid-column: span 12;
    }
    .footer-contact p {
        font-size: 14px;
        padding-left: 28px;
    }
    .footer-contact p a {
        font-size: 15px;
    }
    .footer-contact p strong {
        font-size: 14px;
        margin-bottom: 3px;
    }
}
@media (max-width: 480px) {
    .section-booking .form-group {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    .services__banner .landing-image img {
        height: auto;
    }
    .about-stats-wrap .about-box-caption-wrapper {
        grid-column: span 12;
    }
    .services-list .service-item {
        grid-column: span 12;
    }
    .booking-form fieldset {
        padding: 20px;
    }
    .booking-form fieldset p {
        font-weight: 500;
        font-size: 13px;
        opacity: 0.7;
        padding-top: 0;
    }
    .booking-form fieldset .fieldset-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .booking-form fieldset .form-group > div {
        flex: 100%;
    }
    .booking-feature {
        padding: 30px 0;
    }
    .booking-feature .p-grid {
        display: flex;
        grid-gap: 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }
    .booking-feature .p-grid .feature-box {
        padding: 20px;
        flex: 0 0 280px;
    }
    .error-page .content h2.header {
        font-size: 70px;
    }
    .error-page .content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .map-frame {
        margin-bottom: 25px;
        height: 350px;
    }
    .section-contact .p-grid {
        grid-gap: 20px;
    }
    .section-contact .p-grid .contact-form {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .blogpost__heading h1 {
        font-size: 30px;
        line-height: 37px;
        font-weight: 700;
    }
    .blogpost__heading .blogpost__leade {
        margin: 10px 0 10px 0;
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 1.6;
    }
    .section-latest-insights .p-grid {
        grid-gap: 15px;
    }
    .section-latest-insights .p-grid .col4 {
        grid-column: span 12;
    }
    .section-latest-insights .p-grid .col4 .title {
        font-size: 18px;
    }
    .gallery-col {
        height: 200px;
        grid-column: span 6;
    }
    .section.gallery-detail .testimonial-card.col4 {
        grid-column: span 12;
    }
    .last-footer p {
        font-size: 13px;
        line-height: 1.3;
        font-weight: 400;
    }
    .site-footer .p-grid {
        grid-gap: 0px;
    }
    .site-footer .p-grid .footer-col {
        grid-column: span 12;
    }
    .site-footer .p-grid .footer-col.footer-about {
        grid-column: span 12;
    }
    .site-footer .p-grid .footer-col.footer-contact {
        grid-column: span 12;
    }
    .section-faq {
        padding: 30px 0;
    }
    .section-faq .p-grid {
        grid-gap: 25px;
    }
    .section-faq .head-flex .headline-wrap .headline {
        font-size: 22px;
    }
    .section-faq .head-flex .headline-wrap p {
        padding: 12px 30px 19px 0;
    }
    .latest-col {
        display: block;
    }
    .latest-col > a {
        height: 280px;
    }
    .slider-location .slick-list {
        margin: 0;
    }
    .slider-location .slick-slide {
        margin: 0 5px;
    }
    .slider-location .overlay-service {
        min-height: 180px;
    }
    .slider-location .overlay-service .overlay-service-content {
        padding: 28px 17px 15px 15px;
    }
    .slider-location .overlay-service .overlay-service-content .title {
        font-size: 16px;
    }
    .slider-location .overlay-service i {
        width: 28px;
        height: 28px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }
    .p-container {
        padding: 0 15px;
    }
    .parallax-view {
        height: auto;
    }
    .section-services .p-grid {
        grid-gap: 10px;
    }
    .section-services .p-grid .overlay-service.col4 {
        min-height: 160px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content {
        padding: 28px 17px 15px 15px;
    }
    .section-services .p-grid .overlay-service.col4 .overlay-service-content .title {
        font-size: 16px;
    }
    .section {
        margin-top: 30px;
    }
    .section.section-services {
        padding-bottom: 30px;
    }
    .section-whyus {
        padding-block: 30px 30px;
    }
    .section-whyus .p-grid .feature-box-wrap {
        display: flex;
        grid-gap: 15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-direction: inherit;
        flex-wrap: nowrap;
    }
    .section-whyus .p-grid .feature-box-wrap > div {
        flex: 0 0 250px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 7px;
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.0509803922);
    }
    .scrolling-services .scrolling-track .item .title {
        font-size: 2rem;
    }
    .about-cleaning-agency .p-container .about-stats-wrap .about-box-caption-wrapper {
        flex: 0 0 280px;
    }
    .banner__section {
        height: 600px;
    }
    .banner__section .banner__wrapper .banner__content .banner-title {
        padding: 0 5px;
        font-size: 24px;
        line-height: 1.7;
    }
    .banner__section .banner__wrapper .banner__content p {
        font-size: 16px;
        padding: 0 5px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating {
        margin-top: 15px;
        padding: 10px 12px;
        border-radius: 10px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating img {
        max-width: 100px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div {
        font-size: 12px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div :not(:last-child) strong {
        font-size: 13px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div strong {
        font-size: 14px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating i {
        font-size: 9px;
        margin-right: 2px;
    }
    .site-header .p-container {
        padding: 0 15px;
    }
    .site-header .p-container .site-logo {
        padding: 3px 0;
    }
    .site-header .p-container .site-logo img {
        width: 74px;
    }
    .site-header .p-container .site-menu,
    .site-header .p-container .header-right .c-btn {
        display: none;
    }
    .site-header .chat-button {
        width: 35px;
        height: 35px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center/18px 18px no-repeat #25D366;
    }
}
@media (max-width: 400px) {
    .banner__section {
        height: 600px;
    }
    .banner__section .banner__wrapper .banner__content .banner-title {
        padding: 0;
        font-size: 23px;
        line-height: 1.73;
    }
    .banner__section .banner__wrapper .banner__content p {
        font-size: 16px;
        padding: 0 5px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating {
        gap: 0;
    }
    .banner__section .banner__wrapper .banner__content .review-rating img {
        max-width: 120px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div {
        font-size: 13px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div:not(:last-child) {
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        border-right: none;
        padding: 0px 0 13px 0;
        margin: 0 0 13px 0;
        width: 100%;
        text-align: center;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div:not(:last-child) strong {
        font-size: 13px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating > div strong {
        font-size: 14px;
    }
    .banner__section .banner__wrapper .banner__content .review-rating i {
        font-size: 9px;
        margin-right: 2px;
    }
}
