@charset "UTF-8";
/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
@import url(components/flexslider.css);
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

body a.button {
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  font-weight: 500;
  padding: 8px 20px; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
@media (max-width: 992px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  nav .navbar-collapse ul {
    padding: 30px 0;
    width: 100%; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%; }

  .navbar-nav > li {
    float: none;
    padding: 5% 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .navbar-collapse.collapse.in {
    display: block !important; } }
/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

.lines {
  height: 0; }
  @media only screen and (max-width: 1199px) {
    .lines {
      display: none; } }
  .lines .line-left, .lines .line-right {
    position: absolute;
    z-index: 99;
    height: 133px;
    border-left: 2px dashed #c5d3e2;
    width: 2px; }
    .lines .line-left:before, .lines .line-right:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 100%;
      background-color: #c5d3e2;
      position: absolute;
      left: -10px; }
    .lines .line-left:after, .lines .line-right:after {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #c5d3e2;
      position: absolute;
      left: -6px; }
  .lines .line-left {
    margin-top: -77px; }
    .lines .line-left:before {
      top: 0; }
    .lines .line-left:after {
      bottom: 0; }
  .lines .line-right {
    margin-top: 44px; }
    .lines .line-right:before {
      bottom: 0; }
    .lines .line-right:after {
      top: 0; }
  .lines .line-middle {
    position: relative;
    border-bottom: 2px dashed #c5d3e2;
    top: 50px;
    z-index: 9;
    width: calc(60% - 20px);
    margin: auto; }
    .lines .line-middle hr {
      border: 0;
      margin: 0; }
  .lines .line-left-1, .lines .line-left-3,
  .lines .line-right-2, .lines .line-right-4, .lines .line-right-6 {
    left: 20%; }
  .lines .line-right-1, .lines .line-right-5,
  .lines .line-left-2, .lines .line-left-6 {
    right: 20%; }
  .lines .line-right-3 {
    right: 50%;
    height: 73px; }
  .lines .line-left-5 {
    right: 50%;
    height: 132px; }
  .lines .line-middle-3 {
    width: 30%;
    right: 15%; }
  .lines .line-middle-5 {
    width: 30%;
    left: 15%; }
  .lines .line-left-4 {
    left: 50%;
    margin-top: -66px; }
    .lines .line-left-4:after {
      width: 20px;
      height: 20px;
      left: -10px; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
footer {
  position: relative;
  background: #fff;
  color: #2f363d;
  padding: 40px 0; }
  footer .copy-right {
    line-height: 29px; }
    @media only screen and (max-width: 767px) {
      footer .copy-right {
        text-align: center; } }
  footer ul.footer-social {
    margin-bottom: 0;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      footer ul.footer-social {
        width: 110px;
        margin: auto;
        float: none;
        overflow: hidden;
        padding-right: 0; } }
    footer ul.footer-social li {
      float: right;
      margin-right: 5px; }
      footer ul.footer-social li a {
        text-align: center; }
        footer ul.footer-social li a i {
          background-color: #2f363d;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          background-position: center;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
          footer ul.footer-social li a i:before {
            line-height: 30px;
            font-size: 17px;
            color: #fff; }
        footer ul.footer-social li a:hover i {
          background-color: #000; }
          footer ul.footer-social li a:hover i:before {
            color: #fff; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

body section#intro {
  height: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    body section#intro {
      height: 530px; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    body section#intro {
      height: 820px; } }
  body section#intro:after {
    content: '';
    background-image: url(../../images/clouds.svg);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 205px;
    position: absolute;
    bottom: 0;
    left: 0; }
  body section#intro nav {
    border: none;
    background: #2f363d;
    padding-top: 15px;
    /*.navbar-header*/ }
    @media only screen and (max-width: 991px) {
      body section#intro nav {
        padding-top: 0; } }
    body section#intro nav .logo {
      padding: 3px 0 13px;
      display: block; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body section#intro nav .logo.for-desktop {
          display: none !important; } }
      @media only screen and (min-width: 415px) and (max-width: 767px) {
        body section#intro nav .logo.for-desktop {
          display: none !important; } }
      body section#intro nav .logo img {
        width: 480px; }
        @media only screen and (max-width: 1199px) {
          body section#intro nav .logo img {
            width: 370px; } }
    @media only screen and (max-width: 414px) {
      body section#intro nav.navbar.navbar-fixed-top, body section#intro nav.navbar.navbar-fixed-bottom {
        width: 100%; } }
    body section#intro nav .navbar-header button.navbar-toggle {
      border: none;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media only screen and (max-width: 991px) {
        body section#intro nav .navbar-header button.navbar-toggle {
          width: 10%; } }
      @media only screen and (max-width: 767px) {
        body section#intro nav .navbar-header button.navbar-toggle {
          width: auto;
          margin-right: 5px; } }
      @media only screen and (max-width: 360px) {
        body section#intro nav .navbar-header button.navbar-toggle {
          margin-top: 5px;
          margin-right: 15px; } }
      body section#intro nav .navbar-header button.navbar-toggle:focus, body section#intro nav .navbar-header button.navbar-toggle:hover {
        background: none; }
      body section#intro nav .navbar-header button.navbar-toggle span.icon-bar {
        background-color: #f1f2f2;
        width: 30px;
        height: 5px;
        border-radius: 5px; }
        @media only screen and (max-width: 414px) {
          body section#intro nav .navbar-header button.navbar-toggle span.icon-bar {
            width: 25px;
            height: 3px; } }
    body section#intro nav .navbar-header a.navbar-brand-mob {
      padding: 0;
      display: none; }
      body section#intro nav .navbar-header a.navbar-brand-mob.for-mobile img {
        width: 350px; }
        @media only screen and (min-width: 415px) and (max-width: 767px) {
          body section#intro nav .navbar-header a.navbar-brand-mob.for-mobile img {
            height: auto; } }
      @media only screen and (max-width: 991px) {
        body section#intro nav .navbar-header a.navbar-brand-mob.for-mobile {
          display: block !important;
          width: 80%;
          height: auto;
          margin-top: 11px;
          margin-left: 15px; } }
      @media only screen and (max-width: 360px) {
        body section#intro nav .navbar-header a.navbar-brand-mob.for-mobile {
          width: 65%; } }
    body section#intro nav .navbar-collapse {
      border: none;
      box-shadow: none; }
      body section#intro nav .navbar-collapse .navbar-brand > img {
        width: 35px; }
      body section#intro nav .navbar-collapse a.fav-logo {
        opacity: 0;
        padding: 0;
        margin-right: 20px; }
      body section#intro nav .navbar-collapse ul {
        text-align: center;
        display: table;
        margin: auto;
        float: none;
        list-style-type: none;
        padding: 0; }
        body section#intro nav .navbar-collapse ul > .active > a {
          color: #07bacf;
          background: none; }
          body section#intro nav .navbar-collapse ul > .active > a.button {
            color: #fff; }
        body section#intro nav .navbar-collapse ul > .active.get-started-btn > a {
          color: #fff; }
        body section#intro nav .navbar-collapse ul li a {
          text-transform: uppercase;
          letter-spacing: 3.3px;
          font-size: 13px;
          font-weight: 500;
          color: #fff;
          padding: 8px 20px; }
          body section#intro nav .navbar-collapse ul li a.button {
            background-color: #07bacf; }
            @media only screen and (max-width: 991px) {
              body section#intro nav .navbar-collapse ul li a.button {
                background: none; } }
            body section#intro nav .navbar-collapse ul li a.button:hover {
              background-color: #00a6c4; }
              @media only screen and (max-width: 991px) {
                body section#intro nav .navbar-collapse ul li a.button:hover {
                  background: none; } }
  body section#intro .intro-content {
    position: absolute;
    top: 50%;
    margin-top: -125px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 991px) {
      body section#intro .intro-content {
        margin-top: -140px; } }
    @media only screen and (max-width: 767px) and (max-height: 360px) {
      body section#intro .intro-content {
        margin-top: -160px; } }
    @media only screen and (max-width: 773px) and (max-height: 435px) {
      body section#intro .intro-content {
        margin-top: -230px; } }
    body section#intro .intro-content p {
      font-weight: 500;
      color: #f1f2f2;
      text-align: center;
      line-height: 1.3;
      font-size: 3.5vw;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media only screen and (max-width: 991px) {
        body section#intro .intro-content p {
          width: 70%;
          margin: auto; } }
      @media only screen and (max-width: 414px) {
        body section#intro .intro-content p {
          font-size: 5vw; } }
  body section#intro .arrow-down-container {
    position: absolute;
    bottom: 190px;
    color: #f1f2f2;
    width: 100%; }
    body section#intro .arrow-down-container a.arrow-down {
      margin: auto;
      display: table; }
      body section#intro .arrow-down-container a.arrow-down:hover:after {
        background-color: #ce8e0f; }
      body section#intro .arrow-down-container a.arrow-down p {
        font-size: 17px;
        font-weight: 300;
        color: #f1f2f2; }
      body section#intro .arrow-down-container a.arrow-down:after {
        content: " ";
        display: block;
        width: 35px;
        height: 35px;
        z-index: 1;
        background: url(../../images/icons.svg);
        background-size: 35px 1000px !important;
        background-color: #f8b517;
        background-position: 0 -19px;
        opacity: 1;
        border-radius: 100%;
        margin-top: 15px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: auto; }

