/* -------- main.scss----------- */
/* ------------- _helpers.scss ------------- */
/* -------------  VARIABLES ------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
.black {
  color: #1f1f1f !important; }

.white {
  color: white !important; }

.whitish {
  color: #f9f9f9 !important; }

.red {
  color: #e51d26 !important; }

.gray-light {
  color: #d2d2d2 !important; }

.gray-medium {
  color: #616161 !important; }

.gray-dark {
  color: #343434 !important; }

.green {
  color: #739849 !important; }

.zest-green {
  color: #57b800; }

.menu {
  color: #333 !important; }
  .menu-hover {
    color: #251cff !important; }
  .menu-selected {
    color: #fff !important; }

/* ------------- FUNCTIONS ------------- */
/* ------------- MIXINS ------------- */
/* -------------  PLACEHOLDERS ------------- */
/* ------------- _base.scss ------------- */
/* ------------RESET------------ */
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

/* Headings */
h1 {
  margin-top: 0; }

h2 {
  font-size: 28px;
  line-height: 35px; }

/* 22px */
h3 {
  font-size: 1.429em; }

/* 20px */
h4 {
  font-size: 1.286em; }

/* 18px */
h5 {
  font-size: 17px;
  color: #75bf44;
  margin-top: -10px;
  margin-bottom: 20px; }

/* 16px */
h6 {
  font-size: 1em; }

/* 14px */
h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: .8em; }

img {
  max-width: 100%; }

p {
  margin: 0 0 25px; }

/* ---------- GLOBAL ----------------- */
body {
  position: relative; }

* {
  box-sizing: border-box; }

.cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

/* ---------------  _typography.scss ----------------- */
body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px; }

p {
  letter-spacing: -0.022em;
  margin-bottom: 15px; }

/* ------------- _layouts.scss ------------- */
/* ------------- GRID ------------- */
/* HTML5 tags */
header, main, section, footer,
aside, nav, article, figure {
  display: block; }

main, header, footer {
  clear: both;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  min-height: 30px; }

/* ------------- HEADER ------------- */
header {
  clear: both; }

.header_wrapper {
  width: 100%;
  margin-bottom: 1em; }

.logo {
  margin-top: 20px; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  width: 100%;
  padding-top: 1em;
  min-height: 316px;
  margin-top: 60px; }

/* ------------- SIDEBAR ------------- */
/* ------------- HOMEPAGE ------------- */
#section-1 {
  min-height: 400px;
  padding: 50px 0px 40px 0px; }
  #section-1 .container {
    width: 100% !important;
    text-align: center; }
  #section-1 .img-responsive {
    margin: 0 auto; }
  #section-1 .btn_readon {
    margin-bottom: 30px;
    margin-top: 30px; }

#section-2 {
  min-height: 730px;
  padding-top: 105px; }
  #section-2 h1 {
    font-size: 51px;
    line-height: 1.2;
    letter-spacing: -0.020em;
    color: #75bf44;
    width: 65%;
    margin-bottom: 40px; }
  #section-2 .needs-text {
    margin-top: 55px;
    width: 94%; }

#section-3 {
  min-height: 430px;
  padding: 50px 0px;
  margin-bottom: -60px;
  background-color: #dbdbdc;
  background-image: url("../img/child-friendly.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat; }
  #section-3 .section3-left h1 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.020em;
    color: #75bf44;
    margin-bottom: 30px; }
  #section-3 .section3-left h3 {
    font-size: 30px;
    color: 75bf44; }
  #section-3 .section3-left p {
    line-height: 1.6;
    width: 94%; }
  #section-3 .section3-left .btn_aboutus {
    margin-top: 30px; }
  #section-3 .section3-right {
    color: white;
    padding-left: 37px; }
    #section-3 .section3-right h1 {
      font-size: 42px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      margin-bottom: 30px; }

.footer_wrapper ul {
  padding-left: 0;
  margin-top: 45px; }
  .footer_wrapper ul li {
    height: 24px; }
.footer_wrapper .footer-logo img {
  margin: 39px auto 0; }
