/**
 * My Custom Design
*/

body {
    outline: none !important;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    line-height: initial;

}

a {
    color: #2946c6;
    outline: none !important;
    text-decoration: none;
    font-weight: 600;

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #000000;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-family: "Playfair Display", serif;
}

.slmp-gallery .slmp-gallery-load-more button {
    width: auto !important;
}

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 {
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 50%;
    background-color: #2946c6;
    color: #ffffff;
    border: 2px solid #2946c6;
    padding-inline: 30px;
}

button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .button:focus, .button:hover {
    background-color: #2946c6;
    border-width: 0;
    color: #fff;
}

.about-readmore ul > li {
    position: relative;
    margin-bottom: 15px;
}

.about-readmore ul > li:before {
    content: '\f178';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 15px;
    color: #d93d04;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 10px;
}

.search-result-excerpt P {
    line-height: 30px;
}

.entry-content li::marker {
  color: #2946c6;
}

.list-cols2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.list-cols3 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}


.section-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.bg-style {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content {width: 100% !important;}

.site-inner {
    max-width: 100% !important;
    position: relative;
    background-color: #f8f7f2;
    padding-bottom: 50px;
    background-image: url(/wp-content/uploads/2025/05/about-banner-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

}

.blog-section-cta {
    padding-top: 100px;
}

.page-id-1660 .site-inner {
    padding-bottom: 200px;
}

.content-sidebar-wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.btn-style i {
    margin-top: -4px;
}

.btn-style a:hover {
    background-color: #2946c6;
    border-color: #2946c6;
    box-shadow: inset 30.5em 0 0 0 #2946c6;
    color: #ffffff;
}

.btn-style:hover span {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-style a {
    height: 50px;
    display: flex;
    background-color: #f8f7f2;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2946c6;
    text-decoration: none;
    padding-inline: 20px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    transition: 0.5sease-in-out;
}

.btn-style span {
    height: 50px;
    background-color: #ffffff;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    transition: 0.5s ease-in-out;
}

.btn-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-nap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-block: 20px;
}

.top-nap-info i {
    color: #2946c6;
    margin-right: 10px;
}

.top-header-social {
    margin-left: 160px;
}

.top-nap-info, .top-nap-info a {
    color: #000000;
    font-weight: initial;
}

.site-header-button a {
    color: #ffffff;
}

.top-social {
    padding-left: 50px;
}

.top-business-hour {
    text-align: center;
    font-size: 14px;
    color: #2946c6;
    font-weight: 600;
}

.top-business-operation span {
    margin-inline: 15px;
}

.top-social {
    display: flex;
    align-items: center;
}

.top-nap-info span {
    margin-inline: 10px;
}

.top-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-inline: 60px;
    justify-content: space-between;
    height: 60px;
    background-color: #3a1b0fc9;
}

.top-phone {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.website-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.5s ease-in-out;
}

.phone-nap-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-top-social {
    display: none;
}

.nap-header-spacer {
    background-color: #2946c6;
    height: 25px;
    width: 1px;
    margin-inline: 40px;
}

.phone-nap-icon {
    color: #2946c6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 2px solid #2946c6;
    border-radius: 50%;
}

.site-header-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding-inline: 60px;
}

.phone-nap-label {
    color: #2946c6;
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.phone-nap-number a {
    color: #2946c6;
}

li#menu-item-2678 {
    display: none;
}

.page-id-2673 li#menu-item-2678 {
    display: block;
}

.phone-nap-number a {
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}

.site-header-btn a {
    background-color: #2946c6;
    color: #ffffff;
    border: 2px solid #2946c6;
    padding-inline: 30px;
    padding-block: 12px;
    height: auto;
}

.site-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 10%;
}

.top-header-nap-wrapper {
    width: 90%;
}

.site-header-button {
    padding-block: 15px;
}

.nav-primary {
    padding-block: 0;
}

.nav-primary .genesis-nav-menu a {
    padding-inline: 0;
}

.genesis-nav-menu .sub-menu a {
    padding-inline: 15px;
}

.site-header-navigation #menu-main-menu li.current-menu-item:after {
    content: '';
    position: absolute;
    bottom: -18px;
    background-color: #2946c6;
    width: 100%;
    height: 5px;
}

.site-header-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.site-header-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    gap: 30px;
    margin-bottom: 10px;
}

.site-header-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sticky-header .site-header-logo-wrapper {
    background-color: #ffffff;
}

.sticky-header .top-header {
    background-color: #3a1b0f;
}

.site-header-logo-wrapper-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 60px;
    width: 100%;
    background-color: #ffffffd4;
}

.site-header-btn {
    margin-block: 5px;
}

.site-header-navigation #menu-main-menu li a {
    font-size: 16px;
    outline: none;
    border: none;
    padding-block: 15px;
}

span.menu-dropdown i:before {
    content: '\f0d7';
}


.site-header-menu-wrapper-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 60px;
    width: 100%;
    background-color: #ffffff;
}


.entry-content li {
    line-height: 30px;
}

span.menu-dropdown {
    font-size: 14px;
    margin-left: 3px;
}

.home .site-header-navigation #menu-main-menu li a {
    color: #000000;
}

.genesis-nav-menu {
    clear: both;
    line-height: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.site-header-navigation #menu-main-menu ul.sub-menu a {
    color: #000000;
}

.site-header-navigation #menu-main-menu ul.sub-menu a:hover {
    color: #2946c6 !important;
}

.site-header-navigation .genesis-nav-menu .sub-menu, .site-header-navigation .genesis-nav-menu .sub-menu a {
    width: 300px;
}

.genesis-nav-menu a {color: #000000;}

.home .site-header-wrapper {background-color: transparent;}

.website-header.sticky-header .site-header-wrapper .site-header-navigation #menu-main-menu li a {
    color: #ffffff;
}

.website-header.sticky-header .site-header-navigation #menu-main-menu ul.sub-menu a {
    color: #000000;
}

.website-header.sticky-header .genesis-nav-menu a:focus, .website-header.sticky-header .genesis-nav-menu a:hover, .website-header.sticky-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .website-header.sticky-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #000000 !important;
}

.pages-heading {
    font-size: 55px;
    color: #dddcdc;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pages-sub-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #dddcdc;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.pages-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding-top: 450px;
    padding-bottom: 200px;
}

.pages-wrapper:before {
    content: '';
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pages-title-wrapper-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages-title-wrapper {
    padding: 40px;
}

span.breadcrumb-link-wrap a {
    color: #ffffff;
}

.pages-section-container {
    position: relative;
    padding-inline: 60px;
}

.pages-forms {
    position: absolute;
    bottom: 15px;
    background-color: #ffffff;
    width: 94%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}


.page-id-194 .pages-forms {
    display: none;
}

.single .pages-sub-heading-wrapper, .archive .pages-sub-heading-wrapper {
    display: none;
}

.pages-content-sub-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
}


main#genesis-content > article {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.breadcrumb {
    border: none !important;
    margin-bottom: 0;
}

span.home-icon.relative {
    justify-content: center;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

.breadcrumb span.bc-wrap {
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
}

.breadcrumb span.separator {
    color: #ffffff;
    font-size: 5px;
    margin-inline: 12px;
}

.hero-images.img-zoom {
    transform: scale(1.3);
    transition: transform 9s;
}

.hero-images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-arrows {
    z-index: 99;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100%;
    width: 100%;
    left: 0;
    max-width: 100%;
    top: 30%;
}

.btn-slick-arrows.hero-arrow-left {
    position: absolute;
    left: 60px;
    top: 20%;
    z-index: 999;
    cursor: pointer;
}

.btn-slick-arrows.hero-arrow-right {
    position: absolute;
    right: 60px;
    top: 20%;
    z-index: 999;
    cursor: pointer;
}

.btn-slick-arrows {
    background-color: rgb(114, 133, 140);
    opacity: 0.302;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}


.hero-item {
    position: relative;
    padding-bottom: 50px;
    padding-top: 150px;
}

.hero-item.bg-style:before {
    content: '';
    position: absolute;
    background-color: #1515159c;
    opacity: 0.851;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content-column {
    display: flex;
}

.hero-item.slick-active .hero-image.img-zoom {
    transform: scale(1.3);
    transition: transform 9s;
}

.hero-title {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}

.hero-sub-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.hero-snippets {
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Instrument Sans", sans-serif;
    text-align: center;
}

.hero-button {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 99;
    align-items: center;
    justify-content: center;
}


.hero-button .btn-style:first-child a {
    background-color: #ffffff;
    color: #2946c6;
}

.hero-button .btn-style:first-child a:hover {
    color: #ffffff;
}

.hero-button .btn-style:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
}

.hero-button .btn-style a {
    padding-inline: 40px;
}

.hero-item .hero-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    padding-block: 70px;
    padding-inline: 15px;
    position: relative;
    padding-inline: 60px;
    gap: 30px;
}

.hero-content-form {
    display: flex;
    justify-content: end;
}

.hero-content-form-wrapper {
    max-width: 700px;
}

.hero-content-form-wrapper .free-estimate-form {
    padding: 10px;
}

.featured-tile {
    position: relative;
    padding-inline: 30px;
    margin-top: 100px;
    z-index: 99;

}

.tile-list {
    display: flex;
    justify-content: center;
}

.tile-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: calc(100% / 4);
    background-color: rgb(0, 0, 0);
    opacity: 0.851;
    gap: 10px;
}

.tile-item:hover .tile-icon {
    background-color: #72858c;
    border-color: #72858c;
}

.tile-item:hover .tile-icon {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.tile-item:hover {
    background-color: rgb(3, 10, 140);
}

.tile-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile-icon img {
    width: 26px;
}

.tile-title {
    color: #ffffff;
    font-size: 16px;
}

.popop-form-wrapper .free-estimate-title-form {
    font-size: 18px;
}

.popop-form-wrapper .free-estimate-column {
    flex-direction: column;
    gap: 0;
}

.popop-form-wrapper .free-estimate-column .free-estimate-fields {
    width: 100%;
}

.home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-btn a {
    background-color: #2946c6;
    color: #ffffff;
    padding-inline: 40px;
}

.free-estimate-form {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 30px;
}

.free-estimate-title-form {
    text-align: center;
    background-color: #2946c6;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.free-estimate-title-form span {
    color: #ffffff;
}

.free-estimate-column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.free-estimate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-form-wrapper .free-estimate-btn {
    margin-bottom: -35px;
}

.hero-content-form-wrapper .free-estimate-btn button {
    width: 90%;
}

ul.slick-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

ul.slick-dots button {
    background-color: #b9a99d;
    border: none;
    color: transparent;
    height: 10px;
    width: 10px;
    padding: 0;
}

ul.slick-dots  li.slick-active button {
	background-color: #ffffff;
}

.free-estimate-column .free-estimate-fields {
    width: calc(100% / 2);
    margin-bottom: 15px;
}

.free-estimate-fields label {
    color: #2946c6;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
}

.free-estimate-fields textarea {
    height: 60px;
    font-size: 12px;
}

.hero-content-form-wrapper .free-estimate-column {
    gap: 20px;
}

.free-estimate-field-wrapper input, .free-estimate-field-wrapper select, .free-estimate-field-wrapper textarea {
    background-color: #f8f7f2;
    border: none;
    border-radius: 15px;
    padding: 8px 15px;
    color: #737373;
    font-size: 12px;
}

.estimate-container {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}

.estimate-container > div {
    width: calc(100% / 5);
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    top: 0;
    border-color: #2946c6 !important;
}

.popop-form-wrap .wpcf7-response-output {
    color: #ffffff;
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    font-size: 14px;
    width: auto !important;
    right: 0 !important;
    left: initial !important;
    top: -5px !important;
    background-color: #ffffff;
    text-align: center;
    padding: 2px 10px;
    z-index: 99;
}

.form-fields {
    position: relative;
    border-left: 5px solid #2946c6;
}

.form-submit span.wpcf7-spinner {
    display: none;
}

.form-fields input, .form-fields select, .form-fields textarea {
    height: 50px;
    background-color: #2f2f2f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
}

.form-fields input::placeholder, .form-fields select, .form-fields textarea::placeholder, .free-estimate-field-wrapper input::placeholder, .free-estimate-field-wrapper select::placeholder, .free-estimate-field-wrapper select, .free-estimate-field-wrapper textarea::placeholder {
    color: #737373;
}

.form-fields input:hover, .form-fields select:hover, .form-fields textarea:hover,
.form-fields input:focus, .form-fields select:focus, .form-fields textarea:focus {
    background-color: #f8f7f2;
    color: #000000;
}

.form-fields input:hover::placeholder, .form-fields select:hover::placeholder, .form-fields textarea:hover::placeholder,
.form-fields input:focus::placeholder, .form-fields select:focus::placeholder, .form-fields textarea:focus::placeholder {
    background-color: #f8f7f2;
    color: #737373;
}

.form-fields:hover span.form-icon {
    color: #72858c;
}

.form-submit {
    position: relative;
}

.form-submit input:hover, .form-submit input:focus {
    background-color: #000000;
}

.form-submit input {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 45px !important;
    padding-left: 0;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding-inline: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    border-radius: 0;
    background-color: #2946c6;
    border: 1px solid #2946c6;
}

.form-submit span.wpcf7-spinner {
    display: none;
}

span.form-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
}


