/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: 
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Mukta Malar', sans-serif;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
h1.small-h {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
}
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
h2.big-h {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
}
h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h1.small-h {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2.big-h {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
p {
  margin: 0 0 20px 0;
}
strong {
  font-weight: 400;
}
a {
  color: #8CC63F;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
.border-btn {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #666666;
  padding: 6px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.border-btn:hover {
  text-decoration: none;
  background-color: #666666;
  color: #fff;
}
.primary-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #8CC63F;
  border: 2px solid #8CC63F;
  padding: 6px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.primary-btn:hover {
  text-decoration: none;
  border-color: #666666;
  background-color: #666666;
  color: #fff;
}
.secondary-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #666666;
  border: 2px solid #666666;
  padding: 6px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.secondary-btn:hover {
  text-decoration: none;
  border-color: #8CC63F;
  background-color: #8CC63F;
  color: #fff;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
#mobileNav .mobileNav-header {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
#mobileNav .mobileNav-header .navToggle {
  display: block;
  text-align: right;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 16px 15px;
}
#mobileNav .mobileNav-header .navToggle i {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-size: 2.5rem;
}
#mobileNav nav.mobile-main-menu ul {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
#mobileNav nav.mobile-main-menu ul li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
#mobileNav nav.mobile-main-menu ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 15px 25px 12px 25px;
  display: block;
}
#mobileNav nav.mobile-main-menu ul li:hover {
  border-color: #000;
}
#mobileNav .social-links {
  display: block;
  text-align: center;
  margin: 25px 0;
  padding: 0;
}
#mobileNav .social-links li {
  display: inline-block;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
}
#mobileNav .social-links li:hover {
  background-color: #8CC63F;
  border-color: #8CC63F;
}
#mobileNav .social-links li:hover a {
  color: #fff;
}
#mobileNav .social-links li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
/* Header
==============================*/
#header {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 0;
}
#header .header-logo {
  display: inline-block;
  max-width: 50px;
  float: left;
}
#header .header-text {
  margin: 5px 0 0 15px;
  color: #8CC63F;
}
#header .navToggle {
  float: right;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none!important;
  margin: 10px 0;
}
#header .navToggle i {
  position: relative;
  top: 2px;
  font-size: 25px;
  font-size: 2.5rem;
}
#header nav.main-menu {
  display: inline-block;
  float: left;
}
#header nav.main-menu ul {
  padding: 0;
  margin: 10px 0 0 45px;
  display: inline-block;
  position: relative;
}
#header nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 10px 25px 0 0;
  position: relative;
  border-bottom: 3px solid transparent;
}
#header nav.main-menu ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #000;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 0 5px;
}
#header nav.main-menu ul li:hover {
  border-color: #000;
}
#header nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#header .social-links {
  float: right;
  display: inline-block;
  margin: 5px 0;
  padding: 0;
}
#header .social-links li {
  display: inline-block;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 5px;
}
#header .social-links li:hover {
  background-color: #8CC63F;
  border-color: #8CC63F;
}
#header .social-links li:hover a {
  color: #fff;
}
#header .social-links li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header .header-text {
    margin-top: 8px;
  }
}
/* Content Areas
==============================*/
.section-margin {
  margin-top: 90px;
  margin-bottom: 90px;
}
.section-margin p:last-child {
  margin: 0;
}
.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-padding p:last-child {
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-margin p:last-child {
    margin: 0 0 20px;
  }
  .section-padding p:last-child {
    margin: 0 0 20px;
  }
}
#banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 0;
}
#banner .container-fluid {
  padding: 0;
}
#banner .banner-text-outer {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 500px 0 120px;
}
#banner .banner-text-outer .banner-text {
  padding: 30px;
  max-width: 520px;
  float: right;
}
#banner .banner-text-outer .banner-text h4 {
  margin: 0;
  color: #000;
}
#banner .banner-text-outer .banner-text .view-more {
  color: #000;
  display: block;
  text-align: right;
  margin-top: 10px;
}
#banner .banner-text-outer .banner-text .view-more i {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 3px;
}
#banner .banner-text-outer .banner-text .view-more:hover {
  color: #666666;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #banner .banner-text-outer {
    margin: 300px 0 120px;
  }
  #banner .banner-text-outer .banner-text {
    padding: 15px;
    float: none;
  }
}
.intro-section {
  text-align: center;
}
.intro-section .primary-btn {
  margin-top: 30px;
}
.icon-boxes {
  text-align: center;
}
.icon-boxes .icon-box {
  text-align: left;
  margin-top: 20px;
}
.icon-boxes .icon-box img {
  max-width: 100px;
  margin-bottom: 20px;
}
.icon-boxes .icon-box h3 {
  color: #8CC63F;
}
.icon-boxes .border-btn {
  margin-top: 30px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .icon-boxes .icon-box {
    text-align: center;
  }
}
.profile-carousel-block .profile-header {
  text-align: center;
}
.profile-carousel-block .profile-carousel .profile-item {
  text-decoration: none!important;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box {
  background-color: #f2f2f2;
  margin-top: 30px;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box img {
  width: 100%;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content {
  color: #000 !important;
  padding: 15px 30px;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content h3 {
  margin: 0;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content P {
  font-weight: 500;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content ul {
  margin: 20px 0 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content ul li.hide {
  display: none;
}
.profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content .secondary-btn {
  float: right;
}
.profile-carousel-block .profile-carousel .owl-nav {
  width: 100%;
  top: 28%;
  position: absolute;
}
.profile-carousel-block .profile-carousel .owl-nav button {
  position: absolute!important;
  background-color: #8CC63F !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
  font-size: 25px!important;
  font-size: 2.5rem !important;
}
.profile-carousel-block .profile-carousel .owl-nav button i {
  position: relative;
  top: 2px;
}
.profile-carousel-block .profile-carousel .owl-nav button.owl-prev {
  left: -25px;
}
.profile-carousel-block .profile-carousel .owl-nav button.owl-next {
  right: 0px;
}
.profile-carousel-block .profile-footer {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content {
    padding: 15px 15px;
  }
  .profile-carousel-block .profile-carousel .profile-item .profile-box .profile-box-content .secondary-btn {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .profile-carousel-block .profile-carousel .owl-nav button {
    height: 40px;
    width: 40px;
    font-size: 22px!important;
    font-size: 2.2rem !important;
  }
  .profile-carousel-block .profile-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .profile-carousel-block .profile-carousel .owl-nav button.owl-next {
    right: 15px;
  }
}
.promo-columns-section {
  text-align: center;
}
.promo-columns-section h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
.promo-columns-section .promo-col-header h4 {
  margin: 0;
}
.promo-columns-section .promo-col {
  text-align: left;
  margin-top: 30px;
}
.promo-columns-section .promo-col h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.promo-columns-section .promo-col h3 {
  color: #8CC63F;
}
.promo-columns-section .promo-col .border-btn {
  margin-top: 40px;
}
.promo-columns-section .promo-col-footer {
  margin-top: 60px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .promo-columns-section .promo-col .border-btn {
    margin: 0 0 40px;
  }
}
.difference-section {
  text-align: center;
}
.difference-section h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
.difference-section .difference-header h4 {
  margin: 0;
}
.difference-section .difference-col {
  text-align: left;
  margin-top: 30px;
}
.difference-section .difference-col h5 {
  display: block;
  border: 2px solid #B3B3B3;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 40px;
}
.difference-section .difference-col h5:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0px;
  border-color: #B3B3B3 transparent transparent;
}
.difference-section .difference-col h5:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.7px 15.7px 0 0px;
  border-color: #fff transparent transparent;
}
.difference-section .difference-col h3 {
  color: #8CC63F;
}
.difference-section .difference-col .border-btn {
  margin-top: 40px;
  float: right;
}
.difference-section .difference-footer {
  margin-top: 60px;
}
.testimonials-area {
  background-color: #222;
  text-align: center;
}
.testimonials-area .testimonial {
  padding: 0 30px;
}
.testimonials-area .testimonial h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Raleway', sans-serif;
}
.testimonials-area .testimonial p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.testimonials-area .testimonial a {
  margin-top: 40px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonials-area .testimonial a {
    margin: 00px 0 40px 0;
  }
}
.steps-section .steps-header {
  text-align: center;
}
.steps-section .steps-header h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.steps-section .step-col {
  display: flex;
}
.steps-section .step-col .step {
  margin-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #B3B3B3;
  border-top: none;
  padding: 0 30px 15px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.steps-section .step-col .step h3 {
  font-size: 26px;
  font-size: 2.6rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.steps-section .step-col .step .step-icon {
  position: absolute;
  top: 0;
  padding-top: 50%;
  right: -25px;
  background-color: #fff;
  text-align: center;
}
.steps-section .step-col .step .step-icon i {
  background-color: #8CC63F !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
  font-size: 25px!important;
  font-size: 2.5rem !important;
}
.steps-section .step-col .step .step-icon i.fa-check {
  display: none;
}
.steps-section .step-col .step:hover {
  border-color: #8CC63F;
}
.steps-section .step-col .step:hover h3 {
  color: #8CC63F;
}
.steps-section .step-col:last-child .step .step-icon i.fa-arrow-right {
  display: none;
}
.steps-section .step-col:last-child .step .step-icon i.fa-check {
  display: inline-block;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .steps-section .step-col .step {
    border-right: none;
  }
  .steps-section .step-col .step .step-icon {
    position: absolute;
    top: auto;
    bottom: -25px;
    margin: 0 auto;
    left: 40%;
    right: 0;
    padding-top: 0;
    text-align: left;
  }
  .steps-section .step-col .step .step-icon i {
    text-align: center;
    transform: rotate(90deg);
  }
  .steps-section .step-col:last-child .step .step-icon i {
    transform: rotate(0deg);
  }
}
.team-section .team-header {
  text-align: center;
}
.team-section .team-body {
  margin-top: 60px;
}
.team-section .team-body h2 {
  padding-top: 60px;
}
#four0four {
  margin-top: 200px;
  text-align: center;
}
/* Single Profile
==============================*/
#banner-gallery .carousel-item {
  background-size: cover;
  background-position: center center;
  padding: 500px 0 350px;
}
#banner-gallery .carousel-item .banner-text {
  margin: 600px 0 120px;
  padding: 30px;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
#banner-gallery .carousel-item .banner-text:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 3000px;
  right: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#banner-gallery .carousel-item .banner-text h4 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
#banner-gallery .carousel-item .banner-text .view-more {
  color: #000;
  display: block;
  text-align: right;
  margin-top: 10px;
}
#banner-gallery .carousel-item .banner-text .view-more i {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 3px;
}
#banner-gallery .carousel-item .banner-text .view-more:hover {
  color: #8CC63F;
  text-decoration: none;
}
#banner-gallery .carousel-indicators {
  padding: 0 0 30px 0;
}
#banner-gallery .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 125px;
  height: auto;
  margin: 0 15px;
  text-indent: 0px;
  border: 2px solid transparent;
}
#banner-gallery .carousel-indicators li.active {
  border-color: #fff;
}
#banner-gallery .carousel-control-prev,
#banner-gallery .carousel-control-next {
  opacity: 1;
}
#banner-gallery .carousel-control-prev i,
#banner-gallery .carousel-control-next i {
  background-color: #8CC63F !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  position: relative;
  top: -25px;
  line-height: 50px;
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
  font-size: 25px!important;
  font-size: 2.5rem !important;
}
#profile-content {
  background-color: #f2f2f2;
  padding-top: 60px;
  position: relative;
  font-family: 'Raleway', sans-serif;
}
#profile-content .profile-content-header h1 {
  margin: 0;
  font-family: 'Mukta Malar', sans-serif;
}
#profile-content .profile-content-header .profile-meta {
  padding: 0;
  margin: 0 0 10px 0;
}
#profile-content .profile-content-header .profile-meta li {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8CC63F;
  font-weight: 400;
  margin-bottom: 5px;
}
#profile-content .profile-content-body-left {
  padding-right: 30px;
}
#profile-content .profile-content-body-left ul {
  padding: 15px 0 0 15px;
}
#profile-content .profile-content-body-left ul li {
  margin: 0 0 5px 0;
}
#profile-content .profile-content-body-right {
  padding-left: 30px;
}
#profile-content .profile-content-footer {
  padding: 60px 15px;
  text-align: center;
}
#profile-content .profile-content-footer a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  line-height: 55px;
  display: inline-block;
}
#profile-content .profile-content-footer a i {
  background-color: #8CC63F !important;
  color: #fff !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: relative;
  top: 2px;
  -webkit-border-radius: 100%!important;
  -moz-border-radius: 100%!important;
  border-radius: 100%!important;
  font-size: 25px!important;
  font-size: 2.5rem !important;
}
#profile-content .profile-content-footer a i.fa-arrow-left {
  margin-right: 5px;
}
#profile-content .profile-content-footer a i.fa-arrow-right {
  margin-left: 5px;
}
#profile-content a.download-link {
  text-align: center;
  display: inline-block;
  height: auto;
  line-height: 1.8;
}
#profile-content a.download-link img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 60px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #banner-gallery .carousel-item {
    padding: 300px 0 150px;
  }
  #banner-gallery .carousel-indicators {
    padding: 0 0 30px 0;
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-right: 0;
    margin-left: 0;
    background-color: #f2f2f2;
  }
  #banner-gallery .carousel-indicators li {
    float: left;
    margin: 0;
    width: 50%;
  }
  #banner-gallery .carousel-control-prev,
  #banner-gallery .carousel-control-next {
    opacity: 1;
  }
  #banner-gallery .carousel-control-prev i,
  #banner-gallery .carousel-control-next i {
    height: 40px;
    width: 40px;
    top: -20px;
    line-height: 40px;
    font-size: 25px!important;
    font-size: 2.2rem !important;
  }
  #profile-content {
    clear: both;
  }
  #profile-content .profile-content-footer .alignleft,
  #profile-content .profile-content-footer .alignright {
    margin: 15px 0 15px 0;
  }
  #profile-content .profile-content-footer a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px!important;
    font-size: 2.2rem !important;
  }
}
/* Footer
==============================*/
#footer {
  font-weight: 400;
}
#footer #footer-top {
  border-top: 1px solid #000;
  padding: 30px 0;
}
#footer #footer-top .footer-logos .footer-logo-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer #footer-top .footer-logos .footer-logo-col img {
  max-width: 100%;
  max-height: 100px;
}
#footer #footer-bottom {
  background-color: #B3B3B3;
  padding: 30px 0;
}
#footer #footer-bottom .footer-menu ul {
  padding: 0;
  margin: 0;
}
#footer #footer-bottom .footer-menu ul li {
  display: block;
  margin-bottom: 5px;
}
#footer #footer-bottom .footer-menu ul li a {
  color: #000;
  text-transform: uppercase;
}
#footer #footer-bottom .footer-contact {
  display: block;
  margin-top: 15px;
}
#footer #footer-bottom .footer-contact p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
#footer #footer-bottom .footer-contact a {
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
}
#footer #footer-bottom .footer-contact .social-links {
  padding: 0;
  margin: 0;
}
#footer #footer-bottom .footer-contact .social-links li {
  display: inline-block;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
