@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* <!-- Header Section Css Start --> */

.header .navbar {padding: 0px;}

.header .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.header a.navbar-brand img {
    width: 100px;
}

.header .navbar-light .navbar-brand {
    flex-basis: 120px;
    margin-right: 35px;
}

.header .navbar-center {
    flex-basis: 75%;
}

.header .headerbtn.d-flex {
    flex-basis: 25%;
    justify-content: end;
    gap: 25px;
    align-items: center;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu{
    margin-top: 0;
}

.dropdown-menu {
    background: white !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
    padding: 0px !important;
    padding-bottom: 15px !important;
}

.dropdown-menu a.dropdown-item {
    padding: 15px 20px !important;
    padding-bottom: 0px !important;
    font-family: 'Rubik';
    font-size: 13px;
    text-transform: uppercase;
}

.dropdown-menu a.dropdown-item:hover {
    background: transparent !important;
}

.dropdown-toggle::after {
    font-size: 18px;
    top: 1px !important;
    position: relative;
}

.header .navbar-center ul.navbar-nav.d-flex.flex-row {
    justify-content: center;
    gap: 30px;
}

.header .navbar-center ul.navbar-nav li, a {
    padding: 0px !important;
}

.header .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    color: black;
    font-family: "Rubik", sans-serif;
}

section.header {
    padding: 20px 0px;
    box-shadow: 0 5px 20px 0 #0000002b !important;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: white;
}

.header a.bgheadbtn {
    font-family: 'Rubik';
    font-size: 15px;
    color: white;
    background: #ee3127;
    padding: 8px 30px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 50px;
}

.header a.bgheadbtn:hover {
    background: #b30000;
}

.header .headeribtn {
    display: flex;
    width: max-content;
    justify-content: flex-start;
    align-items: center;
}

.header .headeribtn a {
    display: inline-flex;
    color: #ee3127 !important;
    font-size: 15px;
    align-items: center;
    gap: 10px;
    font-family: 'Rubik';
    font-weight: bold;
    text-decoration: none;
}

.header .headeribtn a i {
    margin-left: 0px;
    height: 1em;
    display: flex;
    color: #ee3127 !important;
    fill: #ee3127 !important;
}

/* <!-- Header Section Css End --> */

/* <!-- Banner Section Css Start --> */

section.bannersec {
    background: #EF2E23;
    color: white;
    padding-top: 90px;
    padding-bottom: 30px;
    background-image: url('../images/banner-bg.png');
    background-size: cover;
    background-position: center center;
}

.bannersec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.bannersec h1 {
    font-family: 'Rubik';
    font-size: 41px;
    font-weight: bold;
}

.bannersec p {
    font-family: 'Rubik';
    font-size: 17px;
    margin-top: 15px;
}

.bannerbtn {
    display: flex;
    gap: 25px;
    align-items: center;
}

img.asseen {
    width: 320px;
}

.bannerbtn a.whitebanbtn {
    text-decoration: none;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: bold;
    color: #fb2b2b;
    background: white;
    padding: 8px 25px !important;
    text-transform: uppercase;
    border-radius: 50px;
}

.banneribtn {
    display: flex;
    width: max-content;
    justify-content: flex-start;
    align-items: center;
}

a.borderbanbtn {
    display: inline-flex;
    color: white !important;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    font-family: 'Rubik';
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 7px 24px !important;
    border-radius: 50px;
    text-decoration: none !important;
}

a.borderbanbtn i {
    margin-left: 0px;
    height: 1em;
    display: flex;
    color: white !important;
    fill: white !important;
}

.bannerbtn {
    margin-top: 60px;
    margin-bottom: 40px;
}

.bannerbtn a.whitebanbtn i {
    margin-left: 5px;
}

/* <!-- Banner Section Css End --> */

/* <!-- Info Section Css Start --> */

.infosec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.infosec img.sec-paint {
    width: 100%;
}

section.infosec {
    background: #ef2e23;
    color: white;
}