/* navigation */
nav.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 12px; }

nav li a {
  color: #323232; }

a.nav-active {
  color: #ccc; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
body section#about {
  position: relative; }
  @media only screen and (max-width: 1199px) {
    body section#about {
      padding-top: 90px; } }
  body section#about .section-parallax-image {
    background-image: url(../../images/graphic-about.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: -50px;
    left: 0;
    right: auto; }
    @media only screen and (max-width: 1199px) {
      body section#about .section-parallax-image {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#about .section-parallax-image {
        background-image: url(../../images/graphic-about-mob.png);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
    @media only screen and (max-width: 414px) {
      body section#about .section-parallax-image {
        bottom: -35px; } }
    @media only screen and (max-width: 360px) {
      body section#about .section-parallax-image {
        bottom: -10px; } }
  body section#about:after {
    /*@include graphic-image(url(../../images/graphic-about.png), auto, 0, 0, auto, url(../../images/graphic-about-mob.png));*/ }
  body section#about h2.page-title {
    color: #404041; }
    body section#about h2.page-title:after {
      background-color: #404041; }
  body section#about p:last-of-type {
    margin: 0; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

body section#whatwedo {
  position: relative;
  	/*&:after {
  
  	    @include graphic-image(url(../../images/graphic-whatWeDo.png), auto, 150px, auto, 0, url(../../images/graphic-whatWeDo-mob.png));
  	   	@include respond-to(sm_t) {
  	   		bottom: 0;
  	   	}
  	}*/ }
  body section#whatwedo .section-parallax-image {
    background-image: url(../../images/graphic-whatWeDo.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: 160px;
    left: auto;
    right: 120px; }
    @media only screen and (max-width: 1199px) {
      body section#whatwedo .section-parallax-image {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#whatwedo .section-parallax-image {
        background-image: url(../../images/graphic-whatWeDo-mob.png);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      body section#whatwedo .section-parallax-image {
        width: 25%;
        right: 0;
        background-size: 160%; } }
    @media only screen and (min-width: 992px) and (max-width: 1023px) {
      body section#whatwedo .section-parallax-image {
        width: 25%;
        right: 0;
        background-size: 160%; } }
    @media only screen and (max-width: 1023px) {
      body section#whatwedo .section-parallax-image {
        right: 0; } }
    @media only screen and (max-width: 991px) {
      body section#whatwedo .section-parallax-image {
        bottom: 30px; } }
    @media only screen and (max-width: 360px) {
      body section#whatwedo .section-parallax-image {
        bottom: 60px; } }
  @media only screen and (max-width: 1199px) {
    body section#whatwedo .parallax-container.whatWeDo img {
      width: 140px; } }
  body section#whatwedo h2.page-title {
    color: #f1f2f2; }
    body section#whatwedo h2.page-title:after {
      background-color: #f1f2f2; }
  body section#whatwedo .whatwedo-content {
    color: #f1f2f2; }
    body section#whatwedo .whatwedo-content .whatwedo-icon {
      width: 14%;
      float: left; }
      @media only screen and (max-width: 767px) {
        body section#whatwedo .whatwedo-content .whatwedo-icon {
          width: 100%;
          text-align: center; } }
      body section#whatwedo .whatwedo-content .whatwedo-icon img {
        margin-top: 20px; }
    body section#whatwedo .whatwedo-content .whatwedo-details {
      width: 76%;
      float: left;
      margin-bottom: 15px; }
      body section#whatwedo .whatwedo-content .whatwedo-details ul {
        margin-top: -15px; }
        @media only screen and (max-width: 767px) {
          body section#whatwedo .whatwedo-content .whatwedo-details ul {
            width: 315px;
            margin: 0 auto; } }
        body section#whatwedo .whatwedo-content .whatwedo-details ul li {
          list-style: initial;
          text-align: left; }
      @media only screen and (max-width: 767px) {
        body section#whatwedo .whatwedo-content .whatwedo-details {
          width: 100%;
          text-align: center; } }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