.form-submit span.form-icon {
    height: 50px;
    background-color: #72858c;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    transition: 0.5s ease-in-out;
    right: 0;
    top: 0;
    border: 1px solid #72858c;
}

.form-captcha {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
    margin-top: 15px;
    font-size: 14px;
}

a.popop-form {
    cursor: pointer;
}

.grecaptcha-badge {
    display: none !important;
}

p.recaptcha-note {
    margin-bottom: 15px;
    color: #737373;
}

/* Popop */

.popop-form-wrap.show {
    display: flex;
}

.popop-form-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000000e0;
    z-index: 9999;
    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-color: #1e1e1e;
    opacity: 0.949;
}

.popop-form-popop-close {
    text-align: right;
    color: #ffffff;
    cursor: pointer;
}

.popop-form-heading {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}

.popop-form-wrapper .estimate-container {
    flex-direction: column;
}

.popop-form-wrapper .estimate-container > div {
    width: 100%;
}

.popop-form-wrapper .form-captcha {
    color: #ffffff;
}

.popop-form-wrapper .form-captcha a {
    color: #ffffff;
}

.popop-form-wrapper p.recaptcha-note a {
    color: #2946c6;
}

.wpcf7-response-output {
    margin-top: 60px !important;
    background-color: #2946c6;
    border-radius: 15px;
}

.page-id-2361 .free-estimate-section {
    display: none;
}

/* End Popop */

.badges-container {
    max-width: 1650px;
}

.badges-section {
    padding: 100px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badges-arrow-data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    opacity: 0;
}

.badges-left-arrow {
    background-color: #e8e8ea;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.badges-right-arrow {
    background-color: #5e151b;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.badges-item {
    text-align: center;
    padding: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*background-color: rgb(248, 248, 248);*/
    margin-inline: 5px;
    outline: none;
}


.badges-forum-data-sub-heading {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #91939b;
    padding: 5px 20px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
}

.badges-forum-column {
    display: flex;
    flex-wrap: wrap;
}

.badges-forum-data-heading {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.badges-forum-data-heading:before {
    content: '';
    background-color: #ffffff;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
}

.badges-forum-data-snippets {
    color: #ffffff;
    max-width: 90%;
}

.badges-forum-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.badges-forum-images {
    width: 35%;
    text-align: center;
}

.badges-forum {
    margin-top: 80px;
}

.badges-forum-data {
    width: 65%;
    padding: 50px 0;
}

.badges-forum-data-btn {
    display: flex;
}

.badges-forum-data-btn a {
    background-color: #2946c6;
    color: #ffffff;
    border-color: #2946c6;
    padding-inline: 40px;
}


.services-sub-heading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.services-heading {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    text-transform: inherit;
}

.service-column-item {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
}

.services-column-info {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    position: relative;
}

.services-column-info > a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.services-column-data {
    position: relative;
}

.services-column-data:before {
    content: '';
    position: absolute;
    background-color: #2946c6;
    height: 70px;
    width: 5px;
    right: 0;
    top: 40%;
    margin: 0 auto;
    border-radius: 10px 0 0 10px;
    z-index: 1;
}

.services-column-thumbnail {
    width: 30%;
}

.services-column-thumbnail img {
    height: 270px;
    object-fit: cover;
}

.services-inner-heading {
    color: #12100e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 45px;
}

.services-inner-section .cta-heading {
    color: #12100e;
}

.services-inner-section .cta-heading-snippets {
    color: #12100e;
}

.services-inner-section .cta-btn label {
    color: #2946c6;
    font-weight: 600;
}

.services-inner-section .cta-btn a {
    background-color: #ffffff;
}

.services-inner-section .cta-btn > div:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
    border: 2px solid #2946c6;
}


.service-column-info-wrapper {
    width: 70%;
    padding-inline: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-column-icon-title {
    display: flex;
    align-items: center;
    gap: 30px;
}

.services-column-info-title {
    color: #12100e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    font-family: "Playfair Display", serif;

}

.services-column-icon {
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #2946c647;
}

.services-column-icon-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.services-column-icon-wrapper {
    background-color: #2946c6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.services-column-info-snip {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 30px;
}

.services-column-info-btn {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.services-column-info-btn > div a {
    background-color: #2946c6;
    color: #ffffff;
    padding-inline: 30px;
}

.services-column-info-btn > div:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
    border: 2px solid #2946c6;
}

.services-column-info-btn > div:nth-child(2) {
    display: none;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item {
    width: calc(100% / 6 - 5px);
    position: relative;
    margin-right: 5px;
}

.service-item a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.services-thumbnail > img {
    object-fit: cover;
    height: 300px;
    width: 400px;
}

.service-item:hover:before {
    background-color: #ffffff;
}

.services-section {
    position: relative;
    padding-bottom: 30px;
}

.services-thumbnail {
    position: relative;
}

.services-info-title {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    font-family: "Playfair Display", serif;
    background-color: #000000bf;
    padding-inline:15px;
}

.service-item:hover .services-info-title {
    background-color: #2946c6c9;
}

.services-icon {
    position: absolute;
    bottom: -15px;
    right: 15px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icon-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.services-icon-wrapper {
    background-color: #2946c6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-info-wrapper {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-info-btn a {
    padding-inline: 40px;
    background-color: #2946c6;
    color: #ffffff;
}

.services-info-btn a:hover {
    background-color: #2946c6 !important;
    box-shadow: inset 30.5em 0 0 0 #2946c6;
}

.services-info-snip {
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    margin-block: 20px;
    line-height: 30px;
}

.services-info-btn {
    display: none;
    justify-content: center;
    align-items: center;
}

.service-item:hover .services-icon {
    border: 5px solid #2946c6;
}

.service-item:hover .services-icon-wrapper {
    background-color: #ffffff;
}

.service-item:hover .services-icon-wrapper img {
    filter: none;
}

.service-item:hover .services-info-snip {
    display: none;
}

.service-item:hover .services-info-btn {
    display: flex;
    margin-top: 30px;
}

.why-choose-section-inner .cta-heading {
    color: #12100e;
}

.why-choose-section-inner .cta-heading-snippets {
    color: #12100e;
}

.why-choose-section-inner .cta-data {
    margin-top: 30px;
}


.why-choose-section-inner .cta-btn label {
    color: #2946c6;
    font-weight: 600;
}

.why-choose-section-inner .cta-btn a {
    background-color: #ffffff;
}

.why-choose-section-inner .cta-btn > div:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
    border: 2px solid #2946c6;
}

.free-estimate-section {
    padding-block: 100px;
    padding-inline: 30px;
    background-color: #f8f7f2;
}

.cta-heading {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    text-transform: inherit;
    font-family: "Playfair Display", serif;
}

.cta-heading-snippets {
    color: #ffffff;
    text-align: center;
}

.cta-content-snipt > div {
    width: calc(100% / 2);
    z-index: 9;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}

.cta-btn {
    display: flex;
    padding-left: 50px;
}

.cta-data {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 15px;
}

.cta-info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(245 244 240 / 68%);
}

.cta-btn a {
    max-width: 100%;
    width: 320px;
    color: #2946c6;
}

.services-inner:before {
    content: none;
}

.services-inner .service-heading {
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}

.services-inner .service-heading:before {
    content: '';
    background-color: #5e151b;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.services-inner .cta-sub-heading, .services-inner .cta-heading {
    color: #000000;
}

.services-inner .btn-style a:hover {
    color: #ffffff;
}

.services-inner .btn-style span {
    background-color: #72858c;
    border: 1px solid #72858c;
    color: #ffffff;
}

.services-inner-btn div:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
}

.services-inner-btn div a {
    border: 1px solid #2946c6;
}

.service-featured-content-wrapper {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 30px;
}

.service-featured-content-title {
    text-align: center;
    background-color: #2946c6;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-column-item:hover .services-column-info {
    background-color: #2946c6;
}

.service-column-item:hover .services-column-data:before {
    background-color: #ffffff;
}

.service-column-item:hover .services-column-info-btn > div:last-child {
    display: block;
}

.service-column-item:hover .services-column-info-title {
    color: #ffffff;
}

.service-column-item:hover .services-column-info-btn > div:first-child a {
    background-color: #ffffff;
    color: #2946c6;
}

.service-column-item:hover .services-column-info-snip {
    color: #ffffff;
}

.service-featured-content-snippets {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 100px;
}

.service-featured-content-btn > div:nth-child(2) a {
    color: #ffffff;
    background-color: #2946c6;
}

.service-featured-content-btn a {
    padding-inline: 40px;
    background-color: #e6e6e6;
}

.services-featured-content {
    margin-bottom: 100px;
}

.service-featured-content-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
}

.service-featured-content-title span {
    color: #2946c6;
}

.service-featured-content-snippets-container {
    max-width: 900px;
}

.service-featured-content-sub-heading {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2946c6;
    text-transform: uppercase;
}

.service-featured-content-heading {
    color: #12100e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 35px;
    text-align: center;
}

.affiliate-heading {
    color: #12100e;
    font-size: 45px;
    font-weight: 700;
}

.affiliate-section-container {
    padding-inline: 60px;
    padding-bottom: 100px;
    background-color: #f8f7f2;
}

.affiliate-section.affiliate-section-inner .affiliate-section-container {
    background-color: #ffffff;
}

.affiliate-section-inner {
    padding-top: 50px;
}

.affiliate-content-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #12100e;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.affiliate-content-snip {
    color: #4c4c4c;
    line-height: 30px;
}

.affiliate-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.affiliate-img {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 30px);
}

.affiliate-section-inner .affiliate-img-wrapper {
    border: 1px solid #2946c6;
    padding: 25px;
}

