.btn-underline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(90deg, #F8B621 0%, #F47920 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease-in-out;
    display: inline-block;
    position: relative;
}

.btn-underline::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(264.01deg, #F47920 6.65%, #F8B621 96.77%);
    transition: all .5s ease-in-out;
}

.btn-outline {
    border-radius: 200px;
    font-size: 18px;
    background: linear-gradient(90deg, #F8B621 0%, #F47920 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all .8s ease-in-out;
}

.btn-white {
    background: #fff;
    color: #333333;
    min-width: 11.85rem;
    padding: 0.5875rem .9375rem;
    font-size: 20px;
    border-color: #fff;
}

.btn-white.btn:focus-visible,
.btn-white.btn-check:checked+.btn-white.btn,
.btn-white.btn.active,
.btn-white.btn.show,
.btn-white.btn:first-child:active,
:not(.btn-check)+.btn-white.btn:active {
    background: #fff;
    color: #333333;
    border-color: #fff;
}

.btn-outline::after {
    position: absolute;
    content: "";
    border-radius: inherit;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: -webkit-linear-gradient(264.01deg, #F47920 6.65%, #F8B621 96.77%);
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask-composite: exclude;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.btn-gradient,
.btn-gradient.btn:focus-visible,
.btn-gradient.btn-check:checked+.btn-gradient.btn,
.btn-gradient.btn.active,
.btn-gradient.btn.show,
.btn-gradient.btn:first-child:active,
:not(.btn-check)+.btn-gradient.btn:active {
    background: linear-gradient(90deg, #F47920 0%, #F8B621 100%);
    color: #fff;
    transition: all .4s ease-in-out;
}

.footer-btn-box .btn-gradient,
.service-banner-con .btn.btn-gradient {
    border: none;
}

.btn~.btn {
    margin-left: 21px;
}

.form-group {
    margin-bottom: 16px;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000000s ease-in-out 0s !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    padding: 18px 24px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
}

.form-control::placeholder {
    opacity: .5;
    color: #000;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #F47920;
    outline: 0;
    box-shadow: none;
}

.form-control:focus::placeholder {
    opacity: 1;
}

.form-control:focus-visible {
    border-color: #F47920;
    outline: 0;
}

.form-select {
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-size: 13px 7.5px;
    padding-right: 40px;
}

select:has(option:checked:first-child) {
    color: rgb(0 0 0 / 50%);
}

select:has(option:checked:first-child) option {
    color: black;
}

textarea {
    height: 158px;
    min-height: inherit !important;
    resize: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap label.error {
    position: absolute;
    right: 0;
    top: -1.25rem;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px !important;
    line-height: 12px !important;
    background: #fb0101;
    padding: .3125rem .3125rem .25rem !important;
    color: #fff !important;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap label.error:after,
.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: .375rem solid transparent;
    border-style: solid;
    border-width: .375rem;
    content: "";
    height: 0;
    left: .3125rem;
    position: absolute;
    bottom: -0.625rem;
    width: 0;
    transform: rotate(360deg);
}

.wpcf7 form .wpcf7-response-output {
    padding: .3125rem !important;
    text-align: center !important;
    margin: 15px 0 0 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fb0101 !important;
    color: #fb0101 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #46b450 !important;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28 !important;
    color: #f56e28 !important;
}


.footer-sec {
    padding-top: 59px;
    padding-bottom: 15px;
    background: rgba(51, 51, 51, 1);
}

.footer-sec .container {
    max-width: 1356px;
}

.footer-sec hr {
    background: rgba(87, 87, 87, 1);
    margin: 0;
    height: 1px;
    width: 100%;
    border: inherit;
    opacity: 1;
}

.footer-top {
    padding-bottom: 35px;
}

.footer-btn-box .btn-outline {
    min-width: 304px;
    padding: 10px 15px;
}

.footer-row {
    display: flex;
    padding-top: 0;
    padding-bottom: 80px;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 23px;
}

.footer-row {
    margin: 0 -12px;
}

.footer-col {
    padding: 0 12px;
}

.footer-col:first-child {
    width: 14.4%;
}

.footer-col:nth-child(2) {
    width: 18.4%;
}

.footer-col:nth-child(3) {
    width: 17.4%;
}

.footer-col:nth-child(4) {
    width: 23.8%;
}

.footer-col:last-child {
    padding-left: 100px;
}

.footer-col.footer-proud-col .footer-box {
    background-color: rgb(0 0 0 / 26%);
    padding: 25px;
    border-radius: 25px;
}

.footer-col ul li {
    padding-bottom: 15px;
    position: relative;
}

.footer-col ul li:last-child {
    padding-bottom: 0;
}

.footer-col ul li a,
.footer-contact-col ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(160, 160, 160, 1);
}


.footer-contact-col ul li {
    padding-left: 33px;
}

.footer-contact-col ul li i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 20px;
    color: #F47920;
}

.footer-contact-col ul li:nth-child(2) i {
    font-size: 16px;
}

.social-icon-box {
    padding-top: 33px;
}

.social-icon-box a {
    display: inline-block;
    padding-right: 18px;
}

.social-icon-box a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    transition: all .5s ease-in-out;
}

.footer-proud-col ul {
    display: flex;
    margin: 0 -11px;
}

.footer-proud-col ul li {
    padding: 0 11px;
}

.footer-proud-col ul li .img-box img {
    object-fit: contain;
}

.footer-proud-col ul li .img-box+.img-box {
    margin-top: 10px;
}

.coyright-box {
    padding-top: 20px;
}

.coyright-box .cms-con p,
.coyright-box .cms-con p a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #A0A0A0;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.coyright-box .cms-con p a:hover {
    color: #F47920;
}

.coyright-box .cms-con img {
    margin-left: 5px;
}

/* how-we-work-sec */
.how-we-work-sec {
    padding: 90px 0 80px;
    background: #FAFAFA;
}

.how-we-work-sec .sec-sub-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
    margin-top: 8px;
    display: block;
}

