body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fcf5eb;
}

a {
  color: #50C878;
}
a:hover {
  color: rgb(54.7608695652, 174.2391304348, 94.5869565217);
}

.text-primary {
  color: #50C878 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-section {
  padding: 100px 0;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-section h3.section-subheading2 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
  text-transform: none;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
::-moz-selection {
  background: #50C878;
  text-shadow: none;
}

::selection {
  background: #50C878;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #50C878;
  border-color: #50C878;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgb(57.8097826087, 183.9402173913, 99.8532608696) !important;
  border-color: rgb(57.8097826087, 183.9402173913, 99.8532608696) !important;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.01rem #3fa35f !important;
}

#mainNav {
  background-color: #fcf5eb;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  left: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #26282a;
  border: 0;
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand {
  color: #50C878;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgb(54.7608695652, 174.2391304348, 94.5869565217);
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #26282a;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #50C878;
}

@media (min-width: 992px) {
  #mainNav {
    height: 80px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #fcf5eb;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid #cec9c1;
    height: 80px;
    backdrop-filter: blur(5px);
    background-color: rgba(252, 245, 235, 0.8);
  }
}
#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("https://static.waservices.dev/assets/img/projects/jabblechat/header-1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  margin: 15px;
  border-radius: 25px;
}
header.masthead .intro-text {
  text-align: left;
  padding-top: 150px;
  padding-bottom: 100px;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .intro-text .intro-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header.masthead .intro-text .intro-download {
  color: white;
  text-shadow: #000 1px 0 5px;
}
header.masthead .intro-text .intro-download a {
  color: white;
}
header.masthead .intro-text .intro-download a:hover {
  color: #50C878;
  text-decoration: none;
}
header.masthead .intro-text .intro-download i {
  padding-left: 5px;
}

@media (min-width: 768px) {
  header.masthead {
    height: 750px;
    margin-top: 115px;
    margin-left: 30px;
    margin-right: 30px;
  }
  header.masthead .intro-text {
    text-align: left;
    padding-top: 190px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    width: 50px;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -3px;
    margin-bottom: 25px;
    font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    width: 350px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
    font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-download {
    color: white;
    text-shadow: #000 1px 0 5px;
  }
  header.masthead .intro-text .intro-download i {
    padding-left: 5px;
  }
}
.feature-heading {
  margin: 15px 0;
  text-transform: none;
}

section#download {
  background-color: #fcf5eb;
  background-repeat: no-repeat;
  background-position: center;
}

section#contact {
  background-color: #111b21;
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #FFFFFF;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 248px;
}
section#contact .form-control:focus {
  border-color: #50C878;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer {
  background-color: #0d1721;
  color: white;
  padding: 25px 0;
  text-align: center;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 15px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: solid 1px #cec9c1;
  background-color: #212529;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #50C878;
}

/*# sourceMappingURL=agency.css.map */