<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInUp.animate {
  opacity: 1;
  transform: translateY(0);
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInDown.animate {
  opacity: 1;
  transform: translateY(0);
}
.fadeInRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInRight.animate {
  opacity: 1;
  transform: translateX(0);
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s linear, transform 0.5s linear;
}
.fadeInLeft.animate {
  opacity: 1;
  transform: translateX(0);
}
.slide-up-hover {
  display: block;
  transition: transform 0.1s linear;
}
.slide-up-hover:hover {
  transform: translateY(-7px);
}
.slide-up-animation {
  animation: slideUp 0.3s linear;
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.delay-1ms {
  transition-delay: 0.1s;
}
.delay-2ms {
  transition-delay: 0.2s;
}
.delay-3ms {
  transition-delay: 0.3s;
}
.delay-4ms {
  transition-delay: 0.4s;
}
.delay-5ms {
  transition-delay: 0.5s;
}
.delay-6ms {
  transition-delay: 0.6s;
}
.delay-7ms {
  transition-delay: 0.7s;
}
.delay-8ms {
  transition-delay: 0.8s;
}
/*
    define 
    - font families
    - dropshadow
    - border radius
*/
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 160%;
  font-size: 15px;
}
/* Page */
.lead {
  font-size: 16px;
}
.page-header {
  padding: 30px 0;
  margin: 0;
  border: 0;
}
.page-header h1,
.page-header .h1 {
  margin: 0;
}
.page-header .lead {
  margin: 5px 0 0 0;
}
.page-gallery {
  margin-bottom: 20px;
}
.page-gallery .row {
  margin-right: 0;
  margin-left: -5px;
}
.page-gallery .row &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.page-gallery .row a {
  display: block;
  margin: 0 0 5px 5px;
}
.page-gallery img {
  width: 100%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.position-relative {
  position: relative;
}
.bg-light {
  background: #F4F9FB;
}
.h-100 {
  height: 100%;
}
.text-blue {
  color: #0f5ca8;
}
.text-white {
  color: #fff;
}
@media (min-width: 992px) {
  .sticky-sidebar {
    top: calc(80px + 10px);
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}
.page-content {
  line-height: 160%;
}
.page-content ul,
.page-content ol {
  padding: 0;
  margin: 0 0 10px 0;
}
.page-content li {
  margin: 0 0 6px 22px;
}
.format-page h1 {
  margin-top: 0;
}
.format-page h1,
.page-content h2,
.page-nav-btn-group h2 {
  font-weight: bold;
}
.panel-footer {
  background: transparent;
  border: 0;
  padding-top: 0;
}
.faq-list .collapse-toggle-link {
  color: #333;
  font-weight: bold;
  display: block;
  padding-left: 30px;
  position: relative;
}
.faq-list .collapse-toggle-link::before {
  content: "\00d7";
  color: #24a74a;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  transition: transform 0.2s linear;
}
.faq-list .collapse-toggle-link.collapsed::before {
  transform: rotate(45deg);
}
.faq-list .panel-body {
  padding: 0 0 20px 30px;
}
.banner-areas-served .panel-body {
  padding: 30px;
}
@media (max-width: 500px) {
  .banner-areas-served .panel-body {
    padding: 10px;
  }
}
.banner-areas-served .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner-areas-served .city-list {
  text-align: left;
  margin-bottom: 20px;
}
.banner-areas-served .city-list a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}
.banner-areas-served .city-list a:hover,
.banner-areas-served .city-list a:focus {
  text-decoration: none;
  background: #24a74a;
}
.banner-areas-served .city-list [class*="col-"] {
  padding-right: 0;
}
.panel-hero.google-map {
  height: 275px;
  overflow: hidden;
}
.panel-hero.half-hero.google-map {
  height: 202px;
}
/* Media Queries
   ---------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .m-center {
    text-align: center;
  }
}
/* Match the px value of .navbar-main with ".navbar-main.scroll-up" and the "body" tag for navbar scrolling functionality. */
body {
  padding-top: 80px;
}
@media (max-width: 767px) {
  body {
    padding-top: 69px;
  }
  body .navbar-main {
    height: 69px;
  }
}
@media (min-width: 768px) {
  .transparent {
    padding-top: 0;
  }
  .transparent .navbar-main {
    background: transparent;
  }
  .transparent .navbar-main .aMain {
    color: #fff;
  }
  .transparent .navbar-main .aMain:hover,
  .transparent .navbar-main .aMain:focus,
  .transparent .navbar-main .aMain.active {
    color: #ccc;
  }
  .transparent .navbar-main .navbar-brand img {
    filter: brightness(0) invert(100%);
  }
  .transparent .navbar-main .navbar-phone-number {
    color: #fff;
  }
  .transparent .navbar-main.scroll-up,
  .transparent .navbar-main.scroll-down {
    background: #fff;
  }
  .transparent .navbar-main.scroll-up .navbar-brand img,
  .transparent .navbar-main.scroll-down .navbar-brand img {
    filter: none;
  }
  .transparent .navbar-main.scroll-up .navbar-phone-number,
  .transparent .navbar-main.scroll-down .navbar-phone-number {
    color: #333;
  }
  .transparent .navbar-main.scroll-up .aMain,
  .transparent .navbar-main.scroll-down .aMain {
    color: #333;
  }
  .transparent .navbar-main.scroll-up .aMain:hover,
  .transparent .navbar-main.scroll-down .aMain:hover,
  .transparent .navbar-main.scroll-up .aMain:focus,
  .transparent .navbar-main.scroll-down .aMain:focus,
  .transparent .navbar-main.scroll-up .aMain.active,
  .transparent .navbar-main.scroll-down .aMain.active {
    color: #999;
  }
}
.navbar-main {
  min-height: unset;
  background: #fff;
  border: 0;
  transition: all 0.2s ease-in;
}
.navbar-main.scroll-up {
  top: -80px;
}
.navbar-main.scroll-up,
.navbar-main.scroll-down {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.navbar-main .navbar-brand {
  padding: 0;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    height: 80px;
    display: inline-flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-brand {
    padding: 5px 0;
  }
}
.navbar-main .navbar-brand img {
  height: auto;
  transition: all 0.2s ease-in;
  height: 65px;
}
@media (max-width: 767px) {
  .navbar-main .navbar-brand img {
    height: 60px;
  }
}
.navbar-main .navbar-toolbar {
  float: right;
}
@media (max-width: 991px) {
  .navbar-main .navbar-toolbar {
    margin-right: 10px;
  }
}
.navbar-main .navbar-toolbar .btn-quote {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .navbar-main .navbar-toolbar .btn-quote {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-main .navbar-toolbar {
    margin-top: 5px;
  }
}
.navbar-main .navflyout-toggle {
  float: right;
  margin-top: 18px;
  background: transparent;
  color: #0f5ca8;
  font-size: 25px;
}
@media (max-width: 767px) {
  .navbar-main .navflyout-toggle {
    margin-top: 10px;
    margin-right: -5px;
  }
}
.navbar-main .navbar-phone-number {
  display: inline-block;
  font-weight: bold;
  font-size: 21px;
  vertical-align: middle;
  color: #333;
}
.navbar-main .btn-call {
  font-size: 25px;
  color: #0f5ca8;
  margin-top: 6px;
}
.navbar-main .navbar-flyout .mobile-nav-toggle {
  display: none;
}
.navbar-main .navbar-flyout .navbar-nav {
  float: none;
}
@media (min-width: 992px) {
  .navbar-main .navbar-flyout {
    text-align: center;
  }
  .navbar-main .navbar-flyout .navbar-nav {
    vertical-align: top;
    display: inline-block;
    float: right;
  }
}
@media (max-width: 991px) {
  .navbar-main .navbar-flyout .navbar-nav {
    display: block;
    clear: both;
  }
  .navbar-main .navbar-flyout .navbar-nav li {
    display: block;
    float: none;
  }
  .navbar-main .navbar-flyout .mobile-nav-toggle {
    display: inline-block;
    background: transparent;
    font-size: 30px;
    line-height: 40px;
    padding: 25px;
    float: right;
  }
}
.navbar-main .aMain {
  color: #333;
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 992px) {
  .navbar-main .aMain:hover,
  .navbar-main .aMain:focus {
    color: #999;
  }
  .navbar-main .aMain.active {
    color: #0f5ca8;
  }
}
@media (min-width: 992px) {
  .quote-page .navbar-main .navbar-flyout .navbar-nav {
    float: none;
  }
}
@media (max-width: 500px) {
  .navbar-toolbar .btn-quote {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-phone-number {
    line-height: 32px;
  }
  .navbar-nav .aMain {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .navbar-toolbar {
    line-height: 80px;
  }
  .navbar-toolbar .btn-call {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-flyout {
    clear: both;
  }
}
@media (min-width: 992px) {
  .navflyout-toggle {
    display: none;
  }
  .navbar-nav .aMain {
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .nav-open .navbar-flyout {
    right: 0;
    box-shadow: -1px 0 15px 0 rgba(0, 0, 0, 0.2);
  }
  .nav-open .navbar-main .aMain,
  .transparent .navbar-main .aMain {
    color: #333;
  }
  .navbar-nav {
    margin-top: 75px;
    margin-left: 0;
    padding: 0 25px;
  }
  .navbar-nav .aMain {
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
  }
  .navbar-flyout {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    display: block;
    position: fixed;
    width: 300px;
    right: -300px;
    top: 0;
    bottom: 0;
    transition: right 0.15s linear;
    background: #fff;
  }
  .navbar .dropdown-menu,
  .navbar .dropdown:hover .dropdown-menu {
    display: none;
  }
}
@media (max-width: 500px) {
  .btn-quote-ft-mobile {
    bottom: -50px;
    transition: bottom 0.2s linear;
  }
  .btn-quote-ft-mobile.showme {
    bottom: 0;
  }
  .navbar-flyout {
    width: 100%;
    right: -100%;
  }
}
.breadcrumbs {
  margin-top: 20px;
}
.breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  margin: 0;
  font-size: 85%;
}
.breadcrumbs a {
  color: #999;
}
.footer,
.copyright {
  padding: 20px 0;
  color: #333;
}
.footer a,
.copyright a {
  color: #333;
  font-size: 12px;
}
.footer a:hover,
.copyright a:hover,
.footer a:focus,
.copyright a:focus {
  color: #999;
}
.footer {
  padding-top: 50px;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.footer .footer-heading {
  font-weight: bold;
}
.footer .footer-logo {
  width: 150px;
}
.copyright {
  text-align: center;
}
.copyright .btn-group-social-media {
  margin-bottom: 20px;
}
.copyright .btn-group-social-media .btn-circle {
  width: 36px;
  line-height: 36px;
  padding: 0;
  font-size: 18px;
  background: transparent;
  height: 36px;
  background: #24a74a;
}
@media (max-width: 500px) {
  .copyright {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
  .copyright .btn-group-social-media {
    margin-bottom: 15px;
  }
}
.btn {
  font-weight: bold;
  border-radius: 8px;
}
.btn-primary {
  background: #24a74a;
  border-color: #24a74a;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #2dd15d;
  border-color: #2dd15d;
}
.btn-info {
  background: #0f5ca8;
  border-color: #0f5ca8;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus {
  background: #1376d7;
  border-color: #1376d7;
}
.page-nav-btn-group {
  margin-bottom: 20px;
}
.page-nav-btn-group .btn {
  margin: 0 3px 5px 0;
}
.page-nav-btn-group .btn.active {
  box-shadow: none;
}
.btn-outline-default {
  color: #0f5ca8;
  border: 2px solid #0f5ca8;
}
.btn-outline-default:hover,
.btn-outline-default:focus {
  color: #fff;
  background: #0f5ca8;
  border-color: #0f5ca8;
}
.btn-outline-primary {
  color: #24a74a;
  border: 1px solid #24a74a;
  background: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  background: #24a74a;
  border-color: #24a74a;
}
.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #333;
  background: #fff;
  border-color: #fff;
}
.btn-circle {
  border-radius: 50%;
}
.btn-padding {
  padding: 10px 20px;
}
.btn-underline {
  color: #0f5ca8;
  border-bottom: 3px solid #0f5ca8;
  padding-bottom: 5px;
  font-weight: bold;
}
.panel-quote-form {
  background: #0f5ca8;
  color: #fff;
}
.panel-quote-form .section-header {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 30px auto;
}
.panel-quote-form .section-header .h2 {
  margin: 0;
  font-weight: bold;
}
.panel-quote-form .credibility .item {
  margin-bottom: 20px;
}
.panel-quote-form .credibility a {
  color: #fff;
}
.panel-quote-form .credibility .credibility-value {
  font-size: 36px;
  color: #E4B14E;
  font-weight: bold;
}
.panel-quote-form .credibility .rating .fa-star {
  color: #E4B14E;
}
.home-page .hero {
  height: 500px;
  background: url(/img/home/hero1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .home-page .hero {
    background: url(/img/home/hero-mobile.jpg) no-repeat center;
  }
}
.home-page .hero .hero-container {
  z-index: 10;
  position: relative;
  height: 500px;
}
.home-page .hero .page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home-page .hero {
    height: 450px;
  }
  .home-page .hero .hero-container {
    height: 450px;
  }
}
.home-page .btn-lg {
  min-width: 250px;
}
.home-page .home-content {
  background: #fff;
}
.hero,
.page-hero {
  color: #fff;
  position: relative;
}
.hero .hero-inner,
.page-hero .hero-inner {
  max-width: 650px;
  margin: auto;
  padding: 0 15px;
}
.hero h1,
.page-hero h1,
.hero .h1,
.page-hero .h1 {
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero h1,
  .page-hero h1,
  .hero .h1,
  .page-hero .h1 {
    font-size: 40px;
  }
}
.hero .lead,
.page-hero .lead {
  margin: 5px 0 15px 0;
}
@media (min-width: 768px) {
  .hero .lead,
  .page-hero .lead {
    font-size: 21px;
  }
}
.hero .hero-overlay,
.page-hero .hero-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
}
.page-section {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .page-section {
    padding: 80px 0;
  }
}
.section-header {
  max-width: 700px;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 0 20px;
}
.section-header .section-title {
  margin-bottom: 30px;
}
.section-title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title-sm {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title-sm {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-sm {
    font-size: 26px;
  }
}
.lead {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
.h1-section {
  padding: 40px 0;
}
.service-type-section {
  overflow: unset;
}
@media (max-width: 991px) {
  .service-type-section .service-type-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.service-type-section .service-type {
  border: 2px solid #c1e0ff;
  border-radius: 8px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.service-type-section .service-type img {
  max-width: 40px;
  max-height: 35px;
  margin-right: 25px;
  filter: invert(51%) sepia(43%) saturate(760%) hue-rotate(85deg) brightness(93%) contrast(91%);
}
.service-type-section .service-type .media-heading {
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 991px) {
  .service-type-section .service-type {
    flex-direction: column;
    justify-content: center;
    height: 145px;
    padding: 20px;
    text-align: center;
  }
  .service-type-section .service-type img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.about-section {
  background: url(/img/home/bg-about.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.about-section .bookmark {
  position: absolute;
  top: 0;
  height: 100px;
  left: 30%;
  filter: invert(51%) sepia(43%) saturate(760%) hue-rotate(85deg) brightness(93%) contrast(91%);
}
@media (max-width: 991px) {
  .about-section {
    background: #0f5ca8;
  }
  .about-section .bookmark {
    right: 25px;
    left: unset;
  }
}
@media (max-width: 767px) {
  .about-section .bookmark {
    right: 10px;
  }
}
.benefits-section .scroll-container {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .benefits-section .scroll-container {
    max-width: 1355px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .benefits-section .scroll-container {
    max-width: 1084px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .benefits-section .scroll-container {
    max-width: 870px;
  }
}
.benefits-section .benefit {
  border-radius: 16px;
  padding: 45px;
}
.benefits-section .benefit .heading {
  font-weight: bold;
  font-size: 18px;
}
.benefits-section .benefit img {
  width: 60px;
  filter: invert(51%) sepia(43%) saturate(760%) hue-rotate(85deg) brightness(93%) contrast(91%);
}
@media (max-width: 767px) {
  .benefits-section .benefit img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .benefits-section .benefit {
    padding: 35px;
  }
}
.benefits-section .scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.benefits-section .scroll-row .benefit {
  min-width: 600px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .benefits-section .scroll-row .benefit {
    min-width: 300px;
  }
}
.fa-ul {
  margin-top: 20px;
  margin-left: 22px;
}
.fa-ul li {
  padding: 5px 0;
  font-weight: bold;
}
.page-hero {
  height: 500px;
}
@media (max-width: 600px) {
  .page-hero {
    height: 450px;
  }
}
.page-hero.hero-features {
  background: url(/img/page/hero-features.jpg) no-repeat center;
  background-size: cover;
}
.page-hero.hero-whyus {
  background: url(/img/page/hero-whyus.jpg) no-repeat center;
  background-size: cover;
}
.page-hero.hero-contractor {
  background: url(/img/page/hero-contractors.jpg) no-repeat center;
  background-size: cover;
}
.page-hero.hero-services {
  background: url(/img/page/hero-services.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .page-hero.hero-features {
    background: url(/img/page/hero-features-mobile.jpg) no-repeat center;
  }
  .page-hero.hero-whyus {
    background: url(/img/page/hero-whyus-mobile.jpg) no-repeat center;
  }
  .page-hero.hero-contractor {
    background: url(/img/page/hero-contractors-mobile.jpg) no-repeat center;
  }
}
.page-hero .hero-container {
  height: 500px;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .page-hero .hero-container {
    height: 500px;
  }
}
.page-hero .hero-overlay {
  height: 500px;
  z-index: 1;
}
@media (max-width: 600px) {
  .page-hero .hero-overlay {
    height: 450px;
  }
}
.page-hero .page-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
@media (min-width: 992px) {
  .signup-section.contractor {
    height: 100vh;
  }
}
.signup-section .bookmark {
  position: absolute;
  right: 100px;
  height: 100px;
  filter: invert(51%) sepia(43%) saturate(760%) hue-rotate(85deg) brightness(93%) contrast(91%);
}
.signup-section .section-header {
  max-width: 550px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 25px;
}
.signup-section .form-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-section .form-wrapper .panel-quote-form {
  color: #333;
}
.signup-section .form-wrapper .signup-form {
  background: #fff;
  border: 0;
  width: 500px;
  max-width: 550px;
  min-width: 300px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .signup-section .form-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .signup-section {
    height: auto;
  }
}
.divider {
  height: 1px;
  width: 100%;
  background: #ddd;
}
.housing-section .service {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  padding: 80px 35px;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  font-size: 13px;
}
.housing-section .service img {
  height: 110px;
  margin: auto;
}
.housing-section .service .caption {
  font-size: 26px;
}
.housing-section .service.hoverscale:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .why-homebook-page .service-type-section .service-type {
    height: 200px;
  }
}
.services-page .service-type {
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  padding: 30px;
  transition: all ease 0.2s;
  text-decoration: none;
  color: #000;
}
.services-page .service-type img {
  margin-right: 0;
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 15px;
}
.services-page .service-type .btn-underline {
  font-size: 12px;
}
.services-page .service-type:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(15, 92, 168, 0.25);
  border-color: #0f5ca8;
}
@media (max-width: 767px) {
  .services-page .service-type .small {
    font-size: 15px;
  }
}</pre></body></html>