body section#partners {
  position: relative; }
  body section#partners:after {
    /* 
    @include graphic-image(url(../../images/graphic-partners.png), auto, 0, 130px, auto, url(../../images/graphic-partners-mob.png));
    */ }
  body section#partners .section-parallax-image {
    background-image: url(../../images/graphic-partners.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: -50px;
    left: 150px;
    right: auto; }
    @media only screen and (max-width: 1199px) {
      body section#partners .section-parallax-image {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#partners .section-parallax-image {
        background-image: url(../../images/graphic-partners-mob.png);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1023px) {
      body section#partners .section-parallax-image {
        left: 70px;
        bottom: -20px; } }
  body section#partners h2:after {
    background-color: #404041; }
  body section#partners .partners-content {
    display: table;
    margin: auto; }
    body section#partners .partners-content .flip-container {
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      -o-perspective: 1000;
      -ms-perspective: 1000;
      perspective: 1000;
      border: none;
      background: #d7dbe1;
      float: left;
      border-radius: 4px;
      margin: 2px; }
      @media only screen and (max-width: 767px) {
        body section#partners .partners-content .flip-container {
          width: 180px;
          float: left;
          margin-bottom: 4px; } }
      @media only screen and (max-width: 414px) {
        body section#partners .partners-content .flip-container {
          float: none; } }
      body section#partners .partners-content .flip-container:hover .flipper, body section#partners .partners-content .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      body section#partners .partners-content .flip-container .flipper {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        -ms-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative; }
        body section#partners .partners-content .flip-container .flipper .front, body section#partners .partners-content .flip-container .flipper .back {
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0; }
        body section#partners .partners-content .flip-container .flipper .front {
          z-index: -2; }
          body section#partners .partners-content .flip-container .flipper .front .partner-logo {
            margin: auto;
            display: table;
            position: relative;
            top: 50%;
            margin-top: -32px; }
            body section#partners .partners-content .flip-container .flipper .front .partner-logo img {
              height: 60px; }
        body section#partners .partners-content .flip-container .flipper .back {
          z-index: 99;
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          transform: rotateY(180deg);
          background-color: #2f363d;
          border-radius: 4px; }
          body section#partners .partners-content .flip-container .flipper .back .btn {
            background: none;
            position: relative;
            border: 0;
            top: 50%;
            left: 50%;
            margin-top: -50px;
            margin-left: -70px; }
            @media only screen and (max-width: 414px) {
              body section#partners .partners-content .flip-container .flipper .back .btn {
                padding: 6px 24px; } }
            @media only screen and (max-width: 414px) {
              body section#partners .partners-content .flip-container .flipper .back .btn h5 {
                font-size: 12px; } }
            body section#partners .partners-content .flip-container .flipper .back .btn .back-title {
              color: #07bacf;
              line-height: 25px;
              letter-spacing: 1px;
              -webkit-transition: all 0.2s ease-out;
              -moz-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              -ms-transition: all 0.2s ease-out;
              transition: all 0.2s ease-out; }
              body section#partners .partners-content .flip-container .flipper .back .btn .back-title:hover {
                color: #00a6c4; }
              body section#partners .partners-content .flip-container .flipper .back .btn .back-title:before {
                content: " ";
                display: block;
                width: 35px;
                height: 35px;
                z-index: 1;
                background: url(../../images/icons.svg);
                background-size: 35px 1000px !important;
                background-color: transparent;
                background-position: 0 -246px;
                opacity: 1;
                border-radius: 100%;
                margin-top: 15px;
                margin: auto; }
  body section#partners .flip-container, body section#partners .front, body section#partners .back {
    width: 180px;
    height: 170px; }
    @media only screen and (max-width: 414px) {
      body section#partners .flip-container, body section#partners .front, body section#partners .back {
        width: 100%; } }
    @media only screen and (max-width: 414px) {
      body section#partners .flip-container, body section#partners .front, body section#partners .back {
        height: 130px; } }
  body section#partners .popupModal .modal-content {
    background: #f1f2f2;
    border-radius: 4px;
    padding: 20px 30px 60px;
    display: inline-block; }
    @media only screen and (max-width: 414px) {
      body section#partners .popupModal .modal-content {
        padding: 0;
        display: block; } }
    body section#partners .popupModal .modal-content .modal-header {
      text-align: center;
      border: 0;
      padding: 0; }
      body section#partners .popupModal .modal-content .modal-header button span {
        font-size: 30px;
        padding: 10px 10px 0;
        display: block; }
  @media only screen and (max-width: 414px) {
    body section#partners .popupModal .modal-body {
      padding: 0; } }
  body section#partners .popupModal .modal-body .partner-details {
    text-align: left; }
    @media only screen and (max-width: 414px) {
      body section#partners .popupModal .modal-body .partner-details {
        padding: 0;
        overflow: hidden; } }
    body section#partners .popupModal .modal-body .partner-details h4 {
      padding: 0 10px;
      margin: 0; }
    body section#partners .popupModal .modal-body .partner-details .partner-info {
      padding: 0 10px 10px;
      overflow: hidden; }
      body section#partners .popupModal .modal-body .partner-details .partner-info:before {
        float: left;
        margin-right: 10px; }
        @media only screen and (max-width: 414px) {
          body section#partners .popupModal .modal-body .partner-details .partner-info:before {
            width: 26px; } }
    body section#partners .popupModal .modal-body .partner-details .partner-name:before {
      content: " ";
      display: block;
      width: 35px;
      height: 35px;
      z-index: 1;
      background: url(../../images/icons.svg);
      background-size: 35px 1000px !important;
      background-color: transparent;
      background-position: 0 -305px;
      opacity: 1;
      border-radius: 100%;
      margin-top: 15px;
      margin-top: 0;
      height: 20px; }
      @media only screen and (max-width: 414px) {
        body section#partners .popupModal .modal-body .partner-details .partner-name:before {
          width: 26px; } }
    body section#partners .popupModal .modal-body .partner-details .partner-website:before {
      content: " ";
      display: block;
      width: 35px;
      height: 35px;
      z-index: 1;
      background: url(../../images/icons.svg);
      background-size: 35px 1000px !important;
      background-color: transparent;
      background-position: 0 -483px;
      opacity: 1;
      border-radius: 100%;
      margin-top: 15px;
      margin-top: 0;
      height: 20px; }
      @media only screen and (max-width: 414px) {
        body section#partners .popupModal .modal-body .partner-details .partner-website:before {
          width: 26px; } }
    body section#partners .popupModal .modal-body .partner-details .partner-website a {
      float: left;
      width: 80%; }
    body section#partners .popupModal .modal-body .partner-details .partner-intro:before {
      content: " ";
      display: block;
      width: 35px;
      height: 35px;
      z-index: 1;
      background: url(../../images/icons.svg);
      background-size: 35px 1000px !important;
      background-color: transparent;
      background-position: 0 -524px;
      opacity: 1;
      border-radius: 100%;
      margin-top: 15px;
      margin-top: 0;
      height: 20px; }
      @media only screen and (max-width: 414px) {
        body section#partners .popupModal .modal-body .partner-details .partner-intro:before {
          width: 26px; } }
    body section#partners .popupModal .modal-body .partner-details .partner-intro p {
      float: left;
      width: 80%; }
  body section#partners .popupModal .modal-body .partner-logo {
    background-color: #d7dbe1;
    padding: 50px 20px;
    margin: 0 auto 35px;
    border-radius: 4px; }
    @media only screen and (max-width: 767px) {
      body section#partners .popupModal .modal-body .partner-logo {
        width: 180px; } }
    body section#partners .popupModal .modal-body .partner-logo img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        body section#partners .popupModal .modal-body .partner-logo img {
          width: auto;
          margin: auto;
          display: block; } }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

