/**
 * My Custom Design
*/

* {
    font-family: "Montserrat", sans-serif;
    outline: none !important;
}

body {
    font-size: 16px;
}

.list-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}

.list-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-position: inside;
}

h1 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

.home .site-inner {
    display: none;
}

.btn-default a {
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
}

input, select, textarea {
    border-width: 1px;
    border-color: rgb(227, 227, 227);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

input:hover, select:hover, textarea:hover {
    border-width: 1px;
    border-color: rgb(233, 104, 36);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}

.button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    background-image: -moz-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    opacity: 0.949;
}

.btn-default a:hover {
    background-image: -moz-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    opacity: 0.949;
}


.background-img-default {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.full-section-container {
    width: 100%;
    padding-inline: 15px;
    max-width: 80%;
    margin: 0 auto;
}

.site-inner {max-width: 1280px;}

.content {width: 100%;}

.section-container {
    max-width: 1280px;
    margin: 0 auto;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.primary-color {
    color: rgb(45, 83, 165);
}

.secondary-color {
    color: #e96824;
}   

.color-white {
    color: #ffffff;
}   

.primary-background {
    background-color: rgb(45, 83, 165);
    color: #ffffff;
}

.secondary-background {
    background-color: #e96824;
    color: #ffffff;
}

.btn-gradient-background a{
    background-image: -moz-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(233,104,36) 0%, rgb(45,83,165) 100%);
    opacity: 0.949;
}

.btn-primary-background a{
    background-color: rgb(45, 83, 165);
}

.btn-secondary-background a{
    color: rgb(45, 83, 165);
}

.btn-transparent-background a{
    
}

.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popop Forms */

.popop-form-wrap.show {
    display: flex;
}

.popop-form-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000000f0;
    z-index: 999;
    padding-block: 50px;
    padding-inline: 15px;
    display: none;
    align-items: center;
    justify-content: center;
}

.popop-form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    transition: 0.5s ease-in-out;
    background-image: -moz-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -ms-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    opacity: 0.949;
}

.popop-form-popop-close {
    text-align: right;
    color: #ffffff;
    cursor: pointer;
}

.popop-form-wrap .forms-fields {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.popop-form-heading {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}

.popop-form-wrap p.recaptcha-note, .popop-form-wrap .disclaimer {
    color: #ffffff;
}

/* Forms */

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    font-size: 12px;
    left: inherit;
    top: 0;
    width: 160px;
    z-index: 1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #e96824;
    text-align: center;
    font-size: 12px;
    background-color: #e96824;
    color: #ffffff;
}

.wpcf7-response-output {
    text-align: center;
    background-color: #46b450;
    color: #ffffff;
}

.make-an-apoinment-wrapper {
    padding: 50px 15px;
    border: 1px solid rgb(245, 247, 252);
}

.appointment-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.appointment-form-wrapper .wpcf7-not-valid-tip {
    top: 12px;
}

.appointment-form > div {
    width: calc(100% / 6 - 15px);
    position: relative;
    display: flex;
    align-items: center;
}

.forms-fields .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

span.forms-icon {
    position: absolute;
    right: 10px;
    font-size: 12px;
}

.forms-submit input {
    width: 100%;
}

span.wpcf7-spinner {
    display: none;
}

p.recaptcha-note {
    text-align: center;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 10px;
}

p.recaptcha-note a {
    text-decoration: none;
    color: #e96824;
}

p.disclaimer {
    text-align: center;
    font-size: 12px;
}

/* Contact Form */

.contact-form > div {
    margin-bottom: 20px;
}

/* header */

.top-header-column {
    display: flex;
    flex-wrap: wrap;
}

.top-header-column > div {
    width: calc(100% / 2);
}

.header-logo img {
    width: 180px;
}

.header-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.header-cta-icon {
    background-color: #2d53a5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    color: #ffffff;
    margin-right: 20px;
}

.header-cta-label a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

.header-cta {
    display: flex;
    justify-content: flex-end;
}

/* Header Menu */