.footer_wrapper .address {
  padding-left: 100px;
  padding-top: 42px; }
  .footer_wrapper .address .phone {
    font-size: 24px;
    color: #75bf44;
    margin-bottom: 10px; }
  .footer_wrapper .address .email {
    margin-bottom: 11px; }

/* ------------- XXS ------------- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

@media (max-width: 384px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
    float: left; }

  .col-xxs-1 {
    width: 8.333333333333332%; }

  .col-xxs-2 {
    width: 16.666666666666664%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-4 {
    width: 33.33333333333333%; }

  .col-xxs-5 {
    width: 41.66666666666667%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-7 {
    width: 58.333333333333336%; }

  .col-xxs-8 {
    width: 66.66666666666666%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-10 {
    width: 83.33333333333334%; }

  .col-xxs-11 {
    width: 91.66666666666666%; }

  .col-xxs-12 {
    width: 100%; }

  .col-xxs-push-1 {
    left: 8.333333333333332%; }

  .col-xxs-push-2 {
    left: 16.666666666666664%; }

  .col-xxs-push-3 {
    left: 25%; }

  .col-xss-push-4 {
    left: 33.33333333333333%; }

  .col-xxs-push-5 {
    left: 41.66666666666667%; }

  .col-xxs-push-6 {
    left: 50%; }

  .col-xxs-push-7 {
    left: 58.333333333333336%; }

  .col-xxs-push-8 {
    left: 66.66666666666666%; }

  .col-xxs-push-9 {
    left: 75%; }

  .col-xxs-push-10 {
    left: 83.33333333333334%; }

  .col-xxs-push-11 {
    left: 91.66666666666666%; }

  .col-xxs-pull-1 {
    right: 8.333333333333332%; }

  .col-xxs-pull-2 {
    right: 16.666666666666664%; }

  .col-xxs-pull-3 {
    right: 25%; }

  .col-xxs-pull-4 {
    right: 33.33333333333333%; }

  .col-xxs-pull-5 {
    right: 41.66666666666667%; }

  .col-xxs-pull-6 {
    right: 50%; }

  .col-xxs-pull-7 {
    right: 58.333333333333336%; }

  .col-xxs-pull-8 {
    right: 66.66666666666666%; }

  .col-xxs-pull-9 {
    right: 75%; }

  .col-xxs-pull-10 {
    right: 83.33333333333334%; }

  .col-xxs-pull-11 {
    right: 91.66666666666666%; }

  .col-xxs-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-xxs-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-xxs-offset-3 {
    margin-left: 25%; }

  .col-xxs-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-xxs-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-xxs-offset-6 {
    margin-left: 50%; }

  .col-xxs-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-xxs-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-xxs-offset-9 {
    margin-left: 75%; }

  .col-xxs-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-xxs-offset-11 {
    margin-left: 91.66666666666666%; } }
/* ------------- _design.scss ------------- */
p {
  color: #919192; }

ul li {
  color: #919192;
  line-height: 25px; }

/* ------------- HEADER ------------- */
.header-top {
  background-color: #dbdbdc; }

.header-top {
  padding-top: 12px; }
  .header-top p {
    margin: 0px 0px 12px 0px; }
  .header-top a[href^="mailto"] {
    display: inline-block;
    margin-right: 10px;
    color: #333; }
    .header-top a[href^="mailto"]:before {
      content: '\f0e0';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      margin-right: 5px;
      color: #75bf44; }
  .header-top a[href^="tel"] {
    display: inline-block;
    margin-left: 10px;
    color: #333; }
    .header-top a[href^="tel"]:before {
      content: '\f098';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      margin-right: 5px;
      color: #75bf44; }

.header-top-right {
  float: right; }

.header_wrapper {
  background: #fff; }

/* ------------- FOOTER ------------- */
.footer_wrapper {
  background: #4c4d4f;
  color: white; }
  .footer_wrapper ul {
    list-style-type: none; }
  .footer_wrapper a {
    color: white; }
    .footer_wrapper a :hover {
      color: white; }

.copyright {
  color: white;
  text-align: center;
  margin-top: 55px;
  font-size: 11px;
  margin-bottom: 20px; }

a.zest-green {
  color: #57b800 !important; }

a.zest-green:hover {
  color: #57b800; }

.white-text p {
  color: #ffffff; }

.sidebar-contact {
  background: #4c4d4f url("../img/sidebar-contact-background.jpg") center center no-repeat;
  margin-bottom: 60px;
  padding: 50px 20px 20px 20px;
  -webkit-border-radius: 0px 10px 0px 10px;
  -moz-border-radius: 0px 10px 0px 10px;
  border-radius: 0px 10px 0px 10px; }

.sidebar-contact p {
  color: #ffffff !important;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 50px; }

.banner {
  background: #7ac746 url("../img/banner.png") left center no-repeat;
  margin-bottom: 60px;
  padding: 30px 20px 20px 20px; }

.banner p {
  color: #ffffff;
  font-size: 60px;
  margin-left: -15px; }

.icon img {
  right: 0;
  float: right;
  margin-top: -10px; }

.green-line {
  border-bottom: 10px solid #75bf44; }

p a {
  color: #75bf44; }

p a:hover {
  color: #75bf44;
  text-decoration: underline; }

/* ------------- _menus.scss ------------- */
/* ------------- AUTO-NAV ------------- */
nav {
  margin-top: 23px;
  height: auto;
  /* overflow:hidden;*/
  /*ul*/ }
  nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    /*li*/
    /*dropdown menu start*/
    /*dropdown menu end*/ }
    nav ul li {
      padding: 5px 0;
      margin: 0px;
      position: relative;
      display: inline-block;
      float: left;
      /*dropdown menu start*/
      /*dropdown menu end*/ }
      nav ul li a {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        display: inline-block;
        padding: 15px 25px;
        -webkit-border-radius: 0px 10px 0px 10px;
        -moz-border-radius: 0px 10px 0px 10px;
        border-radius: 0px 10px 0px 10px;
        margin-right: 5px; }
        nav ul li a:hover, nav ul li a:focus {
          text-decoration: none;
          color: #fff;
          outline: none;
          background-color: #75bf44; }
        nav ul li a.nav-selected {
          color: #fff;
          background-color: #75bf44; }
      nav ul li:last-child a {
        /*padding-right:0;*/ }
      nav ul li:hover > ul {
        display: block; }
    nav ul ul {
      /*ul ul*/
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #75bf44;
      -webkit-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      border-radius: 0px 10px 0px 10px;
      padding: 0px;
      z-index: 999;
      width: 200px; }
      nav ul ul li {
        float: none;
        display: block;
        z-index: 999; }
        nav ul ul li a {
          display: block;
          margin-right: 0px; }
      nav ul ul ul {
        /*ul ul ul*/
        top: 0;
        left: 100%; }

/* ------------- RESPONSIVE NAVIGATION ------------- */
.ccm-responsive-overlay-open .ccm-responsive-overlay {
  left: 0;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ccm-responsive-overlay {
  background: rgba(41, 68, 15, 0.9);
  display: block;
  position: absolute;
  border-bottom: 5px solid #1f1f1f;
  width: 100%;
  z-index: 9999;
  top: 160px;
  left: -100%;
  bottom: 0;
  height: 100%;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ccm-responsive-overlay ul {
    padding-left: 0;
    float: none;
    text-align: left; }
    .ccm-responsive-overlay ul li {
      list-style-type: none;
      display: block;
      width: 100%;
      background: none;}
      .ccm-responsive-overlay ul li a {
        display: block;
        padding: 0;
        max-width: 95%;
        border-radius: 0;
        color: white; }
      .ccm-responsive-overlay ul li.parent-ul a {
        color: #ffffff;
        font-size: 14px;
        display: inline-block;
        width: 95%;
        padding: 0px 5% 0px 0;
        margin: 0 5% 0 0;
        padding-left: 0px;
        height: 100%;
        font-weight: 200;
        text-decoration: none;
        background: none;}
        .ccm-responsive-overlay ul li.parent-ul a:after {
          padding-left: 7px;
          padding-top: 3px;
          font-size: 14px;
          content: "\f107";
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          cursor: pointer;
          background: none;
          text-decoration: inherit; }
        .ccm-responsive-overlay ul li.parent-ul a:hover {
          background: none;
          color: #75bf44; }
      .ccm-responsive-overlay ul li ul {
        /*new for dd start*/
        display: block;
        position: relative;
        background: none;
        top: 0;
        left: 0;
        /*new for dd end*/ }
        .ccm-responsive-overlay ul li ul li {
          width: 100%; }
        .ccm-responsive-overlay ul li ul ul {
          position: relative;
          left: 0;
          top: 0; }
        .ccm-responsive-overlay ul li ul li {
          padding-left: 10px; }
          .ccm-responsive-overlay ul li ul li.last-li a {
            padding-top: 0;
            font-size: 14px;
            color: white; }
            .ccm-responsive-overlay ul li ul li.last-li a:after {
              content: ""; }

.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: none;
  color: #75bf44;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  width: 84px;
  padding: 0 0.5em;
  border: 0px solid #75bf44;
  border-radius: 0.3em;
  /*margin:0.4em 0.5em;*/
  -webkit-tap-highlight-color: transparent;
  z-index: 2; }
  .ccm-responsive-menu-launch span {
    margin-left: 5px;
    position: relative;
    top: -2px;
    font-size: 1.2em;
    color: #75bf44; }

.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #75bf44;
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  color: #75bf44;
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; }

@media all and (max-width: 993px) {
  .ccm-responsive-menu-launch {
    display: block; }

  .ccm-responsive-navigation.original {
    display: none; }

  header .ccm-search-block-form {
    margin-top: 20px; } }
@media all and (min-width: 994px) {
  .ccm-responsive-overlay {
    display: none !important; } }
/* ------------- _forms.scss ------------- */
/* ------------- FORM ------------- */
.ccm-block-type-form input[type="email"],
.ccm-block-type-form input[type="number"],
.ccm-block-type-form input[type="password"],
.ccm-block-type-form input[type="tel"],
.ccm-block-type-form input[type="text"],
.ccm-block-type-form input[type="url"] {
  border: none;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none;
  height: 45px;
  padding-left: 13px; }
.ccm-block-type-form textarea {
  border: none;
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: none; }
.ccm-block-type-form label {
  font-weight: 400 !important;
  text-transform: none;
  color: #75bf44; }
.ccm-block-type-form .form-actions input.btn,
.ccm-block-type-form .form-actions input[type="submit"] {
  color: #ffffff;
  float: right;
  text-transform: none;
  border: none;
  width: 100%;
  background: #75bf44;
  font-size: 1.4em;
  padding: 15px 25px;
  border-radius: 0px; }
  .ccm-block-type-form .form-actions input.btn:hover,
  .ccm-block-type-form .form-actions input[type="submit"]:hover {
    border: none;
    background: #85d03c; }

/* ------------- _components.scss ------------- */
/* ------------- CTA BUTTONS ------------- */
.btn_ourservices {
  margin-top: 70px; }

.btn_question {
  margin-top: 40px; }

/* ------------- _pages.scss ------------- */
/* ------------- HOME ------------- */
.page-template-home #section-1 {
  background-color: #4c4d4f;
  color: white; }

/* ------------- CONTACT ------------- */
/* ------------- FULL ------------- */
/* ------------- _queries.scss ------------- */
/* ------------- QUERIES ------------- */
/* Large Devices, Desktops */
/**SMALLER THAN 1200*******************************/
@media only screen and (max-width: 1200px) {
  .page-template-home .footer_wrapper .address {
    padding-left: 95px; } }
/**SMALLER THAN 1100*******************************/
/* TABLETS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1024px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/**SMALLER THAN 1026*******************************/
/**SMALLER THAN 992*******************************/
/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header_wrapper .col-sm-3:first-child {
    padding-left: 0; }

  .page-template-home #section-1 {
    min-height: 620px;
    padding-top: 30px; }
    .page-template-home #section-1 h2 {
      font-size: 18px;
      min-height: 23px;
      margin-bottom: 5px;
      margin-top: 18px; }
    .page-template-home #section-1 p {
      font-size: 14px; }
    .page-template-home #section-1 .img-responsive {
      width: 30%; }
    .page-template-home #section-1 .btn_readon img {
      width: 50%; }
    .page-template-home #section-1 .col-sm-12 .col-lg-15:last-child, .page-template-home #section-1 .col-sm-12 .col-lg-15:nth-last-child(2) {
      /*width: 50%*/
      margin-top: 30px; }
  .page-template-home #section-2 {
    min-height: 765px;
    padding-top: 50px !important; }
    .page-template-home #section-2 h1 {
      font-size: 51px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      width: 80%;
      margin-bottom: 40px; }
    .page-template-home #section-2 .needs-text {
      margin-top: 55px;
      width: 94%;
      font-size: 16px; }
    .page-template-home #section-2 .btn_ourservices {
      margin-top: 47px; }
    .page-template-home #section-2 .section2-slideshow {
      margin-top: 55px; }
  .page-template-home #section-3 {
    min-height: 430px;
    padding-top: 45px; }
    .page-template-home #section-3 .section3-left h1 {
      font-size: 42px !important;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      margin-bottom: 30px; }
    .page-template-home #section-3 .section3-left p {
      line-height: 1.6;
      width: 94%; }
    .page-template-home #section-3 .section3-left .btn_aboutus {
      margin-top: 30px; }
    .page-template-home #section-3 .section3-right {
      color: white;
      padding-left: 37px; }
      .page-template-home #section-3 .section3-right h1 {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -0.020em;
        margin-bottom: 30px; }

  .footer_wrapper .footer-left, .footer_wrapper .address {
    text-align: left !important; }
  .footer_wrapper .footer-logo img {
    margin: 39px 0 0 -16px; }
  .footer_wrapper .address {
    padding-left: 40px !important;
    padding-top: 20px; }
  .footer_wrapper .btn_contactus {
    margin: 0; }
    .footer_wrapper .btn_contactus img {
      margin: 0 !important; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px; } }