body section#caseStudy {
  position: relative; }
  body section#caseStudy h2.page-title {
    color: #f1f2f2; }
    body section#caseStudy h2.page-title:after {
      background-color: #f1f2f2; }
  @media only screen and (max-width: 767px) {
    body section#caseStudy ul.flex-direction-nav {
      display: none; } }
  body section#caseStudy li .case-image {
    width: 100%; }
  body section#caseStudy li h3 {
    text-align: center;
    padding: 20px 0; }
  body section#caseStudy li div.case-intro {
    padding: 0 50px 20px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px; }
    @media only screen and (max-width: 991px) {
      body section#caseStudy li div.case-intro {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0;
        /* Chrome, Safari, Opera */
        -moz-column-gap: 0;
        /* Firefox */
        column-gap: 0; } }
    @media only screen and (max-width: 414px) {
      body section#caseStudy li div.case-intro {
        padding: 0 20px 20px; } }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

body section#plans {
  position: relative; }
  @media only screen and (max-width: 767px) {
    body section#plans {
      overflow: hidden; } }
  body section#plans:after {
    /*@include graphic-image(url(../../images/graphic-plans.png), 0, auto, 0, auto, url(../../images/graphic-plans-mob.png));*/
    	/*background-position: top left;
    	@include respond-to(sm_t) {
       		background-position: bottom center;
       		bottom: 0;
       		top: auto;
       	}*/ }
  body section#plans .section-parallax-image {
    background-image: url(../../images/graphic-plans.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top left;
    top: 230px;
    width: 18%; }
    @media only screen and (max-width: 1199px) {
      body section#plans .section-parallax-image {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#plans .section-parallax-image {
        background-image: url(../../images/graphic-plans-mob.png);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
  body section#plans .col-md-12 > p:first-of-type {
    padding: 0px 40px 25px;
    text-align: center; }
  body section#plans .plan-details {
    text-align: center;
    width: 34%;
    border-radius: 4px;
    padding: 20px 30px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      body section#plans .plan-details {
        width: 100%;
        margin: 3px 0;
        padding-bottom: 0; } }
    body section#plans .plan-details h3 {
      opacity: .6; }
      @media only screen and (max-width: 414px) {
        body section#plans .plan-details h3 {
          margin: 5px 0; } }
    body section#plans .plan-details .plan-price {
      display: inline-block;
      font-size: 40px;
      font-weight: 600;
      text-align: left;
      margin: auto;
      padding: 10px 0; }
      @media only screen and (max-width: 414px) {
        body section#plans .plan-details .plan-price {
          font-size: 34px;
          padding: 5px 0; } }
      body section#plans .plan-details .plan-price .price-icon {
        content: " ";
        display: block;
        width: 35px;
        height: 35px;
        z-index: 1;
        background: url(../../images/icons.svg);
        background-size: 35px 1000px !important;
        background-color: transparent;
        background-position: 0 -758px;
        opacity: 1;
        border-radius: 100%;
        margin-top: 15px;
        margin-top: 0;
        float: left; }
        @media only screen and (max-width: 767px) {
          body section#plans .plan-details .plan-price .price-icon {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -801px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0; } }
    body section#plans .plan-details .plan-excerpt {
      opacity: .7; }
      body section#plans .plan-details .plan-excerpt p {
        line-height: 1.3; }
    body section#plans .plan-details .plan-info ul {
      list-style: none;
      padding: 0;
      color: #f1f2f2;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      margin: 34px 0; }
      @media only screen and (max-width: 414px) {
        body section#plans .plan-details .plan-info ul {
          margin: 15px 0; } }
      body section#plans .plan-details .plan-info ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0; }
        @media only screen and (max-width: 414px) {
          body section#plans .plan-details .plan-info ul li {
            padding: 15px 0; } }
    body section#plans .plan-details .plan-btn {
      background-color: #f8b517;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 20px;
      margin: 16px 0;
      display: block;
      padding: 12px; }
      @media only screen and (max-width: 767px) {
        body section#plans .plan-details .plan-btn {
          margin: 0 -30px 0;
          padding: 25px; } }
      @media only screen and (max-width: 414px) {
        body section#plans .plan-details .plan-btn {
          padding: 15px; } }
      body section#plans .plan-details .plan-btn:hover {
        background-color: #ce8e0f; }
    body section#plans .plan-details:first-of-type {
      border-radius: 9px;
      position: absolute;
      left: 50%;
      background-color: #07bacf;
      border: 6px solid #f1f2f2; }
      @media only screen and (max-width: 767px) {
        body section#plans .plan-details:first-of-type {
          position: relative;
          left: inherit;
          border: 0;
          border-radius: 4px;
          background-color: #d7dbe1;
          color: #2f363d; }
          body section#plans .plan-details:first-of-type ul {
            color: #2f363d;
            border-bottom: 1px solid #cfd1d3; }
            body section#plans .plan-details:first-of-type ul li {
              border-top: 1px solid #cfd1d3; } }
    body section#plans .plan-details:nth-of-type(2) {
      float: left;
      background-color: #2f363d;
      -webkit-transform: scale(0.9); }
      @media only screen and (max-width: 767px) {
        body section#plans .plan-details:nth-of-type(2) {
          -webkit-transform: scale(1); }
          body section#plans .plan-details:nth-of-type(2) ul {
            border-bottom: 1px solid #363d44; }
            body section#plans .plan-details:nth-of-type(2) ul li {
              border-top: 1px solid #363d44; }
          body section#plans .plan-details:nth-of-type(2) .price-icon {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -758px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0; } }
    body section#plans .plan-details:nth-of-type(3) {
      float: right;
      background-color: #2f363d;
      -webkit-transform: scale(0.9); }
      @media only screen and (max-width: 767px) {
        body section#plans .plan-details:nth-of-type(3) {
          background-color: #d7dbe1;
          color: #2f363d;
          -webkit-transform: scale(1); }
          body section#plans .plan-details:nth-of-type(3) ul {
            color: #2f363d;
            border-bottom: 1px solid #cfd1d3; }
            body section#plans .plan-details:nth-of-type(3) ul li {
              border-top: 1px solid #cfd1d3; } }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
