@font-face {
  font-family: "arial-black";
  src: local("arial-black") format("truetype"),
    url("../fonts/Arial\ Black.ttf") format("truetype");
}

/*................................reset...........................................*/
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*.........LAYOUT......*/

/*.........GLOBLE......*/

body {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  font-weight: 300;
  letter-spacing: 0.25px;
}
h2 {
  text-align: left;
  line-height: 52px;
  font-family: "arial-black", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 58px;
  /* text-align: center; */
  margin: 0;
}

h3 {
  text-align: left;
  line-height: 30px;
  font-family: "Arial", sans-serif;
  /* font-weight: 700; */
  /* letter-spacing: -1px; */
  font-size: 26px;
  /* text-align: center; */
  /* margin: 0; */
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-family: "arial-black", sans-serif;
    line-height: 52px;
    font-size: 58px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h2 {
    font-family: "arial-black", sans-serif;
    line-height: 48px;
    font-size: 50px;
  }
  /* h3 {
    line-height: 34px;
    font-size: 30px;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-family: "arial-black", sans-serif;
    src: local("arial-black"),
      url("../fonts/Arial Black.ttf") format("truetype");
    line-height: 38px;
    font-size: 44px;
  }
  h3 {
    line-height: 26px;
    font-size: 22px;
  }

  body {
    font-size: 20px;
    line-height: 24px;

    letter-spacing: 0.2px;
  }
  blockquote ul h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-family: "arial-black", sans-serif;
    line-height: 32px !important;
    font-size: 36px !important;
  }

  h3 {
    line-height: 24px;
    font-size: 20px;
  }

  body {
    font-size: 18px;
    line-height: 22px;

    letter-spacing: 0.18px;
  }

  blockquote ul h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

.norfk {
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin: 0.35em 0 0.75em;
}

blockquote {
  border-left: 4px solid #d6702c;
  padding-left: 20px;
  margin: 0 0;
}

blockquote ul {
  padding-left: 28px;
}

blockquote li {
  list-style-type: none;
}

blockquote ul h4 {
  font-family: "arial-black", sans-serif;
}

blockquote ul p {
  margin-top: 4px;
  /* padding-left: 4px; */
}

blockquote ul h4::before {
  content: "+";
  margin-right: 14px;
  margin-left: -30px;
}

h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align-last: left;
  font-style: bold;
  margin: 0 0;
}

h5 {
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  /* margin-bottom: 15px; */
  text-align: left;

  font-style: bold;
  margin: 0 0;
}
span.line {
  width: 200px;
  height: 2px;
  display: block;
  margin: 10px auto 24px auto;
  background: #b9d6d2;
}
header,
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9998;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.sticky,
.header.sticky {
  position: fixed;
  width: 100%;
  background: var(--menu-background-color);
  box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}
header a.logo img {
  /* width: 200px; */
}

/* header.nosticky .logo {
  display: none;
} */

header.sticky .logo {
  display: block;
}

.header-padding {
  padding: 50px 0;
  margin-bottom: 4px;
  box-shadow: none !important;
}

.logo img {
  width: 260px;
  margin: -8px 0;
}

.logo-about {
  width: 320px;
  margin-top: 3rem;
}
.logo {
  width: 30%;
  float: left;
  padding: 25px 0;
}
nav {
  width: 70%;
  float: left;
  text-align: right;
}
nav ul li {
  display: inline-block;
  padding: 0px 10px;
}
nav ul li a {
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 22px;
  padding: 25px 0px 25px 20px;
  display: block;
  color: var(--nav-text-color);
  text-decoration: none;
}

nav ul li.active a {
  text-decoration: underline solid var(--nav-text-hover-color) 2px;
  text-underline-offset: 10px;
}

nav ul li a:hover {
  color: var(--nav-text-color);
  text-decoration: underline solid var(--nav-text-hover-color) 2px;
  text-underline-offset: 10px;
  /* transition: all 0.5s; */
  line-height: 22px;
}

.menu-icon {
  padding-left: 3px;
}

.contact_menu_item {
  background-color: #006a62; /* Background color */
  border-radius: 3px; /* Rounded corners */
  padding: 4px 10px; /* Padding for spacing */
  color: white; /* Text color */
  margin: 20px 0 20px 20px;
}

nav ul li .active .contact_menu_item a,
nav ul li .contact_menu_item a:hover,
nav ul li .contact_menu_item a:visited,
nav ul li .contact_menu_item a {
  text-decoration: none;
  text-underline-offset: 0px;
  color: white;

  padding: 0;
}