.how-we-work-wrap {
    margin-left: 10px;
}

.how-we-work-sec .row {
    --bs-gutter-x: 2.1rem;
    padding-top: 8px;
}

.how-we-work-sec .row>div {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.step-box {
    border: 1px solid #F47920;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background: #fff;
    height: 100%;
    transition: all .5s ease-in-out;
}

.step-box::after {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: #FBD2B5;
    border-radius: 10px;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.step-icon img {
    object-fit: contain;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin: 48px 0 9px;
}

/* our-trusted-partner-sec */
.our-trusted-partner-sec {
    padding: 90px 0 85px;
}

.our-trusted-partner-sec .sec-head {
    margin-bottom: clamp(0.938rem, 0.106rem + 2.66vw, 2.5rem);
}

.patner-row {
    margin: 0 -9px;
}

.partner-col {
    padding: 0 9px;
    width: 16.6%;
    margin-bottom: 18px;
    padding-top: 18px;
}

.partner-img-box {
    background: #fff;
    box-shadow: 0px 0px 7px 3px #00000014;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    border-radius: 5px;
}

/* residential-commercial-sec */
.residential-commercial-sec {
    padding: 110px 0;
    position: relative;
    z-index: 2;
    background: rgb(250 250 250 / 50%);
}

.residential-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.residential-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.residential-commercial-sec::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 182, 33, 0) 18.88%, #926B13 51.04%);
    z-index: -2;
    opacity: .1;
}


.residential-content {
    padding-left: 80px;
    max-width: 46%;
    position: relative;
}

.residential-content .sec-sub-title {
    font-size: clamp(1.125rem, 0.982rem + 0.714vw, 1.625rem);
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 8px;
    display: block;
}

.residential-content .sec-title {
    font-size: clamp(1.75rem, 0.753rem + 3.191vw, 3.625rem);
    font-weight: 900;
    line-height: 1
}

/* review-sec */
.review-sec {
    padding: 88px 0 103px;
}

.review-slider-row {
    margin: 0 -12px;
}

.review-slider-row .slick-track {
    display: flex;
}

.review-slider-row .slick-slide {
    height: inherit !important;
}

.review-slider-row .slick-slide>div {
    height: 100%;
}

.review-slider-row .slick-dots {
    margin-top: 22px;
}

.review-slider-row .slick-dots li button,
.patner-row .slick-dots li button,
.latest-blog-row .slick-dots li button {
    background: #D6D6D6;
}

.review-slider-row .slick-dots li.slick-active button,
.patner-row .slick-dots li.slick-active button,
.latest-blog-row .slick-dots li.slick-active button {
    background: #F8B621;
}

.review-slider-col {
    padding: 12px;
    height: 100%;
}

.review-slider-box {
    padding: 24px 28px;
    box-shadow: 0px 0px 15px 5px #0000000A;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}

.reviewer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 8px;
}

.reviews {
    position: relative;
    display: inline-block;
}

.star-outline {
    flex: 0 0 95px;
    position: relative;
    background-image: url(../img/star-outline.svg), url(../img/star-outline.svg),
        url(../img/star-outline.svg), url(../img/star-outline.svg),
        url(../img/star-outline.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 98px;
    background-position: 0px 0, 19.2px 0, 40px 0, 59.2px 0, 80px 0;
    margin-right: 10px;
}

.star {
    position: absolute;
    background-image: url(../img/star.svg), url(../img/star.svg),
        url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: var(--review);
    overflow: hidden;
    background-position: 0px 0, 19.2px 0, 40px 0, 59.2px 0, 80px 0;
}

.reviewer-img img {
    object-fit: contain;
}

/* unlocking-benefits-sec */
.unlocking-benefits-sec {
    padding-block: 94px;
    background: #FDE9DA;
}

.unlocking-content {
    max-width: 84%;
}

.unlocking-content .sec-title {
    font-size: clamp(1.5rem, 1.484rem + 0.851vw, 2.25rem);
}

.unlocking-img-box {
    margin-right: 68px;
    position: relative;
    overflow: hidden;
}

.unlocking-img-box img {
    object-fit: cover;
    aspect-ratio: 1/.89;
    transition: transform 1s ease-in-out;
}

.unlocking-img-box .victorian-img {
    position: absolute;
    top: 20px;
    right: 20px;
}


.unlocking-img-box .victorian-img img {
    aspect-ratio: inherit;
    max-width: 98px;
    object-fit: contain;
}

.unlocking-content .btn-gradient {
    min-width: 289px;
    padding: 0.5875rem .9375rem;
    margin-top: clamp(1.375rem, -0.098rem + 3.929vw, 3.438rem);
}

/* our-latest-blog-sec */
.our-latest-blog-sec {
    padding: 100px 0 112px;
}

.our-latest-blog-sec .container {
    max-width: 1285px;
}

.latest-blog-row {
    padding-left: 123px;
}

.latest-blog-row .slick-slide {
    padding: 0 12px;
}

.blog-img-box {
    display: block;
    overflow: hidden;
}

.blog-img-box img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/.7;
    transition: transform .8s ease-in-out;
}

.blog-post-date {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #B2B2B2;
    display: block;
    padding: 13px 0 10px;
    display: flex;
    align-items: center;
}

.blog-post-date a {
    color: #B2B2B2;
}

.blog-post-date a:hover {
    color: #F47920;
}

.blog-post-date .pipe-sign {
    display: inline-block;
    padding: 0 3px;
    margin-top: -2px;
}