/* iPad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .header_wrapper .col-sm-3:first-child {
    padding-left: 0; }

  .page-template-home #section-1 {
    min-height: 300px;
    padding-top: 30px; }
    .page-template-home #section-1 h2 {
      font-size: 18px;
      min-height: 23px;
      margin-bottom: 5px;
      margin-top: 18px; }
    .page-template-home #section-1 p {
      font-size: 14px; }
    .page-template-home #section-1 .img-responsive {
      width: 40%; }
    .page-template-home #section-1 .btn_readon img {
      width: 70%; }
  .page-template-home #section-2 {
    min-height: 710px;
    padding-top: 75px; }
    .page-template-home #section-2 h1 {
      font-size: 51px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      width: 80%;
      margin-bottom: 40px; }
    .page-template-home #section-2 .needs-text {
      margin-top: 55px;
      width: 94%;
      font-size: 16px; }
    .page-template-home #section-2 .btn_ourservices {
      margin-top: 47px; }
    .page-template-home #section-2 .section2-slideshow {
      margin-top: 55px; }
  .page-template-home #section-3 {
    min-height: 430px;
    padding-top: 45px; }
    .page-template-home #section-3 .section3-left h1 {
      font-size: 42px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      margin-bottom: 30px; }
    .page-template-home #section-3 .section3-left p {
      line-height: 1.6;
      width: 94%; }
    .page-template-home #section-3 .section3-left .btn_aboutus {
      margin-top: 30px; }
    .page-template-home #section-3 .section3-right {
      color: white;
      padding-left: 37px; }
      .page-template-home #section-3 .section3-right h1 {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -0.020em;
        margin-bottom: 30px; }

  .footer_wrapper .footer-logo img {
    width: 70%;
    margin: 75px 0 0 -16px; }
  .footer_wrapper .address {
    padding-left: 40px !important;
    padding-top: 20px; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px; } }
/* PHONES */
/**SMALLER THAN 767*******************************/
@media only screen and (max-width: 768px) {
  .page-template-home #section-2 {
    min-height: 730px;
    padding-top: 75px; }
    .page-template-home #section-2 h1 {
      font-size: 51px;
      width: 100%;
      margin-bottom: 40px; }
    .page-template-home #section-2 .needs-text {
      margin-top: 55px;
      width: 100%; }
    .page-template-home #section-2 .section2-slideshow {
      margin-top: 55px;
      margin-bottom: 30px; }
  .page-template-home #section-3 .col-sm-7, .page-template-home #section-3 .col-sm-5 {
    width: 100%; }
    .page-template-home #section-3 .col-sm-7 .ccm-custom-style-section315, .page-template-home #section-3 .col-sm-5 .ccm-custom-style-section315 {
      margin-bottom: 55px; }
    .page-template-home #section-3 .col-sm-7 .ccm-custom-style-section316, .page-template-home #section-3 .col-sm-5 .ccm-custom-style-section316 {
      margin-bottom: 55px;
      padding-top: 60px; }
      .page-template-home #section-3 .col-sm-7 .ccm-custom-style-section316.section3-right, .page-template-home #section-3 .col-sm-5 .ccm-custom-style-section316.section3-right {
        padding-left: 0px !important; }

  .footer_wrapper .footer-logo {
    position: relative;
    left: inherit; }
  .footer_wrapper .footer-left, .footer_wrapper .address {
    text-align: center; }
  .footer_wrapper .address {
    padding-left: 0 !important; }
  .footer_wrapper .btn_contactus img {
    margin: 0 auto; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px; } }