::-webkit-input-placeholder {
  color: #58585b; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #58585b; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #58585b; }

:-ms-input-placeholder {
  color: #58585b; }

body section#contact {
  position: relative;
  color: #f1f2f2;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    body section#contact {
      padding-bottom: 60%; } }
  @media only screen and (max-width: 360px) {
    body section#contact {
      padding-bottom: 110%; } }
  body section#contact:after {
    content: '';
    background-image: url(../../images/graphic-bottomCloud.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-size: 100%;
    width: 100% !important;
    background-size: contain; }
    @media only screen and (max-width: 1199px) {
      body section#contact:after {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#contact:after {
        background-image: url(../../images/graphic-bottomCloud-mob.svg);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
    @media only screen and (max-width: 767px) {
      body section#contact:after {
        padding-bottom: 60%; } }
  body section#contact .contact-form {
    z-index: 9; }
    body section#contact .contact-form p {
      padding: 0;
      text-align: left; }
    body section#contact .contact-form form .validation_error, body section#contact .contact-form form .validation_message {
      color: red; }
    body section#contact .contact-form form .gfield_required {
      display: none; }
    body section#contact .contact-form form .gform_body ul {
      padding-left: 0;
      margin-bottom: 0; }
      body section#contact .contact-form form .gform_body ul li {
        margin-bottom: 5px; }
        body section#contact .contact-form form .gform_body ul li label {
          float: left;
          padding-right: 10px;
          border-right: 1px solid #58585b;
          margin: 20px 15px; }
          @media only screen and (min-width: 992px) and (max-width: 1023px) {
            body section#contact .contact-form form .gform_body ul li label {
              margin: 15px; } }
          @media only screen and (max-width: 360px) {
            body section#contact .contact-form form .gform_body ul li label {
              padding-right: 0;
              margin: 20px 10px 20px 5px; } }
          body section#contact .contact-form form .gform_body ul li label[for=input_1_6]:before {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -300px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0;
            height: 22px; }
          body section#contact .contact-form form .gform_body ul li label[for=input_1_3]:before {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -392px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0;
            height: 22px; }
          body section#contact .contact-form form .gform_body ul li label[for=input_1_8]:before {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -435px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0;
            height: 22px; }
          body section#contact .contact-form form .gform_body ul li label[for=input_1_4]:before {
            content: " ";
            display: block;
            width: 35px;
            height: 35px;
            z-index: 1;
            background: url(../../images/icons.svg);
            background-size: 35px 1000px !important;
            background-color: transparent;
            background-position: 0 -525px;
            opacity: 1;
            border-radius: 100%;
            margin-top: 15px;
            margin-top: 0;
            height: 22px; }
        body section#contact .contact-form form .gform_body ul li .ginput_container {
          background: #d7dbe1;
          padding: 20px 15px;
          border-radius: 4px; }
          @media only screen and (min-width: 992px) and (max-width: 1023px) {
            body section#contact .contact-form form .gform_body ul li .ginput_container {
              padding: 15px; } }
          body section#contact .contact-form form .gform_body ul li .ginput_container.error-validation {
            border: 1px solid red; }
            body section#contact .contact-form form .gform_body ul li .ginput_container.error-validation textarea {
              overflow: hidden; }
        body section#contact .contact-form form .gform_body ul li input, body section#contact .contact-form form .gform_body ul li textarea {
          background: none;
          outline: 0;
          -webkit-appearance: none;
          border: 0;
          color: #2f363d;
          width: 80%; }
        body section#contact .contact-form form .gform_body ul li textarea {
          width: calc(100% - 61px) !important;
          height: 100px; }
    body section#contact .contact-form form .gform_footer button.button {
      -webkit-appearance: none;
      background: #07bacf;
      border: 0;
      width: 100%;
      padding: 17px;
      border-radius: 4px;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 1.5; }
      body section#contact .contact-form form .gform_footer button.button:hover {
        background: #00a6c4; }
    body section#contact .contact-form div.address .address-info:before {
      content: '';
      background: url(../../images/icon-address.svg);
      display: inline-block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: contain;
      float: left;
      padding-right: 30px; }
    body section#contact .contact-form .address-map {
      margin-bottom: 20px;
      padding: 0; }
      @media only screen and (max-width: 991px) {
        body section#contact .contact-form .address-map {
          margin-top: 20px; } }
      body section#contact .contact-form .address-map .google-maps {
        height: 180px; }
        @media only screen and (max-width: 991px) {
          body section#contact .contact-form .address-map .google-maps {
            height: 250px; } }
    body section#contact .contact-form #confirm-message span.confirm-message {
      display: block;
      color: #404041;
      background: #d7dbe1;
      padding: 20px 15px;
      border-radius: 4px;
      font-size: 22px;
      text-align: center;
      margin: 0px 0px 80px; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
