html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif; }

p,
li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #666; }

span {
  font-family: "Muli", sans-serif; }

.page-wrapper {
  position: relative;
  min-height: calc(100vh - 182px); }

.container,
.container-fluid {
  position: relative;
  height: 100%; }

.row,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-12 {
  height: 100%; }

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.page-template-page-landing,
.page-template-page-xtend-content,
.page-template-page-case-studies,
.page-template-page-contact,
.page-template-page-thank-you {
  overflow-y: scroll; }

.title :before {
  content: '';
  position: relative;
  display: block;
  top: 0;
  width: 30px;
  height: 4px;
  background-color: #FFF;
  margin-bottom: 10px; }

.title-2 :after {
  content: '';
  position: relative;
  display: block;
  top: 0;
  width: 30px;
  height: 4px;
  background-color: #8bc53f;
  margin-top: 10px; }

@media (max-width: 812px) {
  .title :before {
    margin: 0;
    margin-bottom: 30px; }

  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1600px) {
  .container {
    width: 1280px; } }
.navigation-header {
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 10;
  padding: 0 0 0 0;
  box-shadow: 0; }

.navbar-default {
  background: transparent; }

.navbar-nav {
  display: block;
  float: right;
  padding-top: 12px; }
  .navbar-nav li {
    padding-bottom: 11px;
    padding-left: 5px; }
    .navbar-nav li a {
      font-family: "Poppins", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #000;
      text-transform: uppercase; }
    .navbar-nav li a:hover {
      background: transparent;
      color: #8bc53f; }
    .navbar-nav li .dropdown-menu {
      min-width: 300px;
      background-color: rgba(255, 255, 255, 0.97);
      border: 1px solid transparent;
      box-shadow: none;
      padding: 12px 0;
      margin-top: 0px;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #EEE; }
      .navbar-nav li .dropdown-menu li {
        text-transform: capitalize;
        padding-bottom: 1px;
        margin-left: -6px;
        padding: 4px 10px; }
        .navbar-nav li .dropdown-menu li a {
          line-height: 1.8; }

.dropdown-menu .active a:hover {
  color: #8bc53f;
  text-decoration: none;
  background: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background: transparent;
  color: #8bc53f; }

.navbar-default .navbar-nav > .active > a {
  color: #8bc53f; }

.nav li a:hover, .nav li a:focus {
  text-decoration: none;
  background: transparent; }
.nav .active a {
  background: transparent;
  color: #8bc53f; }
.nav .active .dropdown-menu a {
  color: #000; }
.nav .active .dropdown-menu a:hover {
  color: #8bc53f; }
.nav .active .dropdown-menu li.active a {
  color: #8bc53f; }
.nav .open a:focus {
  background: transparent;
  color: #8bc53f; }

.navbar-default .navbar-toggle {
  margin-right: 0;
  margin-top: 15px;
  padding-right: 20px;
  background-color: #FFF;
  border: none; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent; }
  .navbar-default .navbar-toggle:hover .col-md-10,
  .navbar-default .navbar-toggle:focus .col-md-10 {
    border-top: 1px solid #DDD; }

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block; } }
@media (max-width: 812px) {
  .navigation-header {
    background-color: #FFF;
    height: 65px; }
    .navigation-header .container,
    .navigation-header .container-fluid {
      padding-left: 0;
      padding-right: 0; }
    .navigation-header .navbar-collapse {
      text-align: center; }
    .navigation-header .navbar-default {
      background-color: #FFF;
      padding-bottom: 5px; }
    .navigation-header .col-md-10 {
      background-color: #FFF; }

  .navbar-nav {
    padding-bottom: 20px;
    padding-left: 0;
    float: none !important; }
    .navbar-nav li {
      padding-bottom: 0;
      padding-left: 0; }
      .navbar-nav li a {
        line-height: 1.8; }
      .navbar-nav li .dropdown-menu {
        min-width: 100%; }

  .open .dropdown-menu li {
    margin-left: 0 !important; }
    .open .dropdown-menu li a {
      line-height: 1.8 !important;
      text-align: center;
      color: rgba(0, 0, 0, 0.85); }

  .navbar-toggle .icon-bar {
    transition: all 0.2s; }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%; }
  .navbar-toggle .middle-bar {
    opacity: 0; }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0); }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1; }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0); }

  .show-on-mobile-only {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 992px) {
  .navigation-header {
    height: 65px;
    background-color: #FFF; }
    .navigation-header .navbar-nav {
      padding-top: 6px;
      float: right; }
      .navigation-header .navbar-nav li {
        padding-left: 0; }
        .navigation-header .navbar-nav li a {
          font-size: 13px; }
        .navigation-header .navbar-nav li .dropdown-menu {
          min-width: 100%; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    padding-bottom: 20px; }

  .navbar-nav > li {
    float: none;
    padding-left: 0; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }
.logo {
  margin-left: 20px; }
  .logo img {
    margin-top: 13px;
    height: 47px; }

@media (max-width: 812px) {
  .logo {
    margin-left: 15px; }
    .logo img {
      margin-top: 14px;
      max-height: 35px; } }
.cta-button {
  background-color: #379cdc;
  border-radius: 25px;
  height: 40px;
  padding: 0 !important;
  margin-left: 20px;
  margin-top: 5px; }
  .cta-button a {
    color: #FFF !important;
    padding: 10px 25px !important; }
  .cta-button:hover {
    background-color: #2693d9; }

@media (max-width: 812px) {
  .cta-button {
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    height: 34px; }
    .cta-button a {
      line-height: 1.2 !important; } }
.active-bg {
  padding: 0;
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.1); }

.introduction-section {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap; }

.left-section {
  flex: 1;
  background-color: #8bc53f; }

.left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 15%; }
  .left-content h1 {
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #FFF; }
  .left-content p {
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-top: 0; }
  .left-content .call-to-action-btn {
    display: block;
    border: none;
    border-radius: 25px;
    background-color: #379cdc;
    color: #FFF;
    width: 250px;
    height: 50px;
    text-align: center;
    padding: 16px;
    line-height: 1;
    margin-top: 30px; }
    .left-content .call-to-action-btn .text {
      font-family: "Muli", sans-serif;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
  .left-content a {
    text-decoration: none; }
    .left-content a:hover {
      background-color: #2693d9; }

.right-section {
  height: 100%;
  flex: 1;
  background-color: #DDD;
  background-size: cover;
  background-position: 25% 50%; }
  .right-section img {
    object-fit: cover; }

@media (min-width: 1400px) {
  .left-content {
    padding: 0 15%; }
    .left-content h1 {
      font-size: 62px; } }
@media (max-width: 812px) {
  .introduction-section {
    display: block;
    height: auto; }

  .left-section {
    height: auto;
    padding: 100px 0 80px 0; }

  .left-content {
    height: 100%;
    padding: 2% 8%;
    margin-top: 15px; }
    .left-content h1 {
      font-size: 2em;
      text-align: center; }
    .left-content p {
      font-size: 1.2em;
      margin-top: 0;
      text-align: center; }
    .left-content .call-to-action-btn {
      height: 44px;
      padding: 13px;
      line-height: 1.2;
      margin: 0 auto;
      margin-top: 30px; }
      .left-content .call-to-action-btn .text {
        font-size: 1em; }

  .right-section {
    height: 300px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .right-section {
    height: 450px; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .left-content h1 {
    font-size: 46px; } }
.client-section {
  padding-top: 60px;
  padding-bottom: 80px; }
  .client-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    text-align: center; }
  .client-section .flex-logo-list {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px; }
    .client-section .flex-logo-list .flex-logo-item {
      text-align: center; }
      .client-section .flex-logo-list .flex-logo-item img {
        height: auto;
        max-width: 140px;
        max-height: 80px; }
  .client-section .carousel-control {
    width: 45%;
    top: 40px;
    text-shadow: none;
    opacity: 0.8; }

@media (max-width: 812px) {
  .client-section {
    display: none; } }
.about-section {
  background-color: #8bc53f;
  height: 450px; }
  .about-section .about-container {
    display: flex;
    align-items: center;
    height: 450px; }
    .about-section .about-container .about-content {
      padding-left: 120px; }
      .about-section .about-container .about-content h2 {
        font-size: 30px;
        color: #FFF;
        margin: 0; }
      .about-section .about-container .about-content p {
        font-size: 16px;
        font-weight: 400;
        color: #FFF;
        line-height: 1.9;
        padding-top: 10px; }
      .about-section .about-container .about-content a {
        color: #FFF;
        text-decoration: underline; }

.about-image-strip-container {
  display: flex; }
  .about-image-strip-container .primary-image-container {
    flex: 1; }
    .about-image-strip-container .primary-image-container img {
      width: 100%;
      height: 450px;
      object-fit: cover; }

@media (max-width: 812px) {
  .about-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 50px; }
    .about-section .about-container {
      display: flex;
      align-items: center;
      height: auto; }
      .about-section .about-container .about-content {
        padding-left: 0; }
        .about-section .about-container .about-content .title :before {
          margin: 0 auto;
          margin-bottom: 10px; }
        .about-section .about-container .about-content h2 {
          font-size: 24px;
          text-align: center;
          color: #FFF;
          margin: 0; }
        .about-section .about-container .about-content p {
          font-size: 15px;
          text-align: center; }
        .about-section .about-container .about-content a {
          color: #FFF;
          text-decoration: underline; }

  .about-image-strip-container {
    display: none; } }
@media (min-width: 768px) and (max-width: 992px) {
  .about-section {
    height: auto; }
    .about-section .about-container .about-content {
      padding-left: 0; }
      .about-section .about-container .about-content p {
        padding: 0 5%; } }
.solutions-section {
  padding-top: 40px;
  padding-bottom: 50px; }
  .solutions-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    text-align: center; }

.flex-solutions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px; }
  .flex-solutions .flex-col {
    padding: 14px 7px;
    width: 33%; }

.solution-item {
  background-color: #EDF4E4;
  height: 100%; }
  .solution-item .solution-image img {
    width: 100%;
    height: auto;
    max-height: 275px;
    object-fit: cover; }
  .solution-item .solution-summary {
    padding: 28px 10% 70px 10%; }
    .solution-item .solution-summary h3 {
      font-size: 22px;
      font-weight: 700;
      color: #333;
      margin-top: 8px;
      margin-bottom: 30px; }
    .solution-item .solution-summary p {
      font-size: 15px;
      color: #666; }
    .solution-item .solution-summary a:hover {
      text-decoration: underline;
      color: #8bc53f; }
  .solution-item .learn-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 45px;
    padding-top: 10px; }
    .solution-item .learn-more-btn .text {
      font-size: 18px;
      font-weight: 700;
      text-align: left;
      color: #8bc53f; }
    .solution-item .learn-more-btn .icon-right {
      font-size: 16px;
      margin-left: 10px; }

@media (max-width: 812px) {
  .solutions-section {
    padding-top: 20px;
    padding-bottom: 20px; }
    .solutions-section h2 {
      font-size: 26px; }

  .flex-solutions {
    padding-top: 20px; }
    .flex-solutions .flex-col {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 100%;
      padding: 0;
      margin-bottom: 20px; }

  .solution-item {
    height: 100%; }
    .solution-item a {
      text-decoration: none; }
    .solution-item:hover {
      box-shadow: none; }
    .solution-item .solution-summary {
      padding: 20px 7%; }
      .solution-item .solution-summary h3 {
        font-size: 1.2em; }
      .solution-item .solution-summary p {
        font-size: 14px; }
    .solution-item .learn-more-btn {
      display: inline-block;
      position: static; }
      .solution-item .learn-more-btn .text {
        font-size: 15px; } }
.how-we-work-section {
  padding-top: 50px;
  padding-bottom: 100px; }
  .how-we-work-section .image-container img {
    width: 100%;
    height: 650px;
    max-height: 650px;
    object-fit: cover; }
  .how-we-work-section .list-of-items {
    padding-top: 10px; }
    .how-we-work-section .list-of-items .item {
      padding-bottom: 10px; }
  .how-we-work-section .how-we-work-content {
    padding-left: 60px; }
    .how-we-work-section .how-we-work-content h2 {
      font-family: "Poppins", sans-serif;
      font-size: 28px;
      text-align: left;
      margin-top: 0; }
    .how-we-work-section .how-we-work-content .title-with-icon {
      display: flex;
      align-items: center; }
      .how-we-work-section .how-we-work-content .title-with-icon img {
        width: 45px;
        height: 45px; }
      .how-we-work-section .how-we-work-content .title-with-icon h3 {
        font-size: 18px;
        margin-left: 15px; }
    .how-we-work-section .how-we-work-content p {
      font-size: 14px;
      color: #666;
      line-height: 1.8;
      margin-top: 5px; }

@media (max-width: 812px) {
  .how-we-work-section {
    padding-top: 0px;
    padding-bottom: 60px; }
    .how-we-work-section .list-of-items {
      padding-top: 0px; }
      .how-we-work-section .list-of-items .item {
        border-bottom: 1px solid #DDD;
        padding-top: 40px;
        padding-bottom: 20px; }
    .how-we-work-section .image-container {
      display: none; }
      .how-we-work-section .image-container img {
        height: 250px;
        max-height: 250px; }
    .how-we-work-section .how-we-work-content {
      padding-left: 0; }
      .how-we-work-section .how-we-work-content .title-2 :after {
        margin: 0 auto;
        margin-top: 10px; }
      .how-we-work-section .how-we-work-content h2 {
        font-size: 24px;
        text-align: center; }
      .how-we-work-section .how-we-work-content .title-with-icon {
        flex-direction: column; }
        .how-we-work-section .how-we-work-content .title-with-icon h3 {
          margin-left: 0; }
      .how-we-work-section .how-we-work-content p {
        text-align: center; } }
@media (min-width: 768px) and (max-width: 992px) {
  .how-we-work-section .how-we-work-content p {
    padding: 0 5%; } }
.reach-section {
  background-color: #EDF4E4; }

.tiles {
  display: flex;
  justify-content: space-evenly;
  height: 260px; }
  .tiles .tile-back {
    float: left;
    width: 320px;
    position: relative; }
    .tiles .tile-back .tile-middle {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.color-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .color-overlay .tile-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    .color-overlay .tile-content img {
      width: 175px;
      height: 175px; }
    .color-overlay .tile-content .tile-title {
      font-size: 19px;
      font-weight: 700;
      color: #333; }
    .color-overlay .tile-content .number {
      font-family: "Poppins", sans-serif;
      font-size: 58px;
      font-weight: 700;
      color: #333;
      padding: 3px 0; }
    .color-overlay .tile-content p {
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      color: #333;
      padding: 0px 40px 0 40px;
      margin: 0; }

@media (min-width: 1400px) {
  .color-overlay .tile-content .number {
    font-size: 66px; } }
@media (max-width: 812px) {
  .reach-section {
    padding-top: 0px;
    padding-bottom: 0px; }
    .reach-section .reach-summary {
      padding-top: 10px; }
    .reach-section h2 {
      font-size: 26px; }
    .reach-section p {
      font-size: 15px; }

  .tiles {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px; }
    .tiles .tile-back {
      float: left;
      height: 120px; }

  .color-overlay .tile-content img {
    width: 100px;
    height: 100px; }
  .color-overlay .tile-content .tile-title {
    font-size: 16px; }
  .color-overlay .tile-content .number {
    font-size: 40px;
    padding: 2px 0; }
  .color-overlay .tile-content p {
    font-size: 16px;
    padding: 0px 40px 0 40px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .reach-section {
    padding-bottom: 40px; }

  .tiles {
    padding: 20px 0 0 0; } }
.testimonials-section {
  padding-top: 60px;
  padding-bottom: 100px; }
  .testimonials-section h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    text-align: center; }
  .testimonials-section .quotation {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px; }
    .testimonials-section .quotation img {
      height: 32px; }
  .testimonials-section .carousel-control {
    width: 25%;
    top: 25px;
    text-shadow: none;
    opacity: 0.8; }

.icon-angle-left,
.icon-angle-right {
  font-size: 36px;
  color: #8bc53f; }

.carousel .carousel-indicators {
  display: none; }

.carousel-inner {
  text-align: center; }
  .carousel-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.9;
    padding: 0 15px 15px 15px; }
  .carousel-inner .name {
    font-size: 18px;
    font-weight: 700;
    color: #444; }
  .carousel-inner .designation {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-top: 2px; }

.carousel-control.right,
.carousel-control.left {
  background: none; }

@media (max-width: 812px) {
  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 40px; }
    .testimonials-section h2 {
      font-size: 22px; }
    .testimonials-section .quotation {
      margin-top: 20px;
      margin-bottom: 10px; }
      .testimonials-section .quotation img {
        height: 20px; }
    .testimonials-section .carousel-control {
      display: none; }
    .testimonials-section .testimonials-title {
      font-size: 1.2em;
      text-align: left;
      margin-top: 30px;
      margin-bottom: 5px;
      padding-left: 15px;
      padding-right: 15px; }

  .carousel {
    padding-bottom: 80px; }
    .carousel .carousel-indicators {
      display: block; }
      .carousel .carousel-indicators li {
        background-color: #DDD;
        margin-right: 15px;
        margin-left: 15px; }
      .carousel .carousel-indicators .active {
        background-color: #379cdc; }

  .carousel-inner p {
    font-size: 14px;
    padding-bottom: 5px; }
  .carousel-inner .name {
    font-size: 1em;
    padding-left: 0; }
  .carousel-inner .designation {
    font-size: 0.9em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .testimonials-section .carousel-inner p {
    padding: 0 5%; } }
.call-to-action-banner {
  height: 370px;
  background-color: #edf4e4; }
  .call-to-action-banner .col-md-12 {
    height: 100%; }
  .call-to-action-banner .call-to-action-content-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .call-to-action-banner .call-to-action-content-container .content h3 {
      font-size: 32px;
      margin: 0; }
    .call-to-action-banner .call-to-action-content-container .content p {
      font-size: 16px;
      font-weight: 400;
      color: #666;
      text-align: left;
      line-height: 1.8;
      width: 80%; }
    .call-to-action-banner .call-to-action-content-container .call-to-action-btn {
      display: block;
      border: none;
      border-radius: 25px;
      background-color: #379cdc;
      color: #FFF;
      width: 250px;
      height: 50px;
      text-align: center;
      padding: 16px;
      line-height: 1;
      margin: 0 auto; }
      .call-to-action-banner .call-to-action-content-container .call-to-action-btn .text {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
    .call-to-action-banner .call-to-action-content-container a {
      text-decoration: none; }
      .call-to-action-banner .call-to-action-content-container a:hover {
        background-color: #44a2de; }

@media (max-width: 812px) {
  .call-to-action-banner {
    height: 490px; }
    .call-to-action-banner .call-to-action-content-container {
      flex-direction: column;
      justify-content: center; }
      .call-to-action-banner .call-to-action-content-container .content h3 {
        font-size: 22px;
        text-align: center; }
      .call-to-action-banner .call-to-action-content-container .content p {
        font-size: 15px;
        text-align: center;
        width: 100%; }
      .call-to-action-banner .call-to-action-content-container .call-to-action-btn {
        height: 44px;
        padding: 14px;
        margin: 0 auto;
        margin-top: 20px; }
        .call-to-action-banner .call-to-action-content-container .call-to-action-btn .text {
          font-size: 1em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .call-to-action-banner .call-to-action-content-container .content h3 {
    font-size: 28px; }
  .call-to-action-banner .call-to-action-content-container .content p {
    font-size: 16px;
    padding: 0 5%;
    padding-bottom: 10px; } }
.featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  background-color: #FFF;
  margin-top: 75px; }

.page-post {
  background-color: #EDF4E4;
  margin-top: -75px;
  padding: 20px 120px 30px 120px; }
  .page-post h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center; }
  .page-post .post-content {
    padding-top: 10px; }
    .page-post .post-content h2,
    .page-post .post-content h3 {
      font-size: 19px;
      font-weight: 700;
      margin: 0; }
    .page-post .post-content h4,
    .page-post .post-content h5,
    .page-post .post-content h6 {
      font-size: 18px;
      font-weight: 600;
      margin: 0; }
    .page-post .post-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      padding-bottom: 30px; }
    .page-post .post-content ul {
      padding-bottom: 30px; }
    .page-post .post-content li {
      font-size: 16px;
      font-weight: 400;
      color: #666;
      line-height: 1.9;
      padding-bottom: 5px; }
    .page-post .post-content a {
      text-decoration: underline;
      color: #666; }
    .page-post .post-content .no-bt-padding {
      padding-bottom: 15px; }

.full-xtend-content-section {
  padding-bottom: 80px; }
  .full-xtend-content-section h1 {
    text-align: left; }

.partner-logo {
  margin-top: -124px; }

.default-bg {
  background-color: #FFF; }

@media (max-width: 812px) {
  .full-solution-content-section,
  .full-xtend-content-section {
    background-color: #EDF4E4; }

  .featured-image .image-container img {
    height: 200px;
    margin-top: 65px; }

  .partner-logo {
    width: 50%;
    margin-top: 0;
    margin: 0 auto; }
    .partner-logo img {
      margin-top: -30px; }

  .page-post {
    margin-top: -40px;
    padding: 10px 20px 1px 20px;
    box-shadow: none; }
    .page-post h1 {
      font-size: 26px;
      text-align: left; }
    .page-post .post-content {
      padding-top: 5px; }
      .page-post .post-content h2,
      .page-post .post-content h3,
      .page-post .post-content h4 {
        font-size: 18px; }
      .page-post .post-content p {
        font-size: 14px;
        padding-bottom: 15px; }
      .page-post .post-content li {
        font-size: 14px;
        padding-bottom: 0px; }
      .page-post .post-content ul {
        padding-bottom: 15px;
        padding-left: 20px; }

  .default-bg {
    padding: 0; }

  .full-xtend-content-section {
    padding-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .featured-image .image-container img {
    height: 250px; }

  .partner-logo {
    width: 30%;
    margin-top: 0;
    margin: 0 auto; }

  .page-post {
    margin-top: -40px;
    padding: 20px 5% 20px 5%;
    box-shadow: none; }
    .page-post h1 {
      font-size: 26px; } }
@media (min-width: 993px) and (max-width: 1024px) {
  .partner-logo {
    margin-top: -91px; } }
.solution-call-to-action-banner {
  margin-top: 80px;
  height: 370px;
  background-color: #edf4e4; }
  .solution-call-to-action-banner .col-md-12 {
    height: 100%; }
  .solution-call-to-action-banner .solution-call-to-action-content-container {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 100%; }
    .solution-call-to-action-banner .solution-call-to-action-content-container .content h3 {
      font-size: 32px;
      text-align: center;
      margin: 0; }
    .solution-call-to-action-banner .solution-call-to-action-content-container .content p {
      font-size: 16px;
      font-weight: 400;
      color: #666;
      text-align: left;
      line-height: 1.8;
      width: 80%; }
    .solution-call-to-action-banner .solution-call-to-action-content-container .call-to-action-btn {
      display: block;
      border: none;
      border-radius: 25px;
      background-color: #379cdc;
      color: #FFF;
      width: 250px;
      height: 50px;
      text-align: center;
      padding: 16px;
      line-height: 1;
      margin: 0 auto;
      margin-top: 20px; }
      .solution-call-to-action-banner .solution-call-to-action-content-container .call-to-action-btn .text {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase; }
    .solution-call-to-action-banner .solution-call-to-action-content-container a {
      text-decoration: none; }
      .solution-call-to-action-banner .solution-call-to-action-content-container a:hover {
        background-color: #44a2de; }

@media (max-width: 812px) {
  .solution-call-to-action-banner {
    margin-top: 40px;
    height: 370px; }
    .solution-call-to-action-banner .solution-call-to-action-content-container {
      left: 0;
      margin: 0;
      width: 100%; }
      .solution-call-to-action-banner .solution-call-to-action-content-container .content {
        padding: 0 15px; }
        .solution-call-to-action-banner .solution-call-to-action-content-container .content h3 {
          font-size: 22px;
          text-align: center; }
        .solution-call-to-action-banner .solution-call-to-action-content-container .content p {
          font-size: 15px;
          text-align: center;
          width: 100%; }
      .solution-call-to-action-banner .solution-call-to-action-content-container .call-to-action-btn {
        height: 44px;
        width: 90%;
        padding: 14px;
        margin: 0 auto;
        margin-top: 20px; }
        .solution-call-to-action-banner .solution-call-to-action-content-container .call-to-action-btn .text {
          font-size: 1em; } }
@media (min-width: 768px) and (max-width: 992px) {
  .solution-call-to-action-banner .solution-call-to-action-content-container .content h3 {
    font-size: 28px; }
  .solution-call-to-action-banner .solution-call-to-action-content-container .content p {
    font-size: 16px;
    padding: 0 5%;
    padding-bottom: 10px; }
  .solution-call-to-action-banner .solution-call-to-action-content-container .call-to-action-btn {
    width: 40%; } }
.banner-md {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background-color: #EDF4E4;
  margin-top: 75px; }
  .banner-md h1 {
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center; }

.blog-section {
  height: 100%;
  padding-top: 80px; }

.flex-primary {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flex-primary .flex-col {
    margin-bottom: 100px;
    width: 100%; }

.primary-blog-post-container {
  height: 100%; }
  .primary-blog-post-container a {
    text-decoration: none; }
  .primary-blog-post-container .entry-content {
    display: flex; }
    .primary-blog-post-container .entry-content .post-image {
      flex: 7;
      background-color: #122637;
      position: relative; }
      .primary-blog-post-container .entry-content .post-image img {
        width: 100%;
        height: 470px;
        max-height: 470px;
        object-fit: cover; }
    .primary-blog-post-container .entry-content .overlay-middle {
      transition: .1s ease;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center; }
      .primary-blog-post-container .entry-content .overlay-middle .icon-angle-right {
        font-size: 17px; }
    .primary-blog-post-container .entry-content .text {
      font-size: 13px;
      font-weight: 500;
      padding: 16px 16px; }
      .primary-blog-post-container .entry-content .text p {
        color: #FFF; }
    .primary-blog-post-container .entry-content .post-image:hover img {
      opacity: 0.4; }
    .primary-blog-post-container .entry-content .post-image:hover .overlay-middle {
      opacity: 1; }
    .primary-blog-post-container .entry-content .post-summary {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 360px;
      flex: 3;
      background-color: #8bc53f;
      padding: 0px 5%;
      margin-top: 70px; }
      .primary-blog-post-container .entry-content .post-summary .post-category {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: #536a81;
        letter-spacing: 0; }
      .primary-blog-post-container .entry-content .post-summary h2 {
        font-size: 22px;
        font-weight: 700;
        color: #FFF;
        margin-top: 8px;
        margin-bottom: 6px;
        padding-right: 20px; }
      .primary-blog-post-container .entry-content .post-summary p {
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 1.6;
        font-weight: 400;
        color: #555; }
      .primary-blog-post-container .entry-content .post-summary .post-date {
        font-size: 12px;
        color: #FFF; }

@media (max-width: 812px) {
  .banner-md {
    margin-top: 65px;
    height: 190px; }
    .banner-md h1 {
      font-size: 24px; }

  .blog-section {
    padding-top: 40px; }

  .flex-primary .flex-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 40px; }

  .primary-blog-post-container .entry-content {
    flex-direction: column; }
    .primary-blog-post-container .entry-content .post-image {
      order: 2;
      background-color: transparent; }
      .primary-blog-post-container .entry-content .post-image img {
        height: 200px; }
    .primary-blog-post-container .entry-content .overlay-middle {
      display: none; }
    .primary-blog-post-container .entry-content .post-image:hover img {
      opacity: 1; }
    .primary-blog-post-container .entry-content .post-summary {
      order: 1;
      height: auto;
      padding: 22px 7% 30px 7%;
      margin-top: 0; }
      .primary-blog-post-container .entry-content .post-summary h2 {
        font-size: 1.3em;
        padding-right: 0px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .primary-blog-post-container .entry-content .post-image img {
    height: 350px; } }
.featured-image .image-container img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  background-color: #FFF;
  margin-top: 75px; }

.blog-post {
  background-color: #FFF;
  margin-top: -75px;
  padding: 20px 170px 60px 170px; }
  .blog-post h1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center; }
  .blog-post .entry-date {
    display: block;
    text-align: center;
    font-size: 1em;
    color: rgba(36, 40, 56, 0.6);
    padding-bottom: 20px; }
  .blog-post .post-content {
    padding-top: 10px; }
    .blog-post .post-content h2,
    .blog-post .post-content h3 {
      font-size: 19px;
      font-weight: 700;
      margin: 0; }
    .blog-post .post-content h4,
    .blog-post .post-content h5,
    .blog-post .post-content h6 {
      font-size: 18px;
      font-weight: 600;
      margin: 0; }
    .blog-post .post-content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      padding-bottom: 30px; }
    .blog-post .post-content ul {
      padding-bottom: 30px; }
    .blog-post .post-content li {
      font-size: 16px;
      font-weight: 400;
      color: #666;
      line-height: 1.9;
      padding-bottom: 5px; }
    .blog-post .post-content a {
      text-decoration: underline;
      color: #666; }
    .blog-post .post-content .no-bt-padding {
      padding-bottom: 15px; }

.progress-header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: transparent; }

.progress-container {
  width: 100%;
  height: 3px;
  background: transparent; }

.progress-bar {
  height: 3px;
  background: #8bc53f;
  width: 0%; }

@media (max-width: 812px) {
  .featured-image .image-container img {
    height: 200px;
    margin-top: 65px; }

  .blog-post-section {
    padding-top: 15px;
    padding-bottom: 15px; }

  .default-post-section {
    padding-top: 85px;
    padding-bottom: 25px; }

  .blog-post {
    margin-top: 0;
    padding: 0;
    box-shadow: none; }
    .blog-post h1 {
      font-size: 26px;
      text-align: left; }
    .blog-post .entry-date {
      text-align: left;
      padding-bottom: 7px; }
    .blog-post .post-content h2,
    .blog-post .post-content h3,
    .blog-post .post-content h4 {
      font-size: 18px; }
    .blog-post .post-content p {
      font-size: 14px;
      padding-bottom: 15px; }
    .blog-post .post-content li {
      font-size: 14px;
      padding-bottom: 0px; }
    .blog-post .post-content ul {
      padding-bottom: 15px;
      padding-left: 20px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .featured-image .image-container img {
    height: 300px; }

  .blog-post {
    padding: 0px 5%; } }
.default-post-section {
  padding-top: 150px;
  padding-bottom: 0px; }
  .default-post-section h1 {
    text-align: left; }

@media (max-width: 812px) {
  .default-post-section {
    padding-top: 110px;
    padding-bottom: 25px; } }
.hf-fields-wrap {
  padding-top: 10px; }
  .hf-fields-wrap .left {
    float: left;
    width: 46%; }
  .hf-fields-wrap .right {
    float: right;
    width: 46%; }

.clear {
  clear: both; }

.form-group {
  width: 100%;
  margin-bottom: 35px;
  font-family: "Muli", sans-serif; }
  .form-group .form-label {
    display: block;
    font-size: 13px;
    color: #4d5e73;
    margin-bottom: 7px; }
  .form-group .form-input {
    height: 25px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #D4D9E2;
    border-radius: 0;
    padding: 13px 0;
    font-size: 14px;
    color: #5b5e6d;
    background-color: transparent;
    outline: 0; }
  .form-group :focus {
    border-bottom: 1px solid rgba(55, 156, 220, 0.85); }
  .form-group ::placeholder {
    color: rgba(91, 94, 109, 0.5); }
  .form-group .padding-bottom {
    padding-bottom: 15px; }
  .form-group .textarea-input {
    height: 28px;
    resize: none;
    padding: 3px 0; }

.g-recaptcha {
  padding-top: 5px;
  padding-bottom: 10px;
  clear: both; }

.form-button {
  display: block;
  border: none;
  border-radius: 20px;
  background-color: #379cdc;
  color: #FFF;
  width: 190px;
  height: 40px;
  padding: 13px;
  text-align: center;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  margin-top: 25px; }

.form-button:hover {
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.2);
  color: #FFF;
  text-decoration: none; }

.g2i_wp_solve_validation {
  color: #ef2a24; }

.btn-group .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.open > .dropdown-menu {
  display: block;
  display: table; }

.multiselect .multiselect-selected-text {
  float: left;
  overflow: hidden; }
.multiselect .caret {
  float: right;
  margin-top: 10px;
  color: #777; }

.multiselect-container li {
  margin: 7px 0; }
  .multiselect-container li a {
    outline: none;
    text-align: left !important; }
  .multiselect-container li a:active {
    text-decoration: none;
    background-color: #f5f5f5;
    border: none; }
.multiselect-container .checkbox {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  padding-left: 30px; }
  .multiselect-container .checkbox input[type="checkbox"] {
    margin: 0;
    margin-left: -30px; }
  .multiselect-container .checkbox input[type="checkbox"]:before {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 0.125em;
    cursor: pointer;
    outline: 0; }
  .multiselect-container .checkbox input[type="checkbox"]:checked:after {
    position: absolute;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: #379cdc;
    background-image: url(../assets/tick.png);
    background-repeat: no-repeat;
    background-position: center; }

.btn-default {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #D4D9E2;
  padding: 3px 0px;
  border-radius: 0; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: transparent;
  border-color: #379cdc;
  outline: none;
  box-shadow: none;
  width: 100%; }

.btn-default:hover {
  background-color: transparent;
  border-color: #D4D9E2;
  outline: none;
  box-shadow: none; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  background-color: transparent;
  border-color: #379cdc;
  outline: none;
  box-shadow: none; }

/* Style Select Field */
select {
  background-color: transparent;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  color: #5b5e6d;
  border: none;
  border-bottom: 1px solid #D4D9E2;
  margin-left: -4px;
  appearance: none; }

/* Remove focus */
select:focus {
  outline: none; }

/* Hide label */
.mdl-selectfield label {
  display: none; }

/* Use custom arrow */
.mdl-selectfield select {
  appearance: none; }

.mdl-selectfield {
  font-family: "Muli", sans-serif;
  position: relative; }
  .mdl-selectfield:after {
    position: absolute;
    top: 0.75em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    border-top: 0.375em solid rgba(0,0,0, 0.12);
    pointer-events: none; }

@media (max-width: 812px) {
  .hf-fields-wrap {
    margin-bottom: 0; }
    .hf-fields-wrap .left,
    .hf-fields-wrap .right {
      width: 100%; }

  .g-recaptcha {
    padding-top: 20px;
    transform: scale(0.9);
    transform-origin: 0 0; }

  .form-button {
    height: 44px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .form-button {
    width: 40%; } }
.page-template-page-thank-you a {
  text-decoration: none;
  color: #FFF; }
.page-template-page-thank-you .form-button {
  margin-top: 10px; }

.contact-section {
  padding-top: 80px;
  padding-bottom: 65px; }
  .contact-section h1 {
    font-family: "Poppins", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left; }
  .contact-section .post-content {
    padding-right: 60px; }
    .contact-section .post-content p {
      font-size: 17px;
      line-height: 1.9;
      padding-top: 10px; }
  .contact-section .download-container {
    background-color: #EDF4E4;
    padding: 30px 30px 30px 30px;
    margin-left: 40px; }
    .contact-section .download-container img {
      height: 16px;
      margin-right: 10px; }
    .contact-section .download-container h2 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.3;
      margin: 0; }
    .contact-section .download-container p {
      font-size: 13px;
      color: #666;
      margin-bottom: 15px; }
    .contact-section .download-container a {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #333; }

@media (max-width: 812px) {
  .contact-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px; }
    .contact-section h1 {
      font-size: 26px; }
    .contact-section .post-content {
      padding-right: 0; }
      .contact-section .post-content p {
        font-size: 14px; }
    .contact-section .download-container {
      display: none; } }
@media (min-width: 1600px) {
  .contact-section .download-container {
    margin-left: 60px; } }
.four-column-grid {
  padding-top: 15px; }
  .four-column-grid .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; }
  .four-column-grid .blocks-gallery-item {
    width: 100% !important;
    padding-bottom: 30px !important; }
    .four-column-grid .blocks-gallery-item img {
      height: 230px !important;
      width: 100% !important; }
    .four-column-grid .blocks-gallery-item .blocks-gallery-item__caption {
      margin-bottom: -20px;
      color: #666;
      font-weight: 700;
      background: none; }

.three-column-grid {
  padding-top: 15px; }
  .three-column-grid .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; }
  .three-column-grid .blocks-gallery-item {
    width: 100% !important;
    padding-bottom: 30px !important; }
    .three-column-grid .blocks-gallery-item img {
      height: 300px !important;
      width: 100% !important; }
    .three-column-grid .blocks-gallery-item .blocks-gallery-item__caption {
      margin-bottom: -20px;
      color: #666;
      font-weight: 700;
      background: none; }

.two-column-grid {
  padding-top: 15px; }
  .two-column-grid .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
  .two-column-grid .blocks-gallery-item {
    width: 100% !important; }
    .two-column-grid .blocks-gallery-item img {
      height: 350px !important;
      width: 100% !important; }

@media (max-width: 812px) {
  .four-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(1, 1fr); }
  .four-column-grid .blocks-gallery-item img {
    height: 200px !important;
    width: 100% !important; }

  .three-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(1, 1fr); }
  .three-column-grid .blocks-gallery-item img {
    height: 200px !important;
    width: 100% !important; }

  .two-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(1, 1fr); }
  .two-column-grid .blocks-gallery-item img {
    height: 200px !important;
    width: 100% !important; } }
@media (min-width: 768px) and (max-width: 992px) {
  .four-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr); }

  .three-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr); }

  .two-column-grid .blocks-gallery-grid {
    grid-template-columns: repeat(2, 1fr); } }
.error404 .page-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDF4E4; }

.page-404-section {
  text-align: center; }
  .page-404-section .helpful-message {
    text-align: center; }
    .page-404-section .helpful-message h1 {
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      color: #222; }
    .page-404-section .helpful-message hr {
      width: 100%;
      border-top: 1px solid #8bc53f; }
    .page-404-section .helpful-message p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.9;
      color: #666;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    .page-404-section .helpful-message ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .page-404-section .helpful-message ul li {
        font-size: 16px;
        line-height: 1.9; }
        .page-404-section .helpful-message ul li a {
          color: #666;
          text-decoration: underline; }
      .page-404-section .helpful-message ul .cta-button {
        background-color: transparent;
        border-radius: 0;
        margin-left: 0;
        margin-top: 0; }
        .page-404-section .helpful-message ul .cta-button a {
          color: #666 !important; }
        .page-404-section .helpful-message ul .cta-button:hover {
          background-color: transparent; }

@media (max-width: 812px) {
  .error404 .page-content {
    height: auto;
    display: block; }

  .page-404-section .helpful-message {
    padding-top: 80px;
    padding-bottom: 40px; }
    .page-404-section .helpful-message h1 {
      font-size: 30px; }
    .page-404-section .helpful-message p {
      font-size: 15px; }
    .page-404-section .helpful-message ul li {
      font-size: 15px;
      margin-bottom: 5px; } }
.footer {
  width: 100%;
  height: auto;
  background-color: #333333;
  padding: 48px 25px 48px 25px; }
  .footer P {
    font-size: 14px;
    color: #FFF; }
  .footer .footer-flex-container {
    display: flex;
    align-items: baseline; }
    .footer .footer-flex-container .footer-left-item,
    .footer .footer-flex-container .footer-center-item,
    .footer .footer-flex-container .footer-right-item {
      width: 100%; }
  .footer .footer-left-item p {
    font-weight: 300; }
    .footer .footer-left-item p a {
      font-weight: 500;
      color: #8bc53f; }
  .footer .footer-left-item ul {
    list-style: none;
    padding-left: 0; }
    .footer .footer-left-item ul li {
      display: inline;
      font-size: 14px;
      font-weight: 300; }
      .footer .footer-left-item ul li a {
        color: #FFF; }
  .footer .footer-left-item ul li + li:before {
    content: " | ";
    padding: 0 2px;
    color: #FFF; }
  .footer .footer-center-item {
    margin: 0;
    text-align: center; }
    .footer .footer-center-item p {
      margin: 0;
      padding-bottom: 5px;
      font-weight: 300; }
    .footer .footer-center-item img {
      height: 90px; }
  .footer .footer-right-item p {
    text-align: right;
    margin: 0;
    padding-bottom: 9px;
    font-weight: 300; }
  .footer .social-media-links {
    text-align: right;
    padding-top: 5px; }
    .footer .social-media-links ul {
      padding: 0;
      margin: 0; }
      .footer .social-media-links ul li {
        display: inline; }
        .footer .social-media-links ul li a:hover {
          text-decoration: none; }
    .footer .social-media-links .icon-facebook,
    .footer .social-media-links .icon-twitter,
    .footer .social-media-links .icon-linkedin,
    .footer .social-media-links .icon-youtube {
      color: #8bc53f;
      font-size: 20px; }
    .footer .social-media-links :hover {
      color: #8bc53f; }

@media (max-width: 992px) {
  .footer {
    padding: 25px 15px 25px 15px; }
    .footer p {
      font-size: 13px; }
    .footer .footer-flex-container {
      display: block; }
    .footer .footer-left-item {
      text-align: center; }
      .footer .footer-left-item ul {
        border-bottom: 1px solid #EEE;
        margin-top: 0;
        padding-bottom: 15px;
        padding-left: 0; }
        .footer .footer-left-item ul li {
          font-size: 13px;
          text-align: center; }
    .footer .footer-center-item {
      padding-top: 10px;
      padding-bottom: 15px; }
    .footer .footer-right-item p {
      text-align: center; }
    .footer .social-media-links {
      text-align: center; } }

/*# sourceMappingURL=style.css.map */