@media only screen and (max-width: 680px) {
  nav ul li a {
    padding: 13px 20px; } }
@media only screen and (max-width: 667px) {
  .footer_wrapper .footer-logo {
    position: relative;
    left: inherit; }
  .footer_wrapper .footer-left, .footer_wrapper .address {
    text-align: center; }
  .footer_wrapper .address {
    padding-left: 0; }
  .footer_wrapper .btn_contactus img {
    margin: 0 auto; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px; } }
/**SMALLER THAN 550*******************************/
/* Small Devices, Phones */
@media only screen and (max-width: 440px) {
  .grey-bg .col-xs-5 {
    width: 20%; }
  .grey-bg .col-xs-7 {
    width: 75%; } }
/* Extra Small Devices, Phones */
/* iPhone 6+ LANDSCAPE ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 736px) and (device-height: 414px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  .logo {
    margin-top: 20px;
    margin-left: 270px !important; }

  nav {
    margin-top: 23px;
    margin-left: 80px;
    width: 100%;
    height: auto; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .header_wrapper .col-sm-3:first-child {
    padding-left: 0; }

  .page-template-home #section-1 {
    min-height: 620px;
    padding-top: 30px; }
    .page-template-home #section-1 h2 {
      font-size: 18px;
      min-height: 23px;
      margin-bottom: 5px;
      margin-top: 18px; }
    .page-template-home #section-1 p {
      font-size: 14px; }
    .page-template-home #section-1 .img-responsive {
      width: 30%; }
    .page-template-home #section-1 .btn_readon img {
      width: 50%; }
    .page-template-home #section-1 .col-sm-12 .col-lg-15:last-child, .page-template-home #section-1 .col-sm-12 .col-lg-15:nth-last-child(2) {
      /*width: 50%*/
      margin-top: 30px; }
  .page-template-home #section-2 {
    min-height: 765px;
    padding-top: 50px !important; }
    .page-template-home #section-2 h1 {
      font-size: 51px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      width: 80%;
      margin-bottom: 40px; }
    .page-template-home #section-2 .needs-text {
      margin-top: 55px;
      width: 94%;
      font-size: 16px; }
    .page-template-home #section-2 .btn_ourservices {
      margin-top: 47px; }
    .page-template-home #section-2 .section2-slideshow {
      margin-top: 55px; }
  .page-template-home #section-3 {
    min-height: 430px;
    padding-top: 45px; }
    .page-template-home #section-3 .section3-left h1 {
      font-size: 42px !important;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      margin-bottom: 30px; }
    .page-template-home #section-3 .section3-left p {
      line-height: 1.6;
      width: 94%; }
    .page-template-home #section-3 .section3-left .btn_aboutus {
      margin-top: 30px; }
    .page-template-home #section-3 .section3-right {
      color: white;
      padding-left: 37px; }
      .page-template-home #section-3 .section3-right h1 {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -0.020em;
        margin-bottom: 30px; }

  .footer_wrapper .footer-left, .footer_wrapper .address {
    text-align: left !important; }
  .footer_wrapper .footer-logo img {
    margin: 39px 0 0 -16px; }
  .footer_wrapper .address {
    padding-left: 40px !important;
    padding-top: 20px; }
  .footer_wrapper .btn_contactus {
    margin: 0; }
    .footer_wrapper .btn_contactus img {
      margin: 0 !important; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px; } }