.latest-blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease-in-out;
    height: 45px;
}

.latest-blog-content .cms-con p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* contact-us */
.contact-banner-sec {
    position: relative;
    height: 300px;
    max-width: 1940px;
    margin-inline: auto;
}

.contact-banner-sec .container {
    height: 100%;
}

.contact-banner-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F47920 0%, #F8B621 100%);
    z-index: -1;
}

.contact-banner-sec::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url(../img/banner-clip-path.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.contact-banner-img img {
    margin-left: auto;
    mix-blend-mode: luminosity;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.contact-banner-wrap {
    height: 75%;
    display: flex;
    align-items: center;
}

.contact-banner-content {
    padding: 35px 0;
    position: relative;
    z-index: 3;
    width: 100%;
}

.contact-banner-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: .625rem;
    max-width: 75%;
}

.breadcrumbs span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.breadcrumbs span a {
    color: #fff;
    font-weight: 300;
    transition: all .5s ease-in-out;
}

.breadcrumbs span a:hover {
    color: #000;
}

/* contact-sec */
.contact-sec {
    padding-top: 10px;
}

.contact-sec .container {
    max-width: 1262px;
}

.contact-sec .sec-title {
    font-size: 40px;
}

.contact-info {
    margin-right: 30px;
}

.contact-info-box {
    display: flex;
    padding-block: 40px;
    border-bottom: 1px solid #D6D6D6;
}

.contact-info-box:last-child {
    border-bottom: 0;
}

.contact-info-box .icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #F47920;
    padding: 5px;
    margin-top: 4px;
}

.contact-info-box .icon-box i {
    display: inline-block;
    font-size: 25px;
    color: #fff;
}

.contact-desc {
    padding-left: 17px;
}

.contact-info-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 7px;
}

.contact-desc .cms-con p,
.contact-desc a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    transition: all .5s ease-in;
}

.contact-desc a:hover {
    color: #F47920;
}

.contact-form {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 5px #00000014;
    background: #fff;
    padding: 45px 50px 53px;
    margin-left: 27px;
    position: relative;
    z-index: 1;
}

.contact-form-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-form .row {
    --bs-gutter-x: 0.8rem;
}

.contact-form .row+p {
    margin-bottom: 0;
    position: relative;
}

.contact-form .btn-submit {
    padding: 0.8875rem .9375rem;
    font-weight: 800;
    margin-top: 14px;
}

.btn::before {
    width: 0;
}

.wpcf7-spinner {
    position: absolute !important;
    top: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto !important;
    z-index: 2;
}

.wpcf7-spinner::before {
    width: 12 !important;
    height: 12 !important;
}

/* contact-map-sec */
.contact-map-wrap {
    height: 692px;
    margin-top: -212px;
}

.contact-map-wrap iframe {
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

/* contact-us */

/* hot-water-faq-sec */
.hot-water-faq-sec {
    background-color: #FAFAFA;
}

.hot-water-accordion {
    max-width: 718px;
    margin-inline: auto;
}

.accordion-item {
    color: #333333;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    padding-block: 31px;
    padding-inline: 45px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: 0;
}

.accordion-button:not(.collapsed) {
    padding-block: 26px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    color: #333333;
}

.accordion-body {
    padding: 0 0 30px 45px;
    max-width: 83%;
}

.accordion-body .cms-con p {
    line-height: 1.5;
}

.accordion-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/plus-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    height: 18px;
    width: 18px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus-icon.svg);
}

/* hot-water-faq-sec-end */

/* recent-work-sec */
.recent-work-grid-wrap {
    padding: 20px 20px 0;
    max-width: 1920px;
    margin-inline: auto;
}

.recent-work-grid-row {
    display: grid;
    grid-template-columns: 18.23% 12.73% 15.96% 24.46% 12.73% 15.90%;
    grid-template-rows: auto;
    margin: 0 -8px;
    position: relative;
}

.recent-work-grid-col {
    padding: 0 8px 15px;
    width: 100%;
}

.recent-work-grid-box {
    height: 100%;
    width: 100%;
}

.recent-work-grid-col:first-child {
    grid-column: 1;
    grid-row: 1;
    height: 237px;
}

.recent-work-grid-col:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    height: 237px;
}

.recent-work-grid-col:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / span 2;
    height: 325px;
}

.recent-work-grid-col:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
    height: 237px;
}

.recent-work-grid-col:nth-child(5) {
    grid-column: 5;
    grid-row: 1;
    height: 237px;
}

.recent-work-grid-col:nth-child(6) {
    grid-column: 6;
    grid-row: 1 / span 2;
    height: 325px;
}

.recent-work-grid-col:nth-child(7) {
    grid-column: 1 / span 2;
    grid-row: 2;
    height: 360px;
}

.recent-work-grid-col:nth-child(8) {
    grid-column: 3;
    grid-row: 2;
    margin-top: 87px;
    height: 272px;
}

.recent-work-grid-col:nth-child(9) {
    grid-column: 4 / span 2;
    grid-row: 2;
    height: 360px;
}

.recent-work-grid-col:nth-child(10) {
    grid-column: 6;
    grid-row: 2;
    margin-top: 87px;
    height: 272px;
}

.recent-work-grid-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.recent-work-grid-box {
    position: relative;
    display: block;
}

.recent-work-grid-row .btn {
    position: absolute;
    right: 60px;
    bottom: 40px;
    min-width: 9.25rem;
    padding: .5875rem .9375rem;
}



/* Blog */
.blog-inner-sec {
    padding-top: 50px;
}

.blog_category ul {
    text-align: center;
    margin-bottom: 65px;
}