/* .banner .logo_image {
  height: 80px;
} */
.banner {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0 70px;
  text-align: center;
  position: relative;
  z-index: 100;

  /* background-color: #006a62; */
  /* background-color: hsl(206, 27%, 38%); */
  /* background-blend-mode: multiply; */
}
.banner.banner-alt {
  padding: 100px 0 100px;
}
.banner h1 {
  font-size: 36px;
  line-height: 120%;
  font-family: "arial-black", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 9px;
  text-decoration-color: #fff;
  text-align: center;
  letter-spacing: 2px;

  /* color: #fff; */
  text-transform: uppercase;
}
.banner h1 span {
  font-weight: 700;
}

.banner h3 {
  font-size: 30px;
  line-height: 100%;
  text-align: justify;
  font-family: "arial-black", sans-serif;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
}

.sign-up-button {
  border-radius: 8px; /* 8px rounded corners */
  padding: 8px 6px 12px 6px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-family: "arial-black", sans-serif;
  font-size: 18px;
  margin-top: 4px;
  border-width: 0;
}

.sign-up-button:hover {
  cursor: pointer;
}

.banner img {
  border: 2px solid #fff;
  border-radius: 10px;
}
.banner p {
  /* color: #fff; */
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.banner a {
  color: #b9d6d2;
}
.banner .button-container a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #b9d6d2;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
.banner .button-container a:hover {
  background: #fff;
  color: #b9d6d2;
  transition: all 0.4s;
}

.section-title h3 {
  font-family: "arial-black", sans-serif;
  margin: 0;
}

.section-title h1 {
  font-family: "arial-black", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}

.video-rounded {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  width: "100%";
}
.section-title-rounded {
  border: 2px solid;
  border-radius: 10px;
}

.section-title-rounded h1 {
  padding: 24px 0;
}

.contact {
  padding: 50px 0;
}
.contact .row-social {
  padding: 20px 0px;
}

.email_text p {
  margin: 5px -15px 0 25px;
}

.email_text {
  padding-right: 0;
}

/* .about,
.solution,
.contact,
.problems {
  padding: 40px 0 60px;
  text-align: left;
} */

/* .about p,
div.top {
  padding: 0 80px;
} */

.about h3 {
  font-weight: 700;
  color: #b9d6d2;
  padding: 15px 0;
}

/* .about .section-title h3,
.about .line,
.about h2,
.solution h2,
.solution .section-title h3 {
  color: #006a62;
} */

.section-title {
  padding: 0px 0 0px 0;
}
.section-content {
  padding: 50px 0 50px 0;
}

a:hover,
a:visited,
a {
  color: #006a62;
  font-weight: bold;
}

/* 
.section-content h1,
.section-content h2,
.section-content p {
  padding: 0 3rem;
}

.section-content p img{
  padding: 0 0;
} */
.spam-note {
  font-size: 18px;
}
.video {
  width: calc(100% + 2rem);
  margin: 0rem -1rem 2rem -1rem;
}
.content-photo,
.content-photo img {
  width: calc(100% + 6rem);
  border-radius: 10px;

  /* border-style: none;
  border-top-style: dotted;
  border-bottom-style: dotted;

  border-top: 4px dotted #b9d6d2;

  border-bottom: 4px dotted #b9d6d2;
  padding: 15px 0; */
  margin: 2rem -3rem;
}

.section-title h3 {
  font-size: 64px;
  line-height: 64px;
  /* margin: 0 0px; */
  padding: 0;
}

.callout_bottom,
.header-container {
  margin: 0 -80px;
}

.dotted-line-top {
  border-top: 4px dotted #b9d6d2;
  padding-top: 30px;
}
.dotted-line-bottom {
  border-bottom: 4px dotted #b9d6d2;
  padding-bottom: 30px;
}
/* ORIG ABOUT SECTION */
/* .video {
  background-color: #f4f4f4;
  position: relative;
  margin-top: -30px;
  min-height: 650px;
}
.video h2 {
  text-align: left;
  padding-top: 135px;
}
.video span.line {
  text-align: left;
  margin: 30px 0;
}
.video p {
  padding-bottom: 40px;
}
.laptop {
  position: absolute;
  right: 0;
  top: 24%;
  width: 50%;
}
.laptop img {
  max-width: 100%;
  display: block;
  height: 392px;
} */
/* .video a {
  color: #b9d6d2;
  text-transform: uppercase;
  font-weight: 700;
}
.video a img {
  position: relative;
  top: 8px;
  margin-left: 10px;
} */
.services {
  padding: 100px 0 100px;
  text-align: center;
}
.services p,
div.top {
  padding-bottom: 80px;
}
.banner-alt div.top {
  padding: 0;
}
.services h3 {
  font-weight: 700;
  color: #b9d6d2;
  padding: 15px 0;
}
.testimonials {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
.testimonials p {
  padding: 35px 0;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
}
.testimonials .row {
  margin: 0;
}
.price {
  padding: 120px 0 100px;
  text-align: center;
  background: #f4f4f4;
}
.black {
  padding: 30px 0 55px;
  background: #5a5a5a;
  color: #fff;
}
/* .price .price-container .black h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 0;
}
.price .price-container .black h2 span {
  font-size: 20px;
  font-weight: 700;
}
.price .price-container .black p {
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 0;
}
.price .price-container {
  background: #fff;
  padding-bottom: 35px;
}
.price .price-container h4 {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #f4f4f4;
  display: block;
  color: #5a5a5a;
  margin: -30px auto 35px;
  font-weight: 700;
}
.price .price-container p {
  padding-bottom: 10px;
}
.price .price-container a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #b9d6d2;
  display: block;
  color: #fff;
  margin: 20px auto 0px;
  font-weight: 700;
}
.price .price-container a:hover {
  background: #5a5a5a;
  color: #fff;
  transition: all 0.4s;
}
.price .price-container:hover .black {
  background: #b9d6d2;
} */
/* .features {
  padding: 140px 0 50px;
}
.features h3 {
  font-weight: 400;
  color: #b9d6d2;
}
.features p {
  padding: 5px 0 70px;
}
.joinnow {
  padding: 70px 0;
  background: #b9d6d2;
}
.joinnow h2 {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  margin-right: 20px;
  margin-bottom: 0;
}
.joinnow h2 span {
  font-weight: 700;
}
.joinnow a {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #fff;
  color: #b9d6d2;
  text-align: center;
  font-weight: 700;
  position: relative;
  top: -10px;
}
.joinnow a:hover {
  background: #5a5a5a;
  color: #fff;
  transition: all 0.4s; 
}*/
/* .updates,
.contact {
  padding: 120px 0 100px;
  text-align: center;
} */
.blog article {
  text-align: left;
  background: #f4f4f4;
  margin-bottom: 60px;
}
.blog article .content {
  padding: 15px;
}
.blog article .content h3 {
  font-weight: 400;
}
.blog .blog-container {
  margin: 3rem 0;
}
.blog .blog-container .pagination {
  margin: 1rem 0;
}
.img {
  position: relative;
}
.img img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.imgDescription2 {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  background: rgba(237, 20, 91, 0.85);
  color: #fff;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding-top: 28.5%;
  transition: all 0.5s;
  cursor: pointer; /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}
.img:hover .imgDescription2 {
  visibility: visible;
  opacity: 1;
}
.imgDescription2 img {
  width: auto;
  margin: 0 auto;
}
a.showmore {
  font-weight: 400;
  color: #b9d6d2;
  display: block;
  margin: 30px auto 0;
  background: url(../images/down.png) no-repeat center 100%;
  min-height: 8px;
  height: 40px;
}
/* .problems {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;

  text-align: left;
  color: #383739;
  font-weight: bold;
  background-size: cover;
  background-color: #b9d6d2;
}

.problems .section-title h3 {
  text-align: center;
  color: #006a62;
  font-size: 28px;
  line-height: 44px;
} */

.image_caption {
  /* color: #383739; */
  font-weight: normal;
  font-size: 13px;
  line-height: 20px !important;
}

/* .problems h2 {
  color: #006a62;
}

.team h2 {
  color: #b9d6d2;

} */

.backgroundTopCenter {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.backgroundCenter {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.team {
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* .problems h4 {
  color: #006a62;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
} */

/* .problems p {
  padding: 0 80px;
} */
.problems img {
  display: block;
  margin: auto;

  padding-bottom: 20px;
  /* width: 100%; */
}

/* .image_box img {
  display: block;
  margin: auto;
} */

.image_box {
  margin: auto;
  /* max-width: 584px; */
  /* color: #383739;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px !important;

  padding-bottom: 40px; */
}

.image_box img {
  /* padding-bottom: 16px; */
  display: block;
  margin: auto;
}

.problems a,
.cta3 a,
.button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #b9d6d2;
  display: block;
  color: #fff;
  margin: 40px auto 0px;
  font-weight: 700;
}
button.button {
  display: inline-block;
  border: none;
  margin: 0;
}
.problems a:hover {
  background: #fff;
  color: #b9d6d2;
  transition: all 0.4s;
}
.cta3 {
  background: #f4f4f4;
  padding: 135px 0 160px;
  position: relative;
}
.cta3 h2 {
  text-align: left;
}
.cta3 span.line {
  margin: 30px 0;
}
.cta3 a {
  margin: 40px 0 0;
  text-align: center;
}
.cta3 a:hover {
  background: #5a5a5a;
  transition: all 0.5s;
}
.safariimg {
  position: absolute;
  top: 7%;
  left: 3%;
  width: 43%;
}
.safariimg img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .safariimg img {
    float: right;
    height: 428px;
  }
}
footer {
  padding: 20px 0;
  color: #006a62;
  font-weight: 400;
  background: #b9d6d2;
  font-size: 15px;
  text-align: center;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #b9d6d2;
}
div.rightside {
  text-align: right;
}

/* New */

.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
.staggered-animation {
  opacity: 0;
}
.staggered-animation.animated {
  opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #b9d6d2;
}

.box {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 50%;
  margin-left: -39px;
  margin-top: -39px;
}

.loading:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -18px;
  border-width: 2px 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255) rgba(247, 247, 247, 0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: spin 3.45s infinite;
  -o-animation: spin 3.45s infinite;
  -ms-animation: spin 3.45s infinite;
  -webkit-animation: spin 3.45s infinite;
  -moz-animation: spin 3.45s infinite;
}
.loading:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -3px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
  -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(1080deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(1080deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(1080deg);
  }
}

@keyframes pulse {
  0% {
    background-color: rgba(232, 232, 232, 0.2);
  }
  13% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  28% {
    background-color: rgba(222, 222, 222, 0.9);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  43% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  45% {
    background-color: rgba(245, 245, 245, 0.9);
  }
  70% {
    background-color: rgba(250, 250, 250, 0.9);
  }
  74% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(242, 242, 242, 0.9);
  }
}

@-o-keyframes pulse {
  0% {
    background-color: rgba(232, 232, 232, 0.2);
  }
  13% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  28% {
    background-color: rgba(222, 222, 222, 0.9);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  43% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  45% {
    background-color: rgba(245, 245, 245, 0.9);
  }
  70% {
    background-color: rgba(250, 250, 250, 0.9);
  }
  74% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(242, 242, 242, 0.9);
  }
}

@-ms-keyframes pulse {
  0% {
    background-color: rgba(232, 232, 232, 0.2);
  }
  13% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  28% {
    background-color: rgba(222, 222, 222, 0.9);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  43% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  45% {
    background-color: rgba(245, 245, 245, 0.9);
  }
  70% {
    background-color: rgba(250, 250, 250, 0.9);
  }
  74% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(242, 242, 242, 0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(232, 232, 232, 0.2);
  }
  13% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  28% {
    background-color: rgba(222, 222, 222, 0.9);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  43% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  45% {
    background-color: rgba(245, 245, 245, 0.9);
  }
  70% {
    background-color: rgba(250, 250, 250, 0.9);
  }
  74% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(242, 242, 242, 0.9);
  }
}

@-moz-keyframes pulse {
  0% {
    background-color: rgba(232, 232, 232, 0.2);
  }
  13% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  15% {
    background-color: rgba(255, 255, 255, 0.9);
  }
  28% {
    background-color: rgba(222, 222, 222, 0.9);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  43% {
    background-color: rgba(240, 240, 240, 0.2);
  }
  45% {
    background-color: rgba(245, 245, 245, 0.9);
  }
  70% {
    background-color: rgba(250, 250, 250, 0.9);
  }
  74% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  100% {
    background-color: rgba(242, 242, 242, 0.9);
  }
}

@keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 245, 255), 0 0 0 1px rgba(240, 240, 240, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(250, 237, 250), 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@-o-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 245, 255), 0 0 0 1px rgba(240, 240, 240, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(250, 237, 250), 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@-ms-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 245, 255), 0 0 0 1px rgba(240, 240, 240, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(250, 237, 250), 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@-webkit-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 245, 255), 0 0 0 1px rgba(240, 240, 240, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(250, 237, 250), 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@-moz-keyframes borderPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 245, 255), 0 0 0 1px rgba(240, 240, 240, 0.8);
  }
  40% {
    box-shadow: 0 0 0 1px rgb(250, 237, 250), 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}
.content {
  padding: 70px 20px;
  text-align: left;
}
.related-posts .blog {
  padding: 0px;
}
.contact .form-group {
  margin-bottom: 1.5em;
}
.map-container {
  height: 400px;
  width: 100%;
}
.map-container > div {
  width: 100%;
  height: 100%;
}
.search-wrapper {
  margin-top: 3rem;
}
.search-wrapper .button {
  width: auto;
  height: auto;
  line-height: 42px;
  padding: 0 20px;
}
.search-wrapper .search-input.full-width {
  width: 100%;
}

.social-btn {
  margin: 0;
  padding-top: 12px;
  /* width: 100%; */
  text-align: center;
}

.contact .social-handle {
  font-size: 12px;
  display: block;
  font-weight: bold;
  padding-top: 20px;
  line-height: 18px;
}

.social-btn > a {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: var(--social-button-color);
  color: var(--social-button-text-color);
  /* margin: 0 12px 12px 0; */
}

.social-btn > a:hover {
  text-decoration: none;
  background-color: var(--social-button-hover-color);
}