ul.html-sitemap .page_item_has_children a {
    margin-bottom: 15px !important;
    display: block;
}

.header-menu ul.sub-menu {
    display: none;
}

.header-wrapper {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid rgb(245, 247, 252);
}

.header-menu-wrapper .full-section-container {
    display: flex;
    align-items: center;
    justify-content: start;
}

.header-free-estimate-btn a {
    background-color: #e96824;
    margin-left: 60px;
    cursor: pointer;
    width: 200px;
    text-align: center;
}

.error404 .result-search {
    text-align: center;
}

.error404 .archive-page ul .page_item_has_children a {
    margin-bottom: 15px !important;
    display: block;
}

.header-menu ul {
    display: flex;
    align-items: center;
}

.header-menu ul > li a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    padding: 10px 16px;
    outline: none;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    background-color: transparent;
}
    
.header-menu ul > li.current-menu-item a {
    color: #ffffff;
    background-color: rgb(45, 83, 165);
}

.header-menu ul > li a:hover {
    color: #ffffff;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    background-color: rgb(45, 83, 165);
}

/* Slick Dots */

ul.slick-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li.slick-active button {
    background-color: #2d53a5;
    border: 1px solid #2d53a5;
}

ul.slick-dots li button {
    background-color: transparent;
    opacity: 0.4;
    padding: 0;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

/* Hero */

.hero-item-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-item-wrapper:before {
    content: '';
    position: absolute; 
    background-color: rgb(0 0 0 / 40%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero-item-content {
    padding-top: 150px;
}

.hero-item-container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.hero-title {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
}

.hero-snippets {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 40px
}

/* Pages Banner */

.pages-wrapper {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 150px;
    padding-inline: 15px;
}

.pages-wrapper:before {
    content: '';
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pages-heading {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.pages-snippets {
    color: #ffffff;
}

.pages-wrapper .section-container {
    position: relative;
}

/* Breadcrumbs */

.breadcrumb {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    margin-top: 30px;
}

.breadcrumb span.bc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}

span.home-icon {
    background-color: #e96824;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    color: #ffffff;
}

.breadcrumb span.separator {
    color: #ffffff;
    margin-inline: 10px;
}

/* Servics */

.services-wrapper {
    padding-top: 50px;
}

/* Residential Services */

.residential-services-list {
    padding-inline: 15px;
}

.residential-services-item {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.residential-services-images {
    text-align: center;
}

.residential-services-item > div {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
}

.residential-services-images img {
    border-radius: 30px;
}

.residential-services-content {
    border: 1px solid #b9b9b975;
    border-radius: 15px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.residential-services-content-title {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.residential-services-item:nth-child(even) .residential-services-images {
    order: 2;
}

.residential-services-title {
    margin-bottom: 30px;
}

.residential-services-content-btn {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
    flex-wrap: wrap;
}

.residential-services-content-btn a:first-child {
    background-color: transparent;
    color: #2d53a5;
    border: 1px solid #2d53a5;
}

.residential-services-content-btn a:hover {
    color: #ffffff;
}

.residential-services-content-btn a {
    margin-right: 15px;
}

.residential-services-item:hover .residential-services-content {
    background-color: #000000;
}

.residential-services-item:hover .residential-services-content-title {
    color: #ffffff;
}

.residential-services-item:hover .residential-services-content-snippets {
    color: #ffffff;
}

.residential-services-content-btn a:last-child {
    background-image: -moz-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -ms-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    /* opacity: 0.949; */
    opacity: 0;
    pointer-events: none;
}

.residential-services-item:hover .residential-services-content-btn a:first-child {
    border-color: #ffffff;
    color: #ffffff;
}

.residential-services-item:hover .residential-services-content-btn a:last-child {
    opacity: 0.949;
    pointer-events: initial;
    cursor: pointer;
}

/* Inner Counter */

.counter-inner-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 45px;
}

.counter-inner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 30px);
    padding: 30px 20px;
    border: 1px solid #20202012;
    border-radius: 20px;
}

.counter-inner-icon {
    background-color: #e96824;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.counter-inner-heading .counter-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}

.counter-inner-snippet {
    color: #000000;
    font-size: 16px;
}

/* Make Appointment */

.make-an-apoinment-wrapper {
    padding: 50px 15px;
}

.section-title-separator {
    display: block;
    background-color: #e96824;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Services */

.servcies-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.services-item {
    width: calc(100% / 3 - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sevices-background {
    border-radius: 20px;
}

.services-content-wrapper {
    background-image: -moz-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -ms-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    color: #ffffff;
    border-radius: 20px;
    transition: 0.5s ease-in-out;
    padding-bottom: 80px;
}

.services-item:hover .services-content-wrapper {
    opacity: 0.949;
}

.services-content-icon img {
    filter: brightness(0) invert(1);
    width: 40px;
}

.services-content-title {
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 15px;
}

.services-content-snippets {
    font-size: 14px;
}

.services-content-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-content-btn a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

span.learn-more-separator {
    background-color: #ffffff;
    height: 5px;
    border-radius: 10px;
    width: 30px;
    display: block;
}

.services-title-wrapper {
    background-image: url(/wp-content/uploads/2024/03/services-overlay.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 30px;
    opacity: 1;
}

.services-item:hover .services-title-icon {
    opacity: 0;
}

.services-item:hover .services-title-heading {
    opacity: 0;
}

.services-title-icon img {
    width: 40px;
}

.services-title-heading {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

/* CTA */

.cta-wrapper {
    padding-top: 150px;
    padding-bottom: 50px;
}

.cta-column {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #e96824;*/
    border-radius: 20px;
}

.cta-profile {
    margin-top: -115px;
    padding-right: 80px;
}

.cta-title {
    text-align: left;
    color: #ffffff;
}

.cta-title-separator {
    display: block;
    background-color: #ffffff;
    height: 3px;
    width: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.cta-button-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: flex-end;
}

.cta-button {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.cta-button label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

.cta-button-wrapper .cta-button:nth-child(2) a {
    background-color: #ffffff;
    color: #e96824;
}

.cta-button-wrapper .cta-button a {
    border: 1px solid #ffffff;
}

.cta-button:first-child a:hover {
    background-color: #e96824 !important;
    background-image: none;
}

/* Why Choose */

.why-choose-wrapper {
    padding: 100px 15px;
}


.why-choose-title {
    color: #ffffff;
    margin-bottom: 25px;
}

.why-choose-snippets {
    color: #ffffff;
    font-size: 16px;
}

.why-choose-content {
    color: #ffffff;
}

.why-choose-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}

.why-choose-column > div {
    width: calc(100% / 2);
}

.why-choose-content ul li {
    margin-bottom: 15px;
}

.why-choose-content ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.why-choose-content ul li:before {
    content: '\f00c';
    background-color: #e96824;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
}

/* Counter List */

.counter-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.counter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 30px);
    padding: 20px;
    border: 1px solid #b9b9b91a;
    border-radius: 20px;
}

.counter-icon {
    background-color: #e96824;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.counter-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.counter-snippet {
    color: #b9b9b9;
    font-size: 16px;
}

/* Core Values */

.core-values-wrapper {
    padding: 100px 15px;
}

.core-title {
    margin-bottom: 30px;
}

.core-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.core-item {
    width: calc(100% / 3 - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.04);
    padding: 40px;
}

.core-item:hover {
    background-color: #1c3e87;
}

.core-icon {
    background-color: #e96824;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
}

.core-icon img {
    width: 45px;
}

.core-heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.core-item:hover .core-icon {background-color: #1c3e87;}
.core-item:hover .core-heading {color: #ffffff;}
.core-item:hover .core-snippet {color: #ffffff;}

/* Featured Content */

.featured-content-wrapper {
    background-color: #000000;
    padding: 100px 15px;
}

.featured-column {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.featured-column > div {
    /*width: calc(100% / 2 - 30px);*/
}

.featured-thumbnail {
    width: calc(70% - 15px);
}

.featured-content {
    width: calc(30% - 15px);
}

.featured-sub-heading {
    color: #e96824;
}

.featured-heading {
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.featured-snippets {
    color: #ffffff;
}

.featured-btn {
    justify-content: flex-start;
    margin-top: 40px;
}

.featured-btn a {
    background-color: transparent;
    border: 1px solid #ffffff;
}

/* Services Areas */

.page-id-206 .service-areas-wrapper {
    display: none;
}

.service-areas-wrapper {
    padding: 100px 15px;
}

.services-areas-sub-heading {
    text-align: center;
    color: #e96824;
    font-weight: 500;
}

.services-areas-column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.services-areas-column > div {
    width: calc(100% / 2);
}

.services-areas-map {
    text-align: center;
}

.services-areas-item {
    border: 1px solid #b9b9b975;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.services-areas-icon {
    background-color: #e96824;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    color: #ffffff;
    margin-right: 20px;
}

.services-areas-label {
    font-size: 14px;
}

.services-areas-info a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

.services-areas-item:hover {
    background-image: -moz-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -ms-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    opacity: 0.949;
}

.services-areas-item:hover .services-areas-label{
    color: #ffffff;
}

.services-areas-item:hover .services-areas-icon{
    color: #ffffff;
}

.services-areas-item:hover a{
    color: #ffffff;
}

.services-areas-map img {
    height: 97%;
    border-radius: 30px;
}

.services-areas-list {
    padding-right: 100px;
}

/* Reviews */

.page-id-473 .reviews-wrapper {
    display: none;
}

.reviews-wrapper {
    position: relative;
    padding: 100px 15px;
}

.reviews-wrapper:before {
    content: '';
    background-color: rgb(45, 83, 165);
    opacity: 0.878;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews-sub-heading {
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.reviews-heading {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.reviews-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.reviews-button div:first-child a {
    border: 1px solid #ffffff;
}

.reviews-button div:last-child a {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #2d53a5;
}

.reviews-button div:last-child a:hover {
    color: #ffffff; 
}

.reviews-list {
    position: relative;
    gap: 30px;
}

.reviews-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 30px 20px;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-inline: 10px;
}

.reviews-icon {
    border-radius: 50%;
    background-color: rgb(45, 83, 165);
    box-shadow: 0px 9px 10px 0px rgba(45, 83, 165, 0.32);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
}

.reviews-author {
    font-weight: 600;
    margin-bottom: 15px;
}

.reviews-comment {
    font-size: 12px;
    max-width: 300px;
}

.reviews-slider-wrapper {
    position: relative;
    padding-inline: 30px;
}

.reviews-arrow-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 45%;
}

.reviews-arrow-left {
    position: absolute;
    left: 0;
}

.reviews-arrow-right {
    position: absolute;
    right: 0;
}

.slider-arrow {
    border-width: 1px;
    border-color: rgb(255 255 255 / 20%);
    border-style: solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #ffffff;
    height: 30px;
    font-size: 12px;
    cursor: pointer;
}

/* Blog */

.single .sub-header-content {
    display: none;
}

.archive .site-inner, .single  .site-inner {
    padding-bottom: 100px;
}

.blog-section-wrapper {
    padding: 100px 15px;
}

.blog-sub-heading {
    color: #e96824;
    font-weight: 500;
    text-align: center;
}

.blog-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.blog-item {
    width: calc(100% / 3 - 30px);
}

.blog-thumbnail, .blog-thumbnail img {
    border-radius: 10px 10px 0 0 !important;
}

.blog-content {
    border: 1px solid rgb(241, 241, 241);
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
    padding: 40px;
}

.blog-post-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-btn a:hover {
    color: #ffffff;
}
.blog-btn {
    justify-content: flex-start;
    margin-top: 20px;
}
.blog-btn a {
    background-color: rgb(242, 246, 255);
    color: #1c3e87;
}

.blog-item:hover .blog-content {
    background-color: #1c3e87;
    border-color: #1c3e87;
}

.blog-item:hover .blog-post-date {
    color: #ffffff;
}

.blog-item:hover .blog-post-title {
    color: #ffffff;
}

.blog-item:hover .blog-post-content {
    color: #ffffff;
}

.blog-more {
    margin-top: 50px;
}
.blog-more a {
    background-color: #1c3e87;
}

/* Blog Widget */

div#blog-widget .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

div#blog-widget .wrap section {
    width: calc(100% / 3 - 15px);
    margin-bottom: 0;
}

div#blog-widget {
    margin-bottom: 15px;
}

.widget-title.widgettitle {
    display: none;
}

/* Badges */

.badges-wrapper {
    padding: 100px 15px;
    background-color: #f6f9ff;
    padding-bottom: 270px;
}

.badges-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.badges-item {
    border: 1px solid rgb(241, 241, 241);
    padding: 15px 30px;
    background-color: #ffffff;
    display: flex !important;
    align-items: center;
    margin-inline: 10px;
}

/* Nap */

.nap-wrapper {
    padding-inline: 15px;
    margin-top: -200px;
    margin-bottom: -200px;
    position: relative;
}

.nap-wrapper .full-section-container {
    border-radius: 20px;
    /*background-color: rgb(45, 83, 165);*/
    padding-block: 100px 15px;
    padding-bottom: 100px;
}

.nap-sub-heading {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}

.nap-heading {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.nap-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.nap-item {
    width: calc(100% / 5 - 30px);
    padding: 20px;
    border: 1px solid #b9b9b91a;
    border-radius: 20px;
}

.nap-icon {
    background-image: url(/wp-content/uploads/2024/03/services-overlay.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: -45px;
    margin-bottom: 15px;
    color: rgb(45, 83, 165);
}

.nap-details {
    text-align: center;
}

.nap-label {
    color: #ffffff;
    font-size: 12px;
}

.nap-info {
    font-size: 14px;
}

.nap-info a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

/* Footer */

.back-top img {
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.back-top {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 89;
    display: none;
    cursor: pointer;
}

.footer-wrapper {
    padding-top: 250px;
    padding-bottom: 50px;
    padding-inline: 15px;
}

.footer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-item {
    width: calc(100% / 5 - 20px);
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-menu a:hover {
    color: #e96824;
}

/* Copyright */

.copyright-wrapper {
    background-color: #000000;
    padding-block: 20px;
    padding-inline: 15px;
    border-top: 1px solid #ffffff1f;
}

.copyright-wrapper .full-section-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-wrapper .full-section-container > div {
    width: calc(100% / 2);
    color: #ffffff;
    font-size: 12px;
}

.footer-logo img {
    max-width: 200px;
}

.copyright-text {
    text-align: right;
}

/* Social Media */

.social-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}


.social-media ul li:last-child img {
    width: 22px;
}

/* Pagination */

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current {
    background-color: #000;
    color: #fff;
    background-color: rgb(28, 62, 135);
    color: #ffffff;
    text-decoration: none;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 10px 18px;
    line-height: 1;
    border-width: 1px;
    border-color: rgb(28, 62, 135);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

/* Entry Content */

a {
    cursor: pointer;
    color: #e96824;
    font-weight: 500;
    text-decoration: none;
}

.sub-header-content {
    color: #e96824;
    font-weight: 500;
    text-align: center;
}

.site-inner h1, .archive-description .entry-title, .archive-title, .author-box-title {
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 40px;
}

.site-inner h2 {
    font-weight: 600;
}

.result-title, .result-title a {
    font-size: 20px;
}

.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    margin-bottom: 0;
}

.entry-content img {
    border-radius: 20px;
}

.entry-content ul {
    padding-left: 0;
}

.entry-content ul li a {
    text-decoration: none;
    color: #e96824;

}

.entry-content ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    list-style: none;
}

.entry-content ul li  ul.children li {
    list-style: none !important;
}

.entry-content ul li:before {
    content: '\f00c';
    background-color: #e96824;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    color: #ffffff;
}

.entry-content .search-form {width: 100%;}

.archive-pagination li a {
    background-color: #000;
    color: rgb(28, 62, 135);
    text-decoration: none;
    padding: 10px 18px;
    line-height: 1;
    border-width: 1px;
    border-color: rgb(28, 62, 135);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a{
    background-color: rgb(28, 62, 135);
    color: #ffffff;
}


/* mobile Wrapper */

.mobile-top-wrapper {
    background-color: #32529e;
    padding: 20px 15px;
}

.top-cta-list {
    display: flex;
    align-items: center;
}

.top-cta {
    display: flex;
    align-items: center;
    width: calc(100% / 2);
    justify-content: center;
}

.top-cta-icon {
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    color: #2d53a5;
    margin-right: 5px;
}

.top-cta-label {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.top-cta-label label {
    font-size: 11px;
}

.top-cta-label a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.mobile-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu-tooltip {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #32529e;
    font-weight: 600;
    font-size: 25px;
}

.mobile-menu-logo {
    width: 80%;
    text-align: center;
}

.mobile-menu-navigation {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #32529e;
    font-weight: 600;
    font-size: 25px;
    padding-right: 18px;
}

.mobile-menu-logo img {
    width: 200px;
}

.mobile-tooltip-info {
    background-image: -moz-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -webkit-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    background-image: -ms-linear-gradient(-60deg, rgb(233, 104, 36) 0%, rgb(45, 83, 165) 100%);
    opacity: 0.949;
    padding-block: 50px;
    padding-inline: 15px;
    display: none;
}

.mobile-tooltip-info, .mobile-tooltip-info a {
    color: #ffffff;
}

.mobile-tooltip-info li {
    margin-bottom: 10px;
}

.mobile-tooltip-info i {
    margin-right: 5px;
}

.mobile-navigation .menu-toggle {
    display: none;
}

.mobile-navigation a {
    color: #ffffff;
}
.mobile-navigation {
    background-color: #32529e;
    color: #ffffff;
    display: none;
}

.mobile-tooltip-info li span {
    margin-right: 15px;
}

.mobile-navigation li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item a {
    color: #e96824;
}

.mobile-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(245, 247, 252);
}

.mobile-tooltip-info.show {
    display: block;
    position: absolute;
    width: 100%;
}

.mobile-navigation.show {
    position: absolute;
    display: block;
    width: 100%;
    overflow-y: auto;
    height: auto;
}

.mobile-menu-navigation i:before {
    content: '\f0c9';
}

.mobile-menu-navigation.show i:before {
    content: '\f00d';
}

.sub-menu-toggle:before {
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffff;
}

.sub-menu-toggle {
    border: none;
    outline: none;
}

.ipad-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipad-menu {
    display: none;
}

.ipad-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 20px 10px;
}

.ipad-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apointment-btn  {display: none;}

.back-top {
    bottom: 90px;
}

.ipad-logo {
    width: 20%;
}

.ipad-cta {
    width: 70%;
    padding-right: 25px;
}

.ipad-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ipad-navigation {
    color: #2d53a5;
    font-size: 30px;
}

.ipad-menu ul#menu-main-menu-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipad-top-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipad-top-cta-icon {
    background-color: #2d53a5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff2b;
    color: #ffffff;
    margin-right: 20px;
}

.ipad-top-cta-label {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.ipad-top-cta-label label {
    font-size: 14px;
}

.ipad-top-cta-label a {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.ipad-menu {
    position: absolute;
    background-color: #ffffff;
    left: 0;
    width: 100%;
}

.ipad-menu .sub-menu-toggle:before {
    color: #000000 !important;
}

.ipad-menu .nav-primary {
    float: none;
}

.ipad-menu .genesis-nav-menu a, .genesis-nav-menu .sub-menu a  {font-size: 12px;}

.ipad-menu.show {display: block;}

.ipad-navigation i:before {
    content: '\f0c9';
}

.ipad-navigation.show i:before {
    content: '\f00d';
}

@media only screen and (max-width: 1600px){

    .full-section-container {max-width: 100%;}

    .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-free-estimate-btn a {
        padding: 10px 0px;
        font-size: 15px;
    }

    .header-menu ul > li a {
        font-size: 12px;
    }


}

@media only screen and (max-width: 1280px){

    .full-section-container {max-width: 100%;}

    .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-free-estimate-btn a {
        padding: 10px 20px;
        font-size: 12px;
    }

    .header-menu ul > li a {
        font-size: 9px;
    }

    .blog-btn a {
        font-size: 13px;
    }


}



@media only screen and (min-width: 1025px){
    .ipad-wrapper {display: none;}
    .header-wrapper {display: block;}
    .mobile-wrapper {display: none;}
    .apointment-btn {display: none;}
    .floating-cta {
        display: none !important;
    }

    .genesis-nav-menu .sub-menu a {
        border-radius: 0 !important;
        font-size: 11px;
    }

    .genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu a {
        width: 250px;
        font-size: 13px;
    }

    .header-menu {
        width: 80%;
        display: flex;
    }

    .header-free-estimate {
        width: 20%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
    .ipad-wrapper {display: block;}
    .header-wrapper {display: none;}
    .mobile-wrapper {display: none;}
    .floating-cta {
        font-size: 19px;
        position: fixed;
        bottom: 0;
        left: auto;
        z-index: 99;
        max-width: 240px;
        width: 100%;
        margin: auto;
        text-align: center;
        cursor: pointer;
        padding: 21px 20px;
        right: -85px;
        bottom: 250px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        background-color: #e96824;
        border-radius: 50px 50px 0 0;
        display: none;
    }

    .floating-cta a {
        color: #ffffff;
    }

    .nap-item:last-child a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1023px){
    .header-wrapper {display: none;}
    .apointment-btn {display: flex;}
    .mobile-wrapper {display: block;}
    .ipad-wrapper {display: none;}

    .genesis-nav-menu .sub-menu a {
        background-color: #e96824;
    }

    .sevices-background {
        width: 100%;
    }
    .copyright-wrapper {
        padding-bottom: 50px;
    }



    .appointment-form {
        flex-direction: column;
    }

    .appointment-form > div {
        width: 100%;
    }

    .hero-item-content {
        padding-inline: 30px;
    }

    .hero-title, .pages-heading {
        font-size: 40px;
    }

    ul.slick-dots {
        display: none !important;
    }

    .appointment-form-wrapper {
        display: none;
    }

    .appointment-form-wrapper.show {
        display: block;
    }

    .section-title, .blog-heading, .nap-heading, .featured-heading  {
        font-size: 25px;
    }

    .servcies-list {
        flex-direction: column;
        gap: 0;
    }

    .services-item {
        width: 100%;
    }

    .servcies-list {
        margin: 0 auto;
        margin-top: 30px;
    }

    .cta-profile {
        display: none;
    }

    .cta-wrapper {
        padding-inline: 30px;
    }

    .cta-title {
        text-align: center;
    }

    .cta-title-separator {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .cta-wrapper {
        padding-top: 50px;
    }

    .cta-button-wrapper {
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        margin-right: 0;
    }

    .cta-button {
        margin-bottom: 30px;
        flex-direction: column;
        width: 100%;
        margin-right: 0;
    }

    .cta-button-wrapper .cta-button a {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }

    .cta-column {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .why-choose-column {
        flex-direction: column;
    }

    .why-choose-column > div {
        width: 100%;
    }

    .why-choose-thumbnail {
        text-align: center;
        margin-top: 50px;
    }

    .counter-list {
        flex-direction: column;
        align-items: center;
    }

    .counter-item {
        width: 100%;
        max-width: 290px;
        justify-content: flex-start;
    }

    .counter-snippet {
        font-size: 14px;
    }

    .core-list {
        flex-direction: column;
        align-items: center;
    }

    .core-item {
        width: 100%;
        max-width: 500px;
    }

    .featured-column {
        align-items: center;
        flex-direction: column;
    }

    .featured-column > div {
        width: 100%;
        max-width: 500px;
    }

    .featured-thumbnail {
        width: 100%;
    }

    .featured-content {
        width: 100%;
    }

    .featured-content {
        margin-bottom: 50px;
    }

    .featured-heading {
        margin-bottom: 10px;
    }

    .services-areas-column {
        flex-direction: column;
        align-items: center;
    }

    .services-areas-column > div {
        width: 100%;
        padding-right: 0;
        max-width: 500px;
    }

    .services-areas-list {
        margin-bottom: 40px;
    }

    .reviews-arrow-wrapper, .reviews-arrow-left, .reviews-arrow-right {
        position: relative;
    }

    .reviews-arrow-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .reviews-button {
        flex-direction: column;
    }

    .reviews-btn {
        flex-direction: column;
        width: 100%;
    }

    .reviews-button div a {
        width: 100%;
        text-align: center;
        max-width: 300px;
    }

    .blog-sub-heading {
        text-align: center;
    }

    .blog-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .blog-list {
        flex-direction: column;
        align-items: center;
    }

    .blog-item {
        width: 100%;
        max-width: 400px;
    }

    .blog-more a {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .full-section-container {
        max-width: 100%;
    }

    .nap-list {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .nap-item {
        width: 100%;
        max-width: 500px;
    }

    .footer-list {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .footer-item {
        width: 100%;
    }

    .residential-services-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .residential-services-images {
        text-align: center;
    }

    .residential-services-item > div {
        width: 100%;
        max-width: 500px;
        padding-inline: 20px;
    }

    .residential-services-content-title {
        text-align: center;
    }

    .residential-services-content-snippets {
        text-align: center;
    }

    .residential-services-content-btn {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .residential-services-item:nth-child(even) .residential-services-images {
        order: 1;
    }

    .residential-services-content {
        order: 1;
    }

    .residential-services-content-btn a {margin-right: 0;}

    .copyright-wrapper .full-section-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .copyright-wrapper .full-section-container > div {
        width: 100%;
        max-width: 250px;
        margin-bottom: 30px;
    }

    .footer-logo {
        text-align: center;
    }

    .copyright-text {
        text-align: center;
    }

    .back-top {
        bottom: 120px;
    }

    .back-top img {
        width: 30px;
    }

    .counter-inner-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .counter-inner-item {
        width: 100%;
        max-width: 300px;
    }

    div#blog-widget .wrap {
        flex-direction: column;
    }

    div#blog-widget .wrap section {
        width: 100%;
    }

    .badges-logo {
        text-align: center;
        margin: 0 auto;
    }

    .badges-list {
        max-width: 300px;
        margin: 0 auto;
        margin-top: 15px;
    }


}

@media only screen and (max-width: 767px){
    .mobile-wrapper {display: block;}
    .ipad-wrapper {display: none;}

    .floating-cta a {
        color: #ffffff;
    }

    .floating-cta {
        border: 1px solid #ffffff;
        border-bottom: 0;
    }

    .floating-cta {
        font-size: 14px;
        position: fixed;
        bottom: 0;
        z-index: 99;
        max-width: 240px;
        width: 100%;
        margin: auto;
        text-align: center;
        cursor: pointer;
        padding: 10px 10px;
        background-color: #e96824;
        border-radius: 50px 50px 0 0;
        left: 0;
        right: 0;
        display: none;
    }
}

@media (max-width: 640px){
    .list-col-2, .list-col-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .popop-form-heading {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pages-heading {
        margin-bottom: 20px;
    }

    .hero-title, .pages-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .section-title, .blog-heading, .nap-heading, .featured-heading {
        font-size: 20px;
    }

    .core-heading {
        font-size: 16px;
    }

    .services-areas-info a {
        font-size: 12px;
        line-height: 10px;
    }

    .reviews-slider-wrapper {padding-inline: 0;}

    .reviews-item {
        margin-inline: 0;
    }

    .reviews-button div a {
        max-width: 250px;
    }
}