@charset "UTF-8";
/*
Theme Name: Bow House Theme
Theme URI: https://www.bowhouse.co.uk
Author: Bow House
Author URI: www.bowhouse.co.uk
Description: Theme by Bow House
Version: 1.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");
p img {
  width: initial;
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

html, button, input, select, textarea,
.pure-g [class*=pure-u] {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4 {
  color: #5f5b81;
  font-weight: normal;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
}

p, li {
  font-size: 18px;
  line-height: 1.5;
  color: #5f5b81;
}

strong {
  font-weight: 500;
}

ul:not(.menu) {
  list-style: none;
}

ul li:not(.menu-item)::before {
  content: "•";
  color: #99ca3b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul.slick-dots li::before {
  content: "";
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.spacing {
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .spacing {
    padding: 30px 20px;
  }
}

.spacing-w {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spacing-h {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spacing-sm {
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .spacing-sm {
    padding: 20px;
  }
}

.bt,
.acf-button {
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 25px;
  font-weight: bold;
  display: inline-block;
  border-style: none;
  cursor: pointer;
}
.bt i,
.acf-button i {
  font-size: 12px;
  margin-left: 5px;
  font-weight: bold;
  position: relative;
  top: -1px;
}

.bt-white {
  border: 2px solid #FFF;
  color: #FFF;
}
.bt-white:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.bt-blue {
  background: #5f5b81;
  color: #FFF;
}
.bt-blue:hover {
  background: #77739c;
}

.bt-green,
.acf-button {
  background: #99ca3b;
  color: #FFF;
}
.bt-green:hover,
.acf-button:hover {
  background: #aed563;
}

a {
  color: #1DA6DF;
  text-decoration: none;
}
a:hover, a:active {
  color: #1784b2;
}

.relative {
  position: relative;
}

.l-box {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-box-x {
  padding: 0 10px;
}

.wpcf7 input {
  max-width: 100%;
}

.primary {
  color: #99ca3b;
}

.secondary {
  color: #5f5b81;
}

.color1 {
  color: #f6f6f8;
}

.color2 {
  color: #59b742;
}

.color3 {
  color: #1DA6DF;
}

.grey-l {
  color: #ddd;
}

.bg-primary {
  background-color: #99ca3b;
}

.bg-secondary, .color-wrapper {
  background-color: #5f5b81;
}

.bg-color1 {
  background-color: #f6f6f8;
}

.bg-color2 {
  background-color: #59b742;
}

.bg-color3 {
  background-color: #1DA6DF;
}

.bg-grey-l {
  background-color: #ddd;
}

.bg-w {
  background-color: #FFF;
}

.color-wrapper p, .color-wrapper ul, .color-wrapper li, .color-wrapper h1, .color-wrapper h2, .color-wrapper h3, .color-wrapper h4, .color-wrapper ul li:not(.menu-item)::before, .bg-primary p, .bg-primary ul, .bg-primary li, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary ul li:not(.menu-item)::before, .bg-secondary p, .bg-secondary ul, .bg-secondary li, .bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary ul li:not(.menu-item)::before {
  color: #FFF;
}
.color-wrapper a, .bg-primary a, .bg-secondary a {
  text-decoration: underline;
  color: #FFF;
}
.color-wrapper a:hover, .bg-primary a:hover, .bg-secondary a:hover {
  color: #e6e6e6;
}
.color-wrapper input, .bg-primary input, .bg-secondary input {
  color: #5f5b81;
}

@media only screen and (min-width: 900px) {
  .header-fill {
    width: 100%;
    margin-bottom: 90px;
  }
}

.header-bar {
  padding: 10px;
  position: relative;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.header-bar .logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 140px;
  height: 75px;
  float: left;
}
@media only screen and (min-width: 900px) {
  .header-bar {
    position: fixed;
  }
}

.menu-wrapper {
  float: right;
  margin-top: 12px;
}
.menu-wrapper .menu-main-container {
  display: inline-block;
}
.menu-wrapper ul {
  margin: 0px;
  list-style: none;
  font-size: 0;
  padding: 0;
}
.menu-wrapper li {
  display: inline-block;
  border-radius: 30px;
  margin-right: 10px;
}
.menu-wrapper li.contact {
  background: #99ca3b;
}
.menu-wrapper li.contact a {
  color: #FFF;
}
.menu-wrapper li:hover {
  background: #5f5b81;
}
.menu-wrapper li:hover a {
  color: #FFF;
}
.menu-wrapper li a {
  display: block;
  text-decoration: none;
  font-weight: lighter;
  font-size: 18px;
  padding: 10px 20px;
  color: #5f5b81;
  font-weight: 500;
}
.menu-wrapper li.menu-item-has-children:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-wrapper li.current_page_item {
  background: #999;
}
.menu-wrapper li.current_page_item a {
  color: #FFF;
}
.menu-wrapper .menu-item-has-children > a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  color: #5f5b81;
  margin-left: 8px;
  vertical-align: middle;
}
.menu-wrapper .menu-item-has-children > a:hover:after {
  color: #FFF;
}
.menu-wrapper .sub-menu {
  display: none;
  position: absolute;
  padding: 0px;
  background: #999;
}
.menu-wrapper .sub-menu li {
  display: block;
  line-height: 40px;
  margin-right: 0;
}
.menu-wrapper .sub-menu li a {
  font-weight: normal;
  height: 40px;
}
.menu-wrapper .sub-menu li a:hover {
  background-color: #99ca3b;
}
.menu-wrapper ul li:hover ul {
  display: block;
}

.newleaf-container,
.p2p-container {
  float: right;
  display: inline-block;
  height: 27px;
  width: auto;
  padding: 10px 20px;
  border-radius: 30px;
}
.newleaf-container:hover,
.p2p-container:hover {
  background-color: #5f5b81;
}
.newleaf-container:hover .newleaf,
.p2p-container:hover .newleaf {
  background-position: -80px 0;
}
.newleaf-container:hover .p2p,
.p2p-container:hover .p2p {
  background-position: -160px 0;
}
.newleaf-container div,
.p2p-container div {
  position: relative;
  height: 20px;
}
@media only screen and (max-width: 899px) {
  .newleaf-container div,
  .p2p-container div {
    display: none;
  }
}

.newleaf {
  background: url("images/newleaf.png") no-repeat 0 0/cover;
  width: 80px;
}

.p2p {
  background: url("images/p2p.png") no-repeat 0 0/cover;
  width: 160px;
}

#intro-video {
  width: 100%;
  cursor: pointer;
}

.hero {
  min-height: 250px;
  width: 100%;
}
.hero .hero-title {
  width: 100%;
  min-height: 250px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.hero .hero-title h1 {
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.services {
  background-color: #99ca3b;
  text-align: center;
  color: #FFF;
}
.services p, .services h1, .services h2, .services h3, .services h4 {
  color: #FFF;
}
.services img {
  width: 90%;
  max-width: 180px;
  -webkit-transition: 1s;
  transition: 1s;
}
.services img:hover {
  margin-top: -10px;
}
@media only screen and (max-width: 899px) {
  .services img:hover {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1199px) {
  .services img {
    margin: 10px 0px;
  }
}

.col-2:nth-child(odd) {
  padding-right: 20px;
}
.col-2:nth-child(even) {
  padding-left: 20px;
}

@media only screen and (min-width: 600px) {
  .col-3:nth-child(odd) {
    padding-right: 20px;
  }
  .col-3:nth-child(even) {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .col-3:nth-child(3n+1) {
    padding-right: 40px;
  }
  .col-3:nth-child(3n+2) {
    padding: 0px 20px;
  }
  .col-3:nth-child(3n+3) {
    padding-left: 40px;
  }
}

.blog .page-content, .page-id-16 .page-content {
  background: #f6f6f8;
}

.sidebar {
  margin: 0px 20px;
}

.news-image-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  margin-bottom: 30px;
}

.news-shadow {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.news-date {
  font-size: 12px;
  margin-top: -10px;
  color: #999;
}

.news-wrapper {
  width: 100%;
  background: #f6f6f8;
  text-align: center;
}
.news-wrapper h1 {
  color: #5f5b81;
  margin-top: 0;
}

.news-summary {
  margin: 30px 0px;
}

.news-image {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.news-category {
  background: #5f5b81;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 2px solid #FFF;
  top: -35px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  color: #FFF;
  text-align: center;
  font-size: 28px;
  line-height: 55px;
}

.news-image-border {
  width: 100.5%;
  height: 30px;
  background: url("images/post-border.png") no-repeat center/100% 100%;
  position: absolute;
  bottom: 0px;
}

.news-content {
  padding: 20px;
  position: relative;
}
.news-content h3 {
  color: #99ca3b;
  font-weight: lighter;
}
.news-content a h3:hover {
  color: #aed563;
}

.page-numbers {
  padding: 5px;
  display: inline-block;
}

a.page-numbers {
  aspect-ratio: 1/1;
  border-radius: 20px;
  background-color: #FFF;
  min-width: 18px;
  max-height: 18px;
}
a.page-numbers:hover {
  background-color: #1DA6DF;
  color: #FFF;
}

.testimonials {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(95, 91, 129, 0.8)), to(rgba(95, 91, 129, 0.8))), url("images/bg-testimonials.jpg") no-repeat top center/cover;
  background: linear-gradient(to bottom, rgba(95, 91, 129, 0.8) 0%, rgba(95, 91, 129, 0.8)), url("images/bg-testimonials.jpg") no-repeat top center/cover;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  text-align: center;
  padding: 40px 20px 100px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.testimonials .icon-quote {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials p {
  color: #FFF;
}
.testimonials .testimonials-skew {
  position: absolute;
  background: #FFF;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  height: 110px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .testimonials .testimonials-skew {
    display: none;
  }
}
.testimonials .testimonial-content {
  font-size: 32px;
  margin-bottom: 0px;
  font-style: italic;
}
.testimonials .testimonial-content:before, .testimonials .testimonial-content:after {
  content: '"';
  font-style: italic;
  margin-right: 5px;
}
.testimonials .testimonial-author {
  color: #99ca3b;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

input[type=text], input[type=email], textarea {
  width: 90%;
  border: 0px;
  padding: 13px;
  font-size: 18px;
  font-weight: lighter;
  color: #5f5b81;
  margin: 8px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #ebebeb;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
@media only screen and (max-width: 899px) {
  input[type=text], input[type=email], textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
}

.team-member {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px auto;
  cursor: pointer;
  border: 2px solid #5f5b81;
}

.team-member-more {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  width: 200px;
  height: 200px;
  background: rgba(153, 202, 59, 0.8);
  border-radius: 50%;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
}

.team-member-name {
  color: #5f5b81;
  text-align: center;
  margin-bottom: 30px;
}

.team-member:hover > .team-member-more {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-bio {
  display: none;
  position: absolute;
  margin-top: -200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FFF;
  z-index: 2;
  border-radius: 15px;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  width: 98vw;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.team-bio h2 {
  margin-top: 0px;
}

.team-bio-pic {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.team-bio-close {
  float: right;
  cursor: pointer;
  font-size: 24px;
}
.team-bio-close:hover {
  opacity: 0.6;
}

.phases {
  padding: 0px 20px;
}

.boxed {
  margin: 0 5px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 5px 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxed h1, .boxed h2, .boxed h3, .boxed h4, .boxed p, .boxed ul li, .boxed ul li:not(.menu-item)::before {
  color: #5f5b81;
}

.page-template-page-newleaf li:not(.menu-item) {
  background: url("images/newleaf-bullet.png") no-repeat left 18px/25px;
  padding-left: 40px;
}
.page-template-page-newleaf li:not(.menu-item):before {
  content: "";
  margin: 18px 0px 18px -18px;
}
.page-template-page-newleaf .clipboard-wrapper {
  text-align: center;
}
.page-template-page-newleaf .clipboard {
  display: inline-block;
  width: 370px;
  height: 525px;
  position: relative;
  margin: 15px 0px;
  text-align: initial;
}
.page-template-page-newleaf .clipboard-content ul {
  padding: 0px;
}
.page-template-page-newleaf .clipboard-content li {
  background: none;
}
.page-template-page-newleaf .clipboard-content li:before {
  content: "•";
  color: #99ca3b;
  font-weight: bold;
  display: inline-block;
  margin: 0px 0px 0px -18px;
}

.clients {
  text-align: center;
}
.clients img {
  margin: 20px;
}

.featured-image {
  float: left;
  width: 100%;
  max-width: 400px;
  margin: 0px 20px 20px 0px;
}

.quote-wrapper {
  min-height: 450px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .quote-wrapper .quote-container {
    width: 90%;
  }
}
.quote-wrapper .quote-container p {
  color: #FFF;
  font-style: italic;
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .quote-wrapper .quote-container p {
    font-size: 24px;
  }
}
.quote-wrapper .quote-container p:before, .quote-wrapper .quote-container p:after {
  content: '"';
  font-style: italic;
  margin-right: 5px;
}
.quote-wrapper .quote-by {
  color: #99ca3b;
  text-align: center;
  margin-top: 20px;
}

.newleaf-quote-wrapper {
  background: url("images/bg-quote.jpg");
  width: 100%;
}
.newleaf-quote-wrapper p {
  color: #FFF;
}
.newleaf-quote-wrapper .newleaf-quote-container {
  width: 60%;
  margin: 0 auto;
}
.newleaf-quote-wrapper .newleaf-quote-container:before {
  content: " ";
  background: url("images/quote-open.png") no-repeat center/contain;
  width: 80px;
  height: 50px;
  display: block;
  float: left;
  margin-left: -80px;
}
.newleaf-quote-wrapper .newleaf-quote-container:after {
  content: " ";
  background: url("images/quote-close.png") no-repeat center/contain;
  width: 80px;
  height: 50px;
  display: block;
  float: right;
  margin: -50px -80px 0px 0px;
}

.content-image-container {
  position: relative;
}

.content-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 899px) {
  .content-image {
    position: inherit;
    margin: 20px 0px;
  }
}

.page-id-14 .page-services {
  min-height: 450px;
}

.grid-sizer,
.grid-item {
  width: 33.3%;
}
@media only screen and (max-width: 899px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.filters {
  margin-bottom: 50px;
}

.filter-select {
  padding: 10px 30px 10px 10px;
  margin: 0px;
  background: #FFF;
  color: #5f5b81;
  border: 1px solid #5f5b81;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  max-width: 350px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
label {
  position: relative;
}

label:after {
  content: "\f161";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #5f5b81;
  right: 12px;
  top: 0px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.resources-container {
  padding: 0px 15px;
}
.resources-container h3 {
  color: #5f5b81;
  height: 75px;
}

button {
  border: 0px;
  outline: 0px;
  background: inherit;
}
button img {
  position: relative;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
button img:hover {
  margin-top: -5px;
}

.button-group {
  margin-bottom: 50px;
}
@media only screen and (max-width: 899px) {
  .button-group {
    display: none;
  }
}

.show-all {
  float: right;
  color: #5f5b81;
  font-size: 12px;
}

@media only screen and (min-width: 900px) {
  .filters {
    display: none;
  }
}

.embed-container iframe {
  width: 100%;
  height: 640px;
}

.customer-table thead {
  background-color: #99ca3b;
  color: #FFF;
  font-weight: bold;
}
.customer-table td {
  padding: 3px 5px;
}
.customer-table tr {
  background-color: rgba(95, 91, 129, 0.05);
}
.customer-table tr:nth-child(2n) {
  background-color: rgba(95, 91, 129, 0.15);
}

.text-right {
  text-align: right;
}

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

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
  margin: 0 30px;
}

.slick-list {
  margin: 0 -30px;
}

.slick-dots {
  height: 20px;
  bottom: -30px;
}

.accordion {
  background-color: #99ca3b;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
}
.accordion h4 {
  margin: 0;
  color: #FFF;
  font-size: 21px;
}
.accordion:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #FFF;
  position: absolute;
  top: 12px;
  right: 12px;
}
.accordion.active, .accordion:hover {
  background-color: #5f5b81;
}
.accordion.active:after, .accordion:hover:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}
.accordion.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  margin-bottom: 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.panel.active {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.footer-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#99ca3b), to(#59b742));
  background: linear-gradient(to bottom, #99ca3b 0%, #59b742);
  padding: 30px 0px;
}
.footer-wrapper a {
  color: #FFF;
}
.footer-wrapper a:hover {
  color: #5f5b81;
}
.footer-wrapper p {
  color: #FFF;
}
.footer-wrapper i {
  background: #5f5b81;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #FFF;
  border-radius: 50%;
  font-size: 20px;
}
.footer-wrapper i:hover {
  background: #77739c;
}
.footer-wrapper .footer-col-1 {
  text-align: right;
  margin-right: 10px;
}
.footer-wrapper .footer-col-1 h1 {
  font-weight: lighter;
  color: #FFF;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer-wrapper .footer-col-1 {
    margin: 0px;
  }
}
.footer-wrapper .footer-col-2 {
  margin-left: 20px;
}
.footer-wrapper .footer-col-2 p {
  margin: 0;
}
@media only screen and (max-width: 899px) {
  .footer-wrapper .footer-col-2 {
    margin: 20px 0px;
  }
}
.footer-wrapper .footer-menu-wrapper h3 {
  text-transform: uppercase;
  font-weight: lighter;
  color: #FFF;
  text-align: right;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer-wrapper .footer-menu-wrapper ul {
  list-style: none;
}
.footer-wrapper .footer-menu-wrapper ul li {
  text-align: right;
  margin: 10px 0px;
  font-size: 18px;
}
.footer-wrapper .copyright p {
  text-align: right;
  font-size: 10px;
}
.footer-wrapper .footer-tel {
  margin: 20px 0px;
}
.footer-wrapper .footer-tel a {
  color: #5f5b81;
}
.footer-wrapper .footer-tel a:hover {
  color: #77739c;
}