html, body, #primary, #main {
  height: 100%; }
  @media only screen and (max-width: 767px) and (max-height: 414px) {
    html, body, #primary, #main {
      height: auto; } }
  @media only screen and (max-width: 773px) and (max-height: 435px) {
    html, body, #primary, #main {
      height: auto; } }

@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: 700px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 991px) {
  html, body, #primary, #main {
    height: 500px; } }
@media screen and (min-aspect-ratio: 125 / 64) and (max-width: 767px) {
  html, body, #primary, #main {
    height: auto; } }
a, button, input[type=submit] {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  a:focus, button:focus, input[type=submit]:focus {
    outline: 0; }

a.button {
  position: relative; }

body a.active.focus, body a.active:focus, body a:active.focus, body a:active:focus, body a:link, body a:visited, body a:hover, body a:active, body a:focus, body button.btn.active.focus, body button.btn.active:focus, body button.btn:active.focus, body button.btn:active:focus, body button.btn:link, body button.btn:visited, body button.btn:hover, body button.btn:active, body button.btn:focus, body .btn.active.focus, body .btn.active:focus, body .btn:active.focus, body .btn:active:focus, body .btn:link, body .btn:visited, body .btn:hover, body .btn:active, body .btn:focus {
  outline: none;
  border: 0;
  text-decoration: none;
  box-shadow: none; }
body .spacing-large {
  padding: 150px 0; }
  @media only screen and (max-width: 767px) {
    body .spacing-large {
      padding: 75px 0; } }
body ul {
  list-style: none; }
body section {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
@media only screen and (max-width: 414px) {
  body h2 {
    font-size: 28px; } }
body h2.page-title {
  margin: auto auto 40px; }

a, body, div, h1, h2, h3, h4, h5, h6, i, li, nav, ol, option, p, span, th, ul {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  line-height: 1.9;
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 3;
  widows: 3; }
  @media only screen and (max-width: 414px) {
    p {
      line-height: 1.6; } }

h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto 55px;
  display: table; }
  h2:after {
    content: '';
    width: 46px;
    height: 4px;
    background-color: #f1f2f2;
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: -23px; }

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 15px;
  font-weight: 600; }