.blog_category ul li {
    width: auto;
    display: inline-block;
    padding: 0 21px;
}

.blog_category ul li .blogcate_btn {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    transition: all .4s ease-in-out;
}

.blog_category ul li .blogcate_btn::before {
    content: '';
    position: absolute;
    background-color: #F15623;
    height: .0625rem;
    width: 0;
    bottom: -0.3125rem;
    left: 0;
    transition: all .4s ease-in-out;
}

.blog_category ul li .blogcate_btn.active {
    font-weight: 700;
}

.blog_category ul li .blogcate_btn:hover,
.blog_category ul li .blogcate_btn.active,
.blog_category ul li .blogcate_btn.active {
    color: #F47920;
}

.blog_category ul li .blogcate_btn:hover::before,
.blog_category ul li .blogcate_btn.active,
.blog_category ul li .blogcate_btn.active::before {
    width: 100%;
}


.blog-row>div {
    margin-bottom: 50px;
}

.blog-row .latest-blog-content .cms-con p,
.related-post-row .latest-blog-content .cms-con p {
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
}

.blog-row .latest-blog-content .blog-post-date,
.blog-details-main .blog-post-date,
.related-post-row .blog-post-date {
    font-size: 14px;
}

.blog-row .latest-blog-content .latest-blog-title,
.related-post-row .latest-blog-content .latest-blog-title {
    font-size: 22px;
    height: 55px;
}

.post-pagination .pagination {
    display: flex;
    justify-content: center;
    margin: 1.25rem 0 0;
}

.post-pagination .pagination .nav-links {
    padding: 0;
}

.post-pagination .pagination .page-numbers {
    font-size: 1.125rem;
    padding: .3125rem;
    color: #000;
    border: .0625rem solid #F47920;
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: .5rem;
    transition: all .5s ease-in-out;
}

.post-pagination .pagination .page-numbers:hover,
.post-pagination .pagination .page-numbers.current {
    color: #fff;
    background: #F47920;
}

.post-pagination .pagination .next.page-numbers,
.post-pagination .pagination .prev.page-numbers {
    color: #333333;
    background: none;
    height: auto;
    width: auto;
    border: 0;
    border-radius: 0;
}

.post-pagination .pagination .next.page-numbers:hover,
.post-pagination .pagination .prev.page-numbers:hover {
    color: #F47920;
}

.not-found-title {
    font-size: clamp(1.875rem, 1.21rem + 2.128vw, 3.125rem);
    font-weight: 600;
    display: block;
    color: #333333;
}

/* Blog Single */

.blog-details-sec.common-sec {
    padding-top: 15px;
}

.blog-details-sec .container {
    max-width: 1126px;
}

.blogdtlImg {
    overflow: hidden;
}

.blogdtlImg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / .584;
    transition: transform 1s ease-in-out;
}

.blog-details-main .blog-post-date {
    font-size: 16px;
    padding: 27px 0 13px;
}

.addtoany_content {
    margin: 50px auto 0 !important;
}

.recent-post-sec {
    padding-bottom: 110px;
}

.recent-post-head {
    position: relative;
}

.recent-post-head .sec-head {
    margin-bottom: clamp(1.125rem, 0.128rem + 3.191vw, 3rem);
}

.recent-post-head .btn-underline {
    position: absolute;
    right: 0;
    top: 31%;
}

/* Vue Program Page */
/* understanding-victorian-sec */
.understanding-victorian-sec {
    padding-top: 35px;
    padding-bottom: 90px;
}

.understanding-content {
    padding-left: 15px;
}

.understanding-content .sec-title {
    font-size: 36px;
}

.understanding-content .cms-con p {
    margin-bottom: 15px;
}

/* veu-we-work-sec */
.veu-we-work-sec .sec-head {
    margin-bottom: clamp(0.938rem, 0.173rem + 2.447vw, 2.375rem);
}

.veu-we-work-sec .step-icon {
    width: 68px;
    height: 60px;
}

.veu-we-work-sec .cms-con p {
    line-height: 1.2;
}

/* zigzag-sec */
.zigzag-sec {
    padding-block: 115px;
}

.zigzag-row {
    padding-bottom: 115px;
}

.zigzag-row:last-child {
    padding-bottom: 0 !important;
}

.zigzag-row:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag-row:nth-child(odd) .zigzag-content {
    padding-left: 40px;
}

.zigzag-row:nth-child(odd) .zigzag-content.style-2 {
    padding-left: 0 !important;
}

.zigzag-row:nth-child(even) .zigzag-content {
    padding-right: 70px;
}

.zigzag-row:nth-child(even) .zigzag-content.style-2 {
    padding-right: 0 !important;
}

.zigzag-content .cms-con h3 {
    margin-bottom: 28px;
}

.zigzag-content .cms-con h3+p {
    margin-bottom: 38px;
}

.zigzag-content.style-2 .cms-con h3+p {
    margin-bottom: 15px;
}

.zigzag-content .cms-con h5 {
    font-size: 24px;
    margin-bottom: 0.65rem;
    padding-top: 10px;
}

/* get-stated-sec */
.get-stated-sec.common-sec {
    padding-top: 3.3625rem;
    padding-bottom: 3.7625rem;
}

.get-stated-sec .call-to-action-box {
    max-width: 71.875rem;
}

.get-stated-sec .call-to-action-con .cms-con {
    width: 97%;
}

.get-stated-sec .call-to-action-con .cms-con p {
    line-height: 1.27;
}

 .a2a_kit.a2a_kit_size_32 span {
        background-color: transparent !important
   }

 .a2a_kit a {
        padding: .625rem 0 0;
        display: inline-block
    }

    .a2a_kit svg {
        width: 2rem !important;
        height: 2rem !important;
        fill: #9e9d9d;
        transition: .5s ease-in-out all;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out
    }

    .a2a_kit svg path {
        fill: #a7a7a7 !important
    }


