/*
Theme Name:     Zebralove Web Solutions 2024
Theme URI:      https://zebralovewebsolutions.com
Text Domain: 	ZebraloveWebSolutions24
Author:         Lynne Lowell
Author URI:     https://zebralovewebsolutions.com
Version:        0.1.2
Tested Up To:   6.6
Requires PHP:	PHP 7.0
Description:	Zebralove Web Solutions in house theme.
*/
html, body {
  overflow-x: hidden;
  font-family: "Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AncizarSerif";
  text-transform: uppercase; }

img {
  max-width: 100%;
  height: auto; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.btn-custom, .wp-block-button__link, .field-wrap input[type="submit"] {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0.5em;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF !important;
  text-decoration: none;
  background: #015000;
  transform: translate3d(0, 0, 0);
  transition: .1s background, .1s transform;
  align-content: center; }
  .btn-custom:hover, .wp-block-button__link:hover, .field-wrap input[type="submit"]:hover {
    background: #013700;
    transform: translate3d(0, 8px, 0); }
    .btn-custom:hover:after, .btn-custom:hover:before, .wp-block-button__link:hover:after, .wp-block-button__link:hover:before, .field-wrap input[type="submit"]:hover:after, .field-wrap input[type="submit"]:hover:before {
      height: 0;
      background: #001d00; }
  .btn-custom:after, .btn-custom:before, .wp-block-button__link:after, .wp-block-button__link:before, .field-wrap input[type="submit"]:after, .field-wrap input[type="submit"]:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 50%;
    height: 8px;
    background: #013700;
    transition: .1s height, .1s background; }
  .btn-custom:after, .wp-block-button__link:after, .field-wrap input[type="submit"]:after {
    right: 0;
    transform: skewX(-45deg);
    transform-origin: 0 0; }
  .btn-custom:before, .wp-block-button__link:before, .field-wrap input[type="submit"]:before {
    left: 0;
    transform: skewX(45deg);
    transform-origin: 100% 0; }

footer .mdi {
  color: #FFF;
  font-size: 1.3rem; }

.border-radius {
  border-radius: 15px; }

/*Navbar*/
.nav-bar {
  border-radius: 15px;
  padding: 1rem 0.5rem;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.35); }

.nav-link {
  font-size: 1rem;
  line-height: 3rem;
  margin-left: 0.5rem;
  text-align: center;
  font-family: "AncizarSerif"; }

