/*!
Theme Name: murfreesboro
Theme URI: https://them.es/starter
Author: Thomas Group
Author URI: https://thomasgbennett.com/
Description:
Version: 3.2
Requires at least: 5.0
Tested up to: 6.1.1
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: murfreesboro_theme
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */

/* fonts css start*/

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter-Bold.eot');
    src: url('./assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Inter-Bold.woff2') format('woff2'),
        url('./assets/fonts/Inter-Bold.woff') format('woff'),
        url('./assets/fonts/Inter-Bold.ttf') format('truetype'),
        url('./assets/fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter-Regular.eot');
    src: url('./assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('./assets/fonts/Inter-Regular.woff') format('woff'),
        url('./assets/fonts/Inter-Regular.ttf') format('truetype'),
        url('./assets/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter-Medium.eot');
    src: url('./assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('./assets/fonts/Inter-Medium.woff') format('woff'),
        url('./assets/fonts/Inter-Medium.ttf') format('truetype'),
        url('./assets/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Microgramma D';
    src: url('./assets/fonts/MicrogrammaD-BoldExte.eot');
    src: url('./assets/fonts/MicrogrammaD-BoldExte.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/MicrogrammaD-BoldExte.woff2') format('woff2'),
        url('./assets/fonts/MicrogrammaD-BoldExte.woff') format('woff'),
        url('./assets/fonts/MicrogrammaD-BoldExte.ttf') format('truetype'),
        url('./assets/fonts/MicrogrammaD-BoldExte.svg#MicrogrammaD-BoldExte') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Bold.eot');
    src: url('./assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('./assets/fonts/Montserrat-Bold.woff') format('woff'),
        url('./assets/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('./assets/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Regular.eot');
    src: url('./assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('./assets/fonts/Montserrat-Regular.woff') format('woff'),
        url('./assets/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('./assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* fonts css End*/

/*global css start */

:root {
    --Montserrat: "Montserrat";
    --Microgramma: "Microgramma D";
    --Inter: "Inter";
    --gray: #474747;
    --black: #171312;
    --green: #171312;
    --white: #ffffff;

    --font-62: 62px;
    --font-17: 17px;
    --font-30: 30px;
    --font-25: 25px;
    --font-24: 24px;
    --font-22: 22px;
    --font-45: 45px;
    --font-40: 40px;
  }
  @media screen and (max-width:1320px){
    :root {
    --font-62: 4.3vw;
    }
  }

  @media screen and (max-width:600px){
    :root {
    --font-62: 30px;
    }
  }
  @media only screen and (max-width: 1024px) and (min-width: 768px)  {
    :root {
         --font-30: 26px;
        --font-25: 22px;
        --font-24: 21px;
        --font-22: 18px;
        --font-45: 35px;
        --font-40: 35px;
      }

}

@media only screen and (max-width: 767px) {
    .call-to-action{
        background-position: left center !important;
    }
    body h2, .service-text-wrapper a {
        font-size: 32px !important;
    }
    :root {
         --font-30: 24px;
        --font-25: 20px;
        --font-24: 18px;
        --font-22: 18px;
        --font-45: 30px;
        --font-40: 28px;
      }
      .footer_2 {
        border: none !important;
    }

}

button {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 5px 28px;
    background: #fff;
    border: none;
    border-radius: 3px;
  }
.we-know-you-want h2 {
    color: #fff;
    margin-bottom: 30px;
  }
body h2 {
    font-size: 40px;
}
  body #wrapper {
    overflow: hidden;
  }
  .panel-grid.panel-no-style {
    flex-wrap: wrap;
}
body, body p, body p span, body p ul li  {
    font-family: var(--Inter);
    font-weight: normal !important;
    font-size: var(--font-17) !important;
}

 body h3, body h4,  body h6 {
    font-family: var(--Montserrat);
    font-weight: 600 !important;
    color: var(--green);
}

body h1, body h2{
    font-family: var(--Microgramma) !important;
    font-weight: 700 !important;
     color: var(--green);
}


/*global css End */



/*header css start*/
.home header#theme-header {
    position: relative;
    /*margin-top: 140px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.home .fullheader {
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
}

a.navbar-brand img {
    width: 100%;
    max-width: 200px;
    object-fit: cover;
    height: 100%;
}

nav#header {
    padding-top: 35px;
    padding-bottom: 35px;
}

nav#header #navbar li a.nav-link {
  font-size: 12px !important;
  color: #474747;
  font-weight: 400;
}
nav#header #navbar li.his-cta a.nav-link {
    color: #171312 !important;
    padding: 12px 28px !important;
    background-color: #fff !important;
}
.container.navbar-wrapper div#navbar ul li a.nav-link {
    font-weight: 700;
}
/* .home header#theme-header:after {
    content: '';
     background-image: url(./assets/img/dot_grid.png);
     background-repeat-y: repeat;
     background-size: 100%;
     width: 100%;
     max-width: 100%;
     height: 70px;
     position: absolute;
     bottom: -30px;
     right: 0px;
 } */


@media screen and (max-width:992px){
    nav#header {
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }
    a.navbar-brand img {
        max-width: 180px;
        
     }
     nav#header {
        
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .fullheader, header#theme-header {
        margin-top: 0px !important;
    }
    .home .fullheader {
       top: 0px;
       
    }
    .left-img-section.panel-row-style {
        padding: 0px 15px !important;
    }
    .left-img-section.panel-row-style .panel-grid-cell .panel-cell-style {min-height: 400px;}
    .star-count.big {
        float: left !important;
    }
}

@media screen and (max-width:540px){
    nav#header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    a.navbar-brand img {
       max-width: 140px;
       
    }
    .hero-content {
        padding-top: 10vh;
    }
    .hero-content ul.banner-btn li a.his-cta{
        width: 100%;
    }
    .btn-style.icon-box-btn a.his-cta.black {
        margin-top: 15px;
    }
}



/*header css end*/


/*hero section css start*/
.hero-content h6.small-heading {
    color: var(--green);
    font-size: var(--font-24);
    text-transform: uppercase;
    font-weight: 400 !important;
}

.hero-content  h2.hero-subheading, .hero-content  h1.hero-subheading, .hero-content h1 {
    font-size: var(--font-62);
    font-family: var(--Microgramma) !important;
    font-weight: 700 !important;
    color: var(--white);
    
}

.container-fluid.hero-content {
    max-width: 1320px !important;
}

.hero-content ul.banner-btn {
    margin: 0;
    padding: 0;
    padding-top: 3.5vw;
}

.hero-content ul.banner-btn li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
}

body .hero-content ul.banner-btn li a.his-cta {
    font-size: 12px !important;
}

body nav#header .his-cta a.nav-link, .hero-content ul.banner-btn li a.his-cta {
   color: var(--white) !important;
}

body nav#header .his-cta a.nav-link:hover, .hero-content ul.banner-btn li a.his-cta:hover {
    color: var(--green) !important;
}