/* @media only screen and (min-width: 2000px) {
    .contact-banner-sec::after {
        height: 101px;
    }
}

@media only screen and (min-width: 2500px) {
    .contact-banner-sec::after {
        height: 125px;
    }
} */

@media (min-width:1025px) {
    .btn-underline:hover::after {
        width: 0;
    }

    .btn.btn-outline:hover {
        -webkit-text-fill-color: #fff;
    }

    .btn.btn-outline::before {
        opacity: 0;
        z-index: -2;
        transition: .6s ease-in-out;
    }

    .btn.btn-outline:hover::before {
        opacity: 1;
        z-index: -1;
        background: linear-gradient(90deg, #F8B621 0%, #F47920 100%);
    }

    .btn.btn-outline:hover::after {
        background: linear-gradient(264.01deg, #F47920 6.65%, #F47920 96.77%);
        z-index: -2;
    }

    .btn-gradient:hover {
        color: #333333;
    }

    .btn-white:hover {
        color: #fff;
    }

    .btn-white::before {
        background: #333333;
    }

    .social-icon-box a:hover i.icon-facebook {
        color: #3b5998;
    }

    .social-icon-box a:hover i.icon-instagram {
        color: #d62976;
    }

    .social-icon-box a:hover i.icon-linkedin {
        color: #0077B5;
    }

    .latest-blog-box:hover .blog-img-box img,
    .unlocking-img-box:hover img {
        transform: scale(1.02);
        transition-duration: 1s;
    }

    .latest-blog-box:hover .latest-blog-title,
    .latest-blog-box:hover .latest-blog-title a {
        color: #F47920;
    }

    .step-box:hover {
        border-color: #F8B621;
    }

    .step-box:hover::after {
        background: #FDE7B5;
    }

    .recent-work-grid-box::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #F47920 0%, #F8B621 100%);
        z-index: 1;
        transition: all .5s ease-in-out;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    .recent-work-grid-box::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background-image: url(../img/galleryicon.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        transition: all .5s ease-in-out;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        margin: auto;
    }

    .recent-work-grid-box:hover::before,
    .recent-work-grid-box:hover::after {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .recent-work-grid-box:hover::before {
        opacity: .5;
    }

    .blogdtlImg:hover img {
        transform: scale(1.1);
        transition-duration: .8s;
    }
    .a2a_button_facebook:hover svg path {
        fill: #3b5998 !important
    }

    .a2a_button_x:hover svg path {
        fill: #000 !important
    }

    .a2a_button_linkedin:hover svg path {
        fill: #0077b5 !important
    }

    .a2a_button_pinterest:hover svg path {
        fill: #e60023 !important
    }

    .a2a_dd:hover svg path {
        fill: #F47920 !important
    }

    .addtoany_list a:hover span {
        opacity: 1 !important;
    }
}

@media(max-width:1699px) {
    .residential-content {
        padding-left: 0;
        max-width: 40%;
    }

    .residential-img-box img {
        object-position: right;
    }

    .contact-sec {
        padding-top: 30px;
    }

    .contact-banner-sec::after {
        height: 80px;
    }

    .contact-map-wrap {
        height: 550px;
        margin-top: -162px;
    }

    .zigzag-row {
        padding-bottom: 80px;
    }

    .recent-work-grid-row .btn {
        right: 50px;
    }

    .our-vision-mision-con .cms-con {
        max-width: 100%;
    }
}

@media(max-width:1499px) {
    .step-box {
        padding: 30px 20px;
    }

    .latest-blog-row {
        padding-left: 0;
    }

    .residential-commercial-sec {
        padding: 90px 0;
    }

    .residential-img-box img {
        object-position: -300px;
    }

    .contact-banner-sec::after {
        height: 71px;
    }

    .contact-banner-sec {
        height: 270px;
    }

    .recent-work-grid-col:nth-child(7),
    .recent-work-grid-col:nth-child(9) {
        height: 330px;
    }

    .recent-work-grid-col:nth-child(8),
    .recent-work-grid-col:nth-child(10) {
        height: 243px;
    }

    .recent-work-grid-row .btn {
        right: 38px;
    }

    .our-vision-mision-box {
        margin-bottom: 3.875rem;
    }

    .our-vision-mision-box .img-box {
        width: 9.125rem;
        height: 9.125rem;
        flex: 0 0 9.125rem;
        padding: 22px;
        margin-right: 2.125rem;
    }
}

@media(max-width:1299px) {
    .contact-banner-sec::after {
        height: 61px;
    }

    .recent-work-grid-row .btn {
        right: 25px;
    }
}

@media(max-width:1199px) {

    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        padding: 11px 12px;
    }

    .form-select {
        background-position: right 15px center;
        padding-right: 35px;
    }

    textarea {
        height: 120px;
    }

    .footer-sec {
        padding-top: 35px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-top {
        padding-bottom: 28px;
    }

    .footer-row {
        flex-wrap: wrap;
        padding: 0 0 5px;
    }

    .footer-col {
        margin-bottom: 25px;
    }

    .footer-col:first-child,
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        width: 33.33%;
    }

    .footer-col:nth-child(4),
    .footer-col:last-child {
        width: 50%;
    }

    .footer-col:last-child {
        padding-left: 40px;
    }

    .footer-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-col ul li {
        padding-bottom: 8px;
    }

    .footer-contact-col ul li {
        padding-bottom: 12px;
    }

    .social-icon-box {
        padding-top: 25px;
    }

    .social-icon-box a i {
        font-size: 20px;
    }

    .how-we-work-sec {
        padding: 70px 0 60px;
    }

    .how-we-work-sec .row {
        --bs-gutter-x: 1.5rem;
    }

    .step-box {
        padding: 20px 15px;
    }

    .step-title {
        margin: 20px 0 9px;
    }

    .how-we-work-sec .sec-sub-title {
        font-size: 20px;
    }

    .our-trusted-partner-sec {
        padding: 70px 0 65px;
    }

    .residential-commercial-sec {
        padding: 70px 0;
    }

    .residential-content {
        max-width: 45%;
    }

    .residential-content .sec-title {
        font-size: 38px;
    }

    .residential-img-box img {
        object-position: inherit;
    }

    .review-sec {
        padding: 70px 0 85px;
    }

    .reviewer-row {
        margin-bottom: 15px;
    }

    .review-slider-box {
        padding: 20px 15px;
    }

    .unlocking-benefits-sec {
        padding-block: 70px;
    }

    .unlocking-img-box {
        margin-right: 0;
    }

    .unlocking-content {
        max-width: 100%;
    }

    .our-latest-blog-sec {
        padding: 60px 0;
    }

    .contact-banner-title {
        font-size: 2.125rem;
        max-width: 100%;
    }

    .contact-sec .sec-title {
        font-size: 35px;
    }

    .contact-sec .sec-head {
        margin-bottom: 15px;
    }

    .contact-info-box {
        padding-block: 20px;
    }

    .contact-info-box .icon-box i {
        font-size: 20px;
    }

    .contact-info-box .icon-box {
        height: 40px;
        width: 40px;
        flex: 0 0 40px;
    }

    .contact-desc {
        padding-left: 12px;
    }

    .contact-form {
        padding: 30px 25px 38px;
    }

    .contact-form-title {
        font-size: 28px;
    }

    .contact-form .btn-submit {
        padding: 0.5875rem .9375rem;
    }

    .contact-map-wrap {
        height: 500px;
        margin-top: -112px;
    }

    .recent-work-grid-wrap {
        padding: 0px 20px 0;
    }

    .recent-work-grid-row {
        margin: 0 -5px;
    }

    .recent-work-grid-col {
        height: auto !important;
        grid-row: inherit !important;
        padding: 0 5px 10px;
    }

    .recent-work-grid-col img {
        aspect-ratio: 1/.6;
    }

    .recent-work-grid-col:first-child {
        grid-column: 1 / span 2;
    }

    .recent-work-grid-col:nth-child(2) {
        grid-column: 3 / span 2;
    }

    .recent-work-grid-col:nth-child(3) {
        grid-column: 5 / span 2;
    }

    .recent-work-grid-col:nth-child(4) {
        grid-column: 1 / span 3;
    }

    .recent-work-grid-col:nth-child(5) {
        grid-column: 4 / span 3;
    }

    .recent-work-grid-col:nth-child(6) {
        grid-column: 1 / span 2;
    }

    .recent-work-grid-col:nth-child(7) {
        grid-column: 3 / span 2;
    }

    .recent-work-grid-col:nth-child(8) {
        grid-column: 5 / span 2;
        margin-top: 0;
    }

    .recent-work-grid-col:nth-child(9) {
        grid-column: 1 / span 3;
    }

    .recent-work-grid-col:nth-child(10) {
        grid-column: 4 / span 3;
        margin-top: 0;
    }

    .recent-work-grid-row .btn {
        bottom: 20px;
        min-width: 8.25rem;
        padding: 0.4875rem .9375rem;
    }

    .accordion-button:not(.collapsed) {
        padding-block: 13px;
    }

    .accordion-button {
        padding-block: 22px;
    }

    .accordion-body {
        padding: 0 0 15px 45px;
        max-width: 95%;
    }

    .blog-inner-sec.common-sec {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .blog_category ul {
        margin-bottom: 40px;
    }

    .blog_category ul li {
        padding: 0 15px;
    }

    .recent-post-sec {
        padding-bottom: 60px;
    }

    .addtoany_list a span {
        opacity: 1 !important;
    }

    .a2a_button_facebook svg path {
        fill: #0866FF !important;
    }

    .a2a_button_x svg path {
        fill: #000 !important;
    }

    .a2a_button_linkedin svg path {
        fill: #007BB5 !important;
    }

    .a2a_button_pinterest svg path {
        fill: #e60023 !important;
    }

    .addtoany_share svg path {
        fill: #000 !important;
    }

    /* Veu Program Page */
    .understanding-victorian-sec {
        padding-bottom: 70px;
    }

    .understanding-content {
        padding-left: 0;
        padding-top: 25px;
    }

    .understanding-content .sec-title {
        font-size: 32px;
    }

    .understanding-content .cms-con p {
        margin-bottom: 10px;
    }

    .zigzag-sec {
        padding-block: 70px;
    }

    .zigzag-row {
        padding-bottom: 50px;
    }

    .zigzag-row:nth-child(odd) .zigzag-content {
        padding-left: 10px;
    }

    .zigzag-row:nth-child(even) .zigzag-content {
        padding-right: 10px;
    }

    .zigzag-content .cms-con h3 {
        margin-bottom: 12px;
    }

    .zigzag-content .cms-con p {
        margin-bottom: 15px;
    }

    .zigzag-content .cms-con h3+p {
        margin-bottom: 25px;
    }

    .zigzag-content .cms-con h5 {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 5.5px;
    }

    .get-stated-sec .call-to-action-con .sec-head .sec-title {
        font-size: 35px;
    }

    .get-stated-sec .call-to-action-con .cms-con {
        width: 100%;
    }

    .get-stated-sec .call-action-main {
        padding-top: 25px;
    }
}

@media (max-width:991px) {
    .btn-gradient {
        font-size: 16px;
        min-width: auto;
        padding: 8px 16px;
    }

    .btn-white {
        font-size: 16px;
    }

    .how-we-work-sec {
        padding: 50px 0 40px;
    }

    .our-trusted-partner-sec {
        padding: 50px 0 45px;
    }

    .residential-commercial-sec {
        padding: 50px 0;
    }

    .residential-content .sec-title {
        font-size: 28px;
    }

    .review-sec {
        padding: 50px 0 55px;
    }

    .review-slider-row .slick-dots {
        margin-top: 10px;
    }

    .unlocking-img-box {
        max-width: 80%;
        margin-inline: auto;
    }

    .unlocking-img-box img {
        width: 100%;
    }

    .unlocking-content {
        padding-top: 30px;
    }

    .blog-head-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .blog-head-box .sec-head {
        margin-bottom: 0;
    }

    .contact-banner-sec::after {
        height: 45px;
    }

    .contact-banner-wrap {
        height: 85%;
    }

    .contact-form {
        margin-left: 0;
        margin-top: 40px;
    }

    .contact-map-wrap {
        height: 450px;
        margin-top: 60px;
    }

    .blog-details-sec.common-sec {
        padding-top: 40px;
    }

    .blog-row .latest-blog-content .cms-con p,
    .related-post-row .latest-blog-content .cms-con p {
        font-size: 14px;
    }

    .blog-row .latest-blog-content .latest-blog-title,
    .related-post-row .latest-blog-content .latest-blog-title {
        font-size: 18px;
        height: 45px;
    }

    .addtoany_content {
        margin: 30px auto 0 !important;
    }

    .recent-post-head .btn-underline {
        top: 27%;
        font-size: 18px;
    }

    .contact-banner-title {
        font-size: 1.875rem;
    }

    .zigzag-row:nth-child(odd) .zigzag-content {
        padding-left: 0;
    }

    .zigzag-row:nth-child(even) .zigzag-content {
        padding-right: 0;
    }

    .zigzag-content {
        padding-top: 30px;
    }

    .zigzag-row .img-box img {
        max-width: 75%;
        margin-inline: auto;
    }

    .contact-info {
        margin-right: 0;
    }
}

@media (max-width:799px) {
    .contact-banner-sec::after {
        height: 37px;
    }
}

@media (max-width:767px) {
    .container {
        padding: 0 15px;
    }

    .btn~.btn {
        margin-left: 8px;
    }

    .unlocking-content .sec-head {
        margin-bottom: 12px;
    }

    .contact-form {
        margin-left: 0;
    }

    .contact-map-wrap {
        height: 300px;
        margin-top: 50px;
    }

    .recent-work-grid-wrap {
        padding: 0px 15px 0;
    }

    /* Blog */
    .blog_category {
        margin-bottom: 40px;
    }

    .selectFilter {
        display: block;
        background: #f8f8f8;
        color: #333333;
        position: relative;
        border-radius: 50px;
        font-size: 16px;
        padding: 18px;
        line-height: 1;
        font-weight: 700;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 3;
        text-align: left;
    }

    .selectFilter::after {
        content: "";
        position: absolute;
        right: 22px;
        top: -3px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #333333;
        border-right: 3px solid #333333;
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out
    }

    .filterDropdown:not(.asd) {
        margin: 0 auto;
        width: 100%;
        top: 55px;
        position: absolute;
        background-color: #f8f8f8;
        border-radius: 0;
        z-index: 2;
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        overflow: hidden;
        margin-top: -50px;
        max-height: 580px;
        padding-top: 50px
    }

    .filterDropdown:not(.asd) li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 0
    }

    .filterDropdown:not(.asd) li:last-child {
        border-bottom: none
    }

    .filterDropdown:not(.asd) li .blogcate_btn.active {
        background: transparent;
        border-radius: 0;
        border-color: transparent
    }

    .filterDropdown:not(.asd) li .blogcate_btn {
        background: transparent;
        border: none;
        text-align: start;
        padding: 12px 15px;
        width: 100%;
        display: block;
    }

    .blog_category ul li .blogcate_btn {
        font-size: 1.125rem;
    }

    .blog_category ul li {
        border-right: none;
    }

    .filterDropdown:not(.asd) li .protfolio-btn:hover,
    .filterDropdown:not(.asd) li .blogcate_btn:hover {
        transform: inherit;
        background-color: transparent;
        border-color: transparent;
        font-weight: 700
    }

    .blog_category ul li .blogcate_btn::before {
        display: none;
    }

    .contact-banner-title {
        font-size: 1.625rem;
    }

    .get-stated-sec .call-to-action-con .sec-head .sec-title {
        font-size: 30px;
    }
}

@media (max-width:575px) {
	.coyright-box .cms-con+.cms-con {
        padding-top: 10px;
        justify-content: center !important;
    }
	
	 .coyright-box {
        text-align: center;
    }
    .btn-gradient {
        font-size: 14px;
    }

    .wpcf7 form .wpcf7-response-output {
        padding: 0.0125rem !important;
        font-size: 12px !important;
    }

    textarea {
        height: 100px;
    }

    .footer-sec {
        padding-top: 25px;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .footer-btn-box .btn-outline {
        display: none;
    }

    .footer-col:first-child,
    .footer-col:nth-child(2),
    .footer-col:nth-child(3),
    .footer-col:nth-child(4),
    .footer-col:last-child {
        width: 100%;
    }

    .footer-col:first-child,
    .footer-col:nth-child(2),
    .footer-col:nth-child(3) {
        display: none;
    }

    .footer-col:nth-child(4) {
        border-right: 0;
    }

    .footer-col:last-child {
        padding-left: 12px;
    }

    .how-we-work-sec .row {
        padding-top: 0;
    }

    .how-we-work-sec .sec-sub-title {
        font-size: 18px;
        margin-top: 3px;
    }

    .how-we-work-sec .row>div {
        margin-bottom: 25px;
    }

    .step-icon img {
        max-width: 3.125rem;
    }

    .btn-underline {
        font-size: 16px;
    }

    .patner-row {
        margin: 0 -8px;
    }

    .partner-col {
        padding: 10px 8px;
        margin-bottom: 10px;
    }

    .our-trusted-partner-sec {
        padding: 40px 0 35px;
    }

    .residential-commercial-sec {
        padding: 0;
    }

    .residential-commercial-sec::before {
        display: none;
    }

    .residential-img-box {
        height: 100%;
    }

    .residential-img-box img {
        object-position: 98%;
    }

    .residential-content {
        max-width: 100%;
        padding: 25px 0;
    }

    .residential-img-box::before {
        content: '';
        position: absolute;
        background: rgb(0 0 0 / 65%);
        width: 100%;
        height: 100%;
    }

    .residential-content .sec-sub-title,
    .residential-content .sec-title {
        color: #fff;
    }

    .review-sec {
        padding: 40px 0 45px;
    }

    .reviewer-img img {
        max-width: 45px;
    }

    .unlocking-benefits-sec {
        padding-block: 50px;
    }

    .unlocking-img-box {
        max-width: 100%;
    }

    .unlocking-content .sec-head {
        margin-bottom: 15px;
    }

    .unlocking-content {
        padding-top: 20px;
    }

    .unlocking-img-box .victorian-img {
        top: 10px;
        right: 10px;
    }

    .unlocking-img-box .victorian-img img {
        max-width: 60px;
    }

    .our-latest-blog-sec {
        padding: 40px 0 50px;
    }

    /* 
    .latest-blog-row>div {
        margin-bottom: 25px;
    } */

    .latest-blog-title {
        margin-bottom: 8px;
    }

    .contact-banner-sec {
        height: auto;
    }

    .why-tassie-solar-box {
        display: flex;
        align-items: start;
    }

    .contact-banner-sec::after {
        display: none;
    }

    .contact-banner-wrap {
        height: 100%;
        justify-content: center;
    }

    .contact-banner-content {
        padding: 20px 0;
    }

    .contact-sec .sec-title {
        font-size: 26px;
    }

    .contact-info-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .contact-desc .cms-con p,
    .contact-desc a {
        font-size: 14px;
    }

    .contact-form-title {
        font-size: 24px;
    }

    .contact-form {
        margin-top: 25px;
        padding: 20px 15px 28px;
    }

    .contact-form .btn-submit {
        padding: 0.3875rem .9375rem;
        font-size: 14px;
    }

    .contact-map-wrap {
        height: 350px;
    }

    .recent-work-sec .sec-head {
        margin-bottom: 18px;
    }

    .recent-work-grid-col {
        grid-column: 1 / span 6 !important;
    }

    .recent-work-grid-col img {
        aspect-ratio: inherit;
    }

    .recent-work-grid-row .btn {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
        bottom: 0;
        right: -31%;
    }

    .accordion-button {
        font-size: 16px;
        padding-block: 12px;
        padding-right: 10px;
        padding-left: 30px;
    }

    .serivce-counter-sec .about-counter-box {
        margin-top: 0;
    }

    .accordion-button:not(.collapsed) {
        padding-block: 10px;
    }

    .accordion-button::after {
        background-size: 16px;
        height: 16px;
        width: 16px;
    }

    .accordion-body {
        padding: 0 0 10px 30px;
        max-width: 98%;
    }

    .accordion-body .cms-con p {
        line-height: 1.4;
    }

    .breadcrumbs {
        display: none;
    }

    /* Blog */
    .blog-inner-sec.common-sec {
        padding-bottom: 50px;
    }

    .selectFilter {
        border-radius: 28px;
    }

    .filterDropdown:not(.asd) {
        border-radius: 21px;
    }

    .latest-blog-title,
    .blog-row .latest-blog-content .latest-blog-title,
    .related-post-row .latest-blog-content .latest-blog-title {
        height: auto;
    }

    .post-pagination .pagination {
        margin: 8px 0 0;
    }

    .single-post #breadcrumbs {
        display: none;
    }

    .blog-details-main .blog-post-date {
        font-size: 14px;
        padding: 20px 0 10px;
    }

    .recent-post-sec {
        padding-bottom: 50px;
    }

    .recent-post-head .btn-underline {
        top: inherit;
        position: relative;
        right: inherit;
    }

    /* Vue Program Page */
    .understanding-victorian-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .understanding-content .sec-title {
        font-size: 26px;
    }

    .zigzag-sec {
        padding-block: 40px;
    }

    .zigzag-row {
        padding-bottom: 40px;
    }

    .zigzag-content .cms-con h5 {
        font-size: 18px;
    }

    .zigzag-row .img-box img {
        max-width: 100%;
    }

    .get-stated-sec .call-to-action-con .sec-head .sec-title {
        font-size: 26px;
    }

    .get-stated-sec .call-action-main .btn {
        min-width: 144px;
        font-size: 14px;
        padding: 0.4rem .9375rem;
    }

    .recent-work-grid-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .recent-work-grid-col {
        width: 50%;
        height: 140px !important;
    }

    .contact-info-box {
        padding-block: 15px;
    }

    .contact-info-box .icon-box i {
        font-size: 15px;
    }

    .contact-info-box .icon-box {
        height: 30px;
        width: 30px;
        flex: 0 0 30px;
    }

    .contact-desc {
        padding-left: 8px;
    }
}