h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600; }

body section#mediafeeds {
  position: relative;
  color: #404041;
  z-index: -2;
  /* help making the image round corner */ }
  body section#mediafeeds .section-parallax-image {
    background-image: url(../../images/graphic-news.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom left;
    position: absolute;
    width: 25%;
    height: 0;
    padding-bottom: 70%;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 90px; }
    @media only screen and (max-width: 1199px) {
      body section#mediafeeds .section-parallax-image {
        width: 35%; } }
    @media only screen and (max-width: 991px) {
      body section#mediafeeds .section-parallax-image {
        background-image: url(../../images/graphic-news-mob.png);
        background-position: center bottom;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0; } }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      body section#mediafeeds .section-parallax-image {
        width: 25%; } }
    @media only screen and (max-width: 1023px) {
      body section#mediafeeds .section-parallax-image {
        right: 0; } }
    @media only screen and (min-width: 415px) and (max-width: 767px) {
      body section#mediafeeds .section-parallax-image {
        bottom: -10px; } }
    @media only screen and (max-width: 360px) {
      body section#mediafeeds .section-parallax-image {
        bottom: 50px; } }
  body section#mediafeeds:after {
    /*@include graphic-image(url(../../images/graphic-news.png), auto, 0, auto, 0, url(../../images/graphic-news-mob.png));*/ }
  body section#mediafeeds h2.page-title:after {
    background-color: #404041; }
  body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper {
    overflow: hidden; }
    body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-user-card {
      float: left;
      width: 10%; }
      @media only screen and (max-width: 767px) {
        body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-user-card {
          width: 15%; } }
      @media only screen and (max-width: 414px) {
        body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-user-card img {
          width: 35px;
          height: 35px; } }
    body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content {
      float: left;
      width: 90%; }
      @media only screen and (max-width: 767px) {
        body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content {
          width: 85%; } }
      body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content .atf-screen-name span, body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content .atf-screen-name a {
        color: #404041;
        font-weight: 600; }
      body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content time.atf-tweet-time {
        color: #939597; }
      body section#mediafeeds .atf-static-tweets .atf-tweet-wrapper .atf-content ul.atf-tweet-actions li a {
        color: #07bacf; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.parallax-container {
  position: absolute; }
  .parallax-container.rocket {
    right: 110px;
    bottom: 35%;
    display: block; }
    @media only screen and (max-width: 767px) {
      .parallax-container.rocket {
        left: 50%;
        bottom: 30%;
        margin-left: -40px; } }
    @media only screen and (max-width: 414px) {
      .parallax-container.rocket {
        bottom: 25%; } }
    @media only screen and (max-width: 767px) and (max-height: 360px) {
      .parallax-container.rocket {
        bottom: 20%; } }
    .parallax-container.rocket img {
      width: 130px; }
      @media only screen and (max-width: 1199px) {
        .parallax-container.rocket img {
          width: 80px; } }
    .parallax-container.rocket.bottom-rocket {
      left: 130px; }
      @media only screen and (max-width: 991px) {
        .parallax-container.rocket.bottom-rocket {
          left: 50%;
          top: 80%;
          margin-left: -45px; } }
      @media only screen and (max-width: 414px) {
        .parallax-container.rocket.bottom-rocket {
          top: 85%; } }
      @media only screen and (max-width: 767px) and (max-height: 414px) {
        .parallax-container.rocket.bottom-rocket {
          top: 82%; } }
      @media only screen and (max-width: 1199px) {
        .parallax-container.rocket.bottom-rocket img {
          width: 120px; } }
      @media only screen and (max-width: 991px) {
        .parallax-container.rocket.bottom-rocket img {
          width: 90px; } }
      .parallax-container.rocket.bottom-rocket.animation-on {
        animation-duration: 5s;
        animation-name: rocket_fadeOut; }
