/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Twenty Twenty-One
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyone-child
*/
.primary {
  color: #68DA23;
}

.secondary {
  color: #4CC35B;
}

.tertiary {
  color: #293938;
}

.quaternary {
  color: #0E0E0E;
}

.white {
  color: #ffffff;
}

h1 {
  color: #ffffff;
  font-family: "fatfrank", sans-serif !important;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "fatfrank", sans-serif !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
}
h2.subtitle {
  font-family: "fatfrank", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize;
}

h3 {
  color: #ffffff;
  font-family: "fatfrank", sans-serif !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

h4 {
  font-family: "fatfrank", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

h5 {
  font-family: "fatfrank", sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

h6 {
  font-family: "fatfrank", sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

p, li {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

a, a:visited, a:hover {
  text-decoration: none;
}

a.btn.btn-primary {
  background: #68DA23;
  color: #293938;
  font-family: "fatfrank", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 25px;
  border: none;
  transform: scale(1);
  transition: all 0.5s;
}
a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active {
  background: #4CC35B !important;
  color: #293938 !important;
  transform: scale(1.04);
}
a.btn.btn-secondary {
  background: #4CC35B;
  color: #293938;
  font-family: "fatfrank", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 25px;
  border: none;
  transform: scale(1);
  transition: all 0.5s;
}
a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn.btn-secondary:active {
  background: #68DA23 !important;
  color: #293938 !important;
  transform: scale(1.04);
}

.singular .entry-header {
  border-bottom: 5px solid #68DA23 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.singular .entry-title {
  font-family: "fatfrank", sans-serif !important;
  font-size: 36px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-top: 83px;
}

body {
  font-family: "fatfrank", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100% !important;
  color: #0E0E0E !important;
  font-optical-sizing: auto;
  background-color: #293938 !important;
}
body .site-main > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  /* This helps prevent unwanted browser transitions or flickering */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

@media (min-width: 992px) {
  .pl-lg-1, .px-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2, .px-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3, .px-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4, .px-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5, .px-5 {
    padding-left: 3rem !important;
  }
  .pl-lg-6, .px-6 {
    padding-left: 4rem !important;
  }
  .pr-lg-1, .px-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2, .px-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3, .px-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4, .px-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5, .px-5 {
    padding-right: 3rem !important;
  }
  .pr-lg-6, .px-6 {
    padding-right: 4rem !important;
  }
}
.site-main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*---
Hero 
---*/
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 0 0 32px 32px;
}
.hero .header-top {
  padding-top: 41px;
}
.hero .header-top .header-phone a, .hero .header-top .header-phone a:visited {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 18.75px */
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.hero .header-top .header-phone a:focus, .hero .header-top .header-phone a:visited:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .header-top .header-social-box {
  margin-left: 39px;
}
.hero .header-top .header-social-box a {
  background-color: transparent !important;
  color: #ffffff !important;
  margin-right: 16px;
}
.hero .header-top .header-social-box a:last-child {
  margin-right: 0px;
}
.hero .header-top .header-social-box a:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.hero .hero-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .right-navigation {
  margin-top: 70px;
}
.hero .right-navigation .logo .custom-logo-link {
  position: relative;
  z-index: 4;
}
.hero .right-navigation .logo .custom-logo-link .custom-logo {
  max-width: 224px;
}
.hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "fatfrank", sans-serif !important;
  line-height: normal !important;
}
.hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #ffffff !important;
}
.hero .right-navigation .mobile-menu {
  position: relative;
  top: 0px;
  z-index: 4;
}
.hero .right-navigation .mobile-menu .mega-menu-wrap .mega-menu-toggle button {
  background-color: transparent !important;
}
.hero .right-navigation .mobile-menu .mega-menu-wrap .mega-close {
  background-color: transparent !important;
}
.hero .left-right-navigation {
  margin-top: -18px;
}
.hero .left-right-navigation .logo .custom-logo-link {
  position: relative;
  z-index: 4;
}
.hero .left-right-navigation .logo .custom-logo-link .custom-logo {
  max-width: 150px;
}
.hero .left-right-navigation #mega-menu-wrap-right,
.hero .left-right-navigation #mega-menu-wrap-left {
  display: inline-block;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "Manrope", sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: -0.16px;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #ffffff !important;
}
.hero .left-right-navigation .navbar-btn {
  margin-left: 16px;
}
.hero .left-right-navigation .mobile-menu {
  position: absolute;
  top: 105px;
  z-index: 4;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-toggle button {
  background-color: transparent !important;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-close {
  background-color: transparent !important;
}
.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.hero .hero-content .text h1 {
  font-family: "fatfrank", sans-serif !important;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.hero .hero-content .text .subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  color: #ffffff;
}
.hero .hero-content .text .buttons {
  display: flex;
  justify-content: center;
  gap: 21px;
}
.hero .hero-image {
  max-width: 247px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .hero-scroll-link:hover, .hero .hero-scroll-link:focus, .hero .hero-scroll-link:focus-visible {
  outline: none !important;
  text-decoration: none !important;
}
.hero .hero-scroll-link .hero-scroll-icon {
  max-width: 49px;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: pulse 2s infinite;
  animation-timing-function: ease-in-out;
  outline: none !important;
  text-decoration: none !important;
}
@keyframes pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.7;
  }
}

/*---
Home Page
---*/
.lists {
  text-align: left;
}
.lists .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
}
.lists .list .list-image {
  margin-right: 16px;
}
.lists .list .list-text p {
  margin-bottom: 0px;
}

.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.section-video {
  padding-top: 157px;
  text-align: left;
}
.section-video .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 66.62%;
  height: 0;
}
.section-video .video.video-active .video-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-video .video.video-active .video-link {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.section-video .video .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .video .video-box .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-video .video .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.section-video .video .video-box .play-icon .play-img {
  transform: scale(1);
  transition: all 0.5s;
}
.section-video .video .video-box .play-icon .play-img:hover {
  transform: scale(1.04);
}
.section-video .video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.08s ease, visibility 0.08s ease;
  border-radius: 8px;
  overflow: hidden;
}
.section-video .video .video-link iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.section-video .video .video-link video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.section-services {
  padding-top: 141px;
}
.section-services .services {
  padding-top: 35px;
}
.section-services .services .service-box {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 2px solid #293938;
  background-color: #293938;
}
.section-services .services .service-box .service-image .service-img {
  max-height: 274px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-services .services .service-box .service-text {
  padding: 26px 20px 24px;
}
.section-services .services .service-box .service-text .service-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
}
.section-services .services .service-box .service-text .service-title .service-icon {
  max-width: 24px;
}
.section-services .services .service-box .service-text .service-title .title {
  color: #ffffff;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
}
.section-services .services .service-box .service-text .service-description {
  color: #ffffff;
}
.section-services .services .service-box.one {
  transform: translateY(71px) scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box.two {
  transform: scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box.three {
  transform: translateY(71px) scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box.four {
  transform: translateY(98px) scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box.five {
  transform: translateY(27px) scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box.six {
  transform: translateY(98px) scale(1);
  transition: all 0.5s;
}
.section-services .services .service-box:hover.one {
  transform: translateY(71px) scale(1.03);
}
.section-services .services .service-box:hover.two {
  transform: scale(1.03);
}
.section-services .services .service-box:hover.three {
  transform: translateY(71px) scale(1.03);
}
.section-services .services .service-box:hover.four {
  transform: translateY(98px) scale(1.03);
}
.section-services .services .service-box:hover.five {
  transform: translateY(27px) scale(1.03);
}
.section-services .services .service-box:hover.six {
  transform: translateY(98px) scale(1.03);
}
.section-services .services .btn {
  margin-top: 61px;
}

.section-service-plan {
  padding-top: 144px;
}
.section-service-plan .text {
  width: 88%;
  margin: 0 auto;
}

.section-why-choose {
  padding-top: 144px;
}
.section-why-choose .title p {
  color: #ffffff;
  font-family: "fatfrank", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  text-transform: uppercase;
}
.section-why-choose .title p span {
  color: #68DA23;
}
.section-why-choose .reason {
  text-align: center;
  color: #ffffff;
  padding: 0px 24px;
}
.section-why-choose .reason .reason-icon {
  max-width: 40px;
  margin-bottom: 16px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-why-choose .reason .reason-icon:hover {
  transform: scale(1.04);
}
.section-why-choose .reason.two {
  padding-top: 114px;
}
.section-why-choose .reason.four {
  padding-top: 114px;
}
.section-why-choose .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 120.193%;
  height: 0;
}
.section-why-choose .video.video-active .video-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-why-choose .video.video-active .video-link {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.section-why-choose .video .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-why-choose .video .video-box .video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.section-why-choose .video .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}
.section-why-choose .video .video-box .play-icon .play-img {
  transform: scale(1);
  transition: all 0.5s;
}
.section-why-choose .video .video-box .play-icon .play-img:hover {
  transform: scale(1.04);
}
.section-why-choose .video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.08s ease, visibility 0.08s ease;
  border-radius: 32px;
  overflow: hidden;
}
.section-why-choose .video .video-link iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}
.section-why-choose .video .video-link video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
}

.section-testimonials {
  padding-top: 115px;
}
.section-testimonials .testimonials-box {
  border-radius: 32px;
  border: 4px solid rgba(49, 56, 57, 0.2);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;
  padding: 130px 300px 96px;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-controls {
  display: none;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header {
  order: 3;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header .ti-name {
  color: #ffffff;
  font-family: "Manrope", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.16px;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-stars {
  order: 2;
  margin-top: 14px;
  margin-bottom: 14px !important;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-text-container {
  color: #ffffff;
  font-family: "Manrope", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  order: 1;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-controls-line {
  display: block !important;
  width: 196px;
  border-radius: 40px;
  height: 6px;
  background-color: #D9D9D9;
  margin-top: 59px;
  margin-bottom: 0px;
}
.section-testimonials .testimonials-box .google-reviews .ti-widget .ti-controls-line .dot {
  width: 57px;
  height: 6px;
  background-color: #68DA23;
}
.section-testimonials .testimonials-box .text {
  margin-top: -79px;
}

.section-location {
  padding-top: 101px;
}
.section-location .location-image {
  margin-top: -70px;
}
.section-location .text {
  width: 90%;
  margin: 0 auto;
}
.section-location .btn {
  margin-top: -15px;
}

.section-bros-promise {
  padding-top: 79px;
}
.section-bros-promise .promise-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 32px;
  padding: 44px 96px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-bros-promise .promise-background .promises {
  padding: 31px 87px 32px;
  display: flex;
  justify-content: space-between;
  gap: 147px;
}
.section-bros-promise .promise-background .promises .promise-box {
  flex: 1;
  text-align: center;
}
.section-bros-promise .promise-background .promises .promise-box .promise-icon {
  max-width: 32px;
  padding-bottom: 20px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-bros-promise .promise-background .promises .promise-box .promise-icon:hover {
  transform: scale(1.04);
}
.section-bros-promise .promise-background .promises .promise-box .promise-title {
  padding-bottom: 4px;
}
.section-bros-promise .promise-background .promises-button {
  display: flex;
  justify-content: center;
}

.section-frequently-asked {
  padding-top: 105px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked {
  padding-top: 18px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item {
  border: none;
  background-color: transparent;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header {
  border-bottom: 1px solid rgba(85, 85, 85, 0.3);
  margin-bottom: 12px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  padding: 0px 5px 12px 5px;
  background-color: transparent;
  box-shadow: none;
  align-items: flex-start !important;
  justify-content: space-between;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/close-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  margin-left: 70px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-header .accordion-button::after {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/arrow-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  margin-left: 50px;
}
.section-frequently-asked .frequently-asked #accordionFrequentlyAsked .accordion-item .accordion-body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 10px 20px;
  color: #ffffff;
}
.section-frequently-asked .form {
  border-radius: 32px;
  background: linear-gradient(180deg, #2C3D3B 0%, #1E1E1E 100%);
  box-shadow: 6px 0 22px 0 rgba(0, 0, 0, 0.25);
  padding: 37px 36px;
  width: 100%;
  max-width: 402px;
}
.section-frequently-asked .form .gform_wrapper .gform_title {
  color: #ffffff;
  text-align: center;
  font-family: "fatfrank", sans-serif !important;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.section-frequently-asked .form .gform_wrapper .gform_required_legend {
  display: none;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields {
  row-gap: 8px;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield_label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .textarea.small {
  height: 55px;
  min-height: 55px;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield_required .gfield_required_asterisk {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-address .ginput_address_zip {
  inline-size: 100%;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice {
  padding-block-start: 8px;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input::before {
  color: #ffffff;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice input:focus {
  --gf-local-outline-color: transparent;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-checkbox .gfield_checkbox .gchoice label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-checkbox .gfield_description {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input::before {
  color: #ffffff;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent input:focus {
  --gf-local-outline-color: transparent;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields .gfield--type-consent label a {
  color: #ffffff;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields input, .section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select, .section-frequently-asked .form .gform_wrapper .gform-body .gform_fields textarea {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.2);
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/drop-down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select::-moz-placeholder {
  opacity: 1;
  color: #293938;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select::placeholder {
  opacity: 1;
  color: #293938;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select::-webkit-input-placeholder {
  opacity: 1;
  color: #293938;
}
.section-frequently-asked .form .gform_wrapper .gform-body .gform_fields select option {
  color: #293938;
}
.section-frequently-asked .form .gform_wrapper .gform-footer {
  justify-content: center;
  padding-top: 31px;
  margin-top: 0;
}
.section-frequently-asked .form .gform_wrapper .gform-footer .gform_button {
  background: #68DA23 !important;
  color: #293938 !important;
  font-family: "fatfrank", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  padding: 10px 24px;
  border-radius: 25px !important;
  border: none;
  --gf-local-border-color: transparent !important;
  transform: scale(1);
  transition: all 0.5s !important;
}
.section-frequently-asked .form .gform_wrapper .gform-footer .gform_button:hover, .section-frequently-asked .form .gform_wrapper .gform-footer .gform_button:focus, .section-frequently-asked .form .gform_wrapper .gform-footer .gform_button:active {
  background: #4CC35B !important;
  color: #293938 !important;
  --gf-local-outline-color: transparent !important;
  --gf-local-border-color: transparent !important;
  transform: scale(1.04);
}

.section-instagram-feed {
  padding-top: 109px;
  padding-bottom: 149px;
}

/*---
Blog - Page
---*/
.section-post-filter {
  padding-top: 102px;
}
.section-post-filter .post .post-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-post-filter .post .post-item .post-thumbnail {
  flex: 1 1 49%;
  margin: 0;
  height: 357px;
}
.section-post-filter .post .post-item .post-thumbnail .wp-post-image {
  margin: 0px;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-post-filter .post .post-item .post-content {
  flex: 1 1 51%;
  padding: 0 0 0 68px;
}
.section-post-filter .post .post-item .post-content h3 a {
  color: #68DA23;
  font-family: "fatfrank", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section-post-filter .post .post-item .post-content h3 a:focus {
  background: transparent;
  color: #68DA23;
}
.section-post-filter .post .post-item .post-content .post-excerpt {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-post-filter .post .post-item .post-content .post-excerpt .more-link {
  display: none;
}
.section-post-filter .post .post-item .post-content .read-more-button {
  color: #68DA23;
  font-family: "fatfrank", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-post-filter .post .post-item .post-content .read-more-button:focus {
  background: transparent;
  color: #68DA23;
}
.section-post-filter .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-post-filter .filter .blog-category-filter {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/filter-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 6px 0px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 32px 46px 32px 24px;
  color: #ffffff;
  max-width: 282px;
}
.section-post-filter .filter .blog-category-filter h3 {
  font-family: "fatfrank", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%;
  text-transform: capitalize;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label {
  font-family: "fatfrank", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 0px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input {
  border: 1px solid #fff;
  background-color: transparent;
  width: 13px;
  height: 13px;
  margin-right: 11px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input::after {
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 11px;
}

.section-posts {
  padding-top: 83px;
  padding-bottom: 64px;
}
.section-posts .blog-posts .all-post {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 70px;
  max-width: 1320px;
  margin: 0 auto;
}
.section-posts .blog-posts .all-post .post-item {
  position: relative !important;
  overflow: hidden;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail {
  margin: 0;
  height: 292px;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail .wp-post-image {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-posts .blog-posts .all-post .post-item h3 {
  padding-top: 32px;
}
.section-posts .blog-posts .all-post .post-item h3 a {
  color: #68DA23;
  font-family: "fatfrank", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section-posts .blog-posts .all-post .post-item h3 a:focus {
  background-color: transparent !important;
  color: #68DA23;
}
.section-posts .blog-posts .all-post .post-item .entry-content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.section-posts .blog-posts .all-post .post-item .entry-content .more-link {
  display: none;
}
.section-posts .blog-posts .all-post .post-item .read-more-button {
  color: #68DA23;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-posts .blog-posts .all-post .post-item .read-more-button:focus {
  background-color: transparent !important;
  color: #68DA23;
}
.section-posts .blog-posts .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.section-posts .blog-posts .blog-pagination span[aria-current=page] {
  background-color: #68DA23;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 5px 12px;
  border-radius: 50%;
  text-align: center;
}
.section-posts .blog-posts .blog-pagination .page-numbers {
  font-family: "fatfrank", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
.section-posts .blog-posts .blog-pagination .page-numbers:focus {
  background-color: transparent !important;
  color: #0E0E0E !important;
}

/*---
Single Post - Page
---*/
.single-post .post-content {
  padding-top: 102px;
  padding-bottom: 64px;
}
.single-post .post-content .post-thumbnail {
  margin: 0;
  width: 100%;
}
.single-post .post-content .post-thumbnail .wp-post-image {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .post-content .entry-title {
  color: #68DA23;
  font-family: "fatfrank", sans-serif !important;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 16px;
}
.single-post .post-content p {
  text-align: justify;
  padding-bottom: 27px;
}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
  padding-bottom: 8px;
}
.single-post .post-content ul, .single-post .post-content ol {
  padding-bottom: 27px;
}
.single-post .entry-footer::before {
  content: none !important;
}
.single-post .comments-area {
  display: none;
}
.single-post .post-navigation {
  display: none;
}

/*---
Thank You - Page
---*/
.section-thank-you {
  padding-top: 156px;
  padding-bottom: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-thank-you h1, .section-thank-you h2, .section-thank-you h3, .section-thank-you h4, .section-thank-you h5, .section-thank-you h6 {
  color: #ffffff;
  padding-bottom: 8px;
}
.section-thank-you p {
  font-size: 20px;
  padding-bottom: 27px;
}
.section-thank-you ul, .section-thank-you ol {
  padding-bottom: 27px;
}

/*---
Terms of Service - Page
---*/
.section-terms-of-service {
  padding-top: 156px;
  padding-bottom: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-terms-of-service h1, .section-terms-of-service h2, .section-terms-of-service h3, .section-terms-of-service h4, .section-terms-of-service h5, .section-terms-of-service h6 {
  color: #ffffff;
  padding-bottom: 8px;
}
.section-terms-of-service p {
  padding-bottom: 27px;
}
.section-terms-of-service ul, .section-terms-of-service ol {
  padding-bottom: 27px;
}

/*---
Privacy Policy - Page
---*/
.section-privacy-policy {
  padding-top: 156px;
  padding-bottom: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-privacy-policy h1, .section-privacy-policy h2, .section-privacy-policy h3, .section-privacy-policy h4, .section-privacy-policy h5, .section-privacy-policy h6 {
  color: #ffffff;
  padding-bottom: 8px;
}
.section-privacy-policy p {
  padding-bottom: 27px;
}
.section-privacy-policy ul, .section-privacy-policy ol {
  padding-bottom: 27px;
}

/*---
Footer 
---*/
.site-footer {
  padding-top: 18px !important;
  padding-bottom: 23px !important;
  border-radius: 32px 32px 0 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  border-radius: 32px 32px 0 0;
  margin-top: -40px;
}
.site-footer .footer-divider {
  max-width: 247px;
  width: 100%;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
.site-footer .footer-scroll-link:hover, .site-footer .footer-scroll-link:focus, .site-footer .footer-scroll-link:focus-visible {
  outline: none !important;
  text-decoration: none !important;
}
.site-footer .footer-scroll-link .footer-scroll-icon {
  max-width: 49px;
  width: 100%;
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: pulseTwo 2s infinite;
  animation-timing-function: ease-in-out;
  outline: none !important;
  text-decoration: none !important;
}
@keyframes pulseTwo {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.7;
  }
}
.site-footer .container {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-footer .container .footer-logo {
  max-width: 251px;
}
.site-footer .container .title {
  font-family: "Manrope", sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: -0.24px;
  color: #ffffff;
  text-transform: capitalize !important;
}
.site-footer .container .navigation {
  padding-top: 31px;
}
.site-footer .container .navigation .footer-nav .footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.site-footer .container .navigation .footer-nav .footer-menu .menu-item {
  flex: 1 1 auto;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.site-footer .container .navigation .footer-nav .footer-menu .menu-item a {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  text-decoration: none;
}
.site-footer .container .navigation .footer-nav .footer-menu .menu-item a:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.site-footer .container .contact {
  padding-top: 31px;
}
.site-footer .container .contact .icon {
  max-width: 20px;
  margin-right: 16px;
}
.site-footer .container .contact a {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.site-footer .container .contact a:hover, .site-footer .container .contact a:focus {
  color: #ffffff !important;
}
.site-footer .container .social-networks {
  padding-top: 31px;
}
.site-footer .container .social-networks .social-media-icons a {
  color: #68DA23;
  font-size: 24px;
  margin-right: 10px;
}
.site-footer .container .social-networks .social-media-icons a:last-child {
  margin-right: 0;
}
.site-footer .container .social-networks .social-media-icons a i {
  margin: 0px;
}
.site-footer .container .social-networks .social-media-icons a:hover {
  color: #4CC35B !important;
}
.site-footer .container .footer-text {
  margin-top: 42px;
}
.site-footer .container .footer-text p, .site-footer .container .footer-text a {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.site-footer .container .footer-text p:hover, .site-footer .container .footer-text p:focus, .site-footer .container .footer-text a:hover, .site-footer .container .footer-text a:focus {
  color: #ffffff !important;
}

button.sub-menu-toggle {
  display: none !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted transparent !important;
          text-decoration: underline 1px dotted transparent !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted transparent !important;
          text-decoration: underline 1px dotted transparent !important;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.btn):not(.btn-primary) {
  background: transparent;
  color: #0E0E0E;
}

/*---
Media Queries
---*/
@media (max-width: 1399px) {
  .hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    padding: 0px 20px !important;
  }
  .section-testimonials .testimonials-box {
    padding: 130px 220px 96px;
  }
  .section-location .text {
    width: 95%;
  }
  .section-bros-promise .promise-background .promises {
    gap: 85px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 28px !important;
  }
  .singular .entry-title {
    font-size: 40px !important;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .mega-menu-link {
    font-family: "fatfrank", sans-serif !important;
    padding: 5px 30px 5px 30px !important;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item {
    text-align: left;
    padding: 0px 30px 0px 30px;
    height: 40px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item a {
    font-family: "Manrope", sans-serif !important;
    line-height: normal !important;
    letter-spacing: 0.18px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .phone-number-item {
    margin-top: 30px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .social-icons-item .social-media-link {
    margin-right: 10px;
  }
  .hero .hero-content {
    transform: translate(-50%, -20%);
  }
  .hero .hero-content .text h1 {
    font-size: 36px;
  }
  /*---
  Home - Page
  ---*/
  .section-services .services .service-box .service-text .service-title .title {
    font-size: 18px !important;
  }
  .section-why-choose .title p {
    font-size: 28px;
  }
  .section-why-choose .reason {
    padding: 0;
  }
  .section-testimonials .testimonials-box {
    background-size: 90%;
    padding: 80px 220px 96px;
  }
  .section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-text-container {
    font-size: 24px;
    height: 100px !important;
  }
  .section-location .location-image {
    margin-top: -50px;
  }
  .section-bros-promise .promise-background {
    padding: 44px 66px;
  }
  .section-bros-promise .promise-background .promises {
    padding: 31px 0 32px;
  }
  .section-frequently-asked .form .gform_wrapper .gform_title {
    font-size: 28px !important;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 28px;
  }
  /*---
  Thank You - Page
  ---*/
  .section-thank-you p {
    font-size: 18px;
  }
  /*---
  Terms of Service - Page
  ---*/
  .section-terms-of-service h3 {
    font-size: 18px !important;
  }
  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 1114px) {
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  .singular .entry-title {
    font-size: 26px !important;
  }
  .hero .right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    font-size: 18px !important;
  }
  .hero .hero-content .text h1 {
    font-size: 34px;
  }
  /*---
  Home - Page
  ---*/
  .section-why-choose .title p {
    font-size: 26px;
  }
  .section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-text-container {
    font-size: 22px;
    height: 95px !important;
  }
  .section-frequently-asked .form .gform_wrapper .gform_title {
    font-size: 26px !important;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 26px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .singular .entry-title {
    padding-top: 50px;
  }
  .hero .right-navigation {
    margin-top: 25px;
  }
  .hero .left-right-navigation .mobile-menu {
    top: 70px;
  }
  .hero .hero-content .text h1 {
    font-size: 28px;
  }
  .hero .hero-content .text .subtitle {
    font-size: 18px;
  }
  .lists {
    text-align: center;
  }
  .lists .list {
    flex-direction: column;
    align-items: center;
  }
  .lists .list .list-image {
    margin-right: 0px;
  }
  /*---
  Home - Page
  ---*/
  .section-video {
    padding-top: 50px;
  }
  .section-services {
    padding-top: 50px;
  }
  .section-services .services .service-box.one {
    transform: translateY(0px) scale(1);
  }
  .section-services .services .service-box.three {
    transform: translateY(0px) scale(1);
  }
  .section-services .services .service-box.four {
    transform: translateY(0px) scale(1);
    transition: all 0.5s;
  }
  .section-services .services .service-box.five {
    transform: translateY(0px) scale(1);
    transition: all 0.5s;
  }
  .section-services .services .service-box.six {
    transform: translateY(0px) scale(1);
    transition: all 0.5s;
  }
  .section-services .services .service-box:hover.one {
    transform: translateY(0px) scale(1.03);
  }
  .section-services .services .service-box:hover.three {
    transform: translateY(0px) scale(1.03);
  }
  .section-services .services .service-box:hover.four {
    transform: translateY(0px) scale(1.03);
  }
  .section-services .services .service-box:hover.five {
    transform: translateY(0px) scale(1.03);
  }
  .section-services .services .service-box:hover.six {
    transform: translateY(0px) scale(1.03);
  }
  .section-services .services .service-box .service-text {
    text-align: center;
  }
  .section-services .services .service-box .service-text .service-title {
    justify-content: center;
  }
  .section-services .services .btn {
    margin-top: 0px;
  }
  .section-service-plan {
    padding-top: 50px;
  }
  .section-service-plan .service-plan-img {
    display: block;
    margin: 0 auto;
  }
  .section-why-choose {
    padding-top: 50px;
  }
  .section-why-choose .reason.two {
    padding-top: 35px;
  }
  .section-why-choose .reason.four {
    padding-top: 35px;
  }
  .section-why-choose .video {
    padding-bottom: 66.62%;
  }
  .section-testimonials {
    padding-top: 50px;
  }
  .section-testimonials .testimonials-box {
    padding: 50px 145px 82px;
  }
  .section-location {
    padding-top: 50px;
  }
  .section-location .text {
    width: 100%;
  }
  .section-bros-promise {
    padding-top: 50px;
  }
  .section-bros-promise .promise-background {
    padding: 26px 20px;
  }
  .section-bros-promise .promise-background .promises {
    padding: 31px 0px;
    gap: 35px;
  }
  .section-frequently-asked {
    padding-top: 50px;
  }
  .section-frequently-asked .form {
    margin: 0 auto;
  }
  .section-instagram-feed {
    padding-top: 50px;
    padding-bottom: 154px;
  }
  /*---
  Blog - Page
  ---*/
  .section-post-filter {
    padding-top: 50px;
  }
  .section-post-filter .filter {
    display: block;
    text-align: center;
  }
  .section-post-filter .filter .blog-category-filter {
    max-width: 100%;
  }
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }
  .section-posts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-posts .blog-posts .all-post {
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  }
  .section-posts .blog-posts .all-post .post-item {
    text-align: center;
  }
  .section-posts .blog-posts .blog-pagination {
    margin-top: 80px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-post .post-content .wp-post-image {
    margin: 0 auto !important;
    display: block;
  }
  .single-post .post-content .entry-title {
    text-align: center;
  }
  /*---
  Thank You - Page
  ---*/
  .section-thank-you {
    padding-top: 50px;
    padding-bottom: 154px;
  }
  /*---
  Terms of Service - Page
  ---*/
  .section-terms-of-service {
    padding-top: 50px;
    padding-bottom: 154px;
  }
  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy {
    padding-top: 50px;
    padding-bottom: 154px;
  }
  /*---
  Footer
  ---*/
  .site-footer {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 21px !important;
  }
  h3 {
    font-size: 21px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  .singular .entry-title {
    font-size: 21px !important;
  }
  .hero {
    padding-bottom: 100%;
  }
  .hero .hero-video-container iframe {
    transform: scale(2.6);
  }
  .hero .hero-video {
    transform: scale(1.2);
  }
  .hero .hero-content {
    transform: translate(-50%, -30%);
  }
  .hero .hero-content .text h1 {
    font-size: 24px;
  }
  .hero .hero-content .text .subtitle {
    font-size: 18px;
  }
  /*---
  Home - Page
  ---*/
  .section-video .video .video-box .play-icon .play-img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section-why-choose .title p {
    font-size: 21px;
  }
  .section-testimonials .testimonials-box {
    padding: 50px 50px 82px;
  }
  .section-testimonials .testimonials-box .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-text-container {
    font-size: 21px;
    height: 89px !important;
  }
  .section-location .location-image {
    margin-top: -20px;
  }
  .section-location .btn {
    margin-top: 0;
  }
  .section-bros-promise .promise-background {
    padding: 50px 20px;
  }
  .section-bros-promise .promise-background .promises {
    flex-direction: column;
    gap: 31px;
  }
  .section-frequently-asked .form {
    max-width: 100%;
  }
  .section-frequently-asked .form .gform_wrapper .gform_title {
    font-size: 21px !important;
  }
  /*---
  Blog - Page
  ---*/
  .section-posts .blog-posts .all-post {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
  .section-posts .blog-posts .all-post .post-item .post-thumbnail {
    width: 100%;
    height: 450px;
  }
  .section-posts .blog-posts .all-post .post-item h3 a {
    font-size: 21px;
  }
  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 21px;
  }
  .site-footer .container .title {
    font-size: 22px !important;
  }
  .site-footer .container .navigation {
    text-align: center;
  }
  .site-footer .container .navigation .footer-nav .footer-menu {
    align-content: center;
    align-items: center;
  }
  .site-footer .container .contact {
    text-align: center;
  }
  .site-footer .container .social-networks {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .hero {
    border-radius: 0 0 10px 10px;
  }
  .hero .left-right-navigation .logo .custom-logo-link .custom-logo {
    max-width: 140px;
  }
  .hero .left-right-navigation .mobile-menu {
    top: 51px;
  }
  /*---
  Home - Page
  ---*/
  .section-frequently-asked .form-background {
    padding: 25px;
  }
  .section-frequently-asked .form-background .form {
    padding: 25px 22px;
  }
  .site-footer {
    border-radius: 10px 10px 0 0;
  }
  .site-footer .container .footer-logo {
    max-width: 180px;
  }
}
@media (max-width: 514px) {
  .hero {
    padding-bottom: 110%;
  }
  .hero .hero-video-container iframe {
    transform: scale(3);
  }
  .hero .hero-video {
    transform: scale(1.2);
  }
}
@media (max-width: 440px) {
  .hero {
    padding-bottom: 130%;
  }
  .hero .hero-video-container iframe {
    transform: scale(3.7);
  }
}
@media (max-width: 434px) {
  .section-testimonials .testimonials-box .google-reviews .ti-widget .ti-controls-line {
    margin-top: 66px;
  }
}
@media (max-width: 390px) {
  .hero {
    padding-bottom: 145%;
  }
  .hero .hero-video-container iframe {
    transform: scale(4.2);
  }
}
@media (max-width: 359px) {
  .hero {
    padding-bottom: 150%;
  }
  .hero .hero-video-container iframe {
    transform: scale(4.4);
  }
}
@media (max-width: 326px) {
  .hero {
    padding-bottom: 185%;
  }
  .hero .hero-video-container iframe {
    transform: scale(6.6);
  }
}
@media (max-width: 319px) {
  .hero {
    padding-bottom: 170%;
  }
  .hero .hero-video-container iframe {
    transform: scale(5.1);
  }
}/*# sourceMappingURL=style.css.map */