body {
  font-family: "Quicksand", sans-serif !important;
}
@media (max-width: 1199px) {
  body {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
}
h1, h2 {
  font-family: "Great Vibes", cursive !important;
}
h1 {
  font-size: 4rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #238198;
  text-shadow: 0 1px 1px #000;
}
h1:before, h1:after {
  content: "";
  border-top: 1px solid #238198;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
h1:after {
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}
.elementor-section-boxed h1:before, .elementor-section-boxed h1:after {
  border-color: #fff;
}
h2 {
  color: #238198;
  position: relative;
  padding: 2rem 0;
  margin: 2rem 0;
  width: 100%;
  font-size: 3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h2:before, h2:after {
  content: "";
  border-top: 1px solid #238198;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
h2:after {
  margin: 0 0 0 20px;
}
h3 {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #000;
}
h4 {
  color: #238198;
}
#header {
  background: #238198;
  border-bottom: 4px solid #333;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header #phone-number {
  float: right;
  color: #fff;
  padding: 0.5em;
  font-size: 1em;
  font-weight: bold;
}
#header #phone-number a {
  color: #fff !important;
}
@media (max-width: 767px) {
  #header #phone-number {
    float: none;
    position: absolute;
    left: 5px;
    top: 2px;
    font-size: 1em;
  }
}
#header #mega-menu-wrap-main-menu {
  float: right;
}
.logo {
  display: block;
  padding: 0.75em 0;
  color: #fff;
  text-align: center;
}
.logo:hover {
  text-decoration: none;
  color: #eee;
}
.logo .site-title {
  display: block;
  font-size: 3em;
  font-family: "Great Vibes", cursive;
  line-height: 1.25;
  text-align: center;
}
.logo .site-tagline {
  display: block;
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 767px) {
  .logo img {
    max-height: 100px;
    width: auto;
    margin: 0 auto;
  }
}
.mega-button a.mega-menu-link {
  background: #333 !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}
.mega-button a.mega-menu-link:hover {
  background: #262626 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
#social {
  background: #fff;
  padding: 2rem 0;
  border-top: 1px solid #238198;
}
#social .social-links {
  padding: 0;
  margin: 0;
  text-align: center;
}
#social .social-links li {
  list-style: none;
  display: inline-block;
}
#social .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #238198;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  margin: 0 5px;
}
#social .social-links li a:hover {
  background: #000;
  text-decoration: none;
}
.gform_body input, .gform_body textarea {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px !important;
}
.gform_footer .gform_button {
  background: #238198;
  color: #fff;
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 15px) !important;
  border-radius: 30px;
  padding: 15px !important;
}
.gform_footer .gform_button:hover {
  background: #000;
  color: #fff;
}
#subfooter {
  background: #238198;
  color: #fff;
  padding: 2rem 0;
}
#subfooter h1, #subfooter h2, #subfooter h3, #subfooter h4, #subfooter h5, #subfooter h6 {
  color: #fff;
}
#subfooter input, #subfooter textarea {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 10px;
}
#subfooter input::placeholder, #subfooter textarea::placeholder {
  color: #aaa;
}
#subfooter .gform_button {
  background: #fff;
  color: #000;
}
#subfooter .gform_button:hover {
  background: #000;
  color: #fff;
}
#footer {
  background: #000;
  color: #fff;
  padding: 2rem 0;
  font-size: 90%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff !important;
}