section.infosec .infobx {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 45px;
}

section.infosec .infobx i {
    font-size: 32px;
    color: white;
}

section.infosec .infonum {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Rubik';
}

section.infosec .infocontent {
    font-family: 'Rubik';
    font-size: 17px;
    text-transform: capitalize;
}

/* <!-- Info Section Css End --> */

/* <!-- Services Section Css Start --> */

.services-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.services-sec {
    padding: 35px 0px;
    padding-bottom: 80px;
}

.services-sec h2 {
    text-align: center;
    font-family: 'Rubik';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.services-sec p {
    text-align: center;
    font-family: 'Rubik';
    font-size: 16.615px;
    color: black;
    font-weight: normal;
    margin-bottom: 80px !important;
}

.services-sec .col-md-12 .row {
    margin-top: 60px;
}

.services-sec .col-md-4 img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all .3s;
    border-radius: 15px 15px 0px 0px;
}

.services-sec p.sname {
    padding: 20px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.services-sec p.des {
    padding: 0px 20px;
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px !important;
}

.service-bx a {
    text-decoration: none !important;
}

.services-sec a.viewbtn {margin-left: 20px;border-radius: 65px;color: #ffffff;background: #ff0002;font-size: 16px !important;font-weight: 400 !important;letter-spacing: 1px;padding: 15px 30px !important;text-decoration: none;transition: all .3s;text-transform: uppercase;display: block;width: max-content;margin-top: 25px;border: none;}

/* <!-- Services Section Css End --> */

/* <!-- Why Choose Section Css Start --> */

.whychoose-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.whychoose-sec {
    padding: 90px 0px;
    background: #eeeeee;
    padding-bottom: 0px;
}

.whychoose-sec h2 {
    text-align: center;
    font-family: 'Rubik';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.whychoose-sec p {
    text-align: center;
    font-family: 'Rubik';
    font-size: 16.615px;
    color: black;
    font-weight: normal;
}

.whychoose-sec .col-md-12 .row {
    margin-top: 60px;
}

.whychoose-sec .col-md-4 img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    transition: all .3s;
    margin: auto;
    display: block;
}

.whychoose-sec p.sname {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    text-align: left;
    font-size: 17px;
    font-weight: 800;
    margin-top: 35px;
    text-align: center;
}

.whychoose-sec p.des {
    padding: 0px;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 0px;
}

.whychoose-bx {
    padding: 32px;
    background: white;
    border-radius: 15px;
    height: 350px;
    padding-top: 30px;
}

.whychoose-bx:hover {
    opacity: .8;
}

.whychoose-sec .custom-shape-divider-bottom {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    /* position: absolute; */
    transform: scaleY(-1);
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}

.whychoose-sec .custom-shape-divider-bottom svg {
    display: block;
    height: 50px;
    width: 100%;
}

/* <!-- Why Choose Section Css End --> */

/* <!-- Reviews Section Css Start --> */

.reviews-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.reviews-sec {
    padding: 90px 0px;
    background: #ee3127;
    padding-bottom: 0px;
    color: white;
}

.reviews-sec h2 {
    text-align: left;
    font-family: 'Rubik';
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0px;
}

.reviews-sec p {
    text-align: center;
    font-family: 'Rubik';
    font-size: 16.615px;
    color: black;
    font-weight: normal;
}

.reviews-sec .col-md-12 .row {
    margin-top: 40px;
}

.reviews-sec .col-md-4 img {
    width: 125px;
    height: 30px;
    object-fit: cover;
    transition: all .3s;
}

.reviews-sec p.des {
    padding: 0px;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 0px;
}

.reviews-bx {
    padding: 20px;
    background: white;
    border-radius: 15px;
    height: 280px;
    padding-top: 30px;
}

.reviews-bx:hover {
    opacity: .8;
}

.reviews-sec .custom-shape-divider-bottom {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    transform: scaleY(-1);
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}

.reviews-sec .custom-shape-divider-bottom svg {
    display: block;
    height: 50px;
    width: 100%;
}

.reviews-sec p.reviewp {
    text-align: left;
    margin-top: 25px;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
}

.reviews-sec p.namec {
    font-size: 14px;
    color: #6b6b6b;
    text-align: left;
    margin-top: 60px;
}

.reviews-sec p.content {
    text-align: left;
    color: white;
    font-size: 17px;
    margin-top: 90px;
}

.reviews-sec a img {
    width: 206px;
}

/* <!-- Reviews Section Css End --> */

/* <!-- Locations Section Css Start --> */

.location-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

img.mapimage {
    width: 100%;
}

section.location-sec {
    padding: 90px 0px;
}

section.location-sec .row {
    align-items: center;
}

.location-sec h2 {
    font-family: 'Rubik';
    font-size: 35px;
    font-weight: bold;
}

.location-sec p {
    font-family: 'Rubik';
    margin-top: 25px;
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.location-sec h3 {
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.location-sec a {
    text-decoration: none !important;
}

.location-btns {
    margin-top: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.location-btns a {
    padding: 10px 40px !important;
    width: 31%;
    color: white !important;
    background: #ee3127;
    text-align: center;
    font-family: 'Rubik';
    border-radius: 50px;
    font-size: 17px;
}

.location-btns a i {
    margin-right: 5px;
}

a.location-view {
    margin-top: 60px !important;
    display: block;
    font-family: 'Rubik';
    font-size: 17px;
    color: black !important;
}

/* <!-- Locations Section Css End --> */

/* <!-- Franchisee Section Css Start --> */

.franchise-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 35px;
    margin: auto;
    position: relative;
}

section.franchise-sec {
    padding: 80px 0px;
    background: #eeeeee;
    font-family: 'Rubik';
    color: white;
}

section.franchise-sec .row {
    align-items: center;
    background: #ee3127;
    border-radius: 15px;
}

section.franchise-sec img {
    width: 100%;
    border-radius: 0px 15px 15px 0px;
}

section.franchise-sec .row .col-md-6 {
    padding: 0px;
}

.col-md-6.contentdiv {
    padding: 0px 35px !important;
}

.franchise-sec h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 23px;
}

.franchise-sec p.secondline {
    margin-top: 25px;
}

a.franchise-btn {
    margin-top: 30px !important;
    display: block;
    color: white !important;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: bold;
    border: 1px solid white;
    width: max-content;
    border-radius: 50px;
    padding: 8px 28px !important;
    text-decoration: none !important;
}

a.franchise-btn i {
    margin-left: 5px;
    margin-top: 0px;
}

/* <!-- Franchisee Section Css End --> */

/* <!-- Get In Touch Section Css Start --> */

.getin-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.getin-sec {
    padding: 80px 0px;
    font-family: 'Rubik';
}

section.getin-sec h2 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.getinbx {
    background: #eeeeee;
    border-radius: 15px;
    padding: 25px;
    height: 275px;
    margin-top: 30px;
    padding-top: 35px;
}

.getinbx .icon-bx {
    display: flex;
    gap: 10px;
    color: #ee3127;
    font-size: 21px;
}

.getinbx .icon-bx i {
    font-size: 30px;
}

.getinbx p {
    margin-top: 55px;
    font-size: 14.659px;
    color: black;
}

a.getinbtn {
    background: #ee3127;
    color: white !important;
    text-decoration: none !important;
    padding: 10px 30px !important;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px !important;
    display: block;
    width: max-content;
}

a.getinbtn i {
    margin-left: 5px;
    font-size: 13px;
}

.getinbx:hover {
    opacity: 0.8;
}

/* <!-- Get In Touch Section Css End --> */

/* <!-- Footer Section Css Start --> */

.footer-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.copyright .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

.col-custom-footer {
    width: 20%;
    padding: 0px 15px;
}

section.footer-sec .row {
    width: 100%;
}

.col-custom-footer img {
    width: 100%;
}

section.footer-sec {
    background: #181a20;
    padding: 60px 0px;
    padding-bottom: 80px;
    color: white;
    font-family: 'Rubik';
}

.col-custom-footer h2 {
    font-size: 17px;
    font-weight: bold;
}

.col-custom-footer ul {
    padding: 0px;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 0px;
}

.col-custom-footer ul li a {
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
}

section.copyright {
    background: #ee3127;
    color: white;
    font-family: 'Rubik';
}

section.copyright p {
    font-size: 14px;
    margin-bottom: 0px;
    padding: 15px 0px;
}

section.copyright p a {
    text-decoration: underline;
    color: white !important;
}

section.copyright p.last {
    text-align: right;
}

.livechat a {
    background-color: white;
    position: fixed;
    font-family: 'Rubik';
    line-height: 25px;
    font-weight: 600;
    padding: 10px 15px !important;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    border: 0;
    transform: rotate(270deg);
    margin: 0;
    font-size: 19px;
    z-index: 99999999;
    right: -10px !important;
    top: 35% !important;
    color: red !important;
    text-shadow: none;
    text-decoration: none !important;
}

/* <!-- Footer Section Css End */

/* Contact Page CSS Start */

/* Contact Page Title Css Start */

.contact-title .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.contact-title {
    background-image: url('../images/contact-title.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    color: white;
    font-family: 'Rubik';
    position: relative;
}

.bg-overlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.contact-title p.subtitle {
    color: white !important;
    z-index: 9;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 0px;
}

section.contact-title h2 {
    font-size: 37px;
    color: white;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 900;
}

.contact-title p {
    margin-bottom: 0px;
    color: white;
    position: relative;
    z-index: 9;
    font-size: 17px;
    padding-right: 130px;
    margin-top: 25px;
}

/* Contact Page Title Css End */

/* <!-- Contact Info Section Css Start --> */

.c-infosec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.c-infosec img.sec-paint {
    width: 100%;
}

section.c-infosec {
    background: #ef2e23;
    color: white;
    padding: 25px 0px;
}

section.c-infosec .c-infobx {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.c-infosec .c-infobx i {
    font-size: 32px;
    color: white;
}

section.c-infosec .c-infonum {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Rubik';
}

section.c-infosec .c-infocontent {
    font-family: 'Rubik';
    font-size: 17px;
    text-transform: capitalize;
}

/* <!-- Contact Info Section Css End --> */

/* Contact Main Section Css Start */

.contact-main .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.contact-main {
    padding: 80px 0px;
    font-family: 'Rubik';
}

section.contact-main img {
    width: 100%;
    border-radius: 15px;
}

section.contact-main .row {
    align-items: center;
}

h2.contactname {
    border-left: 0.17em solid;
    padding-left: 20px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.address-contact p {
    font-size: 16.5px;
    font-weight: bold;
    margin-bottom: 0px;
}

.address-contact p.location {
    font-weight: 400;
}

.address-contact {
    margin-bottom: 25px;
}

.hours-contact p {
    font-size: 16.5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.hours-contact p.location {
    font-weight: 400;
    margin-bottom: 0px;
}

.quote-contact h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ee3127;
    margin-top: 45px;
    margin-bottom: 25px;
}

.quote-contact p {
    font-size: 16.5px;
    color: #ee3127;
}

.quote-contact a {
    background: #ee3127;
    color: white !important;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 20px;
    display: block;
    width: max-content;
    padding: 8px 28px !important;
    text-decoration: none !important;
}

.quote-contact a i {
    margin-left: 5px;
    font-size: 14px;
}

/* Contact Main Section Css End */

/* Contact Page CSS End */

/* Service Inner Page CSS Start */

/* Service Page Title Css Start */

.service-inner-title .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.service-inner-title {
    background-image: url('../images/residential-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    color: white;
    font-family: 'Rubik';
    position: relative;
}

.bg-overlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.service-inner-title p.subtitle {
    color: white !important;
    z-index: 9;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 0px;
}

section.service-inner-title h2 {
    font-size: 37px;
    color: white;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
}

/* Service Page Title Css End */

/* <!-- Service Info Section Css Start --> */

.service-infosec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.service-infosec img.sec-paint {
    width: 100%;
}

section.service-infosec {
    background: #ef2e23;
    color: white;
    padding: 25px 0px;
}

section.service-infosec .service-infobx {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.service-infosec .service-infobx i {
    font-size: 32px;
    color: white;
}

section.service-infosec .service-infonum {
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Rubik';
}

section.service-infosec .service-infocontent {
    font-family: 'Rubik';
    font-size: 17px;
    text-transform: capitalize;
}

/* <!-- Service Info Section Css End --> */

/* Service Main Section Css Start */

.service-main .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.service-main {
    padding: 60px 0px;
    font-family: 'Rubik';
}

section.service-main img {
    width: 100%;
}

section.service-main h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

section.service-main p {
    font-size: 16.5px;
    color: black;
    padding-right: 70px;
}

section.service-main p a {
    color: #0974b2;
    text-decoration: underline;
}

section.service-main .row.secondrow {
    padding-top: 50px;
}

/* Service Main Section Css End */

/* <!-- Services Inner Why Choose Section Css Start --> */

.services-whychoose-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.services-whychoose-sec {
    padding: 90px 0px;
    background: #eeeeee;
}

.services-whychoose-sec h2 {
    text-align: center;
    font-family: 'Rubik';
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.services-whychoose-sec p {
    text-align: center;
    font-family: 'Rubik';
    font-size: 16.615px;
    color: black;
    font-weight: normal;
}

.services-whychoose-sec .col-md-12 .row {
    margin-top: 60px;
}

.services-whychoose-sec .col-md-4 img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    transition: all .3s;
    margin: auto;
    display: block;
}

.services-whychoose-sec p.sname {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    text-align: left;
    font-size: 17px;
    font-weight: 800;
    margin-top: 35px;
    text-align: center;
}

.services-whychoose-sec p.des {
    padding: 0px;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 0px;
}

.services-whychoose-bx {
    padding: 32px;
    background: white;
    border-radius: 15px;
    height: 350px;
    padding-top: 30px;
}

.services-whychoose-bx:hover {
    opacity: .8;
}

.services-whychoose-sec .custom-shape-divider-bottom {
    bottom: 0;
    display: block;
    left: 0;
    overflow: hidden;
    /* position: absolute; */
    transform: scaleY(-1);
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}

.services-whychoose-sec .custom-shape-divider-bottom svg {
    display: block;
    height: 50px;
    width: 100%;
}

/* <!-- Services Inner Why Choose Section Css End --> */

/* <!-- Services Inner Locations Section Css Start --> */

.services-location-sec .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

img.services-mapimage {
    width: 100%;
}

section.services-location-sec {
    padding: 90px 0px;
}

section.services-location-sec .row {
    align-items: center;
}

.services-location-sec h2 {
    font-family: 'Rubik';
    font-size: 35px;
    font-weight: bold;
}

.services-location-sec p {
    font-family: 'Rubik';
    margin-top: 25px;
    font-size: 16px;
    color: black;
    font-weight: 400;
}

.services-location-sec h3 {
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.services-location-sec a {
    text-decoration: none !important;
}

.services-location-btns {
    margin-top: 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}

.services-location-btns a {
    padding: 10px 40px !important;
    width: 31%;
    color: white !important;
    background: #ee3127;
    text-align: center;
    font-family: 'Rubik';
    border-radius: 50px;
    font-size: 17px;
}

.services-location-btns a i {
    margin-right: 5px;
}

a.services-location-view {
    margin-top: 60px !important;
    display: block;
    font-family: 'Rubik';
    font-size: 17px;
    color: black !important;
}

/* <!-- Services Inner Locations Section Css End --> */

/* Service Page Quote Section Start */

.service-quote .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.service-quote {
    padding: 30px 0px;
    padding-bottom: 100px;
    font-family: 'Rubik';
    color: white;
}

section.service-quote .services-bx {
    background: #ee3127;
    padding: 32px;
    border-radius: 15px;
}

section.service-quote .services-bx h2 {
    font-size: 25px;
    font-weight: bold;
}

section.service-quote .services-bx p {
    font-size: 16.5px;
    margin-top: 30px;
}

section.service-quote .services-bx a {
    color: white !important;
    text-decoration: none !important;
    border: 2px solid white;
    border-radius: 50px;
    padding: 8px 28px !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: max-content;
    margin-top: 25px;
}

section.service-quote .services-bx i {
    font-size: 14px;
    margin-left: 5px;
}

/* Service Page Quote Section End */

/* Service Inner Page CSS End */

/* Location Inner Page CSS Start */

/* Location Page Title Css Start */

.location-inner-title .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.location-inner-title {
    background-image: url('../images/residential-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    color: white;
    font-family: 'Rubik';
    position: relative;
}

.bg-overlay {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.location-inner-title p.subtitle {
    color: white !important;
    z-index: 9;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-top: 0px;
}

section.location-inner-title h2 {
    font-size: 37px;
    color: white;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0px;
}

/* Location Page Title Css End */

/* Location Page Quote Section Start */

.location-quote .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.location-quote {
    padding: 30px 0px;
    padding-bottom: 100px;
    font-family: 'Rubik';
    color: white;
}

section.location-quote .location-bx {
    background: #ee3127;
    padding: 32px;
    border-radius: 15px;
}

section.location-quote .location-bx h2 {
    font-size: 25px;
    font-weight: bold;
}

section.location-quote .location-bx p {
    font-size: 16.5px;
    margin-top: 30px;
}

section.location-quote .location-bx a {
    color: white !important;
    text-decoration: none !important;
    border: 2px solid white;
    border-radius: 50px;
    padding: 8px 28px !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: max-content;
    margin-top: 25px;
}

section.location-quote .location-bx i {
    font-size: 14px;
    margin-left: 5px;
}

/* Location Page Quote Section End */

/* Location Main Section Css Start */

.location-main .custom-container {
    max-width: 1280px !important;
    padding: 0 20px;
    margin: auto;
    position: relative;
}

section.location-main {
    padding: 60px 0px;
    font-family: 'Rubik';
}

section.location-main img {
    width: 100%;
}

section.location-main h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

section.location-main p {
    font-size: 16.5px;
    color: black;
    padding-right: 70px;
}

section.location-main p a {
    color: #0974b2;
    text-decoration: underline;
}

section.location-main .row.secondrow {
    padding-top: 50px;
}

/* Location Main Section Css End */

/* Location Page Location Section Css Start */

.main-locations .custom-container {
    max-width: 1280px !important;
    padding: 0 35px;
    margin: auto;
    position: relative;
}

section.main-locations {
    padding: 30px 0px;
    padding-bottom: 70px;
    font-family: 'Rubik';
}

section.main-locations img {
    width: 90%;
    border-radius: 40px;
    height: 590px;
    object-fit: cover;
}

section.main-locations .row {
    align-items: center;
    background: #eeeeee;
    border-radius: 15px;
}

section.main-locations .col-md-4 {
    padding: 30px;
}

section.main-locations .col-md-8 {
    padding: 30px;
    padding-left: 60px;
}

section.main-locations .row {
    padding: 80px 50px;
}

.main-locations h2 {
    font-size: 25px;
    font-weight: bold;
    color: #ee3127;
    margin-bottom: 25px;
}

.main-locations p {
    font-size: 16.5px;
    color: black;
}

.location-buttons-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 35px;
    gap: 15px;
}

.location-buttons-block a {
    color: white !important;
    text-decoration: none !important;
    background: #ee3127;
    font-size: 16.6px;
    border-radius: 50px;
    padding: 12px 46px !important;
    display: block;
}

.location-buttons-block a i {
    margin-right: 10px;
}

/* Location Page Location Section Css End */

/* Location Inner Page CSS End */