@keyframes rocket_fadeOut {
  0% {
    bottom: 100px; }
  20% {
    bottom: 200px; }
  100% {
    bottom: 650px; } }
  .parallax-container.cloud {
    display: block; }
    @media only screen and (max-width: 414px) {
      .parallax-container.cloud {
        display: none !important; } }
    .parallax-container.cloud img {
      width: 260px; }
      @media only screen and (max-width: 991px) {
        .parallax-container.cloud img {
          width: 170px; } }
    .parallax-container.cloud.cloud01 {
      right: 220px;
      bottom: 70px; }
    .parallax-container.cloud.cloud02 {
      right: 0px;
      bottom: 80px; }
    .parallax-container.cloud.cloud03 {
      right: 101px;
      bottom: 70px;
      opacity: 0.4; }
    .parallax-container.cloud.cloud04 {
      right: 421px;
      bottom: 20px;
      opacity: 0.4; }
    .parallax-container.cloud.cloud05 {
      left: 0px;
      bottom: 150px; }
    .parallax-container.cloud.cloud06 {
      left: 220px;
      bottom: 130px;
      opacity: 0.4; }
      .parallax-container.cloud.cloud06 img {
        width: 150px; }
    .parallax-container.cloud.cloud07 {
      left: 370px;
      bottom: 70px; }
    .parallax-container.cloud.cloud08 {
      left: 30px;
      top: 130px;
      opacity: 0.2;
      z-index: 9999; }
      .parallax-container.cloud.cloud08 img {
        width: 130px; }
    .parallax-container.cloud.cloud09 {
      left: 370px;
      top: 50%;
      opacity: 0.1; }
      .parallax-container.cloud.cloud09 img {
        width: 110px; }
    .parallax-container.cloud.cloud10 {
      right: 20px;
      top: 140px;
      opacity: 0.1;
      z-index: 9999; }
      .parallax-container.cloud.cloud10 img {
        width: 170px; }
  .parallax-container.mountain {
    left: 70px;
    bottom: 40px; }
    @media only screen and (max-width: 1023px) {
      .parallax-container.mountain {
        left: 15px;
        bottom: 25px; } }
    @media only screen and (max-width: 991px) {
      .parallax-container.mountain {
        left: 0; } }
    @media only screen and (max-width: 767px) {
      .parallax-container.mountain {
        bottom: 74px; } }
    @media only screen and (max-width: 1199px) {
      .parallax-container.mountain img {
        width: 270px; } }
    @media only screen and (max-width: 1023px) {
      .parallax-container.mountain img {
        width: 100%; } }
  .parallax-container.about {
    bottom: 300px;
    left: 30px; }
    .parallax-container.about img {
      width: 200px; }
  .parallax-container.whatWeDo {
    right: 30px;
    z-index: 9; }
    @media only screen and (max-width: 1199px) {
      .parallax-container.whatWeDo {
        top: 240px; } }
  .parallax-container.partners {
    bottom: 350px;
    left: 60px; }
    .parallax-container.partners img {
      width: 200px; }
  .parallax-container.plans {
    top: 400px;
    left: 30px; }
    .parallax-container.plans img {
      width: 330px; }
  .parallax-container.news {
    right: 100px;
    top: 140px; }
    @media only screen and (max-width: 1199px) {
      .parallax-container.news {
        top: 240px; } }
    .parallax-container.news img {
      width: 140px; }

/*.profile-pic {
  float: left;
  width: 250px;
  @include respond-to(xxs) { width: 100% ;}
  @include respond-to(xlg) { width: 125px; }
  @include respond-to(sm_landscape) { float: none; }
}*/
.bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media only screen and (max-width: 991px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }
  @media only screen and (max-width: 767px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 35%; } }
  @media only screen and (max-width: 414px) {
    .bottomSpacing-mob, body section#about, body section#whatwedo, body section#partners, body section#mediafeeds {
      padding-bottom: 40%; } }

.modal-dialog {
  text-align: center; }

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