.hero-content ul.banner-btn li a.his-cta.white {
    background: var(--white) !important;
    color: var(--green) !important;
}

.hero-content ul.banner-btn li a.his-cta.white:hover {
    background: var(--green) !important;
    color: var(--white) !important;
}



/*hero section css End*/

/*check list section css start*/

.checklist ul li {
    display: inline-block;
    list-style: none;
    font-size: var(--font-17);
    color: var(--white);
    font-weight: 500;
    letter-spacing: 2px;
    background: url(./assets/img/Vector-2.svg) no-repeat left top;
    padding-left: 2.6rem;
}
.listicon {
    position: relative;
    z-index: 999;
    max-width: 1290px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.checklist ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}


/*check list section css End*/

/*home page sections css start*/

.green-heading h3 {
    color: var(--green);
    font-family: var(--Microgramma);
    max-width: 430px;
    padding-bottom: 10px;
    font-size: var(--font-30);
}

.green-heading  p {
    max-width: 380px;
    display: block;
    margin: auto;
}
.img-box-style .textwidget.custom-html-widget h3 {
    font-size: var(--font-25);
    text-align: center;
}


.img-box-style .widget_media_image img {
    min-height: 242px;
    object-fit: cover;
    max-width: 300px !important;
}

.img-box-style .widget_media_image {
    margin-bottom: 15px !important;
    text-align: center;
}
.img-box-style .textwidget.custom-html-widget {
    text-align: center;
}
.footer-widget-container {
  margin-bottom: 80px;
}