/* iPhone 6+ PORTRAIT ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) and (-webkit-device-pixel-ratio: 3) {
  .logo {
    margin-top: 20px;
    margin-left: 85px; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .ccm-responsive-menu-launch {
    cursor: pointer;
    float: none;
    color: #75bf44;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-top: -135px;
    width: 84px;
    padding: 0 0.5em;
    border: 0px solid #75bf44;
    border-radius: 0.3em;
    /*margin:0.4em 0.5em;*/
    -webkit-tap-highlight-color: transparent;
    z-index: 2; }
    .ccm-responsive-menu-launch span {
      margin-left: 5px;
      position: relative;
      top: -2px;
      font-size: 1.2em;
      color: #75bf44; } }
/* Nexus 6p */
/* iPhone 6 LANDSCAPE ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .logo {
    margin-top: 0px;
    margin-left: 230px !important; }

  nav {
    margin-top: 23px;
    margin-left: 80px;
    width: 100%;
    height: auto; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .header_wrapper {
    margin-bottom: 10px; }
    .header_wrapper .col-sm-3:first-child {
      padding-left: 0;
      padding-top: 15px; }

  .page-template-home #section-1 {
    min-height: 620px;
    padding-top: 30px; }
    .page-template-home #section-1 h2 {
      font-size: 18px;
      min-height: 23px;
      margin-bottom: 5px;
      margin-top: 18px; }
    .page-template-home #section-1 p {
      font-size: 14px; }
    .page-template-home #section-1 .img-responsive {
      width: 35%; }
    .page-template-home #section-1 .btn_readon img {
      width: 60%; }
    .page-template-home #section-1 .col-sm-12 .col-lg-15:last-child, .page-template-home #section-1 .col-sm-12 .col-lg-15:nth-last-child(2) {
      /*width: 50%*/
      margin-top: 30px; }
  .page-template-home #section-2 {
    min-height: 765px;
    padding-top: 65px !important; }
    .page-template-home #section-2 h1 {
      font-size: 45px;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      width: 100%;
      margin-bottom: 40px; }
    .page-template-home #section-2 .needs-text {
      margin-top: 55px;
      width: 94%;
      font-size: 16px; }
    .page-template-home #section-2 .btn_ourservices {
      margin-top: 47px; }
    .page-template-home #section-2 .section2-slideshow {
      margin-top: 55px; }
  .page-template-home #section-3 {
    min-height: 430px;
    padding-top: 45px; }
    .page-template-home #section-3 .section3-left h1 {
      font-size: 42px !important;
      line-height: 1.2;
      letter-spacing: -0.020em;
      color: #75bf44;
      margin-bottom: 30px; }
    .page-template-home #section-3 .section3-left p {
      line-height: 1.6;
      width: 94%; }
    .page-template-home #section-3 .section3-left .btn_aboutus {
      margin-top: 30px; }
    .page-template-home #section-3 .section3-right {
      color: white;
      padding-left: 37px; }
      .page-template-home #section-3 .section3-right h1 {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: -0.020em;
        margin-bottom: 30px; }

  .footer_wrapper .footer-left, .footer_wrapper .address {
    text-align: left !important; }
  .footer_wrapper .footer-logo img {
    margin: 75px 0 0 -16px;
    width: 65%; }
  .footer_wrapper .address {
    padding-left: 0;
    padding-top: 20px;
    margin-left: -25px; }
  .footer_wrapper .btn_contactus {
    margin: 0; }
    .footer_wrapper .btn_contactus img {
      margin: 0 !important; }
  .footer_wrapper .copyright {
    margin-top: 30px;
    font-size: 10px;
    padding-bottom: 10px; } }