.affiliate-section-inner .affiliate-img {
    justify-content: initial;
}

.affiliate-content {
    width: calc(60% - 30px);
}

.affiliate-btn {
    width: calc(15% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.affiliate-btn a {
    background-color: #2946c6;
    color: #ffffff;
    width: 200px;
}

.team-section {
    padding-block: 100px;
    padding-bottom: 150px;
}

.team-list {
    display: flex;
    gap: 20px;
}

.team-name {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.team-position {
    text-align: center;
    margin-top: 5px;
    color: #707070;
    font-size: 14px;
}

.team-profile-thumbnail {
    margin-bottom: 20px;
}

.get-free-etimate-heading {
    color: #2946c6;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
}


.get-free-estimate-form textarea {
    height: 100px;
    font-family: "Instrument Sans", sans-serif !important;

}

.get-free-estimate-form textarea::placeholder {
    font-family: Instrument Sans, sans-serif;
}

.form-captcha {
    max-width: 550px;
}

.popop-form-wrap .estimate-container {
    max-width: 100%;
}

.get-free-etimate-container {
    max-width: 500px;
}

.get-free-estimate-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        background-color: #ffffff;
}

.get-free-etimate-heading {
    color: #2946c6;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.get-free-estimate-form input, .get-free-estimate-form textarea, .get-free-estimate-form select {
    background-color: #ececec;
    color: #7a7d8b;
    font-weight: 400;
    border-top: 3px solid #2946c6;
}

.get-free-estimate-form .form-captcha, .get-free-estimate-form .form-captcha span {
    color: #000000;
    font-size: 12px;
}

.form-captcha, .form-captcha span {
    font-size: 12px;
}


.get-free-estimate-form input::placeholder, .get-free-estimate-form textarea::placeholder, .get-free-estimate-form select::placeholder
{
    color: #7a7d8b;
}
.form-columns-two > div {
    width: calc(100% / 2 - 20px);
}

.form-columns-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.about-column {
    display: flex;
    justify-content: flex-end;
}

.free-estimate-about-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-estimate-about-section {
    padding-bottom: 50px;
}

.free-estimate-about-section a {
    border: 1px solid #2946c6;
}

.about-section {
    padding: 100px 0;
    padding-top: 150px;
    position: relative;
    background-color: #f8f7f2;
}

.about-readmore {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
}

.about-section-container {
    padding-inline: 60px;
    margin: 0 auto;
}

.about-section-column {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.about-heading:before {
    content: '';
    background-color: #8c5c13;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.about-heading {
    font-size: 55px;
    color: #12100e;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.about-sub-heading {
    font-size: 18px;
    font-weight: 700;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-readmore-info {
    line-height: 30px;
}

.about-btn {
    display: flex;
    gap: 20px;
}

.about-section-column > div {
    width: calc(100% / 2 - 40px);
    position: relative;
}

.about-btn > div:nth-child(2) a {
    background-color: transparent;
}

.about-btn > div:first-child a {
    background-color: #2946c6;
    color: #ffffff;
}

.about-section-images:before {
    content: '';
    border: 3px solid #2946c6;
    border-radius: 30px;
    position: absolute;
    right: 5%;
    height: 100%;
    width: 90%;
    top: 5%;
}

.about-section-images img {
    border-radius: 20px;
    width: 90%;
    height: 650px;
    position: relative;
    object-fit: cover;
}


.about-section-logo {
    margin-bottom: 30px;
    max-width: 200px;
}

.about-info-sub-heading {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: rgb(245, 244, 240);
    padding: 5px 20px;
    margin-bottom: 15px;
    color: #9f936a;
    display: inline-block;
}

.about-info-heading h1 {
    text-align: left;
}

.about-info-heading {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    text-transform: uppercase;
    max-width: 600px;
}

.about-info-heading:before {
    content: '';
    background-color: #2946c6;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
}

.about-info {
    width: 40%;
}

.about-images {
    width: 40%;
    text-align: right;
}


.about-info-content {
    font-size: 16px;
    line-height: 30px;
}

.about-additional-content-info {
    padding-right: 60px;
}

.about-images img {
    width: 100%;
}

.about-additional-info-content {
    font-size: 20px;
    line-height: 30px;
}

.about-additional-title-content {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.about-button {
    display: flex;
    gap: 20px;
    color: #000000;
}

.about-button .btn-style:nth-child(2) a {
    background-color: #9f936a;
    border-color: #9f936a;
}

.about-button a {
    width: 250px;
}

.about-button .btn-style:first-child a:hover {
    color: #ffffff;
}

.about-button .btn-style:last-child a {
    border: 1px solid #9f936a;
    background-color: #9f936a;
    color: #ffffff;
}

.about-button .btn-style:last-child span{
    border: 1px solid #72858c;
    background-color: #72858c;
    color: #ffffff;
}

.about-button > div:first-child a {
    color: #000000;
    border: 1px solid #2946c6;
}

.about-button > div:first-child span {
    border: 1px solid #72858c;
    background-color: #72858c;
    color: #ffffff;
}

.about-additional-content-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 100px 0;

}

.about-additional-content-column > div {
    width: calc(100% / 2 - 20px);
}

.featured-tiles-wrapper {
    padding-bottom: 100px;
}

.featured-tiles-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

.featured-tiles-container {
    max-width: 1650px;
}

.featured-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.featured-tiles-item {
    width: calc(100% / 4 - 20px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.featured-tiles-item:hover {
    background-color: #2946c6;
}

.featured-tiles-item:hover .featured-titles-icon {
    background-color: #ffffff;
}

.featured-tiles-item:hover .featured-tiles-title, .featured-tiles-item:hover .featured-tiles-snippet {
    color: #ffffff;

}

.featured-tiles-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-block: 15px;
    text-align: center;
    text-transform: uppercase;
}

.featured-titles-icon {
    text-align: center;
    border: 1px solid #2946c6;
    padding: 15px;
    margin-bottom: 20px;
}

.featured-titles-icon img {
    height: 87px;
    width: 100px;
    object-fit: contain;
}

.featured-tiles-snippet {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.youtube-title {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    max-width: 900px;
    text-align: center;
}

.youtube-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 100px 15px;
}

.youtube-container {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.youtube-thumbnail {
    width: 100%;
    max-width: 900px;
}

.counter-section {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-inline: 15px;
}

.counter-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.counter-item {
    width: calc(100% / 4);
}

.counter-data {
    background-color: #2946c6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
}

.counter-icon {
    height: 90px;
    width: 90px;
    background-color: #dde9ee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-top: -50px;
    margin-bottom: 10px;
}

.counter-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.counter-number {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.counter-title {
    color: #ffffff;
    font-size: 14px;
}

.counter-item:hover .counter-icon, .badges-item:hover img {
    transition: 0.9s;
    transform: rotateY(360deg);
}

.single .blog-section, .archive .blog-section {
    display: none;
}

.blog-section {
    padding: 100px 15px;
}

.blog-section-sub-heading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.blog-section-heading {
    font-size: 55px;
    color: #2946c6;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    text-transform: inherit;
}

.blog-section-heading:before {
    content: '';
    background-color: #8c5c13;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.blog-section .section-container {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-choose-section {
    padding: 100px 0;
    position: relative;
    padding-bottom: 150px;
}

.why-choose-sub-heading {
    font-size: 18px;
    font-weight: 700;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.why-choose-heading {
    font-size: 55px;
    color: #2946c6;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    text-transform: inherit;
}

.why-choose-heading:before {
    content: '';
    background-color: #8c5c13;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.why-choose-snippets {
    color: #595959;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
}

.process-section {
    padding: 100px 15px;
    padding-top: 150px;
}

.process-section-inner {
    padding-top: 100px;
    border-top: 5px solid #f1f9fc;
    padding-bottom: 150px;
}

.process-section-container {
    max-width: 1280px;
    margin: 0 auto;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.process-steps:before {
    content: '';
    background-color: #258DAD;
    height: 2px;
    width: 70%;
    position: absolute;
    top: 30px;
    left: -20px;
    right: 0;
    margin: 0 auto;
}

.process-steps-numbers {
    width: calc(100% / 4 - 20px);
    text-align: center;
}

.process-title {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.process-snippets {
    line-height: 30px;
}

.process-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.process-name {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-info-item {
    width: calc(100% / 4 - 20px);
    background-color: #f1f9fc;
    padding: 20px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.process-step-icon {
    position: relative;
}

.process-number {
    font-size: 90px;
    font-style: italic;
    text-align: right;
    color: #dce8ec;
    font-weight: 600;
}

.why-choose-container {
    max-width: 1280px;
    margin: 0 auto;
}

.why-choose-title {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.why-choose-title:before {
    content: '';
    background-color: #5e151b;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.why-choose-list-icon {
    background-color: #2946c6;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-list-snippets {
    line-height: 30px;
    font-size: 15px;
}

.why-choose-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.why-choose-list-details {
    height: 150px;
    width: 150px;
    border: 1px solid #8c5c13;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 600;
    color: #2946c6;
}

.why-choose-item:hover .why-choose-list-details {
    background-color: #2946c6;
    color: #ffffff;
}

.why-choose-item:hover .why-choose-icon img {
    filter: brightness(0) invert(1);
}

.why-choose-item:hover .why-choose-icon {
    background-color: #2946c6;
}

.why-choose-icon {
    height: 150px;
    width: 150px;
    border: 1px solid #8c5c13;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-icon img {
    width: 60px;
}

.why-choose-list-heading {
    font-family: "Instrument Sans", sans-serif;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.why-choose-item {
    width: calc(100% / 4 - 20px);
    padding: 40px 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-choose-list-title {
    color: #2946c6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.why-choose-additional-info-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-additional-info {
    max-width: 50%;
    line-height: 30px;
    margin-bottom: 50px;
}

.why-choose-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-btn a {
    padding-inline: 40px;
    background-color: #2946c6;
    color: #ffffff;
}

.featured-content > div {
    width: calc(100% / 2 - 20px);
}

.featured-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}

.single-post .pages-sub-heading {
    display: none;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.blog-section-logo {
    margin-bottom: 30px;
    max-width: 200px;
    display: none;
}

.blog-item {
    background-color: #f8f7f2;
    width: calc(100% / 3 - 20px);
    padding: 40px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 20px;
}


.blog-item:hover {
    background-color: #2946c6;
}

.blog-item:hover .blog-title-info, .blog-item:hover .user-profile {
    color: #ffffff;
}

.blog-item:hover .blog-readmore-btn a {
    background-color: #2946c6;
    color: #ffffff;
}

.blog-item:hover .blog-snippets {
    color: #ffffff;
}

.user-profile {
    color: #000000;
    margin-bottom: 20px;
}

.user-profile img {
    margin-right: 10px;
}

.blog-title-info {
    font-size: 20px;
    font-weight: 700;
    color: #12100e;
    margin-bottom: 15px;
}

.blog-spacer {
    background-color: #2946c6;
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
}

.blog-title-snippets {
    color: #484848;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.blog-snippets {
    color: #4c4c4c;
    font-size: 16px;
    margin-top: 35px;
}

.blog-readmore-btn {
    position: absolute;
    bottom: 0;
}

.blog-readmore-btn a {
    text-decoration: none;
    color: #2946c6;
    font-size: 14px;
    background-color: #f8f7f2;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 30px;
    text-transform: uppercase;
}

.blog-section-btn a {
    background-color: #f8f7f2;
    color: #2946c6;
    border-color: #f8f7f2;
    padding-inline: 40px;
}

.blog-snippets {
    color: #4c4c4c;
    font-size: 16px;
}


.blog-section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.blog-info {
    padding-top: 10px;
    padding-bottom: 30px;
}

.blog-date-info {
    background-color: #2946c6;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    border-radius: 50%;
}

span#date-day {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

span#date-month {
    font-size: 14px;
    color: #ffffff;
}

.blog-featured-thumbnail {
    margin-bottom: 15px;
}

.blog-featured-thumbnail img {
    border-radius: 20px;
}

div#blog-widget .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

div#blog-widget .wrap section {
    width: calc(100% / 3 - 20px);
}

div#blog-widget .wrap section select:hover  {
    background-color: #2946c6;
    color: #ffffff;
}

div#blog-widget .wrap section select:hover {
    background-image: linear-gradient(45deg, transparent 50%, #fbfbfb 50%), linear-gradient(135deg, #ffffff 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
}

div#blog-widget .wrap section select {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #111111 50%), linear-gradient(135deg, #111111 50%, transparent 50%), linear-gradient(to right, #111111, #111111);
    background-position: calc(100% - 16px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 6px 5px, 0px 0em;
    background-repeat: no-repeat;
    color: #000000;
}

div#blog-widget .wrap section .widgettitle {
    display: none;
}

.testimonial-section {
    position: relative;
    padding: 100px 15px;
    background-position: top;
}

.quote-icon {
    margin-top: 30px;
    margin-bottom: 20px;
}

.testimonial-arrow-data {
    display: none !important;
}

.testimonial-column {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.testimonial-column-info {
    width: 100%;
}


.reviews-rating {
    text-align: center;
}

.reviews-author {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    color: #000000;
}

.testimonial-column-info-data {
    width: 100%;
}

.testimonial-column-info {
    display: flex;
    justify-content: flex-end;
}

.testimonial-heading-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.testimonial-heading-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-section-logo {
    text-align: center;
    margin-bottom: 20px;
}


.testimonial-arrow-data {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}


.testimonial-sub-heading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.testimonial-left-arrow {
    background-color: #e8e8ea;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-right-arrow {
    background-color: #5e151b;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.testimonial-heading {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.reviews-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

.reviews-btn a:hover {
    color: #ffffff !important;
}

.reviews-btn div:last-child a {
    background-color: #2946c6;
    color: #ffffff;
}

.reviews-btn .btn-style:nth-child(2) a {
    background-color: #2946c6;
    color: #ffffff;
}

.reviews-btn .btn-style:nth-child(2) a:hover {
    background-color: #ffffff;
    color: #2946c6;
}

.reviews-btn div {
    width: calc(250px - 20px);
}

.reviews-btn .btn-style a {
    background-color: #f8f7f2;
    color: #2946c6;
}

.reviews-btn .btn-style:first-child a {
    border: 1px solid #2946c6;
}

.testimonial-section .section-container {
    max-width: 980px;
}

.testimonial-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.logo-reviews {
    margin-bottom: 20px;
}

.reviews-rating-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reviews-rating-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.reviews-item-data {
    padding: 30px 15px;
    border-radius: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-comment {
    line-height: 30px;
    max-width: 60%;
}


.reviews-rate {
    text-align: center;
    margin-bottom: 20px;
}

.reviews-rating-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reviews-rating-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.reviews-list-section {
    margin: 0 auto;
    max-width: 1650px;
}

.reviews-spacer {
    width: 100%;
    background-color: #ffffff36;
    height: 2px;
    margin-bottom: 30px;
}

.reviews-arrow-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.reviews-list-section ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-list-section ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.reviews-list-section ul.slick-dots button {
    background-color: #3dbbe5;
    font-size: 0;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
}

.reviews-list-section ul.slick-dots li.slick-active button {
    background-color: #ffffff;
}

.reviews-arrow-wrapper .slider-arrow.reviews-arrow-left {
    position: absolute;
    top: 25%;
    z-index: 99;
    cursor: pointer;
}

.reviews-arrow-wrapper .slider-arrow.reviews-arrow-right {
    position: absolute;
    top: 25%;
    z-index: 99;
    cursor: pointer;
    right: 0;
}

.reviews-arrow-wrapper .slider-arrow {
    color: #ffffff;
}

.gallery-content-wrapper {
    padding-top: 100px;
    padding-inline: 15px;
    display: flex;
    flex-direction: column;
}

.gallery-content-sub {
    font-size: 20px;
}

.gallery-content-snippets {
    font-size: 20px;
    margin-bottom: 15px;
}

.gallery-content-heading {
    font-size: 30px;
    margin-bottom: 15px;
}

.gallery-section > .section-container {
    padding-block: 20px;
}

.gallery-content-wrapper {
    background-image: url(/wp-content/uploads/2024/12/gallery-banner.jpg);
}

.page-id-2382 .pages-sub-heading, .page-id-2361 .pages-sub-heading, .page-id-2615 .pages-sub-heading {
    display: none;
}


.gallery-content-snippets-list li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #9f936a;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.gallery-btn a {
    background-color: #2946c6;
    color: #ffffff;
}


.gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.gallery-content-snippets-list {
    margin-bottom: 30px;
}

.gallery-content-snippets-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.gallery-section-logo {
    text-align: center;
    margin-bottom: 15px;
}

.gallery-section-logo img {
    width: 300px;
}

.gallery-sub-heading {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    /*background-color: rgb(245, 244, 240);*/
    padding: 5px 20px;
    margin-bottom: 15px;
    color: #9f936a;
    display: inline-block;
}


.gallery-content-wrapper > .section-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery-heading {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.gallery-heading:before {
    content: '';
    background-color: #2946c6;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gallery-overlay a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gallery-info {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 20px);
}

.gallery-thumbnail img {
    width: 100%;
}

.gallery-section {
    background-color: #e0e0db;
    padding-bottom: 50px;
    background-image: none !important;
}

.gallery-content {
    padding: 40px;
    background-color: #e5e5e5;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.gallery-thumbnail {
    width: 60%;
}

.slmp-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.slmp-grid-image {
    width: 100%;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.gallery-items {
    width: calc(100% / 4 - 20px);
    position: relative;
}

.gallery-items > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.gallery-overlay {
    background-color: rgb(110, 21, 27);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery-overlay img {
    background-color: #ffffff;
    padding: 10px;
}

.gallery-overlay span {
    color: #ffffff;
    margin-top: 20px;
    font-size: 18px;
}

.gallery-items:hover .gallery-overlay {
    opacity: 0.8;
}

.additional-services-section {
    padding-block: 100px;
    padding-inline: 15px;
}

.additional-services-sub-heading {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #91939b;
    padding: 5px 20px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
}

.additional-services-section .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.additional-services-heading {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.additional-services-heading:before {
    content: '';
    background-color: #5e151b;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.generic-content-info {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.additional-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.generic-content-additional-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.generic-content-additional-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-block: 15px;
    text-transform: uppercase;
}

.generic-content-additional-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 900px;
}

.generic-content-additional.featured-shortcode .generic-content-additional-wrapper {
    max-width: 100%;
}

.generic-content-additional.featured-shortcode {
    padding-bottom: 30px;
}

.generic-content-additional-snippets p {
    line-height: 26px;
}

.generic-content-additional-images {
    padding-right: 50px;
}

.generic-content-additional-wrapper > div {
    width: calc(100% / 2 - 20px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.generic-content-additional-btn a {
    background-color: #9f936a;
    border: 1px solid #9f936a;
    color: #ffffff;
}

.generic-content-with-bg {
    padding: 50px 0;
}

.generic-content-additional {
    padding-bottom: 100px;
}

.generic-btn {
    margin-top: 30px;
}

.generic-btn a {
    background-color: #9f936a;
    border: 1px solid #9f936a;
    color: #ffffff;
}

.generic-content-title {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    max-width: 800px;
    text-transform: uppercase;
    line-height: 80px;
}

.entry-content ul {
    margin-bottom: 30px;
}

section#slmp_geojuice h2 {
    display: none !important;
}

.additional-services-item {
    width: calc(100% / 3 - 20px);
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(255 255 255 / 76%);
    padding: 40px 20px;
    text-align: center;
    position: relative;
    padding-top: 0;
}

.inner-services-title {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.inner-services-snip {
    margin-bottom: 30px;
}

.additional-services-item a {
    display: none;
}

.additional-services-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.additional-services-icon {
    background-color: #2946c6;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.additional-services-item:hover {
    background-color: #2946c6;
}

.additional-services-item:hover .additional-services-icon {
    background-color: #2946c6;
}

.additional-services-item:hover .additional-heading {
    color: #ffffff;
}

.additional-services-item:hover .additional-snippets {
    color: #ffffff;
}

.additional-heading {
    font-size: 20px;
    color: #2946c6;
    font-weight: 600;
    margin-block: 15px;
}

.additional-snippets {
    color: #555555;
}

ul.wp-block-list {
    padding-left: 0;
}

ul.wp-block-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

ul.wp-block-list li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #2946c6;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.page-id-2359 .cta-section {
    margin-top: 100px;

}

.page-id-2382 .cta-section, .single .cta-section , .archive .cta-section {
    margin-bottom: 100px;
}

.areas-serve {
    padding-block: 100px;
    padding-inline: 30px;
    position: relative;
}

.areas-serve:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/03/areas-background.png);
    height: 100%;
    width: 50%;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
}

.section-areas-column {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.section-areas-column > div {
    width: calc(100% / 2 - 40px);
}

.areas-nap-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.areas-nap-wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 50px;
}

.areas-nap-icon-label div {
    justify-content: center;
    background-color: #2946c6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.areas-nap-icon-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.areas-nap-icon-label i {
    color: #ffffff;
}

.areas-nap-data a {
    font-size: 16px;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
}

.areas-nap-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.areas-sub-heading {
    font-size: 18px;
    font-weight: 700;
    color: #2946c6;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.areas-heading {
    font-size: 40px;
    color: #2946c6;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: inherit;
    font-family: "Playfair Display", serif;
}

.areas-loc-list span {
    color: #000000;
    padding-right: 15px;
}

.areas-loc-list li {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #cccc;
}

.areas-loc-list li:hover {
    background-color: #2946c6;
    color: #ffffff;
}

.areas-loc-list li:hover span {
    color: #ffffff;
}

.areas-btn .btn-style {
    align-items: flex-start;
    justify-content: flex-start;
}

.areas-btn {
    margin-top: 30px;
}

.areas-btn .btn-style a {
    width: auto;
    padding-inline: 40px;
    background-color: #2946c6;
    color: #ffffff;
}

.areas-nap-icon-label span {
    color: #2946c6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.before-after-section {
    padding: 100px 15px;
}

.before-after-heading {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}


.cta-columns {
    display: flex;
    flex-wrap: wrap;
}

.cta-section-wrapper {
    display: flex;
}

.cta-content-snipt-sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Instrument Sans", sans-serif;
    text-transform: uppercase;
}

.cta-content-snipt-title {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-transform: inherit;
    margin-bottom: 15px;
}

.cta-content-snipt-info {
    color: #ffffff;
}


.cta-images {
    width: 35%;
}

.cta-images img {
    width: 100%;
}

.cta-content-snipt {
    width: 65%;
    background-color: #2946c6;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    position: relative;
}

.cta-content-snipt:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/cta-overlay.png);
    height: 300px;
    width: 357px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 250px;
    position: absolute;
    right: 0px;
    z-index: 1;
}

.cta-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 40px;
    padding-inline: 40px;
    position: relative;
    background-position: bottom;
}

.cta-btn .btn-style {
    display: flex;
    flex-direction: column;
}

.cta-btn .btn-style:first-child a, .cta-btn .btn-style:last-child a {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: inherit;
    font-weight: inherit;
}

.services-section .cta-btn .btn-style label {
    color: #ffffff;
    margin-bottom: 5px;
}

.cta-btn .btn-style label {
    margin-bottom: 15px;
    font-weight: 600;
}

.newsletter-form-wrapper {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}

.newsletter-form-input input {
    border: none;
    font-size: 16px;
}

.newsletter-form-submit span.wpcf7-spinner {
    display: none;
}

.footer-newsletter .wpcf7-response-output {
    background-color: #2946c6 !important;
    color: #ffffff;
}

.newsletter-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.newsletter-snippets {
    color: #ffffff;
    max-width: 80%;
}

.footer-newsletter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    align-items: center;
    padding-inline: 15px;
}

.newsletter-data {
    width: 70%;
}

.newsletter-form {
    width: 30%;
}

.footer-nap {
    position: relative;
    z-index: 9;
}

.footer-nap-info {
    display: flex;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    color: #f8f7f2;
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif;
}

.footer-nap-info i {
    color: #8c5c13;
}

.footer-nap-title {
    font-size: 40px;
    color: #ffffff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.footer-nap-listing {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.footer-label-info {
    padding: 20px 40px;
    border: 1px solid #ffffff21;
    color: #ffffff;
    height: 90px;
    display: flex;
    align-items: center;
}

.footer-label-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-label-info {
    padding: 20px 40px;
    border: 1px solid #ffffff21;
    color: #ffffff;
}

.footer-nap-item:hover .footer-label-icon {
    background-color: #9f936a;
}

.footer-nap-item:hover .footer-label-info {
    background-color: #9f936a;
    border: 1px solid #9f936a;
}

.footer-label-info a {
    color: #ffffff;
}

.footer-label {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.review-raiting {
    margin-bottom: 15px;
}

.footer-label-icon {
    background-color: #2946c6;
    width: 60px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footer-nap-item {
    width: calc(100% / 4 - 20px);
}

.website-footer {
    padding: 100px 0;
    padding-bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-inline: 60px;
}


.footer-map-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding-inline: 15px;
}

.footer-map {
    width: 100%;
    max-width: 1600px;
}

.footer-map iframe {
    width: 100%;
}


.copyright-wrapper {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.copyright-logo {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    height: calc(100% - 60px);
    margin-top: -30px;
    margin-bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-logo img {
    height: 115px;
}

.back-top {
    position: fixed;
    bottom: 14%;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

span.wpcf7-list-item label {
    margin-bottom: 20px !important;
    display: block;
    color: #ffffff !important;
}

span.wpcf7-list-item label a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.get-free-estimate-form a:hover, span.wpcf7-list-item label a:hover {
    color: #2946c6 !important;
}

.message-fields .wpcf7-not-valid-tip {
    top: -75px !important;
    bottom: initial !important;
}

.cta-consultation {
    padding-top:100px;
    padding-bottom: 50px;
}

.cta-consultation-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 30px;
}

.cta-consultation-wrapper > div {
    width: calc(100% / 2 - 20px);
}

.cta-consultation-form-title {
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    text-transform: uppercase;
}

.cta-consultation-form-title span {
    color: #2946c6;
}


.cta-consultation-logo {
    text-align: right;
    margin-top: 15px;
}

.ign-section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.ign-btn.btn-style a {
    background-color: #2946c6;
    color: #ffffff;
    border-color: #2946c6;
    font-weight: 600;
    padding-inline: 40px;
}

.footer-section {
    padding-top: 100px;
    padding-inline: 15px;
}

.footer-info-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.footer-info-snippets {
    line-height: 30px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer-btn a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding-inline: 20px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(56deg, rgb(110 21 27) 0%, rgb(13 19 43) 100%);
    background-image: -webkit-linear-gradient(56deg, rgb(110 21 27) 0%, rgb(13 19 43) 100%);
    background-image: -ms-linear-gradient(56deg, rgb(110 21 27) 0%, rgb(13 19 43) 100%);
}

.footer-container {
    margin: 0 auto;
    padding-bottom: 30px;
    z-index: 2;
    position: relative;
}

.footer-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-inline: 15px;
}

.footer-item {
    width: calc(100% / 5 - 20px);
}

.footer-item:nth-child(3) {
    position: relative;
}

.entry-content p {
    line-height: 30px;
}

.entry-content h1 {
    position: relative;
}

.footer-menu a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif;
}

.footer-title:before {
    content: '';
    background-color: #ffffff;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
}

.footer-title:after {
    content: '';
    background-color: #cccccca8;
    width: 85%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -14px;
}


.footer-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-family: "Playfair Display", serif;
}

.footer-logo img {
    background-color: #ffffff;
    padding: 20px;
}

.footer-company-name {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-view-item span {
    margin-right: 10px;
}

.footer-view-google-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-view-list {
    background-color: rgb(12, 17, 114);
    padding: 15px 40px;
    padding-right: 90px;
    border-left: 5px solid #ffffff;
}

.footer-view-item {
    margin-bottom: 5px;
}

.footer-view-item a {
    color: #ffffff;
    text-decoration: none;
}

.footer-spacer {
    width: 100%;
    height: 1px;
    background-color: #ffffff38;
    margin-block: 50px;
}

.footer-columns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-col-item {
    width: calc(100% / 4);
}

.footer-col-title {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-col-info i, .footer-col-info a, .footer-col-info {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.footer-col-info {
    background-color: #2946c6;
    display: flex;
    padding: 20px;
}

.footer-col-info i {
    margin-right: 5px;
}

.footer-menu li {
    position: relative;
    transition: 0.5s ease-in-out;
    padding: 10px;
    padding-left: 0;
}

.footer-menu li:hover:before {
    left: 15px;
}

.footer-company-title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-company-number {
    display: flex;
    color: #ffffff;
}

.footer-company-email {
    display: flex;
    color: #ffffff;
}

.footer-nap-info i {
    margin-right: 10px;
}

.footer-nap-info a, .footer-company-address {
    color: #f8f7f2;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-family: "Instrument Sans", sans-serif;
}

.footer-company-address i {
    font-size: 20px;
}

.footer-menu li:hover {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    padding-left: 15px;
}

.footer-menu li:hover a {
    color: #2946c6;
    font-weight: 600;
}

.footer-menu {
    margin-bottom: 70px;
}

.footer-column-cop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.before-after-shortcode {
    text-align: center;
    margin-top: 30px;
}

.vision-sub-heading {
    font-family: "Playfair Display", serif;
    color: #ffffff;
    background-color: #000000;
    padding: 10px;
    font-weight: 700;
    display: inline-block;
}

.vision-heading {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    max-width: 70%;
}

.vision-info {
    background-color: #ffffff;
    padding: 40px;
    max-width: 100%;
    position: relative;
}

.vision-info:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/overlay-blue.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -14px;
    left: -25px;
    z-index: 2;
}

.vision-info:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/overlay-blue.png);
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -14px;
    right: -25px;
    z-index: 2;
}


.vision-snippets {
    font-size: 18px;
    color: #444444;
}

.vision-columns {
    display: flex;
    flex-wrap: wrap;
}

.vision-items {
    width: calc(100% / 2);
}

.vision-section {
    padding: 100px 15px;
}

.vision-items {
    display: flex;
    justify-content: flex-end;
}

.nap-section {
    padding: 100px 15px;
}

.nap-title {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.nap-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.nap-item {
    width: calc(100% / 4 - 20px);
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    padding-top: 60px;
}

.nap-icon {
    background-color: #2946c6;
    color: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.nap-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    color: #000000;
}

.nap-info, .nap-info a {
    font-family: "Instrument Sans", sans-serif;
    font-weight: initial;
}

.featured-pages {
    padding: 100px 15px;
}

.featured-pages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.featured-pages-item {
    width: calc(100% / 3 - 20px);
}

.featured-page-images {
    position: relative;
}

.featured-page-images img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.featured-page-images a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
}

.featured-pages-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    color: #ffffff;
    z-index: 3;
}

.featured-pages-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.copyright-info {
    text-align: right;
    color: #dddcdc;
    font-size: 16px;
    padding: 15px 10px;
}

.copyright-listing a {
    color: #dddcdc;
}

.copyright-listing {
    color: #dddcdc;
    margin-bottom: 12px;
}

.copyright-listing span.divider {
    margin-inline: 12px;
}

.copyright-listing a {
    font-weight: inherit;
}

.footer-column-cop > div {
    width: calc(100% / 2);
}

.footer-copyright {
    padding-inline: 30px;
}

.footer-cop-text {
    text-align: right;
}

.footer-cop-logo {
    display: flex;
}

.footer-cop-logo-bg {
    background-image: url(/wp-content/uploads/2024/04/bg-logo.png);
    margin-top: -130px;
    background-size: cover;
    background-position: top;
    position: relative;
    padding: 20px;
}

.footer-cop-text {
    font-size: 12px;
}


.website-footer-mobile .footer-item {
    width: 100%;
}

.website-footer-mobile .footer-column {
    align-items: center;
}

.website-footer-mobile .footer-logo {
    text-align: center;
    background-color: #ffffff;
}

.website-footer-mobile .footer-item:nth-child(2) {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-direction: column;
}

.website-footer-mobile .footer-item:first-child {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.website-footer-mobile .footer-item:nth-child(3):before {
    content: none !important;
}

/* Social Media */
.social-media {
    padding: 0;
    margin: 0;
}
.social-media a.sprite {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    padding: 8px 0;
    border-radius: 3px;
}
footer .social-media a.sprite {
    background-color: #ffffff;
}
.social-media a.sprite span {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}
#sprite-icon-angieslist span {
    background-position: -3px -3px;
}
#sprite-icon-bbb span {
    background-position: -29px -3px;
}
#sprite-icon-bing span {
    background-position: -55px -3px;
}
#sprite-icon-blog span {
    background-position: -81px -3px;
}
#sprite-icon-blogger span {
    background-position: -107px -3px;
}
#sprite-icon-citygridmedia span {
    background-position: -133px -3px;
}
#sprite-icon-email span {
    background-position: -159px -3px;
}
#sprite-icon-facebook span {
    background-position: -185px -3px;
}
#sprite-icon-foursquare span {
    background-position: -211px -3px;
}
#sprite-icon-gaf span {
    background-position: -237px -3px;
}
#sprite-icon-googlebiz span {
    background-position: -263px -3px;
}
#sprite-icon-googleplus span {
    background-position: -289px -3px;
}
#sprite-icon-guildquality span {
    background-position: -315px -3px;
}
#sprite-icon-homeadvisor span {
    background-position: -341px -3px;
}
#sprite-icon-homestars span {
    background-position: -367px -3px;
}
#sprite-icon-houzz span {
    background-position: -393px -3px;
}
#sprite-icon-instagram span {
    background-position: -419px -3px;
}
#sprite-icon-linkedin span {
    background-position: -445px -3px;
}
#sprite-icon-pinterest span {
    background-position: -471px -3px;
}
#sprite-icon-porch span {
    background-position: -497px -3px;
}
#sprite-icon-rss span {
    background-position: -523px -3px;
}
#sprite-icon-superpages span {
    background-position: -549px -3px;
}
#sprite-icon-twitter span {
    background-position: -575px -3px;
}
#sprite-icon-vimeo span {
    background-position: -601px -3px;
}
#sprite-icon-yellowpages span {
    background-position: -627px -3px;
}
#sprite-icon-yelp span {
    background-position: -653px -3px;
}
#sprite-icon-youtube span {
    background-position: -679px -3px;
}