.btn-style a.his-cta.black {
    background: transparent !important;
    color: var(--black) !important;
}
a.his-cta.black:hover {
    background: var(--green) !important;
    color: var(--white) !important;
}
.btn-style a.his-cta {
    outline: 2px solid #1CCE5C !important;
}

body .btn-style a.his-cta.black:hover {
   /*  color: var(--green) !important; */
}
.btn-style a.his-cta:hover {
    outline: 2px solid #1CCE5C !important;
}

.icon-box .widget_media_image img {
    max-width: 160px !important;
    object-fit: contain;
    min-height: 160px;
}

.icon-box .textwidget.custom-html-widget h3, .icon-box .textwidget.custom-html-widget p {
    color: var(--white);
}
.btn-style.icon-box-btn a.his-cta.black {
    color: var(--white) !important;
}

.btn-style.icon-box-btn a.his-cta.black:hover {
    /* color: var(--green) !important; */
}


.left-img-section {
    display: flex;
    align-items: stretch !important;
}

.left-img-section .textwidget h3 {
    color: var(--green);
    font-size: var(--font-30);
    font-family: var(--Microgramma);
    margin: 20px 0px;
}

.left-img-section .textwidget  ul li {
    padding-bottom: 8px;
}

.left-img-section .panel-grid-cell-empty .panel-cell-style {
    background-position: bottom !important;
}
.reviews-section .textwidget.custom-html-widget h3.white-text {
    font-family: var(--Microgramma);
    font-size: var(--font-30);
}
.wigtlft-mrgarea.green-heading.footer-below h3, .wigtlft-mrgarea.green-heading.footer-below p {
    margin-left: auto;
    max-width: 100%;
    padding-bottom: 10px;
}
@media screen and (max-width:1024px){

    .green-heading h3, .green-heading  p {
      max-width: 100%;
        
    }
    


}


.bg-img {
    min-height: 390px;
     width: 100%;
     background-position: bottom !important;;
 }
 @media screen and (min-width:1200px){
     .wigtlft-mrgarea.panel-widget-style {
     max-width: 615px;
     margin-left: auto;
 }
 }
 
 .swiper-reviewblck .swiper-slide.review-slider {
     background-color: #1B2320 !important;
 }
 .swiper-reviewblck .swiper-button-prev-img{
     left:0;
 }
 .swiper-reviewblck .swiper-slide.review-slider .review-text p{
     font-size: 14px !important;
 }
 
 .swiper-reviewblck .swiper-slide.review-slider .star-count {
     width: 100%;
     line-height: normal;
 }
 
 .swiper-reviewblck .swiper-slide.review-slider p.review-name {
     width: 100%;
 }



/*home page sections css End*/

/*footer style */

footer#footer-theme {
    background: #191919;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 25px;
}

/*footer style End */


body nav#header .his-cta a.nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

body p {
    line-height: 24px;
}

.his-title-box>.textwidget {
    margin: 0 auto -110px auto;
    top: inherit;
}

.image-absolute img {
    right: -20px;
    margin-top: -70px;
    margin-bottom: -70px;
    top: inherit;
}

.image-absolute>div {
    position: inherit;
}

.hh-image-group {
    justify-content: flex-start !important;
    column-gap: 40px;
}

.hh-image-group #pgc-w63c82a1e551d3-0-0 {
    width: auto !important;
}

.container-942 {
    max-width: 942px;
}

nav#header {
    max-width: 1500px !important;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-wrapper{
	margin-top: 0px !important;
}

nav#header .container.navbar-wrapper {
    max-width: 100%;
    background-color:transparent ;
}

.service-text-wrapper .textwidget>div>div>div {
    font-size: 1.81rem;
}

.footer-content .content {
    padding-bottom: 50px;
    padding-left: 68px;
    padding-right: 68px;
}

.footer-content .content .container.widgets {
    max-width: 100%;
}

.footer-content .content>.col-12 {
    padding: 0;
}

.footer_1, .footer_2, .footer_3 {
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
}

.footer_1 img {
    margin: -71px auto -40px auto;
}

.footer_4, .footer_2, .footer_3 {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 30px;
}