.bg-dark {
  background-color: #4D4D4D !important; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #4D4D4D; }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase; }

#navbarSupportedContent .form-control {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px; }

.dropdown-menu {
  background-color: #FFF;
  border-radius: 0px;
  border: none;
  left: 50px;
  font-family: "AncizarSerif";
  padding: 0px; }

.dropdown-item {
  color: #015000;
  padding: .7rem 1.5rem; }

.menu-item.current_page_item .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
  color: #f7c548;
  background-color: #FFF; }

.nav-bar .mdi {
  font-size: 2rem;
  color: #f7c548; }

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  background: #015000;
  border: none; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiPjxwYXRoIGQ9Ik00IDEwaDI0YTIgMiAwIDAgMCAwLTRINGEyIDIgMCAwIDAgMCA0em0yNCA0SDRhMiAyIDAgMCAwIDAgNGgyNGEyIDIgMCAwIDAgMC00em0wIDhINGEyIDIgMCAwIDAgMCA0aDI0YTIgMiAwIDAgMCAwLTR6IiBmaWxsPSIjZmZjMTAwIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4="); }

.navbar-toggler:focus {
  box-shadow: none; }

@media screen and (max-width: 992px) {
  .navbar-collapse.collapse:not(.show) {
    display: block; }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 215px;
    height: 100%;
    z-index: 9999;
    padding: 4rem 1rem;
    transform: translateX(-215px);
    transition: 0.5s ease-in-out;
    display: block; }

  .navbar-collapse.show {
    transform: translateX(0px); }

  .nav-overlay {
    position: absolute;
    background: rgba(1, 80, 0, 0.35);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block; }

  .nav-overlay.active {
    transform: translateX(0); } }
header {
  position: relative;
  z-index: 1; }
  header .top-bar .btn-custom {
    width: 100%;
    height: 100%; }
  header .top-bar .mdi {
    font-size: 2rem; }
  header .nav-bar {
    align-content: center; }
  header .h {
    color: #FFF;
    text-transform: none;
    font-size: 3rem;
    text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.5); }
  header p {
    color: #FFF; }
  header .header-p {
    padding: 2.5rem;
    text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.5); }
  header .header-testimonials {
    padding: 0.5rem;
    text-align: center; }
    header .header-testimonials .wp-gr .wp-google-based {
      color: #FFF !important; }
    header .header-testimonials .wp-gr .wp-google-powered {
      display: none; }

.headerContent {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px; }

.home-text h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #015000; }

.above-service {
  height: 190px;
  margin-top: -99px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  z-index: 2;
  position: relative; }

.service-row {
  margin-top: -150px; }
  .service-row .service-card {
    width: 100%;
    height: 100%;
    padding: 1.5em 1em;
    border-radius: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin: 1rem 0; }
    .service-row .service-card:after {
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(#015000, #015000);
      position: absolute;
      left: 0%;
      top: -98%;
      z-index: -2;
      transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99); }
    .service-row .service-card h3 {
      text-transform: capitalize;
      font-weight: 600;
      color: #015000;
      margin: 1em 0;
      z-index: 3; }
    .service-row .service-card p {
      color: #4D4D4D;
      line-height: 1.6;
      letter-spacing: 0.03em;
      z-index: 3; }
    .service-row .service-card .icon-wrapper {
      background-color: #015000;
      position: relative;
      margin: auto;
      font-size: 30px;
      height: 2.5em;
      width: 2.5em;
      color: #FFF;
      border-radius: 50%;
      display: grid;
      place-items: center;
      transition: 0.5s;
      z-index: 3; }
    .service-row .service-card:hover:after {
      top: 0%; }
    .service-row .service-card .icon-wrapper {
      background-color: #015000;
      color: #f7c548; }
    .service-row .service-card:hover .icon-wrapper {
      background-color: #f7c548;
      color: #015000; }
    .service-row .service-card:hover h3 {
      color: #FFF; }
    .service-row .service-card:hover p {
      color: #FFF; }
    .service-row .service-card:hover .btn-custom {
      background-color: #f7c548;
      color: #015000 !important; }
      .service-row .service-card:hover .btn-custom:after, .service-row .service-card:hover .btn-custom:before {
        background: #f6bd30; }
      .service-row .service-card:hover .btn-custom:hover {
        background: #f6bd30;
        transform: translate3d(0, 8px, 0); }
        .service-row .service-card:hover .btn-custom:hover:after, .service-row .service-card:hover .btn-custom:hover:before {
          height: 0;
          background: #f5b617; }
    .service-row .service-card.card-left, .service-row .service-card.card-right {
      opacity: 0; }

.offer-container {
  background-image: linear-gradient(to bottom, rgba(6, 71, 137, 0.85), rgba(247, 197, 72, 0.65)), url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/home-section-bg.jpg");
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover; }
  .offer-container .offer-row {
    padding: 4rem 2rem; }
    .offer-container .offer-row .offer-heading {
      margin-bottom: 2rem; }
      .offer-container .offer-row .offer-heading .h {
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.5); }
      .offer-container .offer-row .offer-heading p {
        color: #FFF;
        text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.5); }
    .offer-container .offer-row .offer-left {
      background: rgba(255, 255, 255, 0.75);
      border-radius: 15px;
      padding: 2rem;
      -webkit-box-shadow: 5px 5px 21px -12px #4D4D4D;
      box-shadow: 5px 5px 21px -12px #4D4D4D; }
      .offer-container .offer-row .offer-left .list-with-icons {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%; }
        .offer-container .offer-row .offer-left .list-with-icons li {
          opacity: 0;
          display: block;
          width: 100%;
          padding: 12px 25px 12px 50px;
          line-height: 1;
          font-size: 20px;
          margin: 1.5rem 0;
          background-color: #015000;
          border-radius: 3px;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          position: relative;
          transition: all .35s ease;
          font-family: "AncizarSerif"; }
          .offer-container .offer-row .offer-left .list-with-icons li a {
            color: #FFF;
            text-decoration: none; }
          .offer-container .offer-row .offer-left .list-with-icons li:hover {
            -webkit-transform: translate(5px);
            -moz-transform: translate(5px);
            transform: translate(5px); }
          .offer-container .offer-row .offer-left .list-with-icons li:before {
            content: "";
            display: block;
            width: 54px;
            height: 54px;
            margin-top: -27px;
            border-radius: 100%;
            background-color: #FFF;
            box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16);
            position: absolute;
            top: 50%;
            left: -15px; }
          .offer-container .offer-row .offer-left .list-with-icons li:after {
            display: block;
            margin-top: -15px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 30px;
            position: absolute;
            top: 50%;
            left: -4.5px; }
          .offer-container .offer-row .offer-left .list-with-icons li:first-of-type:after {
            content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/emergency_icon.svg");
            width: 30px;
            left: -2.75px; }
          .offer-container .offer-row .offer-left .list-with-icons li:nth-child(2):after {
            content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/heat_icon.svg");
            width: 30px; }
          .offer-container .offer-row .offer-left .list-with-icons li:nth-child(3):after {
            content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/hot_water_icon.svg");
            width: 30px; }
          .offer-container .offer-row .offer-left .list-with-icons li:nth-child(4):after {
            content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/sewer_icon.svg");
            width: 30px; }
          .offer-container .offer-row .offer-left .list-with-icons li:nth-child(5):after {
            content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/hot_air_icon.svg");
            width: 25px;
            left: -3.5px; }
    .offer-container .offer-row .offer-right .wp-gr .grw-review-inner {
      border-radius: 15px !important;
      -webkit-box-shadow: 5px 5px 21px -12px #4D4D4D;
      box-shadow: 5px 5px 21px -12px #4D4D4D; }
    .offer-container .offer-row .offer-right .grw-review-inner.grw-backgnd {
      background: rgba(255, 255, 255, 0.75) !important; }
    .offer-container .offer-row .offer-right .h {
      font-size: 3rem;
      color: #015000; }
  .offer-container .grw-review-inner svg {
    display: none; }
  .offer-container .wp-gr .wp-google-text {
    color: #4D4D4D !important; }
  .offer-container .wp-gr .grw-review .wp-google-feedback {
    height: 150px !important; }

.home-testimonials {
  padding: 4rem 1rem;
  background-color: #015000; }
  .home-testimonials .testimonial-container {
    padding: 3rem 1rem;
    text-align: center;
    position: relative; }
    .home-testimonials .testimonial-container:before {
      content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/quote_icon.svg");
      width: 50px;
      line-height: 50px;
      background: #015000;
      position: absolute;
      top: -10px;
      left: 2%; }
  .home-testimonials .h {
    color: #f7c548;
    font-size: 1.75rem; }
  .home-testimonials .wp-gr .grw-review .wp-google-left {
    display: none !important; }
  .home-testimonials .grw-review-inner svg {
    display: none; }
  .home-testimonials .wp-gr .wp-google-text {
    color: #4D4D4D !important; }
  .home-testimonials .wp-gr .grw-review .wp-google-feedback {
    height: 200px !important; }

.home-featured {
  background-image: linear-gradient(to bottom, rgba(6, 71, 137, 0.85), rgba(247, 197, 72, 0.65)), url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/IMG_2183.jpg");
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem; }
  .home-featured .featured-content {
    background-color: #FFF;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0px 5px 10px rgba(34, 35, 58, 0.2);
    margin-bottom: 1rem; }
    .home-featured .featured-content h1, .home-featured .featured-content h2, .home-featured .featured-content h3, .home-featured .featured-content h4, .home-featured .featured-content h5, .home-featured .featured-content h6 {
      color: #015000;
      font-weight: bold; }
  .home-featured img {
    border-radius: 15px; }

/*Blog*/
.blog-border {
  margin: 10px 0px;
  padding: 20px 10px; }

.featuredImage {
  width: 100%;
  height: 100%; }

.home-blog .h {
  font-size: 4rem;
  color: #f7c548; }
.home-blog .slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 10px; }
  .home-blog .slide-container .slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 15px;
    padding: 20px 10px; }
    .home-blog .slide-container .slide-content .card {
      border-radius: 15px;
      background-color: #FFF;
      box-shadow: 0px 5px 10px rgba(34, 35, 58, 0.9);
      border: none;
      height: auto; }
      .home-blog .slide-container .slide-content .card .image-content,
      .home-blog .slide-container .slide-content .card .card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 14px; }
      .home-blog .slide-container .slide-content .card .image-content {
        position: relative;
        row-gap: 5px;
        padding: 25px 0; }
  .home-blog .slide-container .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f7c548;
    border-radius: 15px 15px 0 25px; }
  .home-blog .slide-container .overlay::before,
  .home-blog .slide-container .overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #f7c548; }
  .home-blog .slide-container .overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF; }
  .home-blog .slide-container .card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #015000;
    padding: 3px; }
  .home-blog .slide-container .card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #015000; }
  .home-blog .slide-container .name {
    font-size: 18px;
    font-weight: 500;
    color: #015000;
    padding: 0px 21px; }
  .home-blog .slide-container .description {
    font-size: 14px;
    text-align: center; }
  .home-blog .slide-container .button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #015000;
    border-radius: 0px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; }
  .home-blog .slide-container .button:hover {
    background: #001d00; }
  .home-blog .slide-container .swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease; }
  .home-blog .slide-container .swiper-navBtn:hover {
    color: #4070F4; }
  .home-blog .slide-container .swiper-navBtn::before,
  .home-blog .slide-container .swiper-navBtn::after {
    font-size: 38px; }
  .home-blog .slide-container .swiper-button-next {
    right: 0; }
  .home-blog .slide-container .swiper-button-prev {
    left: 0; }
  .home-blog .slide-container .swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1; }
  .home-blog .slide-container .swiper-pagination-bullet-active {
    background-color: #4070F4; }
  @media screen and (max-width: 768px) {
    .home-blog .slide-container .slide-content {
      margin: 0 10px; }
    .home-blog .slide-container .swiper-navBtn {
      display: none; } }

.home-contact {
  background-color: #FFF;
  color: #015000;
  padding: 2rem; }
  .home-contact .nf-before-form-content {
    display: none; }
  .home-contact a {
    color: #015000; }
  .home-contact .h {
    font-size: 2rem; }
  .home-contact .contact-left {
    padding: 2rem 4rem; }
    .home-contact .contact-left .btn {
      width: 100%;
      margin: 2rem 0; }
    .home-contact .contact-left .list-with-icons {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .home-contact .contact-left .list-with-icons li {
        opacity: 0;
        display: block;
        width: 100%;
        padding: 12px 25px 12px 50px;
        line-height: 1;
        font-size: 20px;
        margin: 1.5rem 0;
        background-color: #015000;
        border-radius: 3px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
        position: relative;
        transition: all .35s ease;
        color: #FFF; }
        .home-contact .contact-left .list-with-icons li a {
          color: #FFF;
          text-decoration: none; }
        .home-contact .contact-left .list-with-icons li:hover {
          -webkit-transform: translate(5px);
          -moz-transform: translate(5px);
          transform: translate(5px); }
        .home-contact .contact-left .list-with-icons li:before {
          content: "";
          display: block;
          width: 54px;
          height: 54px;
          margin-top: -27px;
          border-radius: 100%;
          background-color: #FFF;
          box-shadow: -1px 0 6px rgba(0, 0, 0, 0.16);
          position: absolute;
          top: 50%;
          left: -15px; }
        .home-contact .contact-left .list-with-icons li:after {
          display: block;
          margin-top: -15px;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          font-size: 30px;
          position: absolute;
          top: 50%;
          left: -4.5px; }
        .home-contact .contact-left .list-with-icons li:first-of-type:after {
          content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/emergency_icon.svg");
          width: 30px; }
        .home-contact .contact-left .list-with-icons li:nth-child(2):after {
          content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/email_icon.svg");
          width: 30px; }
        .home-contact .contact-left .list-with-icons li:nth-child(3):after {
          content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/location_icon.svg");
          width: 30px; }
        .home-contact .contact-left .list-with-icons li:nth-child(4):after {
          content: url("https://nesolutionsllc.com/wp-content/themes/ZebraloveWebSolutions24/imgs/facebook_icon.svg");
          width: 30px; }
      .home-contact .contact-left .list-with-icons a li:first-of-type {
        background-color: transparent;
        box-shadow: none; }
  .home-contact .contact-form {
    background: #f7c548;
    padding: 2rem;
    box-shadow: 0px 5px 10px rgba(34, 35, 58, 0.2);
    border-radius: 15px; }
    .home-contact .contact-form h3 {
      font-size: 2rem; }

/*Ninja Forms*/
.ninja-forms-field {
  border-radius: 8px;
  padding: 0.5rem;
  border: 1.5px solid #f7c548; }

.blog .card {
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 5px 10px rgba(34, 35, 58, 0.9);
  border: none;
  height: 100%;
  margin: 0; }
  .blog .card .image-content,
  .blog .card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    text-align: center; }
  .blog .card .image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0; }
.blog .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f7c548;
  border-radius: 15px 15px 0 25px; }
.blog .overlay::before,
.blog .overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #f7c548; }
.blog .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF; }
.blog .card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #015000;
  padding: 3px; }
.blog .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #015000; }
.blog .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  z-index: 1; }
.blog .description {
  font-size: 14px;
  color: #707070;
  text-align: center; }
.blog .button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #015000;
  border-radius: 0px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease; }
.blog .button:hover {
  background: #001d00; }

.blogSidebar {
  background-color: #015000;
  padding: 30px;
  margin-bottom: 15px;
  color: #FFF; }
  .blogSidebar a {
    color: #f7c548; }
    .blogSidebar a:hover {
      color: #f7c548;
      text-decoration: none; }
  .blogSidebar h1, .blogSidebar h2, .blogSidebar h3, .blogSidebar h4, .blogSidebar h5, .blogSidebar h6 {
    color: #FFF; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #f7c548; }
footer a:hover {
  color: #f7c548;
  text-decoration: none; }
footer .btn-custom, footer .wp-block-button__link, footer .field-wrap input[type="submit"] {
  color: #015000 !important;
  background: #f7c548;
  width: 100%;
  margin-bottom: 25px; }
  footer .btn-custom:hover, footer .wp-block-button__link:hover, footer .field-wrap input[type="submit"]:hover {
    background: #f6bd30; }
    footer .btn-custom:hover:after, footer .btn-custom:hover:before, footer .wp-block-button__link:hover:after, footer .wp-block-button__link:hover:before, footer .field-wrap input[type="submit"]:hover:after, footer .field-wrap input[type="submit"]:hover:before {
      height: 0;
      background: #f5b617; }
  footer .btn-custom:after, footer .btn-custom:before, footer .wp-block-button__link:after, footer .wp-block-button__link:before, footer .field-wrap input[type="submit"]:after, footer .field-wrap input[type="submit"]:before {
    background: #f6bd30; }
footer .wp-block-button {
  width: 100%; }

.copyright {
  text-align: center;
  font-size: .8rem; }

.slide-in-left {
  -webkit-animation: slide-in-left 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
  animation: slide-in-left 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }

.slide-in-right {
  -webkit-animation: slide-in-right 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
  animation: slide-in-right 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both; }

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 0.8s 0.15s both;
  animation: wobble-hor-bottom 0.8s 0.15s both; }

/* ----------------------------------------------
 * Generated by Animista on 2025-5-29 12:49:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2025-5-29 12:50:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2025-6-4 14:52:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@media (min-width: 1199px) {
  .nav-link {
    font-size: 1.35rem;
    margin-left: 1rem; } }
@media (min-width: 768px) {
  header .top-bar .btn-custom {
    width: 75%; }

  header .top-bar .phone {
    font-size: 1.5rem;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF; }

  header .header-testimonials {
    margin: 7rem auto 1rem auto; }

  header .header-text {
    margin: 6rem auto; }

  header.interior-header .header-p {
    padding: 2.5rem 8rem; }
  header.interior-header .header-text {
    margin: 3rem auto; }

  header .above-service {
    height: 100px; }

  .offer-container .offer-row .offer-heading .h {
    font-size: 4rem; }
  .offer-container .offer-row .offer-left {
    padding: 2rem 3rem; }
  .offer-container .offer-row .offer-right {
    padding: 2rem; }

  .home-testimonials {
    padding: 7rem 2rem; }
    .home-testimonials .h {
      font-size: 4rem; } }