/* Social With Title */

.social-media.social-media-with-title {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.social-media-list {
    width: 100%;
}

.footer-social .social-media-list a span:first-child {
    position: relative;
}

.social-media-list a {
    display: flex !important;
    width: 100% !important;
}

span.social-media-title {
    width: calc(100% - 20px) !important;
    margin-left: 25px !important;
    color: #ffffff;
    font-weight: 500;
}

/* Conatct Form */

.contact-form .estimate-container {
    flex-direction: column;
}

.contact-form .estimate-container .form-fields {
    width: 100%;
}

.contact-form .estimate-container .form-submit {
    width: 100%;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form {
    background-color: #1e1e1e;
    opacity: 0.949;
    padding-bottom: 10px;
}

.get-free-estimate-form .form-fields {
    border: none;
    margin-bottom: 15px;
}

.get-free-estimate-form .form-fields label {
    font-size: 12px;
}

.get-free-estimate-form-holder {
    background-color: #ffffff;
    position: relative;
}

.get-free-estimate-form-holder:before {
    content: '';
    background-color: #ccc;
    width: 90px;
    height: 90px;
    position: absolute;
    left: -10px;
    top: -10px;
}

.get-free-estimate-form-holder:after {
    content: '';
    content: '';
    background-color: #ccc;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.form-single-two {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.get-free-estimate-form .form-submit input {
    width: calc(100% - 20px);
    padding-right: 0 !important;
    margin-top: 15px;
    background-color: #2946c6;
    color: #ffffff;
    border: none;
}

.get-free-estimate-form .form-submit {
    width: 100%;
    max-width: 200px;
}

.get-free-estimate-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    padding-block: 40px;
    padding-inline: 20px;
    box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
}

.form-single-two .form-fields {
    width: calc(100% - 20px);
}

.contact-form a {
    color: #ffffff !important;
}

.contact-form p.recaptcha-note {
    color: #ffffff;
}

.contact-form p.disclaimer {
    color: #ffffff;
}

.contact-form p.recaptcha-note a {
    color: #ffffff;
}

/* CTA Button */

.free-consult-field-label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.free-consult-wrapper .form-captcha .wpcf7-list-item {
    margin-left: 0;
}

.free-consult-field-data input::placeholder, .free-consult-field-data select, .free-consult-field-data textarea::placeholder,
.free-consult-field-data input, .free-consult-field-data select, .free-consult-field-data textarea {
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif;
    width: 100%;
}

.free-consult-field-data input, .free-consult-field-data select, .free-consult-field-data textarea {
    border-bottom: 1px solid #000000;
}

.free-consult-field-data input:focus, .free-consult-field-data select:focus, .free-consult-field-data textarea:focus,
.free-consult-field-data input:hover, .free-consult-field-data select:hover, .free-consult-field-data textarea:hover,
.free-consult-field-data input:active, .free-consult-field-data select:active, .free-consult-field-data textarea:active {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.free-consult-field-data input:focus::placeholder, .free-consult-field-data select:focus::placeholder, .free-consult-field-data textarea:focus::placeholder,
.free-consult-field-data input:hover::placeholder, .free-consult-field-data select:hover::placeholder, .free-consult-field-data textarea:hover::placeholder {
    color: #ffffff !important;
}

.free-consult-submit {
    margin-bottom: 15px;
}

.free-consult-column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.free-consult-column > div {
    width: calc(100% / 2 - 20px);
    margin-bottom: 15px;
}

.free-consult-wrapper .form-captcha {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.free-consult-submit input {
    border: 1px solid #2946c6 !important;
    background-color: #2946c6 !important;
    color: #ffffff !important;
    border-radius: 30px;
    font-weight: normal;
    max-width: 200px;
    width: 100%;
}

.free-consult-wrapper .form-captcha span.wpcf7-list-item label {
    color: #000000 !important;
}

.cta-side-button {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: fixed;
    right: -70px;
    top: 54%;
    display: none;
    z-index: 99;
}

.cta-side-button a.popop-form {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    padding-inline: 20px;
    padding-block: 20px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    background-color: #2946c6;
}

/* Search */

.result-search.text-center {
    text-align: center;
}

.entry-content .search-form {
    width: 100%;
}

.entry-title, .archive-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
    color: #000000;
}

.entry-title:before, .archive-title:before {
    content: '';
    background-color: #5e151b;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings {
    margin-bottom: 0;
}

.search-result-title {
    font-size: 20px;
}

nav.navigation.pagination {
    position: relative;
    z-index: 9;
}

.archive-pagination {
    position: relative;
}

.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #2946c6;
    color: #fff;
    padding-inline: 20px;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current, .archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a {
    background-color: #2946c6;
    color: #fff;
    padding-inline: 20px;
}

.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current, .archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a, .navigation.pagination .nav-links .page-numbers {
    padding-inline: 20px;
}


.archive-pagination li a {
    padding-inline: 20px;
}

.mobile-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 125px;
}

.mobile-header.sticky-header .mobile-top {
    display: none;
}

.mobile-header.sticky-header .mobile-menu {
    top: 55px;
}

.mobile-header.sticky-header .mobile-menu-wrapper-holder {
    background-color: #ffffff;
}

.mobile-header.sticky-header .mobile-logo img {
    width: 40px;
}

.mobile-header.sticky-header .mobile-logo {
    padding: 10px 0;
}

.mobile-top {
    padding: 10px 15px;
    background-color: #2946c6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-top i {
    color: #ffffff;
    font-size: 12px;
}

.mobile-top a {
    color: #ffffff;
    font-size: 12px;
    font-weight: initial;
}

.mobile-social-media {
    text-align: right;
}

.mobile-phone-nap-number {
    text-align: left;
}

.mobile-phone-nap-label {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}

.mobile-phone-nap-number a {
    margin-left: 5px;
}

.mobile-menu-wrapper-holder {
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.mobile-tooltip, .mobile-navigation.mobile-menu {
    width: 5%;
}

.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobile-logo-wrapper {
    width: 90%;
}

.mobile-navigation {
    width: 5%;
    text-align: right;
    padding-right: 15px;
}

.mobile-tooltip {
    font-size: 20px;
    text-align: center;
    color: #000000;
    padding-inline: 10px;
}

span.mobile-navigation-icon {
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.mobile-tooltip {
    padding-left: 15px;
}

.menu-toggle {
    display: none;
}

.mobile-menu {

     transform: translate(100%);
    clear: left;
    background-color: #2946c6;
    padding: 15px 10px 150px;
    width: 100%;
    max-width: 100%;
    position: fixed;
    /* left: -100%; */
    top: auto;
    z-index: 9999999999;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
}

.mobile-menu.show {
    transform: translate(0%);
    display: block;
}


.mobile-header .genesis-nav-menu .sub-menu a:hover, .mobile-header .genesis-nav-menu .sub-menu a:focus {
    color: #ffffff;
}

.mobile-header .genesis-nav-menu a {
    color: #ffffff;
}

.sub-menu-toggle {
    width: auto;
}

.mobile-header .sub-menu-toggle::before {
    color: #ffffff;
    content: none !important;
}

.mobile-header .genesis-nav-menu .sub-menu {
    padding-left: 0;
}

.mobile-menu-wrapper {
    position: relative;
}

.mobile-header .genesis-nav-menu .sub-menu a {
    color: #000000;
    padding-left: 15px;
}

.mobile-header .genesis-nav-menu .menu-item {
    margin-bottom: 8px;
}

.mobile-tooltip-data {
    background-color: #2946c6;
    padding: 15px 10px;
    padding-left: 15px;
    position: relative;
    transform: translate(100%);
    transition: 0.5s ease-in-out;
    display: none;
}

span.mobile-nap-icon {
    margin-right: 10px;
    position: absolute;
    left: 10px;
}

span.mobile-navigation-icon.show i:before {
    content: '\f00d';
}

.mobile-tooltip-data.show {
    transform: translate(0%);
    display: block;
}

.mobile-nap-item {
    margin-bottom: 15px;
}

.mobile-nap-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-nap-item, .mobile-nap-item a {
    color: #ffffff;
    font-size: 14px;
}

.mobile-nap-item .social-media a.sprite span {
    background-image: url(/wp-content/uploads/2025/03/social-sprite-white.png) !important;
}

.mobile-nap-item {
    padding-left: 20px;
}

@media only screen and (min-width: 1024px){
    .website-header {
        display: block;
    }

    .cta-mobile {display: none;}

    .mobile-show {display: none;}

    .service-desktop {display: block;}
    .services-mobile {display: none;}
    .badges-arrow-data {display: none !important;}

    .about-info {
        padding-right: 100px;
    }

    .hero-item {
        height: 100vh;
    }

    .website-footer-desktop {display: block;}
    .website-footer-mobile {display: none;}

    .mobile-header {
        display: none;
    }

    .badges-non-slick-wrapper {display: none;}

    .top-social {
        padding-left: 15px;
    }

    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: #2946c6;
    }

    .mobile-header .genesis-nav-menu a:focus, .mobile-header .genesis-nav-menu a:hover, .mobile-header .genesis-nav-menu .current-menu-item > a, .mobile-header .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .mobile-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        display: inline-block;
        padding: 10px;
        color: #ffffff !important;
    }


}

@media only screen and (max-width: 1024px) and (min-width: 768px){

    .site-header-wrapper {
        padding-inline: 30px;
        padding-right: 0;
    }

    .cta-side-button {
        top: 44% !important;
    }

    .back-top {
        bottom: 30% !important;
    }

    .get-free-estimate-form span.wpcf7-not-valid-tip {
        font-size: 5px !important;
        width: 80px !important;
    }

    .cta-btn div a {
        font-size: 12px;
        padding-inline: 10px;
    }

    .get-free-estimate-form .form-fields label {
        font-size: 10px;
    }

    .services-info-snippets-home {
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .services-info-btn a {
        font-size: 10px;
    }

    .get-free-etimate-heading {
        font-size: 18px;
    }

    .top-business-hour {
        font-size: 12px;
    }

    .cta-header-btn a {
        font-size: 8px !important;
    }

    .why-choose-item {
        padding-inline: 15px;
    }

    .hero-item .hero-content-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .site-header-navigation {
        padding-right: 15px !important;
    }

    .site-header-navigation #menu-main-menu li a {
        font-size: 12px !important;
    }

    .top-phone {
        padding-right: 0 !important;
    }

    .site-menu-social {
        display: none;
    }

    .site-top-social {
        display: block;
    }

    .hero-title {
        line-height: 60px;
    }

    .hero-item {
        padding-top: 215px;
    }

    .hero-item {
        padding-top: 170px;
        padding-bottom: 65px;
    }

    .about-section {
        padding-top: 30px;
    }

    .featured-tile {
        margin-top: 30px;
    }

    .featured-tile {
        padding-inline: 0;
    }

    .footer-item:last-child {
        padding-left: 0;
    }

    .tile-title {
        font-size: 10px;
    }

    .tile-item {
        padding-inline: 10px;
    }

    .btn-style a {
        font-size: 13px;
    }

    span.wpcf7-not-valid-tip {
        width: 125px !important;
        font-size: 8px !important;
        text-align: center;
    }


}

@media only screen and (max-width: 1698px){
    .cta-header-btn a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1500px){
    .site-header-navigation #menu-main-menu li a {
        font-size: 12px;
    }
    .cta-header-btn a {
        font-size: 14px;
    }
}


