/*
Theme Name: SGD Azul
Version: 1.0.0
Author: Seriosuly Good Design
Author URI: http://sgd.com.au
*/

@import url("css/lib/bootstrap-grid.min.css");
@import url("css/lib/magnific-popup.css");
@import url("css/lib/owl.carousel.css");


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #292626;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.5px;
}

.page-loading {
  background: #36abe3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: url(./img/logo-light.svg) no-repeat center center;
  background-size: contain;
  margin: -100px 0 0 -100px;
}

.page-loading:after {
  content: '';
  width: 100px;
  height: 100px;
  margin: -53px 0 0 17px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

.lowercase {
  text-transform: lowercase;
}

@-webkit-keyframes blink {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  max-width: none;
  width: 100%;
}

b,
strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
}

h1 {
  font-size: 2.488em;
  line-height: 1;
}
h2 {
  font-size: 2.074em;
}
h3 {
  font-size: 1.728em;
}
h4 {
  font-size: 1.44em;
}
h5 {
  font-size: 1.2em;
}

h6 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75em;
}

a {
  color: #36abe3;
  text-decoration: none;
}

.white {
  color: #fff;
}

.home h4 a:hover {
  text-decoration: none;
}

*:focus,
a:focus {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a[href^='mailto'] {
  word-break: break-all;
}

hr {
  height: 1px;
  border: none;
  background: rgba(0,0,0,.15);
}

.underline-link {
  text-decoration: underline;
}

.underline-link:hover {
  text-decoration: none;
}

.inherit-link {
  color: inherit;
}

.muted {
  opacity: 0.5;
}

ul,
ol {
  padding-left: 20px;
}

blockquote,
.m-b,
.group,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

.group * {
  margin: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.container.fluid {
  max-width: none;
}

.container.large {
  max-width: 1350px;
}

.container.small {
  max-width: 900px;
}

.menu-btn-wrap {
  margin-right: -15px;;
}

.menu-btn {
  cursor: pointer;
}

.menu-btn__icon-holder {
  vertical-align: middle;
  position: relative;
  height: 46px;
  width: 65px;
}

.menu-btn__label {
  font-size: 0.75em;
  font-weight: bold;
  transition: color 0.3s ease, opacity 0.3s ease;
  margin-right: -10px;
}

.menu-btn.is-active .menu-btn__label {
  opacity: 0;
}

.menu-btn span {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.menu-btn span:first-child {
  margin-top: -7px;
}

.menu-btn span:last-child {
  margin-top: 5px;
}

.menu-btn.is-active span {
  opacity: 0;
}

.menu-btn.is-active span:first-child,
.menu-btn.is-active span:last-child {
  opacity: 1;
  margin-top: -1px;
}

.menu-btn.is-active span:last-child {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn.is-active span:first-child {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 65px;
  height: 100%;
  padding: 24px 15px !important;
  background: #333;
  color: #fff;
  width: auto;
  z-index: 101;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
}

.site-menu.is-active {
  transform: translateX(0);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 100;
  opacity: 0.15;
  display: none;
}

.btn {
  display: inline-block;
  line-height: 1;
  padding: 1em 1.5em;
  background: #14adde;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: inherit;
  border-radius: 100px;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn:hover {
  text-decoration: none;
  background: #3bbfe9;
}

.btn-large {
  font-size: 1em;
  padding: 1.25em 2.5em;
}

.btn-small {
  font-size: .75em;
  padding: 1em 1.15em!important;
}


input,
select,
textarea {
  margin: 0;
  width: 100%;
  margin: 0;
  padding: 0.75em 1em;
  color: inherit;
  line-height: 1;
  font-size: 0.875em;
  border-radius: 4px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

textarea {
  line-height: 1.5;
  height: auto;
  resize: vertical;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none !important;
}

input[type='submit'] {
  width: auto;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
  border-color: #14adde;
}

::-webkit-input-placeholder {
  color: #292626;
  opacity: 0.5;
}
::-moz-placeholder {
  color: #292626;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: #292626;
  opacity: 0.5;
}
:-moz-placeholder {
  color: #292626;
  opacity: 0.5;
}

input[type='radio'],
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.gform_wrapper ul li {
	margin-bottom: 15px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header.fixed {
  position: fixed;
}

.site-logo-wrap {
  position: relative;
  display: inline-block;
  margin: 5px 0;
}

.site-logo {
  width: auto;
  height: 46px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-logo--show-on-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-logo--show-on-scroll,
.site-header.fixed .site-logo--hide-on-scroll {
  opacity: 0;
}

.site-header.fixed .site-logo--show-on-scroll {
  opacity: 1;
}

.site-header a:not(.btn) {
  color: inherit;
}

.site-header.sticky img.logo-on-scroll {
  display: none;
}

.nav {
  list-style: none;
  padding: 0;
}

.nav > li {
  padding: 10px 0;
  position: relative;
}

.nav li a {
  font-weight: bold;
  font-size: 1.15em;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  position: relative;
}

.nav li a:hover,
.nav li.current-menu-item > a {
  text-decoration: underline;
}

.sub-menu {
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  margin: 10px 0 0 0;
  border-radius: 2px;
  text-align: left;
}

.menu-item-has-children .sub-menu .sub-menu-toggle {
  display: none;
}

.sub-menu .sub-menu {
  display: block;
  padding-left: 15px;
}

.sub-menu > li:not(:first-child) {
  margin-top: 10px;
}

.sub-menu .sub-menu li {
  margin-top: 5px;
}

.sub-menu:before {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.sub-menu li {
  margin: 0;
}
.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.65em 0;
}

.sub-menu,
.sub-menu-toggle {
  display: none;
}

.menu-item-has-children > a {
  margin-right: 50px;
}

.menu-item-has-children > .sub-menu-toggle {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjk5NiA0OTEuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ4NC4xMzIsMTI0Ljk4NmwtMTYuMTE2LTE2LjIyOGMtNS4wNzItNS4wNjgtMTEuODItNy44Ni0xOS4wMzItNy44NmMtNy4yMDgsMC0xMy45NjQsMi43OTItMTkuMDM2LDcuODZsLTE4My44NCwxODMuODQ4ICAgIEw2Mi4wNTYsMTA4LjU1NGMtNS4wNjQtNS4wNjgtMTEuODItNy44NTYtMTkuMDI4LTcuODU2cy0xMy45NjgsMi43ODgtMTkuMDM2LDcuODU2bC0xNi4xMiwxNi4xMjggICAgYy0xMC40OTYsMTAuNDg4LTEwLjQ5NiwyNy41NzIsMCwzOC4wNmwyMTkuMTM2LDIxOS45MjRjNS4wNjQsNS4wNjQsMTEuODEyLDguNjMyLDE5LjA4NCw4LjYzMmgwLjA4NCAgICBjNy4yMTIsMCwxMy45Ni0zLjU3MiwxOS4wMjQtOC42MzJsMjE4LjkzMi0yMTkuMzI4YzUuMDcyLTUuMDY0LDcuODU2LTEyLjAxNiw3Ljg2NC0xOS4yMjQgICAgQzQ5MS45OTYsMTM2LjkwMiw0ODkuMjA0LDEzMC4wNDYsNDg0LjEzMiwxMjQuOTg2eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.sub-menu-toggle.is-active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site-header .social-icons {
  margin: 30px 0 0;
}

.social-icons {
  list-style: none;
  padding: 0;
  overflow: hidden;
}

.social-icons li {
  display: inline-block;
  margin-left: 2px;
}

.social-icons li:first-child {
  margin-left: 0;
}

.social-icons li a {
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 100%;
  position: relative;
  vertical-align: middle;
}

.social-icons li a:hover img {
  opacity: 0.75;
}

.social-icons li img {
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s ease;
}

.social-icons.colored li a {
  background: #36abe3;
}

.phone-cta {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.phone-cta:hover {
  text-decoration: underline;
}

.phone-cta__icon,
.phone-cta__label {
  vertical-align: middle;
}

.phone-cta__icon {
  width: 1em;
  margin-right: 0.25em;
  fill: #fff;
  transition: fill 0.3s ease;
}

.site-header .btn {
  width: 100%;
}

.video-bg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}

.site-section {
  position: relative;
}

.section-bg-wrap,
.section-overlay,
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-bg {
  overflow: hidden;
}

.section-bg video,
.section-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-section .section-content {
  position: relative;
  z-index: 1;
}

.site-section .section-content.p-top {
  padding-top: 3rem;
}

.site-section .section-content.p-bottom {
  padding-bottom: 3rem;
}

.section-content .width-limiter {
  margin-bottom: 20px;
}

.width-limiter {
  max-width: 450px;
}

.width-limiter-large {
  max-width: 700px;
}

.width-limiter > *:last-child {
  margin-bottom: 0;
}

.play-video-btn {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  color: #fff;
}

.play-video-btn:before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(img/svg/play-video.svg) no-repeat center center;
  vertical-align: middle;
  background-size: 4em;
  margin-right: 0.5em;
}

.height-100 {
  min-height: 100vh;
}

.height-75 {
  min-height: 75vh;
}

.height-50 {
  min-height: 50vh;
}

.hero .section-content {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.ratio-1-1 {
  position: relative;
  display: block;
}

.ratio-1-1:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.ratio-landscape {
  position: relative;
  display: block;
}

.ratio-landscape:after {
  content: '';
  display: block;
  padding-bottom: 60%;
}

.hover-box {
  display: block;
  color: #fff;
  overflow: hidden;
}

.hover-box .section-bg {
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.hover-box:hover .section-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.section-overlay-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 1rem;
  font-size: 0.65em;
}

.section-overlay-content > * {
  margin-bottom: 0.5rem;
}

.custom-space-row {
  margin-left: -5px;
  margin-right: -5px;
}

.custom-space-row .row-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

a:hover h4,
a:hover h6 {
  text-decoration: underline;
}

.space-m-t {
  margin-top: 3rem;
}

.space-m-b {
  margin-bottom: 3rem;
}

.space-m-b-small {
  margin-bottom: 2rem;
}

.space-p-t {
  padding-top: 3rem;
}

.space-p-b {
  padding-bottom: 3rem;
}

.carousel-wrap {
  padding: 2rem;
  background: rgb(54, 171, 227, 0.8);
  backdrop-filter: blur(5px);
  max-width: 650px;
}

.owl-dots,
.owl-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  line-height: 1;
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  background-image: url(./img/svg/arrow-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.owl-nav .owl-prev {
  transform: rotate(-180deg);
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.5;
}

.owl-next {
  transform: translateX(200%);
}

.owl-dots {
  counter-reset: slides-num;
  position: relative;
  width: 6rem;
  padding-left: 3rem;
  font-weight: bold;
  font-size: 0.75em;
  transform: translateX(-50%);
}

.owl-dot.active:before {
  content: counter(slides-num, decimal-leading-zero) '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.owl-dot.active:before,
.owl-dots:after {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.owl-dots:after {
  content: '';
  content: counter(slides-num, decimal-leading-zero);
  display: inline-block;
}

.owl-dots:before {
  content: '/';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.light-theme .owl-dots {
  color: #fff;
}

.light-theme .owl-dots:before {
  background: #fff;
}

.light-theme .owl-nav .owl-prev,
.light-theme .owl-nav .owl-next {
  border-color: #fff;
  background-image: url(./img/svg/arrow-white.svg);
}

.image-slideshow {
  display: flex !important;
}

.image-slideshow .owl-dots,
.image-slideshow .owl-prev,
.image-slideshow .owl-next {
  position: absolute;
}
 
.image-slideshow .owl-dots {
  bottom: 0;
  left: 50%;
  color: #fff;
}

.image-slideshow .owl-dots,
.image-slideshow .owl-dot.active:before {
  text-shadow: 0 0 20px rgba(0,0,0,.75);
}


.image-slideshow .owl-prev,
.image-slideshow .owl-next {
  top: 50%;
  margin-top: -1.5em;
  left: 1em;
}

.image-slideshow .owl-next {
  left: auto;
  transform: none;
  right: 1em;
}
 



.testimonials-widget h4 {
  font-weight: normal;
  margin-top: 6rem;
}

.logos-row {
  text-align: center;
}

.logos-row img {
  max-width: 200px;
  width: 70%;
  margin: 20px 0;
}

.insta-row {
  text-align: center;
}

.insta-row img {
  /* max-width: 159px; */
  width: 100%;
  margin: 10px 0;
}

.site-footer {
  background: #36abe3;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875em;
  padding: 3rem 0;
}

.site-footer a {
  color: #fff;
}

.site-footer.text-dark a {
  color: #292626;
}

.footer-logo {
  width: auto;
  height: 70px;
  display: block;
  margin-bottom: 3rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer ul li {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.site-footer .spacer {
  height: 3rem;
}

.site-box {
  padding: 1.25rem;
  background: rgb(228, 245, 251);
  margin-bottom: 1rem;
  border-radius: 4px;
}

.site-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}

.site-box ul li {
  padding: 1px 0;
  font-size: 0.9em;
}

.site-box ul li a {
  color: inherit;
}

.site-box ul li.current-menu-item a {
  color: rgba(41, 38, 38, 1);
  font-weight: bold;
}

form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*fade in animation start*/

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*fade in animation end*/

.row-item-space .item {
  margin-bottom: 50px;
}

table {
  font-size: 0.875em;
  width: 100%;
  border-collapse: collapse;
}

.container .table-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

.table-wrap {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

td,
th {
  padding: 10px 15px;
  text-align: center;
}

td:first-child,
th:first-child {
  text-align: left;
}

tbody tr:hover {
  background: rgba(54, 171, 227, 0.3);
}

.comparison-table h2 {
  font-size: 1.2em;
  line-height: 1;
}

.comparison-table .btn,
.comparison-table h2 small {
  font-size: 0.65em;
}

thead,
tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

tbody tr:hover,
tr td:nth-child(even),
tr th:nth-child(even) {
  background: rgba(54, 171, 227, 0.2);
}

tr th,
tr td {
  background: rgba(54, 171, 227, 0.1);
}

tr td:first-child,
tr th:first-child {
  background: none;
  min-width: 160px;
}

thead tr th {
  padding-top: 60px;
  padding-bottom: 20px;
}

thead tr {
  vertical-align: middle;
}

tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 5px;
}

.ui-datepicker-calendar tr td:first-child,
.ui-datepicker-calendar tr th:first-child {
  background: rgba(54, 171, 227, 0.1);
  text-align: center;
  min-width: auto;
}

.ui-datepicker-calendar a {
  display: block;
}

.ui-datepicker-title {
  overflow: hidden;
}

.ui-datepicker-header {
  padding: 10px;
}

.ui-datepicker-month,
.ui-datepicker-year {
  padding: 0.5em 0.75em;
  float: left;
  width: calc(50% - 5px);
}

.ui-datepicker-month {
  margin-right: 10px;
}

.ui-corner-all {
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  font-size: 0.75em;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

blockquote {
  font-style: italic;
  margin-bottom: 40px;
}

blockquote cite {
  font-style: normal;
  font-weight: bold;
  color: #36abe3;
}

/* Flex */

.flex-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 800px) {
  .flex-container {
    display: flex;
    flex-wrap: nowrap;
  }
}

.flex-container .item {
  flex-grow: 1;
  flex-basis: 600px;
  margin: 10px;
}

.flex-container .item:empty {
  height: 0;
}

.testimonial-item {
  max-width: 600px;
}

/* Altentative Gallery*/

.alt-gallery img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
}

.alt-gallery .item {
  display: block;
  float: left;
  padding: 2px;
  position: relative;
}

.alt-gallery .item a {
  display: block;
}

.alt-gallery .item:nth-child(6n + 2),
.alt-gallery .item:nth-child(6n + 6) {
  width: 33.3333%;
}

.alt-gallery .item:nth-child(6n + 3),
.alt-gallery .item:nth-child(6n + 5) {
  width: 66.6666%;
}

.gform_confirmation_wrapper {
  padding: 10px;
  text-align: center;
  background-color: green;
  margin-bottom: 21px;
}

.validation_error {
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #ea5319;
  margin-bottom: 21px;
}

.gfield_error .validation_message {
  color: #ea5319;
  font-weight: bold;
}

.qet-a-quote-icons img {
  padding: 20px 60px;
}

.gfield_checkbox li {
  position: relative;
  padding-left: 30px;
}
.gfield_checkbox li label:after {
  content: '';
  background: #fff;
  border: 2px solid rgba(54, 171, 227, 0.2);
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 0;
}
.gfield_checkbox li label:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #36abe3;
  border-width: 0 2px 2px 0;
  left: 9px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.hear-about-us_wrapper li input[type='radio'] {
  display: inline-block;
  margin-right: 20px;
}

.hear-about-us_wrapper li input#input_9_1_other {
  padding: 0px;
  width: 200px;
}

.map {
	position: relative;
}

.map:after {
	content: '';
	display: block;
	padding-bottom: 80%;
}

.map iframe {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.accordionButton {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.accordionButton:before {
  content: '';
  position: absolute;
  top: 1.9em;
  left: 0.25em;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #14adde;
  border-left: 2px solid #14adde;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

  transition: transform 0.3s ease;
}

.accordionButton.on:before {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionButton:first-child {
  border-top: none;
}

.accordionButton .title {
  margin: 1.25em 0;
}

.brand-title {
  font-size: 1.15em;
  font-weight: bold;
  margin-right: 15px;
}

.nav-down {
  transform: none;
}

.nav-up {
  transform: translateY(-100%);
}

ul.page-numbers {
  padding: 30px 0;
  text-align: center;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.page-numbers li {
  display: inline-block;
}

li .page-numbers {
  display: inline-block;
  margin: 2px 0;
  padding: 0.25em 0.5em;
}

li .page-numbers.current {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}

.page-numbers.next,
.page-numbers.prev {
  font-weight: bold;
}

h6.summary-title span {
  color: #292626;
  margin-left: 4px;
  border-bottom: 1px solid rgba(41, 38, 38, 1);
  float: right;
  /* margin-top: -1px; */
  line-height: 18px;
}

h6.summary-title span:hover {
  border-bottom: 1px solid rgba(41, 38, 38, 0);
}

h6.summary-title span a {
  color: #292626;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: lowercase;
}

h6.summary-title span a:hover {
  text-decoration: none;
}

.rplg {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .rplg {
    display: block !important;
  }
}

ul.post-categories {
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  list-style: none;
}

ul.post-categories li {
  margin: 0 5px;
  display: inline-block;
}

ul.post-categories li a.btn {
  font-size: 0.65em;
  padding: 0.35em 0.75em;
}

.post {
  margin-bottom: 60px;
}

.post__img {
  margin-bottom: 25px;
}

.post h2 a {
  color: inherit;
}

.post .content {
  margin-top: 40px;
  max-width: 650px;
  margin: 0 auto;
}

.post .content p,
.post .content ul {
  line-height: 1.85em;
  margin: 0 0 2em;
}

.post .content h2 {
  font-size: 1.6em;
  line-height: 1.45;
  margin-top: 20px;
}

.post .content h3 {
  font-size: 1.4em;
  line-height: 1.45;
  margin-top: 20px;
}

.post .content iframe {
  width: 100%;
  max-width: none;
}

#signup-content {
  display: block;
  background-color: #eee;
  width: 100%;
  height: 80vh;
  padding: 350px 0;
  text-align: center;
}

#signup-content:before {
  content: '';
  height: 250px;
  width: 100%;
  display: block;
  background-color: #ccc;
  top: 0px;
  position: absolute;
}

.wp-activate-container {
  margin: 0 auto;
  max-width: 800px;
  display: block;
  overflow: auto;
  clear: both;
}

.view-all-news-btn {
  margin-top: 30px;
}

body .hero:nth-child(2) .container {
  margin-top: 56px;
}


.video-wrap {
    position: relative;
    margin-bottom: 30px;
}

.video-wrap:after {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



/*
=====================================================================
min-width:576
=====================================================================
*/
@media only screen and (min-width: 576px) {
  .site-menu {
    max-width: 465px;
  }
  .menu-btn.is-active .menu-btn__label {
    opacity: 1;
  }
  .cta-button--bar {
    margin-right: 2rem;
  }
}


/*
=====================================================================
min-width:768
=====================================================================
*/
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-header {
    padding: 10px 30px;
  }

  .site-logo-wrap {
    margin: 0;
  }

  .play-video-btn {
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.5em;
  }

  .play-video-btn:before {
    background-size: cover;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 0 1rem;
  }

  .play-video-btn .word {
    display: none;
  }

  .play-video-btn-wrap {
    text-align: center;
  }

  .section-overlay-content {
    padding: 2rem;
    font-size: 0.75em;
  }

  .sticky-box {
    position: sticky;
    top: 80px;
  }

  table {
    table-layout: fixed;
  }
  .comparison-table h2 {
    font-size: 1.75em;
  }
  .container .table-wrap {
    margin-left: -0;
    margin-right: 0;
  }

  .mint_form_wrapper .the_number {
    padding: 0 20px;
  }

  .mint_form_wrapper .the_checkbox {
    padding-right: 20px;
  }

  .view-all-news-btn {
    margin-top: 0;
  }

  body .hero:nth-child(2) .container {
    margin-top: 66px;
  }
}

/*
=====================================================================
min-width:992
=====================================================================
*/
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.052em;
  }

  h2 {
    font-size: 2.441em;
  }

  h3 {
    font-size: 1.953em;
  }

  h4 {
    font-size: 1.563em;
  }

  h5 {
    font-size: 1.25em;
  }

  .site-header {
    padding: 20px 30px;
    z-index: 1000;
  }

  .site-header.fixed {
    padding: 10px 30px;
  }

  .menu-btn-wrap {
    display: none;
  }

  .nav-align-right {
    text-align: right;
  }

  .nav li a:after {
    bottom: -10px;
  }

  .sub-menu li a:after {
    bottom: 0;
  }

  .site-menu {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0 !important;
    max-width: none;
    overflow: visible;
    color: inherit;
  }

  .site-menu,
  .site-menu.is-active {
    transform: translateX(0);
  }

  .sub-menu:before {
    display: none;
  }

  .overlay {
    display: none !important;
  }

  .nav {
    margin: 0;
  }

  .nav > li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 15px 0;
    transition: padding 0.3s ease;
  }

  .menu-item-has-children > a {
    margin-right: 0;
  }

  .phone-cta {
    font-size: 0.75em;
  }

  .nav li a {
    font-size: 0.875em;
  }

  .nav,
  .site-header [class*='col-'] {
    position: static;
  }

  .sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -20px;
    margin: 0;
    font-size: 0.875em;
    padding: 10px 0;
    white-space: nowrap;
    background: #14adde;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .sub-menu li {
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
  }

  .menu-item-has-children > .sub-menu-toggle {
    display: none;
  }

  .nav li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-top: -10px;
    padding-left: 0;
  }

  .sub-menu .sub-menu li {
    margin: 0;
  }

  .sub-menu .sub-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .1;
    z-index: 1;
  }

  .sub-menu > li:not(:first-child) {
    margin: 0;
  }

  .site-header .social-icons {
    margin: 0;
  }

  .site-header .btn {
    width: auto;
  }

  .site-header .btn,
  .phone-cta {
    margin: 0 0 0 30px;
  }

  .services-list {
    overflow: hidden;
  }

  .services-list li {
    float: left;
    width: 50%;
    padding-right: 15px;
  }

  .carousel-wrap {
    padding: 4rem;
  }

  .site-box {
    top: 115px;
  }

  .mint_form_wrapper ul.gfield_radio li {
    width: 33.3333%;
  }

  .sub-menu li a {
    color: #fff !important;
  }

  .brand-title {
    font-size: 1.75em;
  }

  body .hero:nth-child(2) .container {
    margin-top: 114px;
  }
}

/*
=====================================================================
min-width:1200
=====================================================================
*/
@media only screen and (min-width: 1200px) {
  .site-header .logo,
  .site-header .logo img {
    height: 63px;
  }

  .site-logo {
    height: 70px;
  }

  .phone-cta,
  .nav li a {
    font-size: 1em;
  }

  .site-header {
    padding: 30px 50px;
  }

  .site-header.fixed {
    padding: 10px 50px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero .section-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .site-section .section-content.p-top {
    padding-top: 5rem;
  }

  .site-section .section-content.p-bottom {
    padding-bottom: 5rem;
  }

  .section-overlay-content {
    padding: 3rem;
  }

  .space-m-t {
    margin-top: 5rem;
  }

  .space-m-b {
    margin-bottom: 5rem;
  }

  .space-p-t {
    padding-top: 5rem;
  }

  .space-p-b {
    padding-bottom: 5rem;
  }

  .testimonials-widget h4 {
    font-weight: normal;
    margin-top: 8rem;
  }

  .hero .section-content {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .site-box {
    top: 150px;
  }

  .mint_form_wrapper .the_number,
  .mint_form_wrapper .the_checkbox {
    width: 33%;
  }

  body .hero:nth-child(2) .container {
    margin-top: 140px;
  }
}

/*
=====================================================================
min-width:1400
=====================================================================
*/
@media only screen and (min-width: 1500px) {
  body {
    font-size: 1.1em;
  }

  .h1-large {
    font-size: 5em;
  }

  .nav > li {
    margin: 0 0 0 20px;
  }

  .site-header .btn,
  .phone-cta {
    margin: 0 0 0 40px;
  }

  .site-section .section-content.p-top {
    padding-top: 6rem;
  }

  .site-section .section-content.p-bottom {
    padding-bottom: 6rem;
  }

  .space-m-t {
    margin-top: 6rem;
  }

  .space-m-b {
    margin-bottom: 6rem;
  }

  .space-p-t {
    padding-top: 6rem;
  }

  .space-p-b {
    padding-bottom: 6rem;
  }

  .hero .section-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .phone-cta .icon,
  .social-icons li a {
    height: 30px;
    width: 30px;
  }

  .phone-cta .icon img,
  .social-icons li img {
    height: 14px;
    margin: -7px 0 0 -7px;
  }

  .post {
    margin-bottom: 80px;
  }
}