/* iPhone 6 PORTRAIT ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .logo {
    margin-top: 20px;
    margin-left: 70px; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .ccm-responsive-menu-launch {
    cursor: pointer;
    float: none;
    color: #75bf44;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-top: -135px;
    width: 84px;
    padding: 0 0.5em;
    border: 0px solid #75bf44;
    border-radius: 0.3em;
    /*margin:0.4em 0.5em;*/
    -webkit-tap-highlight-color: transparent;
    z-index: 2; }
    .ccm-responsive-menu-launch span {
      margin-left: 5px;
      position: relative;
      top: -2px;
      font-size: 1.2em;
      color: #75bf44; } }
/* iPhone 5 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .logo {
    margin-top: 20px;
    margin-left: 40px; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .ccm-responsive-menu-launch {
    cursor: pointer;
    float: none;
    color: #75bf44;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-top: -135px;
    width: 84px;
    padding: 0 0.5em;
    border: 0px solid #75bf44;
    border-radius: 0.3em;
    /*margin:0.4em 0.5em;*/
    -webkit-tap-highlight-color: transparent;
    z-index: 2; }
    .ccm-responsive-menu-launch span {
      margin-left: 5px;
      position: relative;
      top: -2px;
      font-size: 1.2em;
      color: #75bf44; } }
/* iPhone 5 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .logo {
    margin-top: 0px;
    margin-left: 170px; }

  .home-slider-small {
    margin-top: 40px;
    margin-bottom: 40px; }

  .header-top-right {
    margin-right: 20px; }

  .ccm-responsive-menu-launch {
    cursor: pointer;
    float: none;
    color: #75bf44;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    margin-top: -130px;
    width: 84px;
    padding: 0 0.5em;
    border: 0px solid #75bf44;
    border-radius: 0.3em;
    /*margin:0.4em 0.5em;*/
    -webkit-tap-highlight-color: transparent;
    z-index: 2; }
    .ccm-responsive-menu-launch span {
      margin-left: 5px;
      position: relative;
      top: -2px;
      font-size: 1.2em;
      color: #75bf44; } }
/* Nexus 5x */
/* Samsung Galaxy S5 LANDSCAPE ----------- */
/* Samsung Galaxy S5 PORTRAIT ----------- */
/* Samsung Galaxy S4 LANDSCAPE ----------- */
/* Samsung Galaxy S4 PORTRAIT ----------- */
/* IE */

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

/* ---------------------------------------
   Edited by Owen Richards 
   
   Note: SASS files removed 12/02/2018. 
   Unsure if they were maintained up 
   to date.
 -------------------------------------- */
 /**SMALLER THAN 1200*******************************/
@media only screen and (max-width:1200px) {
    nav ul li a {
        font-size: 14px;
        padding: 15px;
    }
    .logo {
        margin-left: 0 !important;
    }
    .logo {
        margin-top: 10px;
    }
}

@media only screen and (max-width:993px) {
    .ccm-responsive-menu-launch {
        display: block;
    }
    nav {
        margin-left: 0;
    }
    nav ul li a.nav-selected,
    nav ul li a:hover,
    nav ul li a:focus {
        background: none;    
        color: #75bf44;
    }
    .header-top {
        height: 47px;
    }
    .ccm-responsive-overlay {
        top: 47px !important;
    }
    .ccm-responsive-menu-launch {
        cursor: pointer;
        float: none;
        color: #75bf44;
        position: relative;
        text-decoration: none;
        font-weight: bold;
        line-height: 30px;
        height: 30px;
        margin-top: -135px;
        width: 84px;
        padding: 0 0.5em;
        border: 0px solid #75bf44;
        border-radius: 0.3em;
        /* margin: 0.4em 0.5em; */
        -webkit-tap-highlight-color: transparent;
        z-index: 2;
    }
    .logo {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .logo img {
        margin: 0 auto;
        dispay: block;
    }
    .header_wrapper {
        margin-bottom: 20px;
    }
    .header-top .container,
    .header_wrapper .container{
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) {
    .footer_wrapper ul li {
        text-align: center;
    }
    .footer_wrapper .footer-logo img {
        margin: 40px auto 20px !important;
        width: auto !important;
    }
    .footer_wrapper .footer-left, .footer_wrapper .address {
        text-align: center !important;
        padding-left: 15px !important;
    }
    .footer_wrapper .address {
        margin-left: 0;
    }
    .footer_wrapper .btn_contactus img {
        margin: 0 auto!important;
    }
}

