/*
Theme Name:     Zebralove Web Solutions 2026
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: "Bicyclette",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

h1 {
  font-family: "Good Times"; }

h2, h3, h4, h5, h6 {
  font-family: "Bicyclette", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold; }

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"] {
  padding: .75em .5em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 3px;
  cursor: pointer;
  color: #FFF;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  outline: 2px solid #be0019;
  display: inline-block;
  text-decoration: none;
  background: #be0019 !important;
  font-family: "Bicyclette", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold; }

.btn-custom:hover, .wp-block-button__link:hover, .field-wrap input[type="submit"]:hover {
  color: #FFF;
  transform: scale(1.1);
  outline: 2px solid #8f0012;
  box-shadow: 4px 5px 17px -4px #be0019; }

.nf-form-fields-required {
  display: none; }

.nf-field-element input, .nf-field-element textarea, .nf-field-element select {
  padding: 1rem; }

.nf-field-element select {
  background: #FFF; }

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

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.focus-in-expand {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-in-fwd-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both; }

.tilt-in-top-1 {
  -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tilt-in-top-1 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

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

.homeContact .mdi {
  font-size: 1.7rem; }

/*Navbar*/
.navbar {
  padding: .8rem 1.2rem; }

.nav-link {
  font-size: 1.5rem;
  margin-left: 45px;
  font-family: "Bicyclette", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.bg-dark {
  background-color: #090b3c !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: #090b3c; }

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

#navbarSupportedContent {
  position: relative;
  z-index: 9999; }

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

.dropdown-menu {
  background-color: #090b3c;
  border-radius: 0px;
  border: none;
  left: 50px !important;
  font-family: "Bicyclette", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0px; }

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

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

.navbar-toggler {
  border-radius: 0px;
  background: #090b3c;
  color: #FFF; }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsLTEwMjQsLTE5MikiPiA8cmVjdCBpZD0iSWNvbnMiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMjgwIiBoZWlnaHQ9IjgwMCIgc3R5bGU9ImZpbGw6bm9uZTsiPjwvcmVjdD4gPGcgaWQ9Ikljb25zMSIgc2VyaWY6aWQ9Ikljb25zIj4gPGcgaWQ9IlN0cmlrZSI+IDwvZz4gPGcgaWQ9IkgxIj4gPC9nPiA8ZyBpZD0iSDIiPiA8L2c+IDxnIGlkPSJIMyI+IDwvZz4gPGcgaWQ9Imxpc3QtdWwiPiA8L2c+IDxnIGlkPSJoYW1idXJnZXItMSIgdHJhbnNmb3JtPSJtYXRyaXgoMS41MDg2OCwwLDAsMS4wMTIxNyw2LjY3ODA0LDE5MS42OTgpIj4gPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4xNDkyMDIsMCwwLDAuMTczNDM3LDY2NC4yMDYsNDIuMTQyKSI+IDxyZWN0IHg9IjEwMy4yODgiIHk9IjguNTM1IiB3aWR0aD0iMjEyLjQ0NyIgaGVpZ2h0PSIzNC4xMzMiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybzsiPjwvcmVjdD4gPC9nPiA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE0OTIwMiwwLDAsMC4xNzM0MzcsNjY0LjM0NSwyNy40KSI+IDxyZWN0IHg9IjEwMy4yODgiIHk9IjguNTM1IiB3aWR0aD0iMjEyLjQ0NyIgaGVpZ2h0PSIzNC4xMzMiIHN0eWxlPSJmaWxsLXJ1bGU6bm9uemVybzsiPjwvcmVjdD4gPC9nPiA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE0OTIwMiwwLDAsMC4xNzM0MzcsNjY0LjM0NSwxMi42NTgpIj4gPHJlY3QgeD0iMTAzLjI4OCIgeT0iOC41MzUiIHdpZHRoPSIyMTIuNDQ3IiBoZWlnaHQ9IjM0LjEzMyIgc3R5bGU9ImZpbGwtcnVsZTpub256ZXJvOyI+PC9yZWN0PiA8L2c+IDwvZz4gPGcgaWQ9ImhhbWJ1cmdlci0yIj4gPC9nPiA8ZyBpZD0ibGlzdC1vbCI+IDwvZz4gPGcgaWQ9Imxpc3QtdGFzayI+IDwvZz4gPGcgaWQ9InRyYXNoIj4gPC9nPiA8ZyBpZD0idmVydGljYWwtbWVudSI+IDwvZz4gPGcgaWQ9Imhvcml6b250YWwtbWVudSI+IDwvZz4gPGcgaWQ9InNpZGViYXItMiI+IDwvZz4gPGcgaWQ9IlBlbiI+IDwvZz4gPGcgaWQ9IlBlbjEiIHNlcmlmOmlkPSJQZW4iPiA8L2c+IDxnIGlkPSJjbG9jayI+IDwvZz4gPGcgaWQ9ImV4dGVybmFsLWxpbmsiPiA8L2c+IDxnIGlkPSJociI+IDwvZz4gPGcgaWQ9ImluZm8iPiA8L2c+IDxnIGlkPSJ3YXJuaW5nIj4gPC9nPiA8ZyBpZD0icGx1cy1jaXJjbGUiPiA8L2c+IDxnIGlkPSJtaW51cy1jaXJjbGUiPiA8L2c+IDxnIGlkPSJ2dWUiPiA8L2c+IDxnIGlkPSJjb2ciPiA8L2c+IDxnIGlkPSJsb2dvIj4gPC9nPiA8ZyBpZD0icmFkaW8tY2hlY2siPiA8L2c+IDxnIGlkPSJleWUtc2xhc2giPiA8L2c+IDxnIGlkPSJleWUiPiA8L2c+IDxnIGlkPSJ0b2dnbGUtb2ZmIj4gPC9nPiA8ZyBpZD0ic2hyZWRkZXIiPiA8L2c+IDxnIGlkPSJzcGlubmVyLS1sb2FkaW5nLS1kb3RzLSIgc2VyaWY6aWQ9InNwaW5uZXIgW2xvYWRpbmcsIGRvdHNdIj4gPC9nPiA8ZyBpZD0icmVhY3QiPiA8L2c+IDxnIGlkPSJjaGVjay1zZWxlY3RlZCI+IDwvZz4gPGcgaWQ9InR1cm4tb2ZmIj4gPC9nPiA8ZyBpZD0iY29kZS1ibG9jayI+IDwvZz4gPGcgaWQ9InVzZXIiPiA8L2c+IDxnIGlkPSJjb2ZmZWUtYmVhbiI+IDwvZz4gPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC42MzgzMTcsMC4zNjg1MzIsLTAuMzY4NTMyLDAuNjM4MzE3LDc4NS4wMjEsLTIwOC45NzUpIj4gPGcgaWQ9ImNvZmZlZS1iZWFucyI+IDxnIGlkPSJjb2ZmZWUtYmVhbjEiIHNlcmlmOmlkPSJjb2ZmZWUtYmVhbiI+IDwvZz4gPC9nPiA8L2c+IDxnIGlkPSJjb2ZmZWUtYmVhbi1maWxsZWQiPiA8L2c+IDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM4MzE3LDAuMzY4NTMyLC0wLjM2ODUzMiwwLjYzODMxNyw5MTMuMDYyLC0yMDguOTc1KSI+IDxnIGlkPSJjb2ZmZWUtYmVhbnMtZmlsbGVkIj4gPGcgaWQ9ImNvZmZlZS1iZWFuMiIgc2VyaWY6aWQ9ImNvZmZlZS1iZWFuIj4gPC9nPiA8L2c+IDwvZz4gPGcgaWQ9ImNsaXBib2FyZCI+IDwvZz4gPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwxMjguMDExLDEuMzU0MTUpIj4gPGcgaWQ9ImNsaXBib2FyZC1wYXN0ZSI+IDwvZz4gPC9nPiA8ZyBpZD0iY2xpcGJvYXJkLWNvcHkiPiA8L2c+IDxnIGlkPSJMYXllcjEiPiA8L2c+IDwvZz4gPC9nPiA8L2c+PC9zdmc+"); }

.top-bar {
  color: #FFF; }

.top-bar a {
  color: #FFF;
  text-decoration: none; }

.top-bar a:hover {
  color: #FFF;
  text-decoration: underline; }

.top-bar .mdi {
  font-size: 2rem; }

.navBar .mdi {
  font-size: 2rem;
  color: #be0019; }

.header {
  height: 800px;
  position: relative; }
  .header .homeHeaderText {
    color: #FFF;
    margin-top: 100px; }
    .header .homeHeaderText h1, .header .homeHeaderText h2, .header .homeHeaderText h3, .header .homeHeaderText h4, .header .homeHeaderText h5, .header .homeHeaderText h6 {
      color: #FFF; }
  .header.interior {
    height: 400px; }

.homeContactLeft {
  opacity: 0; }

.homeHeader {
  /*-webkit-box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36); 
  box-shadow: 1px 6px 7px 1px rgba(0,0,0,0.36);*/
  position: relative;
  z-index: 1; }

.interiorHeader {
  color: #FFF;
  padding: 2rem 0; }

.serviceRow {
  padding-bottom: 60px; }
  .serviceRow .single-service {
    margin-top: 40px;
    background-color: #090b3c;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0; }
    .serviceRow .single-service .part-1 {
      padding: 40px 40px 25px;
      border-bottom: 2px solid #8f0012; }
      .serviceRow .single-service .part-1 i {
        margin-bottom: 25px;
        font-size: 50px;
        color: #be0019; }
      .serviceRow .single-service .part-1 .title {
        color: #FFF;
        font-family: "Good Times"; }
    .serviceRow .single-service .part-2 {
      padding: 30px 40px 40px; }
      .serviceRow .single-service .part-2 .description {
        margin-bottom: 22px;
        color: #FFF; }
      .serviceRow .single-service .part-2 a {
        color: #FFF;
        font-size: 14px;
        text-decoration: none; }
        .serviceRow .single-service .part-2 a i {
          margin-right: 10px;
          color: #be0019; }

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

.header {
  padding: 10px 0px; }

.homeTestimonials {
  background: url("https://nileshvac.com/wp-content/themes/ZebraloveWebSolutions25/imgs/NH_WebBackground.jpg") no-repeat 50% 50%;
  padding: 8rem 0;
  position: relative;
  color: #FFF; }
  .homeTestimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .homeTestimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    color: #FFF;
    background: #FFF; }

.parallax {
  height: 600px;
  position: relative; }
  .parallax .wave-seperator.footerWave::before {
    background: #090b3c; }

.wave-seperator::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFF;
  rotate: 180deg;
  display: inline-block;
  clip-path: shape(from 0 0, vline to calc(100% - 30px), curve to 16.67% calc(100% - 18.5px) with 11.11% calc(100% - 18px), smooth to 27.78% calc(100% - 10.5px), smooth to 38.89% calc(100% - 24px), smooth to 50% calc(100% - 53px), smooth to 61.11% calc(100% - 33px), smooth to 72.22% calc(100% - 24.5px), smooth to 83.33% calc(100% - 28px), smooth to 100% calc(100% - 30px), vline to 0, hline to 0); }

.wave-seperator-top::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  display: inline-block;
  background: #FFF;
  clip-path: shape(from 0 0, vline to calc(100% - 30px), curve to 16.67% calc(100% - 18.5px) with 11.11% calc(100% - 18px), smooth to 27.78% calc(100% - 10.5px), smooth to 38.89% calc(100% - 24px), smooth to 50% calc(100% - 53px), smooth to 61.11% calc(100% - 33px), smooth to 72.22% calc(100% - 24.5px), smooth to 83.33% calc(100% - 28px), smooth to 100% calc(100% - 30px), vline to 0, hline to 0); }

.flame-separator::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFF;
  clip-path: shape(from 0 0, vline to calc(100% - 30.5px), curve to 2.34% calc(100% - 18.5px) with 1.56% calc(100% - 18px), smooth to 3.91% calc(100% - 10.5px), smooth to 5.47% calc(100% - 24.5px), smooth to 7.03% calc(100% - 54px), smooth to 8.59% calc(100% - 33.5px), smooth to 10.16% calc(100% - 25px), smooth to 11.72% calc(100% - 28.5px), smooth to 13.28% calc(100% - 12.5px), smooth to 14.84% calc(100% - 6.5px), smooth to 16.41% calc(100% - 11.5px), smooth to 17.97% calc(100% - 14px), smooth to 19.53% calc(100% - 24px), smooth to 21.09% calc(100% - 27.5px), smooth to 22.66% calc(100% - 34px), smooth to 24.22% calc(100% - 30px), smooth to 25.78% calc(100% - 31px), smooth to 27.34% calc(100% - 54px), smooth to 28.91% calc(100% - 38px), smooth to 30.47% calc(100% - 33px), smooth to 32.03% calc(100% - 29.5px), smooth to 33.59% calc(100% - 17px), smooth to 35.16% calc(100% - 32.5px), smooth to 36.72% calc(100% - 50.5px), smooth to 38.28% calc(100% - 35px), smooth to 39.84% calc(100% - 9.5px), smooth to 41.41% calc(100% - 16px), smooth to 42.97% calc(100% - 34px), smooth to 44.53% calc(100% - 34.5px), smooth to 46.09% calc(100% - 33px), smooth to 47.66% calc(100% - 41px), smooth to 49.22% calc(100% - 34px), smooth to 50.78% calc(100% - 38.5px), smooth to 52.34% calc(100% - 46px), smooth to 53.91% calc(100% - 29px), smooth to 55.47% calc(100% - 14.5px), smooth to 57.03% calc(100% - 13.5px), smooth to 58.59% calc(100% - 27.5px), smooth to 60.16% calc(100% - 35.5px), smooth to 61.72% calc(100% - 28.5px), smooth to 63.28% calc(100% - 39px), smooth to 64.84% calc(100% - 36px), smooth to 66.41% calc(100% - 32.5px), smooth to 67.97% calc(100% - 50px), smooth to 69.53% calc(100% - 40.5px), smooth to 71.09% calc(100% - 29.5px), smooth to 72.66% calc(100% - 35.5px), smooth to 74.22% calc(100% - 41.5px), smooth to 75.78% calc(100% - 34.5px), smooth to 77.34% calc(100% - 30.5px), smooth to 78.91% calc(100% - 23.5px), smooth to 80.47% calc(100% - 18px), smooth to 82.03% calc(100% - 16px), smooth to 83.59% calc(100% - 19.5px), smooth to 85.16% calc(100% - 22.5px), smooth to 86.72% calc(100% - 10px), smooth to 88.28% calc(100% - 29px), smooth to 89.84% calc(100% - 49px), smooth to 91.41% calc(100% - 45px), smooth to 92.97% calc(100% - 24.5px), smooth to 94.53% calc(100% - 14px), smooth to 96.09% calc(100% - 24.5px), smooth to 97.66% calc(100% - 29px), smooth to 100% calc(100% - 30.5px), vline to 0, hline to 0); }

@keyframes flicker {
  0% {
    transform: translateY(0px) scaleY(1); }
  50% {
    transform: translateY(-5px) scaleY(1.05); }
  100% {
    transform: translateY(0px) scaleY(1); } }
.fire-pipe {
  position: absolute;
  right: 0px;
  top: -70px; }

.water-pipe {
  position: absolute;
  left: 0px; }

.firepit {
  position: absolute;
  bottom: -5px;
  right: 0.75%; }

.fire {
  position: relative;
  width: 60px;
  height: 60px; }
  .fire .flame {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .9;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 70%;
    border-bottom-left-radius: 70%;
    border-top-left-radius: 70%;
    transform: rotate(-45deg) skew(-10deg, -10deg);
    background-color: #8f0012;
    background-image: linear-gradient(top right, rgba(143, 0, 18, 0.9), rgba(190, 0, 25, 0.7));
    z-index: 1;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-name: burn-left;
    animation-duration: 300ms; }
    .fire .flame:nth-of-type(2n) {
      animation-name: burn-right;
      animation-duration: 400ms; }
    .fire .flame:nth-of-type(2) {
      height: 80%;
      width: 80%;
      left: 10%;
      background-color: #be0019;
      background-image: linear-gradient(top right, rgba(190, 0, 25, 0.1), rgba(143, 0, 18, 0.1));
      z-index: 2; }
    .fire .flame:nth-of-type(3) {
      height: 50%;
      width: 50%;
      left: 25%;
      background-image: linear-gradient(top right, #8f0012, white);
      z-index: 3; }

@keyframes burn-left {
  0%, 100% {
    transform: rotate(-45deg) skew(-10deg, -10deg) scale(1); }
  30%, 60% {
    transform: rotate(-44deg) skew(-12deg, -12deg) scale(1.01); } }
@keyframes burn-right {
  0%, 100% {
    transform: rotate(-45deg) skew(-10deg, -10deg) scale(1); }
  30%, 60% {
    transform: rotate(-46deg) skew(-6deg, -6deg) scale(1.01); } }
.drop {
  position: relative;
  width: 20px;
  height: 20px;
  top: -30px;
  left: 0.75%;
  background: #FFF;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-animation-name: drip;
  -webkit-animation-name: drip;
  animation-name: drip;
  -moz-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  animation-timing-function: cubic-bezier(1, 0, 0.91, 0.19);
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.drop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 30px solid white;
  top: -22px; }

@keyframes drip {
  to {
    top: 600px; } }
.panel-group .panel {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  margin-bottom: 11px; }

.panel .panel-heading {
  padding: 0;
  border-radius: 10px;
  border: none; }

.panel-heading a {
  color: #FFF !important;
  display: block;
  border: none;
  padding: 20px 35px 20px;
  font-size: 20px;
  background-color: #090b3c;
  font-weight: 600;
  position: relative;
  color: #FFF;
  box-shadow: none;
  transition: all 0.1s ease 0;
  text-decoration: none; }

.panel-heading a:after, .panel-heading a.collapsed:after {
  content: "+";
  text-align: center;
  position: absolute;
  left: -20px;
  top: 10px;
  color: #FFF;
  background-color: #be0019;
  border: 5px solid #FFF;
  font-size: 32px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  font-family: "Bicyclette"; }

.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after {
  transform: rotate(360deg); }

#accordion .panel-body {
  background-color: #FFF;
  color: #090b3c;
  line-height: 25px;
  padding: 10px 25px 20px 35px;
  border-top: none;
  position: relative; }

.contactBox {
  background: #090b3c;
  color: #FFF;
  padding: 1rem;
  width: 80%;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 1.5rem; }
  .contactBox a {
    color: #FFF;
    text-decoration: none; }
  .contactBox a:hover {
    text-decoration: underline; }

/*Blog*/
.blog .single-post {
  background-color: #090b3c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .blog .single-post .part-1 {
    padding: 20px 20px 25px;
    border-bottom: 2px solid #8f0012; }
    .blog .single-post .part-1 i {
      margin-bottom: 25px;
      font-size: 50px;
      color: #be0019; }
    .blog .single-post .part-1 .title {
      color: #FFF;
      font-family: "Bicyclette", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: bold; }
  .blog .single-post .part-2 {
    padding: 20px; }
    .blog .single-post .part-2 .description {
      margin-bottom: 22px;
      color: #FFF; }
    .blog .single-post .part-2 a {
      color: #FFF;
      font-size: 14px;
      text-decoration: none; }
      .blog .single-post .part-2 a i {
        margin-right: 10px;
        color: #be0019; }

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

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

.blogSidebar {
  background-color: #090b3c;
  padding: 30px;
  margin-bottom: 15px;
  color: #FFF; }
  .blogSidebar ul {
    list-style: none;
    padding-left: 0px; }

.homeBlog {
  background-color: #0516bc;
  background: -moz-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #269e4e), color-stop(100%, #1b6f37));
  /*safari4+,chrome */
  background: -webkit-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, #269e4e 9%, #1b6f37 100%);
  /* ie10+ */
  background: linear-gradient(180deg, #269e4e 9%, #1b6f37 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff944e', endColorstr='#004aad',GradientType=0 );
  /* ie6-9 */
  color: #FFF; }

footer {
  position: relative;
  overflow: hidden; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #FFF; }
  footer ul {
    padding-left: 0px;
    list-style: none; }

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

/* ----------------------------------------------
 * Generated by Animista on 2021-1-25 9:56:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-6-18 16:1:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tilt-in-top-1
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1; } }
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-6-19 14:44:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-6-19 14:44:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
/* ----------------------------------------------
 * Generated by Animista on 2026-6-19 14:48:2
 * 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; } }
@media (min-width: 765px) {
  .top-bar .mdi {
    font-size: 1rem; }

  .serviceRow {
    padding-bottom: 100px; } }