#footer #footer-bottom .footer-contact .social-links li:hover {
  background-color: #8CC63F;
  border-color: #8CC63F;
}
#footer #footer-bottom .footer-contact .social-links li:hover a {
  color: #fff;
}
#footer #footer-bottom .footer-contact .social-links li a {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .gfield_description,
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 5px 0 0 0;
}
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container {
  margin-top: 0;
}
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container input,
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container textarea,
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container select {
  border: 2px solid #fff;
  width: 100%;
  padding: 5px 10px;
  background-color: #ccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container input::placeholder,
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder,
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container select::placeholder {
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
}
#footer #footer-bottom #contact .gform_wrapper .gform_body .gfield .ginput_container textarea {
  padding: 10px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#footer #footer-bottom #contact .gform_wrapper .gform_footer {
  text-align: right;
}
#footer #footer-bottom #contact .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #666666;
  border: 2px solid #666666;
  padding: 6px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  min-width: 70%;
}
#footer #footer-bottom #contact .gform_wrapper .gform_footer .gform_button:hover {
  text-decoration: none;
  border-color: #8CC63F;
  background-color: #8CC63F;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #field_1_7 {
    display: none!important;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer #footer-top .footer-logos .footer-logo-col img {
    margin-bottom: 30px;
  }
}
/* Posts & Archives
==============================*/
.archive-container {
  padding: 4rem 2rem 2rem 2rem;
}
@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .archive-container {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (max-width: 575px) {
  .archive-container {
    padding: 5rem 0 0 0;
  }
}
.archive-post {
  display: flex;
  align-items: center;
}
.archive-post-img {
  padding-right: 5rem;
  max-width: 38rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .archive-post {
    flex-direction: column;
    align-items: flex-start;
  }
  .archive-post-img {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .archive-post {
    align-items: center;
    flex-direction: column;
  }
  .archive-post-img {
    padding-bottom: 2rem;
    padding-right: 0;
  }
}
.post-container {
  padding: 20rem 2rem 5rem 2rem;
}
#content h1 {
  color: #000;
}
.the-content a {
  color: #8CC63F;
}
.post {
  padding: 0rem 2rem 6rem 0rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .post {
    padding: 0rem 2rem 6rem 2rem;
  }
}
.post-title {
  font-size: 3rem;
}
.post-title a {
  color: #000;
}
.post-title a:hover {
  color: #666666;
}
.entry {
  color: #000;
}
.time {
  padding: 1rem 0;
  display: inline-block;
}
.sidebar {
  padding: 0rem 1rem 1rem 4rem;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    padding: 5rem 2rem !important;
  }
}
.sidebar h4 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #000;
  transition: color 0.2s ease-in-out;
}
.sidebar h4:hover {
  color: #666666 !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  .sidebar-container {
    padding: 2rem;
  }
}
.sidebar-recent {
  display: flex;
  flex-direction: column;
}
.sidebar-recent-item {
  display: inline-block;
  margin: 0.5rem 0;
}
.sidebar-recent-content p {
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  color: #000;
  transition: color 0.2s ease-in-out;
}
.sidebar-recent-content p:hover {
  color: #666666 !important;
}
.sidebar-recent-time {
  font-size: 1.2rem !important;
  font-weight: 400;
  color: #000 !important;
}
.sidebar-categories {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.sidebar-categories-title {
  padding-top: 5rem;
}
.sidebar-categories li {
  padding: 0.5rem 1rem;
  border: 1px #000 solid;
  border-radius: 5px;
  margin: 0.5rem 0.5rem;
  background-color: transparent;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}
.sidebar-categories li a {
  color: #000;
}
.sidebar-categories li:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.sidebar-categories li:hover a {
  color: #fff !important;
}
.blog-lower {
  display: flex;
  align-items: center;
  border-top: 1px rgba(236, 236, 236, 0.774) solid;
}
@media (max-width: 575px) {
  .blog-lower {
    display: initial;
  }
}
.blog-time {
  padding-right: 1rem;
}
.blog-catagories a {
  padding: 0 0.2rem !important;
  color: #8CC63F;
}
.blog-catagories a:hover {
  color: #666666 !important;
}
.navigation ul {
  padding: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .navigation ul {
    padding: 2rem;
  }
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #000;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  border: 1px solid #000;
}
.navigation li a:hover,
.navigation li.active a {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