.footer-content .content {
    padding-bottom: 0px !important;
}
.footer_2::before {
  border-left-width: 1px;
  border-left-style: solid;
  border-image: linear-gradient(to top, white, rgba(0, 0, 0, 0)) 1 80%;
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% + 140px);
  left: 0;
  bottom: -130px;
  background-repeat: no-repeat;
}
.footer_1 p{
	font-size: 11px;
}
.footer_2 {
    position: relative;
    border: none;
}
.footer_1 {padding-left: 40px;padding-right: 50px;}
#third-quadrant img, #fourth-quadrant img{
	margin-top:0;
}
.container-fluid.hero-content.px-0 {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width:1024px){
	.page #theme-header {
        height: 650px ;
    }
}
@media screen and (max-width:767px){
	.page.page-id-2 #theme-header {
        height: 580px !important;
    }
    .page #theme-header, .container-fluid.hero-content.px-0 {
        height: auto !important;
    }
    .swiper-wrapper .slide-wrapper{max-height: 320px;}
h1.big-heading {
    width: 70%;
    font-size: 25px !important;
    line-height: normal;
    margin-top: 30px;
}

p.hero-subheading {
    font-size: 21px;
    line-height: normal;
}
	.home-title-square {
    padding: 35px 29px;
}

.his-title-box>.textwidget {
    margin: 30px auto -90px auto;
}
	.image-absolute {
    padding: 20px 20px;
    text-align: center;
}
	.image-absolute img {
    right: 0px;
    margin-top: 0px;
    margin-bottom: -50px;
    top: inherit;
}
	.dot-img {
    margin-bottom: -30px;
}
	#pg-w63ca443e05d48-0 {
    margin-bottom: 0;
}
	.section-make-simple .panel-grid .panel-grid-cell .widget_text{
		min-height: inherit !important;
	}
	#pl-w63ca443e06f97 #panel-w63ca443e06f97-0-0-0 {
    margin: 0px 0px 0px 0px !important;
}
	.his-box-shadow {
    padding: 55px 52px;
}

.his-box-shadow a.his-cta {
    margin-bottom: 20px;
}

.his-box-shadow a.his-cta:last-child {
    margin-bottom: 0px;
}
	.footer_2:before{
		content: none;
	}
.his-box-shadow.last {
    position: relative;
    top: 0 !important;
    padding: 30px 0 20px 0;
}
	.footer_1 {
    padding: 0;
}
.footer_4, .footer_2, .footer_3, .footer_1 {
    padding: 20px 0 20px 0 !important;
    margin: 0 !important;
}
	#footer-theme {
    padding-top: 30px;
}
	#footer-theme .footer-content.p-0 .row:not(.content) .col-12 {
    margin-top: -40px;
}
	.section-home-tran .dot-heading {
    margin-bottom: 60px;
}
}
@media screen and (max-width:420px){
	.we-know-you-want img {
        display: block;
    }
	body.home #main{padding: 0 !important;}
    body.home .panel-grid-cell {
        padding: 0 20px !important;
    }
}

.hh-section-black:after {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(assets/img/Dot-Grid-5.png);
    position: absolute;
    top: -80px;
    left: -20px;
}

.hh-section-black {
    position: relative;
}

.image-absolute img {
    z-index: 9;
    box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.35);
}
.waht-make-section-wrapper p {
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    color: #474747;
  }
  .call-to-action {
    background-position: center;
  }
.his-service-name {
    margin-bottom: 20px;
  }
.hh-section-black:before {
    content: '';
    position: absolute;
    background-image: url(assets/img/Asset-10-8-1.png);
    width: 100%;
    max-width: 378px;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    height: 28px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.overlap-section {
    top: -40px;
}
.inner-overlap {
    top: -86px;
}
.hh-bg-image-verticle-dots:before {
    background-image: url(assets/img/Dot-Grid1.png);
    width: 100%;
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    max-width: 40px;
	z-index: -1;
}

.hh-bg-image-verticle-dots {
    position: relative;
}
.hh-slide-dots .panel-row-style {
    z-index: 0 !important;
}
.hh-slide-dots-bg .panel-grid:last-child:before {
    content: '';
    width: 100%;
    background: url(assets/img/Dot-Grid-1-1.png);
    height: 40px;
    position: absolute;
    left: 0;
    top: 300px;
    background-repeat-x: repeat;
    background-position: center;
    background-size: contain;
}

div#panel-957-0-0-1 {
    position: relative;
}
.salesforce-form .row label {
  display: none;
}
.salesforce-form .row {
  margin-bottom: 10px;
}
.salesforce-form .row textarea{
    min-height:160px;
}
.salesforce-form input, .salesforce-form textarea, .salesforce-form select {
  border-radius: 5px !important;
  border: 0 !important;
  font-family: 'Montserrat' !important;
  font-weight: 400 !important;
  font-size: 0.8rem;
  width: 100%;
  min-height:40px;
	padding: 5px;
}
.salesforce-form input[type="submit"] {
    background-color: var(--action-color);
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    padding: 7px 28px !important;
    color: white;
    border-radius: 3px !important;
    text-transform: none !important;
    width: 176px !important;
    display: inline-block !important;
    text-align: center;
	margin-bottom:20px;
  }

  .fullheader {
    background: transparent;
}