@media only screen and (max-width: 1400px){
    .form-submit input {
        font-size: 9px;
    }
    .cta-header-btn a {
        padding-inline: 10px;
    }

    .top-business-hour {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1280px){
    .nav-primary .genesis-nav-menu a {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media only screen and (max-width: 1281px) and (min-width:1024px){
    .nav-primary .genesis-nav-menu a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .genesis-nav-menu {
    	gap: 10px;
    }

    .site-header-menu-wrapper-container {
	    padding-inline: 15px;
	}

	.services-thumbnail > img {height: 200px;}

	.top-header-nap {
	    margin-bottom: 10px;
	}

	.site-header-navigation {
		padding-right: 0 !important;
	}

	.site-header-btn a {
	    padding-inline: 10px;
	}

    .back-top {
        transform: scale(0.8);
        right: 20px;
        bottom: 25%;
    }

    .hero-content-column-wrapper {
        padding: 20px;
    }

    .about-section-images img {
        height: 530px;
    }

    .hero-button .btn-style a {
        font-size: 12px;
    }

    .hero-title {
        font-size: 35px;
    }

    .hero-snippets {
        font-size: 18px;
    }

    .about-form {
        width: 30%;
    }

    .cta-header-btn a {
        font-size: 10px;
        padding-inline: 5px;
    }

    .services-info-snippets-home {
        height: 125px;
        font-size: 10px;
        line-height: 18px;
    }

    .site-header-wrapper {
        padding-right: 10px;
    }

    .top-social {
        padding-right: 10px;
    }

    .about-info-heading {font-size: 35px;}

    .top-business-hour {
        font-size: 10px;
    }
    .free-estimate-title-form {
        font-size: 25px;
    }

    .about-heading {font-size: 30px;}

    .about-sub-heading {font-size: 10px;}

    .about-readmore-info li {
        font-size: 12px;
    }

    .about-readmore {
        padding: 20px 15px;
    }

    .affiliate-heading {
        font-size: 35px;
    }

    .services-section-container {
        padding-inline: 0;
    }

    .services-info-title {
        font-size: 14px;
    }

    .services-info-snip {
        font-size: 12px;
        line-height: 20px;
    }

    .cta-btn a {
        max-width: 260px;
    }

    .areas-heading {
        font-size: 35px;
    }

    .areas-nap-wrapper {
        gap: 25px;
    }

    .areas-nap-icon-label span {
        font-size: 12px;
    }

    .blog-item {
        padding: 20px;
    }

    .blog-date-info {
        top: 8px;
        right: 10px;
    }

    .services-column-info-title {
        font-size: 18px;
    }

    .service-featured-content-title {
        font-size: 18px;
    }

    .cta-content-snipt-title {
        font-size: 30px;
    }

    .areas-loc-list li {
        font-size: 12px;
    }

    .cta-content-snipt:before {
        height: 150px;
        width: 157px;
    }

    .nap-info {
	    font-size: 12px;
	}

	.footer-title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1023px){

    .about-section-column {
        flex-direction: column;
        align-items: center;
    }

    .vision-heading {
    	max-width: 100%;
    }

    .footer-menu {
    	margin-bottom: 30px;
    }

    .hero-button {
	    flex-direction: column;
	}

    .cta-side-button.sticky-header {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .use-floating-validation-tip .wpcf7-not-valid-tip {
        font-size: 10px;
    }
    
    .cta-side-button > div:first-child a {
        background-color: #2946c6;
        color: #ffffff;
    }

    .cta-side-button a {
        font-size: 12px !important;
        height: auto;
        padding: 10px 15px;
    }

    .cta-side-button > div:last-child a {
        border: none;
    }

    .popop-form-wrapper .free-estimate-title-form {
        font-size: 15px;
        padding: 10px;
    }

    .free-estimate-fields textarea {
        height: 60px;
    }

    .free-estimate-btn button {
        padding: 8px;
    }

    .wpcf7-response-output {
        font-size: 12px;
    }

    .reviews-btn .btn-style a {
        font-size: 12px;
    }

    .hero-content-form {
        display: none !important;
    }

    .mobile-show .copyright-info {
        display: block !important;
        padding-bottom: 0;
        margin-top: 60px;
        font-size: 14px;
        line-height: 30px;
    }

    .mobile-show {display: block;}

    .pages-heading {
        margin-bottom: 15px !important;
    }

    .service-featured-content-title {
        font-size: 12px;
    }

    .cta-side-button a.popop-form {
        padding-block: 10px;
        font-size: 12px;
    }

    .service-featured-content-btn a {
        padding-inline: 30px;
        font-size: 12px;
    }

    .service-featured-content-wrapper {
        padding-inline: 15px;
    }

    .service-featured-content-snippets {
        padding-block: 50px;
    }

    .service-featured-content-heading {
        font-size: 25px;
    }

    .pages-sub-heading {
        text-align: center;
    }

    .wp-block-image figure {
        padding-inline: 0 !important;
        padding-block: 0 !important;
    }

    .wp-block-image figure:before {
        content: none !important;
    }

    .pages-content-sub-heading {
        font-size: 12px;
    }

    .pages-section-container {
        padding-inline: 15px;
    }

    .pages-wrapper {
        padding-top: 300px;
        padding-bottom: 0;
    }

    .free-estimate-section {
        padding-inline: 15px;
    }

    .free-estimate-title-form {
        font-size: 14px;
    }

    .free-estimate-column {
        flex-direction: column;
        gap: 20px;
    }

    .free-estimate-fields {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .free-estimate-btn button {
        width: 100%;
    }

    .services-column-info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .services-column-icon-title {
        flex-direction: column;
    }

    .services-column-info-title {
        font-size: 18px;
    }

    .service-column-info-wrapper {
        padding: 0;
    }
    .services-column-info-snip {
        text-align: center;
    }

    .services-column-info {
        padding: 30px 15px;
    }

    .service-column-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .service-column-item {
        max-width: 600px;
    }

    .services-column-info > div {
        width: 100%;
        text-align: center;
    }

    .services-column-info-btn {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .services-inner-heading {
        text-align: center;
        font-size: 30px;
    }

    .hero-content-wrap > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-item .hero-content-wrap {
        padding-inline: 15px;
    }

    .hero-content-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .blog-item {
        padding: 15px;
    }

    .blog-date-info {
        top: 8px;
        right: 10px;
    }

    .about-section-info {
        width: 100% !important;
    }

    .about-section-images img {
        height: auto !important;
    }

    .about-section-images:before {
        left: 5%;
        right: inherit;
    }

    .about-section-container {
        padding-inline: 0;
    }

    .affiliate-wrapper {
        flex-direction: column;
    }

    .section-areas-column > div {
	    text-align: center;
	}

	.areas-loc-list ul {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.areas-loc-list li {
	    width: 220px;
	}

	.featured-pages-item {
	    width: 100%;
	    max-width: 500px;
	}


	.nap-item {
	    width: 100%;
	    max-width: 500px;
	}

	.footer-nap {
	    text-align: center;
	    margin-bottom: 30px;
	}

	.nap-list {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.featured-pages-list {
	    flex-direction: column;
	    align-items: center;
	}

    .affiliate-img {
        width: 100%;
        padding: 25px;
    }

    .affiliate-content {
        width: 100%;
    }

    .affiliate-btn {
        width: 100%;
        justify-content: flex-start;
    }

    ul.list-cols2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .about-sub-heading, .blog-section-sub-heading, .areas-sub-heading, .services-sub-heading, .why-choose-sub-heading, .testimonial-sub-heading {
        font-size: 12px;
    }

    .about-btn > div {
        width: 200px;
    }


    .about-btn {
        flex-direction: column;
    }

    .about-readmore {
        padding: 20px;
    }

    .about-heading, .blog-section-heading, .areas-heading, .affiliate-heading, .services-heading, .why-choose-heading, .testimonial-heading {
        font-size: 30px;
    }

    .cta-btn .btn-style:nth-child(2) a {
        background-color: #2946c6;
        color: #ffffff;
    }

    .section-areas-column {
        flex-direction: column-reverse;
    }

    .section-areas-column > div {
        width: 100%;
    }

    .areas-map iframe {
        width: 100%;
    }

    .services-section-container {
        padding-inline: 0 !important;
    }

    .about-section-column > div {
        width: 100%;
    }

    .services-section {
        padding-inline: 15px;
    }

    .areas-nap-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .cta-section-wrapper {
        flex-direction: column;
    }

    .cta-content-snipt {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .cta-content-snipt-title {
        font-size: 25px;
    }



    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        background-color: transparent;
        color: #ffffff !important;
    }

    .generic-content-title {
        padding-inline: 30px;
        font-size: 30px;
    }

    .free-consult-column {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .free-consult-field {
        width: 100% !important;
    }

    .generic-content-additional-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .generic-content-additional-images {
        width: 100% !important;
        padding-right: 0;
        text-align: center;
        align-items: center !important;
        justify-content: center;
    }

    .generic-content-additional-info {
        width: 100% !important;
        padding-inline: 30px;
    }

    .generic-content-additional-info {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
    }

    .generic-content-additional-info {
        text-align: center;
    }

    .generic-content-additional.featured-shortcode .generic-content-additional-info {
        padding-inline: 0;
    }

    .featured-tiles {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.cta-consultation-wrapper {
	    flex-direction: column-reverse;
	    align-items: center;
	    justify-content: center;
	}

	.cta-consultation-wrapper > div {
	    width: 100%;
	    max-width: 600px;
	}

	.cta-consultation-form-title {
	    text-align: center;
	}	

	.cta-consultation-logo {
	    text-align: center;
	    margin-bottom: 40px;
	}

	.footer-nap-item {
	    width: 100%;
	    max-width: 400px;
	    margin-bottom: 30px;
	}

	.footer-nap-listing {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.cta-consultation-form {
	    display: flex;
	    flex-direction: column-reverse;
	}

    .testimonial-column-info {
	    justify-content: center !important;
	}

	.featured-tiles-item {
	    width: 100%;
	}

    .gallery-info {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 0;
	}

	.gallery-info > div {
	    width: 100%;
	    margin-bottom: 15px;
	}

    .services-mobile {display: none;}

    .footer-title {
        font-size: 20px;
    }

    .service-list {
	    flex-direction: column;
	}

	.service-item {
	    width: 100%;
	    margin-bottom: 10px;
	}

	.vision-columns {
	    flex-direction: column;
	}	

	.vision-items {
	    width: 100%;
	}

	.services-thumbnail > img {
	    width: 100%;
	    height: auto;
	}

    .footer-newsletter {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .newsletter-heading {
        text-align: center;
    }

    .newsletter-snippets {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .newsletter-data {
        width: 100%;
        max-width: 500px;
    }

    .newsletter-form {
        width: 100%;
        max-width: 500px;
    }

    .newsletter-form-input input {
        font-size: 14px;
    }

    .genesis-nav-menu .menu-item {
        width: 100%;
    }

    .about-form {
        width: 100%;
        max-width: 500px;
    }

    .badges-arrow-data {
        opacity: 1;
    }

    .services-inner-data {
        flex-direction: column;
        max-width: 500px;
        justify-content: center;
        align-items: center;
    }

    .services-inner-thumbnail {
        width: 100%;
    }

    .services-inner-info {
        width: 100%;
    }

    .additional-services-list {
        flex-direction: column;
        align-items: center;
    }

    .additional-services-item {
        width: 100%;
        max-width: 500px;
    }

    .mobile-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }    

    .mobile-phone-nap-label {
        display: none;
    }

    .genesis-nav-menu {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }

    .badges-forum {display: none;}

    .testimonial-column {
        flex-direction: column;
    }

    .testimonial-column-info-data {width: 100%;}
    .testimonial-column-info {padding-right: 0;}

    .testimonial-heading-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .testimonial-heading {
        text-align: center;
    }

    .testimonial-arrow-data {
        width: 100%;
        justify-content: center;
        margin-top: 50px;
    }

    .testimonial-heading:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .testimonial-heading-data {width: 100%;}

    .testimonial-column-info {
        width: 100%;
    }

    .gallery-items {
        width: 100% !important;
    }

    .testimonial-column-images {display: none;}

    .reviews-btn {
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }

    .mobile-logo {
        text-align: center;
    }

    .about-section {padding-inline: 15px;}

    .mobile-logo img {
        width: 130px;
    }

    .cta-columns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
    }

    .cta-heading:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .cta-images {
        width: 100%;
    }

    .blog-section .section-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blog-section-heading:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .cta-btn {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }

    .cta-btn a {
        width: 245px;
        font-size: 12px;
    }

    .cta-info {
        width: 100%;
    }

    .hero-title{
        font-size: 30px;
    }

    .cta-heading {
        text-align: center;
        font-size: 22px !important;
    }

    .hero-snippets {
        font-size: 18px;
    }

    .hero-sub-title {
        font-size: 14px;
    }

    .btn-slick-arrows.hero-arrow-left {
        left: 0;
        font-size: 11px;
        height: 20px;
        width: 20px;
    }

    .copyright-wrapper {
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .btn-slick-arrows.hero-arrow-right {
        right: 0;
        font-size: 11px;
        height: 20px;
        width: 20px;
    }

    .process-section {
        padding-top: 80px;
    }

    .free-estimate-about-section {
        padding-bottom: 0;
    }

    .featured-tiles-wrapper {
        padding-bottom: 30px;
    }

    .youtube-section {
        padding-top: 0;
    }

    .about-additional-images-wrapper .slmp-col-3 {
        width: calc(100% / 3 - 20px);
    }

    .about-additional-content-column {
        margin-top: 30px;
        padding-top: 50px;
        border-top: 2px solid #cccccc5e;
    }

    .website-footer-mobile .footer-social-media {
        margin-top: 50px;
    }

    .footer-info-title {
        padding-right: 30px;
    }

    .website-footer-mobile .footer-item:nth-child(4) .footer-btn a {
        width: 70%;
    }

    .footer-info-snippets {
        padding-right: 30px;
    }

    div#blog-widget .wrap {flex-direction: column;}

    div#blog-widget .wrap section {
        width: 100%;
        margin-bottom: 0;
    }

    .blog-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blog-item {
        width: 100%;
        max-width: 450px;
    }

    div#blog-widget .wrap section {width: 100%; margin-bottom: 0;}

    .mobile-social-media .social-media a.sprite {
        width: auto;
    }

    .mobile-social-media .social-media a.sprite:not(:first-child) {
        margin-left: 10px;
    }

    span.menu-dropdown {
        position: absolute;
        right: 20px;
    }

    .site-inner {
        padding-inline: 15px;
    }

    .footer-item:last-child {
        padding-left: 0;
    }

    .footer-btn a {
        width: 90%;
    }

    .copyright-info {
        padding-bottom: 50px;
        text-align: center;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        padding-bottom: 100px;
        align-items: center;
        justify-content: center;
    }

    .footer-menu {
        height: auto !important;
    }

    .footer-item {
        width: 100%;
        max-width: 500px;
    }

    .featured-content {
        flex-direction: column;
    }

    .featured-content > div {
        width: 100%;
    }

    .featured-images {
        text-align: center;
        margin-bottom: 30px;
    }

    .featured-content {
        margin-bottom: 0;
    }


    .badges-non-slick-item {
        margin-bottom: 50px;
    }

    .badges-non-slick-wrapper {display: block;} 

    .website-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .hero-item {
        padding-top: 150px;
        padding-bottom: 30px;
        height: 640px;
    }

    .about-section {
        padding-top: 30px;
    }

    .featured-tile {
        display: none;
    }

    

    .cta-button {
        flex-direction: column;
        align-items: center;
    }

    .counter-list {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }

    .about-additional-content-column {
        flex-direction: column;
    }

    .about-additional-content-column > div {
        width: 100%;
    }

    .about-additional-content-info {
        padding-right: 0;
    }

    .featured-tiles-item {
        width: 100%;
        max-width: 400px;
    }

    .process-steps {display: none;}

    .process-info-list {
        flex-direction: column;
        margin-top: 0;
        align-items: center;
    }

    .why-choose-list {
        gap: 40px;
    }

    .areas-serve {
        padding-inline: 15px;
    }

    .why-choose-item {
        width: calc(100% / 2 - 40px);
    }

    .areas-nap-data {
        font-size: 12px;
    }

    .why-choose-list-details {
        height: 130px;
        width: 130px;
    }

    .why-choose-icon {
        width: 130px;
        height: 130px;
    }

    .areas-btn .btn-style a {
        font-size: 12px;
    }

    .areas-loc-list li {
        font-size: 12px;
    }

    .why-choose-additional-info {
        max-width: 100%;
        padding-inline: 15px;
    }

    .cta-content-snipt > div {
        width: 100%;
    }

    .home .blog-section {
        padding-top: 0;
    }

    .cta-content-snipt:before {
        content: none;
    }

    .why-choose-list-heading {
        font-size: 10px;
        font-weight: 700;
    }

    .process-info-item {
        width: 100%;
        max-width: 450px;
        margin-top: 0;
    }

    .featured-tiles {
        flex-direction: column;
        align-items: center;
    }

    .counter-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .about-column {
        flex-direction: column;
        align-items: center;
    }

    .about-info {
        width: 100%;
    }

    .form-columns-two {
        flex-direction: column;
    }

    .form-columns-two > div {
        width: 100%;
    }

    .get-free-estimate-form .form-fields {
        border: none !important;
    }

    .form-single-two {
        flex-direction: column;
    }

    .get-free-estimate-form .form-fields {
        width: 100%;
    }

    .about-button {
        flex-direction: column;
        align-items: flex-start;
        display: none;
    }

    .about-images {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        display: none;
    }

    .about-info-content {
        max-width: 100%;
    }

    .services-cta-btn {
        flex-direction: column;
        gap: 40px;
    }

    .reviews-arrow-wrapper {
        display: none;
    }

    .team-profile-thumbnail img {
        width: 100%;
    }

    .team-list {
        flex-direction: column;
        max-width: 450px;
        margin: 0 auto;
    }

    .testimonial-button {
        flex-direction: column;
        margin-top: 40px;
    }

    .footer-columns {
        flex-direction: column;
        align-items: center;
        max-width: 360px;
        margin: 0 auto;
    }

    .footer-col-item {
        width: 100%;
    }

    .footer-column-cop {
        flex-direction: column;
    }

    .footer-cop-logo {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-cop-text {
        text-align: center;
        padding-bottom: 50px;
    }

    .site-inner:before {
        width: 100%;
        background-position: bottom;
    }

    .footer-cop-text {
        width: 100% !important;
    }

    .free-estimate-form.contact-form {
        display: block;
    }

    .pages-heading {
        text-align: center;
        font-size: 40px;
    }

    .pages-breadcrumbs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviews-rating-title {
        padding-bottom: 40px;
    }

    .cta-side-button {
        transform: initial !important;
        -webkit-transform: initial !important;
        bottom: 5px !important;
        left: 0;
        top: initial !important;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }

    .cta-side-button span i {
        transform: initial !important;
        -webkit-transform: initial !important;
    }

    .footer-copyright {
        padding-bottom: 30px;
    }

    .popop-form-wrap .free-estimate-form {
        display: block !important;
    }

    .popop-form-wrap .form-submit input {
        font-size: 16px;
    }

    .popop-form-heading {
        font-size: 20px;
    }

    .free-estimate-form {
        padding-top: 18px;
        padding-inline: 15px;
    }
    .form-fields input, .form-fields select, .form-fields textarea {height: 45px;}

    .popop-form-container {
        padding: 0;
    }

    .badges-section .section-container {
        margin: 0 auto;
        text-align: center;
    }

    .footer-section {
        padding-bottom: 200px;
    }

    .services-bottom-info {
        position: relative;
    }

    .pages-section-container {
        padding-bottom: 100px;
    }



}

@media only screen and (max-width: 605px){

    .affiliate-section-container {
        padding-inline: 15px;
    }

    .services-column-info-snip {
        font-size: 12px;
        line-height: 20px;
    }

    .services-column-info-title {
        font-size: 14px;
    }

    .services-column-info-btn > div a {
        font-size: 12px;
    }

    .reviews-comment {
        font-size: 12px;
        line-height: 20px;
    }

    .about-heading, .blog-section-heading, .areas-heading, .affiliate-heading, .services-heading, .why-choose-heading, .testimonial-heading {
        font-size: 25px;
    }

    .footer-section {
        padding-bottom: 150px;
    }

    .cta-consultation-form-title {
        font-size: 32px;
    }

    .mobile-navigation {
        margin-right: 8px;
    }

    .list-cols2 {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .website-footer-mobile .footer-column {
        align-items: flex-start;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .website-footer-mobile .footer-item:nth-child(2) {
        gap: 0;
    }

    .about-additional-images-wrapper .slmp-display-image {
        gap: 10px;
    }

    .footer-cop-logo-bg {
        margin-top: -110px;
    }

    .footer-cop-text {
        font-size: 9px;
    }

    p.recaptcha-note {
        font-size: 11px;
    }

    p.disclaimer {
        font-size: 11px;
    }

    .hero-button .btn-style a {
        font-size: 15px;
    }

    h1, .service-heading, .hero-title, .cta-heading, .about-info-heading, .testimonial-heading, .footer-company-name, .pages-heading {
        font-size:25px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .hero-title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .youtube-title, .process-title, .why-choose-title {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    .back-top {
        bottom: 30%;
    }

    .hero-item .hero-content-wrap {
        padding-bottom: 0;
        padding-top: 0;
        padding-inline: 15px;
    }

    .about-additional-content-column {
        padding-bottom: 0;
    }

    .hero-sub-title {
        text-align: left;
    }

    .hero-snippets {
        text-align: left;
    }

}

@media only screen and (max-width: 400px){
    .footer-cop-logo-bg {
        margin-top: -80px;
    }

    .hero-button .btn-style a {
        font-size: 18px;
    }

    .website-footer-mobile .footer-item:first-child {
        max-width: 300px;
    }
}
@media only screen and (max-width: 380px){
    .hero-item:after {
        content: '';
        background-image: url(/wp-content/uploads/2024/08/background-overlay-bottom.png);
        position: absolute;
        bottom: -2px;
        z-index: 9;
        height: 111px;
        width: 100%;
    }


}

@media only screen and (max-width:768px) and (min-width: 375px){

    .mobile-header.sticky-header .mobile-menu {
        top: 60px;
    }
}