.his-cta a, a.his-cta{    background-color: #1CCE5C !important;}
.his-cta a:hover, a.his-cta:hover{    background-color: #fff !important;color: #1CCE5C !important;
    outline: 1px solid #1CCE5C !important;}

    
@media screen and (min-width: 767px) {

.swiper-slide{
    margin-right:0 !important;
}
.section-home-tran .swiper-image, body.home .swiper-review {
    overflow: visible !important;
}
.review-slider-style .swiper-review {
    overflow: visible !important;
}

}


.left-img-style {
    text-align: center;
}

@media screen and (max-width:767px){
    .page-id-899.page #theme-header {
        height: auto !important;
    }
    .page-id-2.page #theme-header {
        background-position: right !important;
    }
    body .service-row-wrapper::before {
      left: -190px;  height: 100%;
    }
    body .service-row-wrapper::after {
      right: -190px;  height: 100%;
    }
}

a.his-cta.white {
    background: var(--white) !important;
    color: var(--green) !important;
}
a.his-cta.white:hover {
    background: var(--green) !important;
    color: var(--white) !important;
}

@media screen and (max-width: 420px){
    .panel-widget-style{
        padding: 20px !important;
    }
    body.home .panel-widget-style{
        padding: 20px 0px !important;
    }
    .page-id-899 .panel-grid .panel-grid-cell, .page-id-869 .panel-grid .panel-grid-cell{
        padding: 0 20px !important;
    }
}




/* home hero banner section */

.home .hero-content .col-12.text-center h1.big-heading {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 66px;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 40px;
}
.home .hero-content p.hero-subheading {
    font-size: 24px !important;
    color: #fff;
    line-height: 32px;
    text-transform: unset;
    font-style: normal;
    font-weight: 500;
    max-width: 60%;
  margin: 0 auto;
}
.service-text-wrapper a {
  text-transform: uppercase;
  text-align: center;
}
.service-row-wrapper, .call-to-action {
    position: relative;
}
.service-row-wrapper::before {
    content: '';
    position: absolute;
    width: 195px;
    height: 118%;
    background-image: url(assets/img/Dot-Grid-5.png);
    left: -110px;
    top: -40px;
    z-index: -1;
}
.service-row-wrapper::after {
    content: '';
    position: absolute;
    width: 195px;
    height: 118%;
    background-image: url(assets/img/Dot-Grid-6.png);
    right: -110px;
    top: -40px;
    z-index: -1;
}
.call-to-action::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.40);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.call-to-action {
  background-position: 0 -180px !important;
}
.call-to-action .sow-headline {
    position: relative;
    z-index: 9;
    color: #fff;
    font-weight: 700 !important;
    font-family: var(--Microgramma) !important;
    margin-bottom: 20px;
}
.call-to-action .ow-icon-placement-left {
    padding: 12px 28px;
    border-radius: 3px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: relative;
    z-index: 9;
}
.call-to-action .decoration {
    display: none;
}
.home .hero-content .col-12.text-center::after {
  content: '';
  background-image: url(/wp-content/uploads/2023/01/dot-grid.png);
  width: 100%;
  max-width: 100%;
  background-size: contain !important;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
}
.container.call-to-action:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background-image: url(assets/img/Dot-Grid-7.png);
    background-size: auto;
    top: -40px;
    left: -100px;
}

.service-text-wrapper {
    min-height: 500px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}