@charset "UTF-8";
/*
* -------  Table of Contents -------
* ----- 1. Normalize
* ----- 2. Font Icons
* ----- 3. Base
* ----- 4. Typography
* ----- 5. Header
* ----- 6. Menu
* ----- 7. Mobile Menu
* ----- 8. Page Header/Top Header
* ----- 9. Home
* ----- 10. Inner page
* ----- 11. Lawyer/Details
* ----- 12. Inputs
* ----- 13. Buttons
* ----- 14. Contact
* ----- 15. Footer
* ----- 16. Owl Carousel
* ----- 17. Grid
* ----- 18. Utilities
* ----- 19. Animations
*/

/* 
    Google Fonts
    font-family: 'IBM Plex Sans', sans-serif;
    font-family: 'Jost', sans-serif;
*/

/*--------------------------------------- */
/* ----------- 1.Normalize -------------- */
/*--------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.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. */
}

/*--------------------------------------- */
/* ----------- 2.Fonts Icons ------------ */
/*--------------------------------------- */
@font-face {
  font-family: "ramsey";
  src: url("../fonts/ramsey.eot?53314112");
  src: url("../fonts/ramsey.eot?53314112#iefix") format("embedded-opentype"),
    url("../fonts/ramsey.woff2?53314112") format("woff2"),
    url("../fonts/ramsey.woff?53314112") format("woff"),
    url("../fonts/ramsey.ttf?53314112") format("truetype"),
    url("../fonts/ramsey.svg?53314112#ramsey") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ramsey";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e800";
} /* '' */
.icon-arrow-left:before {
  content: "\e801";
} /* '' */
.icon-arrow-up:before {
  content: "\e802";
} /* '' */
.icon-arrow-down:before {
  content: "\e803";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-youtube:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-skype:before {
  content: "\f17e";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */

/*--------------------------------------- */
/* ----------- 3.Base ------------------- */
/*--------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  font: 400 1.6rem/1.75 "IBM Plex Sans", sans-serif;
  color: #233a28;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: #7f9654;
}

::selection {
  color: #fff;
  background-color: #7f9654;
}

.page-wrapper {
  position: relative;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.35s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}

.main {
  flex: 1;
  width: 100%;
}

.sticky-wrapper,
.header,
.footer {
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 3rem;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin: 0 0 3rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-top: 0.2rem solid #5c6272;
  margin: 4rem auto;
}

.bg-primary hr,
.bg-primary-dark hr {
  border-top-color: #afb1b5;
}

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}

h1 sup {
  font-size: 15%;
  top: -3em;
}

.cta sup {
  font-size: 30%;
  top: -1.2em;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p img {
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

/*--------------------------------------- */
/* ----------- 4.Typography ------------- */
/*--------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 1.2rem;
}

h1 {
  font-size: 6rem;
  line-height: 1;
}

h2 {
  font-size: 5rem;
  line-height: 1;
}

h3 {
  font-size: 4.4rem;
}

h4 {
  font-weight: 400;
  font-size: 3.2rem;
}

h5 {
  font-weight: 500;

  font-size: 2.4rem;
  line-height: 1.5;
}
h5,
.link,
.editor-content h3,
.page-404 h2 {
  color: #7f9654;
}

h6 {
  font-weight: 700;
  font-size: 1.6rem;
}

.h7 {
  font-weight: 700;
  font-size: 1.2rem;
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.light-section h1,
.light-section h2,
.light-section h3,
.light-section h4,
.dark-section .lead,
.light-section .lead,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary-dark h1,
.bg-primary-dark h2,
.bg-primary-dark h3,
.bg-primary-dark h4 {
  color: inherit;
}

.title-content {
  color: #ddd4c8;
  font: 700 2.8rem/1.2 "IBM Plex Sans", sans-serif;
  letter-spacing: -0.02rem;
}

.title-desc {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.14rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1 {
    font-size: 8.4rem;
  }

  h2 {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 9.2rem;
  }

  h2 {
    font-size: 7rem;
  }

  h3 {
    font-size: 5rem;
  }

  h4 {
    font-size: 3.6rem;
  }

  .title-desc {
    margin-bottom: 3rem;
  }
  .top-header .title-desc {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 10.4rem;
  }

  h2 {
    font-size: 8rem;
  }

  h3 {
    font-size: 5.4rem;
  }

  h4 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h2 {
    font-size: 4.8rem;
  }
  .editor-content h3 {
    font-size: 3.2rem;
  }
  .editor-content h4 {
    font-size: 3rem;
  }
}

.editor-content h3,
.editor-content h4 {
  text-transform: uppercase;
}
.editor-content h3,
.editor-content h4 {
  font-weight: 700;
}
.title-dash:before,
.link-underline:after {
  background-color: #7f9654;
}

.title-dash:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 0.2rem;
  margin-right: 1.2rem;
  margin-top: -0.3rem;
}

.title {
  font-weight: 400;
}

a {
  color: #aabf82;
  text-decoration: none;
  transition: color 0.35s ease;
}

a:hover,
a:focus {
  color: #233a28;
}

small {
  font-size: 80%;
}

blockquote {
  position: relative;
  border: none;
  margin: 0 0 3rem;
  padding: 2rem 2.25rem 2.25rem;
  background: #eade8b;
}

@media (min-width: 768px) {
  blockquote {
    font-size: 2.4rem;
  }
}

blockquote p {
  margin-bottom: 0;
  letter-spacing: normal !important;
  font: italic 600 2.2rem/1.4 "IBM Plex Sans", sans-serif;
}
blockquote p + p {
  margin-top: 1.5rem;
}

blockquote cite {
  font-style: normal;
  color: #ebd85d;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

.lead {
  color: #000;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.45;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 3rem;
}

.editor-content p a {
  font-weight: 600;
}
.editor-content a {
  color: #4c5f27;
  text-decoration: underline;
  font-weight: bold;
}

.editor-content ul ul,
.editor-content ul ol,
.editor-content ol ul,
.editor-content ol ol {
  margin-bottom: 1rem;
}

.editor-content ul,
.text-columns.editor-content ul ul {
  margin-left: 1rem;
}
.text-columns.editor-content ul {
  margin-left: 0;
}

.editor-content ul > li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.text-columns.editor-content ul > li {
  padding: 0;
}
.editor-content li + li {
  margin-top: 1rem;
}

.editor-content ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #7f9654;
}
.text-columns.editor-content ul > li:before {
  display: none;
}
.editor-content ul ul li:before {
  top: 50% !important;
  transform: translateY(-50%);
}

.bg-primary .editor-content ul > li:before,
.bg-primary-dark .editor-content ul > li:before {
  background-color: #fff;
}

.editor-content ol {
  counter-reset: ol-counter;
}

.editor-content ol > li {
  position: relative;
  margin-bottom: 0;
  margin-left: 3rem;
}

.editor-content ol > li:before {
  float: left;
  content: counter(ol-counter) ".";
  display: inline-block;
  color: #7f9654;
  font-weight: 700;
  font-size: inherit;
  vertical-align: middle;
  margin-top: 0;
  margin-left: -2.9rem;
  counter-increment: ol-counter;
}

.editor-content:after {
  content: "";
  display: table;
  clear: both;
}

.list-striped {
  margin-bottom: 0;
}

.list-striped li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-left: 0;
}

.list-striped > li,
.editor-content .list-striped > li {
  margin-bottom: 0;
  padding-left: 2.6rem;
  padding-right: 1.5rem;
}

.list-striped > li:before,
.editor-content .list-striped > li:before {
  left: 1rem;
  top: 0.9rem;
}

.list-striped li:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

.list-plain,
.editor-content .list-plain {
  font-size: 1.6rem;
  line-height: 1.75;
}

.list-plain li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.list-plain li:before {
  display: none !important;
}

.list-plain li:nth-child(2n) {
  background-color: #f9f9f9;
}

.image {
  margin: 0 0 3rem;
}

.image img {
  max-width: none;
  width: 100%;
}

.image figcaption {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.675;
  margin-top: 1.5rem;
}

.content-stretch [class*="col-"] { 
  display: flex;
  display: -ms-flex;
  align-self: stretch;
}

.content-stretch [class*="col-"] > div {
  align-items: stretch;
  width: 100%;
}

.card {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.card-media {
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #d8d8d8;
}

.card-media img {
  max-width: none;
  width: 100%;
  transition: transform 0.4s ease;
  margin-bottom: 0;
}

.card-media a {
  display: block;
}

.card-media:hover img {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.card-content {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  flex: 1;
}

.card-content p {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.12rem;
  max-width: 85%;
}

.card-content p:last-of-type {
  margin-bottom: 5rem;
}

.card-content .link {
  flex: 0;
  align-self: flex-start;
}
.dark-section .card-content .link {
  color: #ebd85d;
}

/* Ie Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card,
  .card-content {
    display: block;
  }
}

.card-title {
  color: #7f9654;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  margin-bottom: 2.8rem;
}
.card-title a {
  color: inherit;
}

.card-title a:hover,
.card-title a:focus {
  color: #233a28;
}

.card-action {
  margin-bottom: 2rem;
}

.card-action figure,
.card-box figure {
  margin-bottom: 0;
}

.card-list figure {
  margin-bottom: 2.5rem;
}

.link {
  position: relative;
  display: inline-block;
  font: 600 1.4rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.link-underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  transform-origin: left center;
  transform: scale(1, 1);
  transition: transform 0.32s ease-out;
}

.link-underline:hover:after,
.link-underline:focus:after {
  transform-origin: right center;
  transform: scale(0, 1);
}
.dark-section .link-underline:after {
  background: #fff;
}
.link:hover,
.link:focus {
  color: #233a28;
}

.link-dark:hover,
.link-dark:focus {
  color: #7f9654;
}

.link i {
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 1rem;
  vertical-align: middle;
  margin-top: -0.3rem;
}

.link:hover i {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.dark-section .link:hover,
.dark-section .link:focus {
  color: #fff;
}

.card-v2 {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.card-v2 .card-media {
  margin-bottom: 2.5rem;
}
.service-buckets .card-media,
.news-section .entry .entry-media {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
}

.service-buckets .card-media img,
.news-section .entry .entry-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-buckets .card-media:hover img,
.service-buckets .card-media:focus img,
.news-section .entry .entry-media:hover img,
.news-section .entry .entry-media:focus img {
  transform: translate(-50%, -50%) scale(1.15);
}

.card-v2 .card-title a,
.entry-title a {
  color: inherit;
}
h3.entry-title {
  color: #4c5f27;
  font-size: 2.2rem !important;
}

.card-v2 .card-title a:hover,
.card-v2 .card-title a:focus {
  color: #7f9654;
}

.card-v2 .card-content p:last-of-type {
  margin-bottom: 3rem;
}

.text-with-icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.4rem;
  margin-top: -0.3rem;
}

.dark-section .card .card-title,
.light-section .card .card-title {
  color: #7f9654;
}

.dark-section .card .card-title a:hover,
.dark-section .card .card-title a:focus,
.light-section .card .card-title a:hover,
.light-section .card .card-title a:focus {
  color: #fff;
}

.dark-section .card-v2 .card-title a,
.light-section .card-v2 .card-title a {
  color: #fff;
}

.dark-section .card-v2 .card-title a:hover,
.dark-section .card-v2 .card-title a:focus,
.light-section .card-v2 .card-title a:hover,
.light-section .card-v2 .card-title a:focus {
  color: #7f9654;
}

.post {
  position: relative;
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  padding: 2.1rem 6rem 2.1rem 2.5rem;
  color: #000;
  background: #e7edfa;
  transition: all 0.35s ease;
  margin-bottom: 1rem;
}

.post-lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.post-pdf:after {
  content: "";
  display: block;
  width: 21px;
  height: 27px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -13.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='21px' height='27px' viewBox='0 0 21 27' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cdesc%3ECreated with Lunacy%3C/desc%3E%3Cg id='003-document-copy-9'%3E%3Cpath d='M2.78127 0.0820253C3.03411 0.164051 3.25886 0.273418 3.45552 0.437468C3.9893 0.874937 4.24214 1.53114 4.24214 2.37873C4.24214 2.67949 4.21405 2.92557 4.15786 3.17165Q4.07358 3.54076 3.90502 3.82785C3.79264 4.01924 3.65217 4.18329 3.48361 4.34734C3.37124 4.45671 3.23077 4.53873 3.06221 4.62076C2.89365 4.67544 2.72508 4.73013 2.55652 4.75747C2.35987 4.78481 2.16321 4.81215 1.93846 4.81215L0.646154 4.81215Q0.351171 4.81215 0.224749 4.73013C0.140468 4.67544 0.0842809 4.62076 0.0561873 4.51139C0 4.40203 0 4.29266 0 4.12861L0 0.601519C0 0.382785 0.0561873 0.218734 0.140468 0.136709C0.252843 0.0546835 0.393311 0 0.61806 0L1.91037 0C2.24749 0 2.52843 0.0273418 2.78127 0.0820253ZM2.47224 3.96456C2.55652 3.93722 2.6408 3.88253 2.72508 3.82785C3.06221 3.55443 3.23077 3.08962 3.25886 2.37873C3.25886 1.91392 3.17458 1.55848 3.03411 1.31241C2.89365 1.06633 2.72508 0.902278 2.50033 0.847595C2.27559 0.76557 2.02274 0.738228 1.71371 0.738228L1.03946 0.738228L1.03946 4.01924L2.1913 4.01924C2.27559 4.01924 2.35987 3.9919 2.47224 3.96456Z' transform='translate(8.512375 11.01873)' id='Shape' fill='%236AA2E3' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M20.8455 5.35899L20.8736 5.38633C20.9017 5.46835 20.9298 5.55038 20.9298 5.65975L20.9298 25.1271C20.9298 25.6192 20.705 26.1114 20.3679 26.4395C20.0308 26.7676 19.5532 26.9863 19.0194 26.9863L1.91037 26.9863C1.40468 26.9863 0.898997 26.7676 0.561873 26.4395C0.224749 26.1114 0 25.6466 0 25.1271L0 1.85924C0 1.36709 0.224749 0.874937 0.561873 0.546835L0.589967 0.519494C0.92709 0.191392 1.40468 0 1.91037 0L15.1425 0C15.2548 0 15.3391 0 15.4234 0.0546835C15.4234 0.0820253 15.4515 0.0820253 15.4515 0.0820253C15.4515 0.109367 15.4796 0.109367 15.4796 0.109367L15.5077 0.136709L20.8455 5.33165L20.8455 5.35899ZM19.497 25.6192C19.6375 25.4825 19.7217 25.3185 19.7217 25.1271L19.7217 6.20658L16.6033 6.20658C16.0415 6.20658 15.5077 5.98785 15.1425 5.6324C14.7492 5.24962 14.5244 4.75747 14.5244 4.21063L14.5244 1.12101L1.93846 1.12101C1.7699 1.12101 1.60134 1.20304 1.46087 1.31241L1.43278 1.33975C1.29231 1.47646 1.20803 1.64051 1.20803 1.8319L1.20803 25.1544C1.20803 25.3458 1.26421 25.5099 1.40468 25.6466C1.54515 25.7559 1.71371 25.838 1.91037 25.838L18.9913 25.838C19.188 25.838 19.3565 25.7559 19.497 25.6192ZM15.6763 1.96861L18.8508 5.05823L16.5191 5.05823C16.2943 5.05823 16.0696 4.9762 15.9291 4.81215C15.7886 4.67544 15.6763 4.45671 15.6763 4.23798L15.6763 1.96861Z' transform='translate(0.02809365 0)' id='Shape' fill='%236AA2E3' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M2.78127 0.0820253C3.00602 0.136709 3.17458 0.218734 3.31505 0.355443C3.45552 0.46481 3.56789 0.628861 3.68027 0.792911C3.76455 0.984304 3.79264 1.20304 3.79264 1.42177C3.79264 1.91392 3.62408 2.29671 3.31505 2.54278C3.00602 2.78886 2.55652 2.92557 1.93846 2.92557L1.01137 2.92557L1.01137 4.29266C1.01137 4.48405 0.955184 4.62076 0.870903 4.73013C0.758528 4.83949 0.646154 4.89418 0.505686 4.89418C0.365217 4.89418 0.224749 4.86684 0.140468 4.75747C0.0561873 4.6481 0 4.51139 0 4.32L0 0.601519C0 0.382785 0.0280936 0.218734 0.140468 0.136709C0.224749 0.0546835 0.393311 0 0.61806 0L1.91037 0C2.27559 0 2.58462 0.0273418 2.78127 0.0820253ZM2.27559 2.13266C2.44415 2.07797 2.55652 1.99595 2.6408 1.88658C2.72508 1.77722 2.75318 1.64051 2.78127 1.47646C2.78127 1.25772 2.72508 1.09367 2.58462 0.956962C2.41605 0.820253 2.13512 0.738228 1.68562 0.738228L1.01137 0.738228L1.01137 2.21468L1.68562 2.21468Q2.02274 2.21468 2.27559 2.13266Z' transform='translate(3.905017 11.04608)' id='Shape' fill='%236AA2E3' fill-rule='evenodd' stroke='none' /%3E%3Cpath d='M0.61806 0C0.449498 0.0273418 0.337124 0.0546835 0.252843 0.109367C0.168562 0.136709 0.0842809 0.218734 0.0561873 0.300759C0 0.382785 0 0.492152 0 0.656202L0 4.34734C0 4.53873 0.0561873 4.70278 0.140468 4.78481C0.224749 4.89418 0.365217 4.92152 0.505686 4.92152C0.646154 4.92152 0.758528 4.86683 0.870903 4.78481C0.955184 4.67544 1.01137 4.53873 1.01137 4.34734L1.01137 2.76152L2.6689 2.76152C2.80936 2.76152 2.92174 2.73418 3.00602 2.65215C3.0903 2.59747 3.11839 2.4881 3.11839 2.37873C3.11839 2.26937 3.0903 2.18734 3.00602 2.10532C2.92174 2.05063 2.80936 1.99595 2.6689 1.99595L1.01137 1.99595L1.01137 0.76557L2.97793 0.76557C3.14649 0.76557 3.25886 0.738228 3.34314 0.656202C3.42743 0.574177 3.45552 0.492152 3.45552 0.382785C3.45552 0.273418 3.42743 0.191392 3.34314 0.109367C3.25886 0.0273418 3.14649 1.94275e-15 2.97793 1.94275e-15L0.61806 1.94275e-15L0.61806 0Z' transform='translate(13.62542 10.99139)' id='Path' fill='%236AA2E3' stroke='none' /%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  transition: filter 0.35s ease;
}

.post > * {
  width: 100%;
}

.post-title {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.625;
  letter-spacing: -0.15px;
  margin-bottom: 0;
}

.post-desc,
.post-subtitle {
  display: block;
  color: #7f9654;
  font: 500 1.1rem/1.5 "Jost", Verdana;
  text-transform: uppercase;
}

.post-title + .post-desc {
  margin-top: 0.4rem;
}

.post-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.post:hover,
.post:focus {
  color: #fff;
  background-color: #7f9654;
}

.post-pdf:hover:after,
.post-pdf:focus:after {
  filter: brightness(0) invert(1);
}

.post:hover .post-title,
.post:focus .post-title {
  color: #fff;
}

.post:hover .post-desc,
.post:focus .post-desc,
.post:hover .post-subtitle,
.post:focus .post-subtitle {
  color: #233a28;
}

.accordion {
  margin-bottom: 4rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #b9bdc9;
  font-size: 1.4rem;
  line-height: 1.725;
}

.accordion-header h3 {
  color: #233a28;
  cursor: pointer;
  position: relative;
  font: 500 1.6rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.8px;
  margin: 0;
  padding: 1.65rem 6rem 1.65rem 3rem;
  transition: all 0.35s ease;
}

.dark-section .accordion-header h3,
.light-section .accordion-header h3 {
  color: inherit;
}

.accordion-header h3:before,
.accordion-header h3:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background-color: #233a28;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-left: 0;
  margin-top: -0.2rem;
}

.bg-primary .accordion-header h3:before,
.bg-primary .accordion-header h3:after,
.bg-primary-dark .accordion-header h3:before,
.bg-primary-dark .accordion-header h3:after {
  background-color: #fff;
}

.accordion-header h3:after {
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.accordion-header h3.collapsed:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-body {
  padding: 0.5rem 3rem 0.5rem;
  font-size: 1.4rem;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (min-width: 992px) {
  .card-v2 {
    margin-bottom: 7rem;
  }
}

/* Table */
table {
  width: 100%;
  border: 1px solid #233a28;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

table th {
  position: relative;
  font: 700 1.2rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.12rem;
  color: #fff;
  background-color: #233a28;
  text-align: left;
  text-transform: uppercase;
}

table td {
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #233a28;
}

table th,
table td {
  padding: 1.4rem 2.5rem;
}

table th {
  padding: 1.7rem 2.5rem;
}

table th + th::before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  background-color: #fff;
}

table tbody tr:nth-child(2n) {
  background-color: #f1f1f1;
}

@media screen and (max-width: 575px) {
  table,
  thead,
  tbody,
  table tr {
    display: flex;
    display: -ms-flex;
  }

  table,
  thead,
  tbody {
    flex-wrap: wrap;
  }

  thead,
  tbody {
    width: 100%;
  }

  table tr {
    width: 100%;
    flex-direction: column;
  }

  table th + th::before {
    display: none;
  }

  table th {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  table td {
    border: none;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

/* CTA Box */
.cta-box {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
}
.cta-box p {
  margin-bottom: 0;
}
.cta-box p + p {
  margin-top: 3rem;
}

.cta-box-title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 0;
}

.dark-section.cta-box a:hover,
.dark-section.cta-box a:focus,
.light-section.cta-box a:hover,
.light-section.cta-box a:focus {
  color: #fff;
}

.bg-secondary.cta-box a {
  color: #e7edfa;
}

.bg-secondary.cta-box a:hover,
.bg-secondary.cta-box a:focus {
  color: inherit;
}

/*--------------------------------------- */
/* ----------- 5.Header ----------------- */
/*--------------------------------------- */
.header {
  border-top: 0.6rem solid #233a28;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  font-family: "Kumbh Sans", sans-serif;
  line-height: 1.5;
}

/* Sticky Header */
.sticky-header {
  -webkit-backface-visibility: hidden;
}

.sticky-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation-name: fixedHeader;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  animation-duration: 0.55s;
  z-index: 999;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-row {
  margin-bottom: 0.9rem;
}

.logo {
  display: inline-block;
  max-width: 50vw;
}
@media (min-width: 992px) {
  .logo {
    max-width: 23vw;
  }
}
@media (min-width: 1500px) {
  .logo {
    max-width: 25vw;
  }
}
@media (min-width: 2500px) {
  .logo {
    max-width: 30vw;
  }
}

.header-contact-list {
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 0;
}

.header-contact-list li:not(:last-child):after {
  content: "";
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 0.1rem solid rgba(13, 22, 46, 0.3);
}

.header-contact-list a {
  color: inherit;
}

.header-contact-list a:hover,
.header-contact-list a:focus,
.header-contact-list i {
  color: #7f9654;
}

.header-contact-list i {
  font-size: 0.7rem;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  margin-right: 0.7em;
}

.header-tel {
  display: block;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.13rem;
  margin-left: 3rem;
  color: #233a28;
  background: #eade8b;
  padding: 0.75rem 1.5rem;
}
.mobile.header-tel {
  width: 100%;
  text-align: center;
  margin: 2rem 0 -2rem;
}
.header-tel:hover,
.header-tel:focus {
  color: #000;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }
}

/*--------------------------------------- */
/* ----------- 6.Menu ------------ */
/*--------------------------------------- */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 0.95vw;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.menu li {
  position: relative;
}

.menu > li {
  display: flex;
  -ms-display: flex;
  align-items: center;
}

.menu > li:not(:last-child) {
  margin-right: 1vw;
}
@media (min-width: 1200px) {
  .menu {
    letter-spacing: 0.08rem;
  }
  .menu > li:not(:last-child) {
    margin-right: 1.4vw;
  }
}
@media (min-width: 1680px) {
  .menu {
    letter-spacing: 0.085rem;
  }
  .menu {
    font-size: 0.85vw;
  }
}
@media (min-width: 2500px) {
  .menu > li:not(:last-child) {
    margin-right: 2vw;
  }
}

.menu > li > a {
  display: flex;
  -ms-display: flex;
  align-items: center;
  align-self: stretch;
  vertical-align: middle;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.menu > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #3a6843;
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.menu a {
  position: relative;
  color: #000;
  transition: all 0.35s ease;
}

.menu a:hover,
.menu a:focus {
  color: inherit;
}

.menu ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  min-width: 270px;
  z-index: 1000;
  transition: all 0.4s ease;
  font-weight: 600;
  font-size: 1.2rem;
  transform: translateX(40px);
  -ms-transform: translateX(40px);
  padding: 0;
  background: #233a28;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), -3px 3px 5px rgba(0, 0, 0, 0.2);
}

.menu ul ul {
  margin-top: 0;
  top: 0;
  left: 100%;
  background-color: #0b101c;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.11), 4px -4px 5px rgba(0, 0, 0, 0.2);
}

.menu ul a {
  color: #fff;
  display: block;
  padding: 1.1rem 2rem;
}

.menu ul li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
}

.menu li.open > a,
.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {
  color: #3a6843;
}

.menu > li.open:after,
.menu > li.current-menu-item:after,
.menu > li.current-menu-parent:after {
  transform-origin: left center;
  transform: scale(1, 1);
}

.menu ul li.open > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
  color: #fff;
  background-color: #3a6843;
}

.menu li.open > ul {
  visibility: visible;
  z-index: 30;
  opacity: 1;
  transform: translateX(0);
  -ms-transform: translateX(0);
}

/*--------------------------------------- */
/* ----------- 7.Mobile Menu ------------ */
/*--------------------------------------- */
/* Menu Toggle Button */
.menu-toggle {
  display: none;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 0 1rem;
  background-color: transparent;
  cursor: pointer;
  color: #233a28;
  width: 3.4rem;
  height: 3rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.menu-toggle:focus,
.menu-toggle:hover,
.menu-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.toggle-bar {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #7f9654;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}

.menu-text {
  display: inline-block;
  transition: all 0.25s ease;
  padding-bottom: 0.1rem;
}

.toggle-bar-top {
  top: 0;
}

.toggle-bar-bottom {
  top: 26px;
}

.menu-toggle.active {
  z-index: 999;
  background: transparent;
}

.menu-toggle.active .toggle-bar-top {
  transform: translateY(13px) rotate(45deg);
}

.menu-toggle.active .toggle-bar-bottom {
  transform: translateY(-13px) rotate(-45deg);
}

.menu-toggle.active .menu-text {
  opacity: 0;
  transform: translateX(100%);
}

.mmenu-active .page-wrapper {
  -ms-transform: translateX(120px);
  transform: translateX(120px);
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.mobile-menu-container {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #233a28;
  width: 300px;
  max-width: 100%;
  overflow-y: scroll;
  box-shadow: 3px 0 9px 0 rgba(0, 0, 0, 0.15);
  visibility: hidden;
  transition: all 0.4s ease;
  border-top: 0.4rem solid #7f9654;
  border-bottom: 0.4rem solid #7f9654;
}

.mobile-menu-container .close {
  display: block;
  text-align: center;
  position: absolute;
  right: 1.1rem;
  top: 1rem;
  z-index: 10;
  font-weight: 400;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 2.6rem;
  line-height: 1;
  color: #7f9654;
  border: none;
  transition: all 0.4s ease;
  outline: none;
  cursor: pointer;
  background: none;
}

.mobile-menu-container .close:hover,
.mobile-menu-container .close:focus {
  color: #fff;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 5rem 1.9rem 5rem 2.4rem;
  overflow-x: hidden;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(13, 22, 46, 0.8);
  z-index: 1000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-menu {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  font: 600 1.3rem/1.5 "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.mobile-menu li {
  display: block;
  position: relative;
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 0.7rem 3rem 0.7rem 0;
  color: #fff;
}

.mobile-menu li ul {
  margin: 0 -2.4rem;
  padding: 1.6rem 2.4rem;
  font-weight: 500;
  font-size: 1.2rem;
  display: none;
  margin-bottom: 0;
  background: #132717;
}

.mobile-menu li.current-menu-parent > ul {
  display: block;
}

.mobile-menu li ul a {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus,
.mobile-menu li.open > a,
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current-menu-parent > a {
  color: #7f9654;
}

.mobile-menu li ul a::before {
  display: none;
}

.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: -0.8rem;
  top: 0;
  width: 4rem;
  height: 3.2rem;
  border-radius: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.mmenu-btn::before,
.mmenu-btn::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: -0.1rem;
}

.mobile-menu li ul .mmenu-btn::before,
.mobile-menu li ul .mmenu-btn::after {
  background-color: #fff;
}

.mmenu-btn::after {
  width: 1.1rem;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.open > .mmenu-btn::after {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu-container .social-icon {
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  justify-content: center;
  color: #fff;
  border: 0.1rem solid #7f9654;
  border-radius: 50%;
}

.mobile-menu-container .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
  color: #fff;
  background-color: #7f9654;
}

.mobile-menu-container .header-contact-list {
  color: #fff;
  margin-bottom: 2rem;
  flex-flow: column wrap;
  align-items: flex-start;
}

.mobile-menu-container .header-contact-list li:first-child {
  max-width: 70%;
}

.mobile-menu-container .header-contact-list li:not(:last-child) {
  margin-bottom: 1rem;
}

.mobile-menu-container .header-contact-list li:not(:last-child):after {
  display: none;
}

.mobile-menu-container .header-contact-list a {
  color: inherit;
}

.mobile-menu-container .header-tel {
  margin-left: 0;
  margin-bottom: 2rem;
}

.mobile-menu-container .header-tel:hover,
.mobile-menu-container .header-tel:focus {
  color: #fff;
}

/*--------------------------------------- */
/* ----------- 8.Page Header/Top Header - */
/*--------------------------------------- */
.page-header,
.top-header {
  position: relative;
}

.page-header:before {
  content: "";
  display: block;
  padding-top: 32.916666666666664%;
}

.page-header img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.page-title {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.page-header h1,
.top-header h1,
.top-header h1 a,
.h2-text a {
  color: inherit;
}
.top-header h1 {
  font-size: 6.3rem;
}
@media (min-width: 992px) {
  .top-header h1 {
    font-size: 8.4rem;
  }
}

.top-header {
  overflow: hidden;
}

.top-header:before {
  content: "";
  display: block;
  width: 70.4rem;
  height: 70.4rem;
  position: absolute;
  left: 90%;
  z-index: 1;
  top: -25%;
  user-select: none;
  transform-origin: left top;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 0.1rem solid rgba(0, 0, 0, 0.25);
  display: none;
}

.top-header .container,
.top-header .container-fluid {
  position: relative;
  z-index: 2;
}

.top-media {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  align-self: flex-end;
  margin-bottom: 0;
  z-index: 2;
}

.top-media:before {
  content: "";
  display: block;
  padding-top: 24%;
}

.top-media img {
  position: absolute;
  left: 0;
  top: 0;
}

.bg-primary.top-header:before,
.bg-secondary.top-header:before,
.bg-primary-dark.top-header:before {
  border-color: rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
  .page-header .container,
  .page-header .container-fluid {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .page-title {
    font-size: 6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-header .container,
  .page-header .container-fluid {
    bottom: 6rem;
  }

  .page-title {
    font-size: 7rem;
  }

  .top-media {
    width: calc(50vw + 455px);
  }
}

@media (min-width: 1200px) {
  .page-header .container,
  .page-header .container-fluid {
    bottom: 7rem;
  }

  .page-title {
    font-size: 8rem;
  }

  .top-media {
    width: calc(50vw + 550px);
  }
}

@media (min-width: 1400px) {
  .top-media {
    width: calc(50vw + 635px);
  }
}
@media (min-width: 2500px) {
  .top-media {
    width: calc(60vw + 635px);
  }
  .top-header .container {
    max-width: calc(71.5vw);
  }
}

/*--------------------------------------- */
/* ----------- 9.Home --------------- */
/*--------------------------------------- */
.hero {
  position: relative;
  background-color: #fff;
}
.hero-media {
  display: none;
}
.hero figure {
  margin: 0 -4rem 2rem;
}
.hero-actions {
  text-align: center;
}
.hero-actions .social-icons {
  justify-content: center;
}
@media (min-width: 992px) {
  .hero-actions .social-icons {
    justify-content: flex-start;
  }
  .hero-actions {
    text-align: left;
  }
  .hero figure {
    display: none;
  }
  .hero-media {
    display: block;
    position: absolute;
    right: 0;
    top: 6rem;
    z-index: 1;
    width: 70.83%;
    margin-bottom: 0;
    overflow: hidden;
    background-color: inherit;
  }
  .hero-media:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(24.28vw + 55px);
    height: 5rem;
    background-color: inherit;
    display: none;
  }
}
.bg-primary .hero-media:after {
  background-color: #233a28;
}

.hero-media img {
  position: absolute;
  left: 0;
  top: 0;
}
.hero-content {
  padding: 0 4rem;
}
@media (min-width: 992px) {
  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    padding: 0 2rem;
  }
}
.hero p {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
.hero-title {
  font-size: 10.31vw;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 0.8;
}

.hero-title span {
  font-size: 6.63vw;
}
@media (min-width: 992px) {
  .hero p {
    font-size: 1.2rem;
  }
  .hero-title {
    font-size: 6vw;
  }
  .hero-title span {
    font-size: 4.25vw;
  }
}

.bg-primary .hero-title {
  color: inherit;
}

.bg-primary.hero .link:hover,
.bg-primary.hero .link:focus {
  color: #fff;
}

.button-scroll {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 5;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: right;
  font: 700 0.8rem/1.5 "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  transition: all 0.4s ease;
}

/* Ie Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero {
    height: calc(100vh - 209px);
  }

  .button-scroll {
    display: none;
  }
}

.button-scroll:after {
  display: inline-block;
  margin-top: 0.6rem;
  font-family: "ramsey";
  content: "\e803";
  font-size: 1.5rem;
}

.button-scroll:hover,
.button-scroll:focus {
  opacity: 0.6;
  color: inherit;
}

.button-scroll:hover:after,
.button-scroll:focus:after {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 992px) {
  .hero-content {
    max-width: 60%;
  }

  .hero p {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .hero-media:after {
    height: 7rem;
  }

  .button-scroll {
    right: 3rem;
    bottom: 3.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .hero {
    min-height: calc(100vh - 34px);
    min-height: calc((var(--vh, 1vh) * 100) - 34px);
  }

  .hero-media {
    min-height: calc(100% - 220px);
  }

  .hero-content {
    padding-left: 3%;
    padding-right: 3%;
    max-width: 57%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 9rem;
  }

  .hero p {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: calc(100vh - 49px);
    min-height: calc((var(--vh, 1vh) * 100) - 49px);
  }

  .hero-media:after {
    width: calc(14.5vw + 55px);
    height: 10rem;
  }

  .hero-content {
    padding-left: 5%;
    padding-right: 8%;
  }
}

@media (min-width: 1400px) {
  .hero p {
    font-size: 1.8rem;
  }
  .hero-media:after {
    width: calc(24.28vw + 55px);
  }
}

@media (min-width: 1900px) {
  .hero p {
    font-size: 0.95vw;
    max-width: 55%;
    margin-top: 4rem;
  }

  .hero .link {
    font-size: 0.8vw;
  }
}

@media (max-width: 991px) {
  .hero-media-wrapper {
    position: relative;
  }
  .hero-media-wrapper:after {
    content: "";
    display: block;
    padding-top: 65.68627450980392%;
  }
}
@media (max-width: 575px) {
  .hero .link {
    font-size: 1.3rem;
  }
}

.cta-title {
  font-size: 4rem;
  line-height: 1.12;
}
.cta-title a {
  color: inherit;
}

.border-bottom {
  border-bottom: 0.2rem solid #5c6272;
}

.bg-primary .border-bottom,
.bg-primary-dark .border-bottom {
  border-bottom-color: #afb1b5;
}

.about-media {
  flex: 0 0 auto;
  width: 53.45%;
  margin-bottom: 0;
}

.about-media img {
  position: relative;
  margin-top: -5.5rem;
  z-index: 7;
}

.about-body {
  flex: 0 0 auto;
  width: 100%;
}

.about-body-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.about-content,
.meet p {
  letter-spacing: 0.14rem;
}

.approach p:not(.lead) {
  letter-spacing: 0.14rem;
}

.approach .approach h2 {
  font-size: 6.8rem;
  padding-top: 0.5rem;
  margin-bottom: 4rem;
}

.approach .lead {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: 0.2rem;
}

@media (min-width: 576px) {
  .cta-title {
    font-size: 4.2rem;
  }

  .about-body-wrapper {
    max-width: 540px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .approach h2 {
    font-size: 8rem;
  }
}

@media (min-width: 768px) {
  .about-body-wrapper {
    max-width: 720px;
  }

  .approach h2 {
    font-size: 8.4rem;
  }

  .approach .lead {
    max-width: 90%;
    font-size: 2.4rem;
  }

  .about-body {
    width: 46.55%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .approach h2 {
    font-size: 10.6rem;
  }

  .cta-title {
    font-size: 4.6rem;
  }

  .about-media img {
    margin-top: -8.5rem;
  }

  .about-body-wrapper {
    padding: 0;
    max-width: none;
  }

  .about-body {
    padding-left: 6rem;
    padding-right: 10%;
  }

  .approach .lead {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about .about-body {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-body h2 {
    font-size: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1359px) {
  .about .about-body {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .about-content p {
    display: none;
    max-height: 112px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-body h2 {
    font-size: 6.4rem;
  }
}

@media (min-width: 1200px) {
  .approach h2 {
    font-size: 12rem;
  }

  .approach .lead {
    font-size: 2.8rem;
  }

  .cta-title {
    font-size: 5rem;
  }
}

/* Member */
.member {
  margin-bottom: 3rem;
}

.member-media {
  overflow: hidden;
  margin-bottom: 2rem;
  background-color: #d8d8d8;
}

.member-media img {
  max-width: none;
  width: 100%;
  transition: transform 0.4s ease;
  margin-bottom: 0;
}

.member-media a {
  display: block;
}

.member-media:hover img {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.member-title,
.card-v2 .card-title,
.entry-title {
  color: #000;
  font-weight: 700;
  font-size: 2.2rem !important;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}
.results .no-gutters .col-xl-6:last-child {
  padding-left: 1.5rem;
}
.results .row.no-gutters {
  border-bottom: 0.2rem solid #eade8b;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .entry-title {
    font-size: 3.2rem !important;
  }
  .results .entry-title {
    font-size: 1.4rem !important;
  }
  .results .entry-date,
  .results .entry-author,
  .results .entry-cat,
  .results .entry-title {
    margin-bottom: 0rem;
  }
  .results .entry-date,
  .results .entry-author,
  .results .entry-cat,
  .results .entry-title,
  .results .entry-readmore {
    font-size: 1rem;
  }
  .results .entry-readmore {
    font-size: 1.2rem !important;
  }
}
.member-title {
  margin-bottom: 0;
}

.member-title a {
  color: inherit;
}

.member-title a:hover,
.member-title a:focus {
  color: #7f9654;
}

.member-position {
  display: block;
  color: #7f9654;
  font: 500 1.2rem/1.5 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.awards {
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  align-items: center;
}

.award {
  margin-right: 2rem;
}

.member-overlay .member-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 100%;
}
.member-overlay .member-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member-overlay .member-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 2.5rem;
  z-index: 2;
  background-color: rgba(35, 58, 40, 0.73);
  transition: opacity 0.6s ease, transform 0.5s ease;
}
.member-overlay:hover .member-media img,
.member-overlay:focus .member-media img {
  transform: translate(-50%, -50%) scale(1.15);
}

.member-overlay .member-title {
  color: #fff;
}
.col-lg-3 .member-overlay .member-title {
   font-size: 1.8rem !important
}

.member-overlay .member-title a:hover,
.member-overlay .member-title a:focus {
  color: #7f9654;
}

.member .link {
  margin-top: 2rem;
  color: #f2cf00;
  font-weight: 700;
  font-size: 1.4rem;
  font: 600 1.4rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.member .link:after {
  display: none;
}

.member .link:hover,
.member .link:focus {
  color: #fff;
}

.member-overlay .member-position {
  color: #ebd85d;
}

@media (min-width: 768px) {
  .col-md-6 .member-overlay .member-content {
    padding: 4.2rem;
  }

  .col-md-6 .member-overlay .member-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .member-overlay .member-content {
    padding: 2.5rem;
  }
}

/* Practices */
.practices h2 .link {
  margin-left: auto;
}

.areas-text {
  letter-spacing: 0.14rem;
}

.card-menu {
  list-style-type: none;
  font: 500 1.8rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.06rem;
  margin-bottom: 0;
}

.card-menu li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.card-menu-border.card-menu li:not(:last-child) {
  margin-bottom: 1.1rem;
}

.card-menu-border.card-menu li {
  padding-bottom: 1.1rem;
  border-bottom: 0.1rem solid #434a5d;
}

.card-menu a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0.2rem;
  background-color: #7f9654;
  margin-right: 0;
  margin-top: -0.4rem;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}

.card-menu .active:before,
.card-menu .active a:before,
.card-menu .current_page_item a:before {
  width: 2.4rem;
  margin-right: 1.2rem;
}

.card-menu a {
  color: #233a28;
}

.dark-section .card-menu a,
.bg-primary-dark .card-menu a {
  color: #fff;
}

.card-menu a:hover,
.card-menu a:focus,
.card-menu a.active,
.card-menu .active a,
.card-menu .current_page_item a {
  color: #7f9654;
}

.fade {
  transition: opacity 0.1s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

@media (min-width: 768px) {
  .card-menu li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .menu-horizontal-mobile li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .menu-horizontal-mobile {
    display: flex;
    flex-wrap: wrap;
  }

  .menu-horizontal-mobile li {
    margin-right: 1.4rem;
  }
}

/* Entry */
.entry-meta {
  display: flex;
}
.entry-meta > div + div {
  margin-left: 1rem;
}

.entry + .entry {
  padding-top: 4rem;
  margin-top: 1.5rem;
  border-top: 1px solid #eade8b;
}

.entry-media {
  background-color: #d8d8d8;
}
.single .entry-media {
  position: relative;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .single .entry-media {
    float: right;
    padding-top: 35%;
    margin: 0 0 1.5rem 2rem;
    max-width: 450px;
  }
}
.single .entry-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.entry-media img {
  max-width: none;
  width: 100%;
  transition: transform 0.4s ease;
  margin-bottom: 0;
}
.entry-media a {
  display: block;
}

.entry-cat {
  color: #131c33;
  font: 400 1.8rem/1.4 "Jost", sans-serif;
  letter-spacing: 0.01rem;
  margin-bottom: 1rem;
}

.entry-title a,
.entry-cat a {
  color: inherit;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-cat a:hover,
.entry-cat a:focus {
  color: #7f9654;
}

.entry-date,
.entry-author {
  color: #080e1f;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.entries .cta-link:after {
  height: 0.2rem;
  background-color: #131c33;
}

.testimonial blockquote {
  margin-bottom: 0;
}

.testimonial .img-quote {
  max-width: 70% !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.05;
}
.ratings-container {
  margin-bottom: 2rem;
}
.ratings-value,
.ratings,
.ratings-val {
  font-size: 2.5rem;
}
.ratings-value {
  margin-right: 0.5rem;
}
.ratings {
  position: relative;
}
.ratings,
.ratings-val {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  speak: none;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0.25rem;
}
.ratings:before {
  color: #8d8d8d;
}
.ratings-val:before {
  color: #ebd85d;
}

.ratings:before,
.ratings-val:before {
  content: "\f005""\f005""\f005""\f005""\f005";
}
.ratings-val {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}
.testimonials .quote {
  position: relative;
  margin-top: -30px;
}

/* Pagination */
.paging-navigation {
  margin: 4rem 0 8rem;
}

.paging-navigation ul,
.paging-navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.editor-content .paging-navigation ul > li:before {
  display: none;
}

.paging-navigation li {
  font: 700 1.6rem/1.5 "Montserrat", sans-serif;
  margin: 0;
}

.paging-navigation li > a,
.paging-navigation li > span {
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #c9c9c9;
  transition: color 0.4s ease;
  margin-left: 1rem;
  margin-right: 1rem;
}

.paging-navigation li .prev,
.paging-navigation li .next {
}

.paging-navigation li a:hover,
.paging-navigation li .current {
  color: #aabf82;
}

.paging-navigation li a.prev {
  margin-left: 0;
}

.paging-navigation li a.next {
  margin-right: 0;
}

.paging-navigation li .prev span,
.paging-navigation li .next span {
  display: inline-block;
}

.paging-navigation li a.disabled {
  pointer-events: none;
  display: none;
}

/*--------------------------------------- */
/* ----------- 10.Inner page ------------ */
/*--------------------------------------- */

.content-text {
  letter-spacing: 0.14rem;
}

/*--------------------------------------- */
/* ----------- 11.Lawyer/Details ------------ */
/*--------------------------------------- */
.breadcrumb {
  width: 100%;
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  align-self: start;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  font: 400 1.4rem/1.5 "Jost", sans-serif;
  letter-spacing: 0.04rem;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li.active {
  color: #7f9654;
}
.member-header,
.member-header-media {
  overflow: hidden;
}
.member-header-media {
  position: relative;
}

.member-header-media:before {
  content: "";
  display: block;
  padding-top: 78.26704545454545%;
}

.member-header-media img {
  position: absolute;
  left: 0;
  top: 0;
}
.member-header-body {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.member-header-content {
  width: 100%;
  padding-bottom: 2rem;
}

.member-header h1 {
  color: inherit;
  font-size: 4.4rem;
}

.member-header .title-desc {
  font-size: 1.7rem;
}

.member-contact-list {
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  font: 700 1.2rem/1.25 "Kumbh Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.member-contact-list li {
  margin-bottom: 0.6rem;
}

.member-contact-list li:not(:last-child) {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 0.1rem solid rgba(231, 237, 250, 0.3);
}

.member-contact-list a {
  color: inherit;
}

.member-contact-list a:hover,
.member-contact-list a:focus {
  color: #7f9654;
}

.title-rotate {
  font-size: 5.6rem;
  writing-mode: tb-rl;
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  white-space: nowrap;
  text-align: right;
}

.member-details-content {
  letter-spacing: 0.05rem;
}

.member-details-content ul,
.member-details-content ol {
  font-size: 1.6rem;
}

.member-details-content ul li {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.member-details-content ul ul {
  margin-top: 0;
  padding-left: 1.8rem;
}

.member-details-content ul li li {
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
}

.editor-content.member-details-content ul li li:before {
  top: 1.3rem;
}

@media (min-width: 576px) {
  .member-header-body {
    max-width: 540px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .member-header-body {
    max-width: 720px;
  }

  .member-header h1 {
    font-size: 4.8rem;
  }
}

@media (min-width: 992px) {
  .member-header-body {
    max-width: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  .member-header h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .member-header h1 {
    font-size: 5.4rem;
  }
}

@media (min-width: 1900px) {
  .member-header h1 {
    font-size: 3.6vw;
  }

  .member-header .title-desc {
    font-size: 1vw;
  }

  .member-contact-list {
    font-size: 0.7vw;
  }

  .breadcrumb {
    font-size: 0.75vw;
  }
}

.widget {
  font-size: 1.4rem;
  margin-bottom: 6rem;
  letter-spacing: 0.04rem;
}
.widget.case-results {
  font-size: 1.6rem;
}
.widget.case-results .widget-title,
.widget.related-posts .widget-title {
  border-bottom: 2px dotted #7f9654;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.widget.case-results ul {
  margin-bottom: 2rem;
}
.widget.case-results li {
  line-height: 1.3;
}
.widget.case-results li {
  margin-bottom: 1rem;
}
.widget.case-results .button,
.widget.related-posts .button {
  width: 100%;
  border: 1px solid #233a28;
  font-size: 1.6rem;
  background: #eade8b !important;
  margin-bottom: 4rem;
}

.widget-title {
  color: #7f9654;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem;
}

.widget-education ul > li {
  position: relative;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1.5rem;
}
.categories .card-menu > li h2 a {
  border-bottom: 2px solid #eade8b;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.15;
}

.categories .card-menu > li ul li h4 {
  font-size: 1.6rem !important;
}
.categories .card-menu > li ul li {
  margin-bottom: 0 !important;
}

.widget-education ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #000;
  border-radius: 50%;
}
.widget-practice-area {
  color: #233a28;
  margin-bottom: 6rem !important;
}
.widget-practice-area figure {
  position: relative;
  padding-top: 52.39%;
  overflow: hidden;
  margin-bottom: 0;
}
.widget-practice-area img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-practice-area .widget-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.widget-practice-area p {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.widget-practice-area a {
  font-size: 1.6rem;
  font-weight: 600;
}
.widget-practice-area .body {
  padding: 2.5rem 2.5rem;
  border: 0.1rem solid #ebebeb;
}

.bg-primary .widget-education ul > li:before,
.bg-primary-dark .widget-education ul > li:before {
  background-color: #fff;
}

.page-content p:not(.lead),
.editor-content p:not(.lead),
.editor-content li {
  letter-spacing: 0.14rem;
}

.page-content .lead {
  font-weight: 700;
  font-size: 1.9rem;
}

.info-box {
  padding: 3rem;
}

.info-list {
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0;
}

.info-list li {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0 !important;
}

.info-list li:before {
  display: none !important;
}

.info-list li img {
  margin-right: 2rem;
}

.info {
  border-left: 0.6rem solid #7f9654;
  padding-left: 3rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.info p {
  margin-bottom: 0;
}
.info p + p {
  margin-top: 3rem;
}

.info-title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.25;
  margin-bottom: 0;
}

body .widget-contactform .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

@media only screen and (min-width: 641px) {
  .widget-contactform
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}

.widget-contactform .widget-title {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  color: #fff;
}

.widget-contactform .widget-title:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #fff;
  margin-right: 1.2rem;
  margin-top: -0.3rem;
}

.widget-contactform [type="submit"],
.widget-contactform .button {
  padding: 1.25rem 2.8rem;
  min-width: 100px;
}

.siderbar-primary {
  position: relative;
  color: #fff;
  margin-top: 14rem;
}
@media (min-width: 992px) {
  .siderbar-primary.offset-lg-1 {
    margin-left: 5.33%;
  }
  .siderbar-primary.col-lg-3 {
    width: 28%;
    display: flex;
    flex-direction: column;
  }
}

.siderbar-primary .widget-title,
.siderbar-primary .widget-content {
  position: relative;
  z-index: 3;
}
.widget + .page-content {
  margin-top: 3rem;
}
.siderbar-primary:before {
  content: "";
  display: block;
  width: 200vw;
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  background-color: #233a28;
}

.siderbar-primary a {
  color: inherit;
}

.siderbar-primary a:hover,
.siderbar-primary a:focus {
  color: #7f9654;
}

.siderbar-primary [type="submit"]:hover,
.siderbar-primary [type="submit"]:focus,
.siderbar-primary .button:hover,
.siderbar-primary .button:focus {
  background-color: #0b101c;
}

.siderbar-primary input[type="text"],
.siderbar-primary input[type="password"],
.siderbar-primary input[type="email"],
.siderbar-primary input[type="tel"],
.siderbar-primary input[type="search"],
.siderbar-primary input[type="url"],
.siderbar-primary textarea {
  color: #fff;
  background-image: linear-gradient(#7f9654, #7f9654),
    linear-gradient(#5e6474, #5e6474);
}

.siderbar-primary ::-webkit-input-placeholder {
  color: #fff;
}

.siderbar-primary :-ms-input-placeholder {
  color: #fff;
}

.siderbar-primary ::-ms-input-placeholder {
  color: #fff;
}

.siderbar-primary ::placeholder {
  color: #fff;
}

.siderbar-primary .widget {
  margin-bottom: 2rem;
}

.widget-menu,
.widget_search {
  position: relative;
}

.widget-menu:before {
  content: "";
  display: block;
  width: 200vw;
  position: absolute;
  left: -50vw;
  top: -10rem;
  bottom: 0;
  color: #fff;
  z-index: 2;
  background-color: #0b101c;
}

.widget_search form {
  position: relative;
  margin: 0;
}
.widget_search {
  color: #233a28;
}
.widget_search .input {
  width: 100%;
  height: 60px;
  font: italic 400 1.6rem/1.5 "Open Sans", sans-serif;
  letter-spacing: 0.02em;
  border: 2px solid #aeb1b9;
  color: #233a28;
  border-radius: 0;
  background: #fff;
  margin: 0;
  padding: 1rem 10rem 1rem 1rem !important;
  transition: border-color 0.4s ease;
  background-image: none !important;
}

.widget_search .input::-webkit-input-placeholder {
  color: #233a28;
}

.widget_search .input:-ms-input-placeholder {
  color: #233a28;
}

.widget_search .input::-ms-input-placeholder {
  color: #233a28;
}

.widget_search .input::placeholder {
  color: #233a28;
}

.widget_search .input:focus {
  outline: none;
  border-bottom-color: #aabf82;
  box-shadow: none;
}

.widget_search .button {
  display: flex;
  -ms-display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6.5rem;
  height: 6rem;
  min-width: 0;
  margin-top: -3rem;
  font-size: 2.2rem;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  text-align: center;
}

.widget_search .button i {
  margin: 0 0 0 -1px;
}

.widget_search .button:hover,
.widget_search .button:focus {
  color: #2e3334;
  background-color: #ebd85d;
}

@media (min-width: 768px) {
  .info-box {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .info-title {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .siderbar-primary {
    margin-top: 0;
  }

  .siderbar-primary:before {
    width: 50vw;
    left: -3rem;
  }

  .widget-menu:before {
    left: -3.5rem;
  }
}

@media (min-width: 1200px) {
  .siderbar-primary:before {
    left: -4.5rem;
  }

  .widget-menu:before {
    left: -5rem;
  }

  .title-rotate {
    font-size: 6.4rem;
  }
  .siderbar-primary.results:before {
    left: -1.5rem;
  }
}

/*--------------------------------------- */
/* ----------- 12.Inputs --------------- */
/*--------------------------------------- */
.label {
  display: inline-block;
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-bottom: 0.8rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  height: 53px;
  padding: 1.6rem 0 1.6rem 1rem !important;
  font-weight: 500 !important;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0 0 2rem;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: #fff;
  transition: background 0s ease;
  box-shadow: none;
  background-image: linear-gradient(#7f9654, #7f9654),
    linear-gradient(#aeb1b9, #aeb1b9);
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  background-position: left bottom, center 100%;
}
.contact input:not([type="submit"]),
.contact textarea {
  border: 2px solid #aeb1b9;
  border-bottom: none;
}
.contact-single-location .map {
  height: 500px;
}
.contact-media {
  position: relative;
  padding-top: 50.25%;
  overflow: hidden;
}
.contact-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  background-size: 100% 2px, 100% 2px;
  transition-duration: 0.5s;
}

textarea {
  min-height: 156px;
  resize: vertical;
}

.dark-section input[type="text"],
.dark-section input[type="password"],
.dark-section input[type="email"],
.dark-section input[type="tel"],
.dark-section input[type="search"],
.dark-section input[type="url"],
.dark-section textarea {
  color: inherit;
  background-image: linear-gradient(#7f9654, #7f9654),
    linear-gradient(#5e6474, #5e6474);
}

.bg-secondary input[type="text"],
.bg-secondary input[type="password"],
.bg-secondary input[type="email"],
.bg-secondary input[type="tel"],
.bg-secondary input[type="search"],
.bg-secondary input[type="url"],
.bg-secondary textarea {
  color: #fff;
  background-image: linear-gradient(#233a28, #233a28),
    linear-gradient(#fff, #fff);
}

.dark-section::-webkit-input-placeholder,
.bg-secondary ::-webkit-input-placeholder,
.bg-primary-dark ::-webkit-input-placeholder {
  color: inherit;
}

.dark-section :-ms-input-placeholder,
.bg-secondary :-ms-input-placeholder,
.bg-primary-dark :-ms-input-placeholder {
  color: inherit;
}

.dark-section::-ms-input-placeholder,
.bg-secondary ::-ms-input-placeholder,
.bg-primary-dark ::-ms-input-placeholder {
  color: inherit;
}

.dark-section ::placeholder,
.bg-secondary ::placeholder,
.bg-primary-dark ::placeholder {
  color: inherit;
}

/*--------------------------------------- */
/* ----------- 13.Buttons --------------- */
/*--------------------------------------- */
[type="submit"] {
  cursor: pointer;
}

[type="submit"],
.button {
  position: relative;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 180px;
  letter-spacing: 0.08rem;
  border-radius: 0;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  padding: 1.5rem 2rem;
  color: #2e3334;
  background: #eade8b;
  border: none;
}
.button,
.spanish-text {
  font: 700 1.2rem/1.25 "Kumbh Sans", sans-serif;
  text-transform: uppercase;
}
.hero-content .spanish-text {
  font-size: 1.8rem;
}
.spanish-text {
  letter-spacing: 0.1rem;
}
@media (min-width: 1900px) {
  .spanish-text {
    font-size: 0.7vw;
  }
}

@media (min-width: 1280px) {
  .button {
    font-size: 0.7vw;
    padding: 1.6rem 2.4rem;
  }
}
@media (min-width: 1500px) {
  .button {
    font-size: 0.8vw;
    padding: 1.6rem 2.4rem;
  }
}

@media (min-width: 1920px) {
  .button {
    padding: 1.6rem 2.4rem;
  }
}
@media (min-width: 2200px) {
  .button {
    padding: 2.25rem 3.8rem;
  }
}

.hero .button {
  border: 20px solid #1c2f20;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 245, 245, 1);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

.button:hover,
.button:focus,
[type="submit"]:hover,
[type="submit"]:focus {
  outline: none;
  border-radius: 0;
  background: #ebd85d;
  color: #2e3334;
}

.form-button-small [type="submit"],
.form-button-small .button {
  padding: 1.5rem 2.8rem;
  min-width: 140px;
}

.contact-form [type="submit"] {
  margin-top: 2rem;
}

.bg-secondary [type="submit"],
.bg-secondary .button {
  background-color: #233a28;
}

.bg-secondary .button:hover,
.bg-secondary .button:focus,
.bg-secondary [type="submit"]:hover,
.bg-secondary [type="submit"]:focus {
  background-color: #0b101c;
}

/*--------------------------------------- */
/* ----------- 14.Contact --------------- */
/*--------------------------------------- */
.contact {
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: cover;
}

.map {
  width: 100%;
  height: 310px;
  background-color: #ccc;
}

.map address {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1rem;
  color: #aabf82;
}

.map .gm-style .gm-style-iw-c {
  border-radius: 0;
}

.contact-text h2 {
  font-size: 4.2rem;
  padding-top: 0.5rem;
  color: inherit;
}

.contact-text p {
  letter-spacing: 0.1rem;
}

.contact-form h3 {
  color: #7f9654;
  font-size: 2.4rem;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.offices h2 {
  font-size: 4.2rem;
}

.office-info {
  width: 100%;
  border: solid 1px #858a96;
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  display: flex;
  flex-direction: column;
}
.team + .row .button {
  margin: 0 auto;
  flex: 0;
}
@media (min-width: 1920px) {
  .team + .row .button {
    min-width: 250px;
  }
}
.office-info .map {
  margin-top: auto;
}

.office-info h3 {
  color: #7f9654;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.office-contact-list {
  padding-bottom: 0.5rem;
}

.office-contact-list span {
  font-weight: 600;
}

.office-contact-list a[href^="tel"] {
  color: inherit;
}

.office-contact-list a:hover,
.office-contact-list a:focus {
  color: inherit;
}

.office-info .social-icon {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  font-size: 1.8rem;
  border-radius: 50%;
  color: #fff;
  border: 0.1rem solid #7f9654;
  background: transparent;
  margin-bottom: 0;
}
.dark-section .office-info .social-icon {
  border-color: #fff;
}

.office-info .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.office-info .social-icon:hover,
.office-info .social-icon:focus {
  color: #fff;
  background-color: #7f9654;
}

.hours-list {
  margin-top: -1rem;
}
.hours-list ul {
  margin-bottom: 0;
}

.hours-list span {
  display: inline-block;
  min-width: 100px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
  text-transform: uppercase;
}

.hours-list li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.hours-list li:last-child {
  color: #7f9654;
}

@media (min-width: 992px) {
  .contact-text h2,
  .offices h2 {
    font-size: 4.6rem;
  }

  .office-info {
    padding: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .contact-text h2,
  .offices h2 {
    font-size: 5rem;
  }
}

/**/
/* Testimonials */
/**/

/*--------------------------------------- */
/* ----------- 15.Footer ---------------- */
/*--------------------------------------- */
.footer {
  color: #fff;
  background-color: #233a28;
  font: 400 1.6rem/1.875 "Jost", sans-serif;
  letter-spacing: 0.06rem;
  overflow: hidden;
}

.footer .container {
  position: relative;
  padding-top: 9.5rem;
}

.footer .container:before {
  content: "";
  display: block;
  width: 70.4rem;
  height: 70.4rem;
  position: absolute;
  left: 4.8rem;
  z-index: 1;
  top: 2rem;
  user-select: none;
  transform-origin: left top;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 0.1rem solid rgba(255, 255, 255, 0.14);
}

.footer .container > * {
  position: relative;
  z-index: 2;
}

.footer-middle {
  padding-bottom: 4rem;
}

.footer a {
  color: #7f9654;
}

.footer a:hover,
.footer a:focus {
  color: #fff;
}

.footer-logo {
  margin-bottom: 4rem;
}

.footer .widget {
  font-size: inherit;
  letter-spacing: 0.06rem;
  margin-bottom: 2rem;
}

.footer .widget-title {
  color: #7f9654;
  font: 400 1.2rem/1.25 "IBM Plex Sans", sans-serif;
  letter-spacing: 0.11rem;
  margin-bottom: 1.6rem;
}

.footer .widget-title span {
  color: #ebd85d;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.widget-address .direction-link {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "IBM Plex Sans", sans-serif;
}

.widget-contact a,
.footer-menu a {
  color: #fff;
}

.widget-contact a:hover,
.widget-contact a:focus,
.footer-menu a:hover,
.footer-menu a:focus {
  color: #7f9654;
}

.widget-contact abbr {
  display: inline-block;
  color: #7f9654;
  margin-right: 1.3rem;
  text-decoration: none;
}

.widget-toll .widget-title {
  margin-bottom: 1rem;
}
.widget.page-content,
.widget.page-content p {
  color: #233a28 !important;
  font-size: 1.6rem;
}

.widget-toll a {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.13rem;
  line-height: 1;
}

.footer-bottom {
  font: 500 1.2rem/1.2 "IBM Plex Sans", sans-serif;
  border-bottom: 0.6rem solid #7f9654;
  letter-spacing: 0.04rem;
  padding-bottom: 5.4rem;
}

.footer-menu {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}

.footer-menu li:not(:last-child) {
  margin-right: 1rem;
}

.footer-copyright {
  margin-bottom: 1.2rem;
}

.social-icons {
  display: flex;
  display: -ms-flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3.2rem;
}

.social-icon {
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  color: #7f9654;
  transition: all 0.35s ease;
}

.social-icon:not(:last-child) {
  margin-right: 2rem;
}

.social-icon:hover,
.social-icon:focus {
  color: #233a28;
}

.footer .social-icon,
.hero .social-icon {
  color: #fff;
}

.hero .social-icon {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .hero .social-icon {
    font-size: 4rem;
  }
}

.footer .social-icon:hover,
.footer .social-icon:focus,
.hero .social-icon:hover,
.hero .social-icon:focus {
  color: #7f9654;
}

/* Scroller - To Top */
#scroller {
  position: fixed;
  bottom: 5rem;
  right: 4rem;
  display: none;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 5.6rem;
  height: 5.6rem;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  color: #7f9654;
  background-color: transparent;
  border: 0.1rem solid #233a28;
  overflow: hidden;
}

#scroller i {
  display: inline-block;
}

#scroller.show {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroller:hover,
#scroller:focus {
  color: #fff;
  background-color: #7f9654;
  border-color: #7f9654;
}

#scroller:hover i,
#scroller:focus i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 768px) {
  #scroller {
    display: flex;
    display: -ms-flex;
  }
}

@media (min-width: 992px) {
  .footer-copyright {
    margin-bottom: 0;
  }

  #scroller {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 2.6rem;
  }
}

/*--------------------------------------- */
/* ----------- 16.Owl Carousel ---------- */
/*--------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;

  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy,
.owl-carousel .owl-item video:not(.vid-animated) {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item.active video:not(.vid-animated) {
  opacity: 1;
}

.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* Nav */
.owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #7f9654;
  font-size: 1rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 0.1rem solid #233a28;
  border-radius: 50%;
  line-height: 1;
  padding: 0.1rem 0 0;
  cursor: pointer;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.bg-primary .owl-carousel .owl-nav .owl-prev,
.bg-primary .owl-carousel .owl-nav .owl-next,
.bg-primary-dark .owl-carousel .owl-nav .owl-prev,
.bg-primary-dark .owl-carousel .owl-nav .owl-next {
  border-color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: -6rem;
}

.owl-carousel .owl-nav .owl-next {
  right: -6rem;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #7f9654;
  border-color: #7f9654;
  text-decoration: none;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  visibility: hidden;
  pointer-events: none;
}
/* Dots */
.owl-dots {
  margin-top: 1.5rem;
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  padding: 0.6rem;
}

.owl-dots .owl-dot span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  border-radius: 50%;
  border-color: #7a8193;
  background: #7a8193;
  -webkit-backface-visibility: visible;
  transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
  cursor: default;
}

.owl-dots .owl-dot:not(.active):hover span,
.owl-dots .owl-dot.active span {
  border-color: #ebd85d;
  background: #ebd85d;
  outline: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: flex;
    display: -ms-flex;
  }
}

@media (min-width: 1600px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -8rem;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -8rem;
  }
}

/*--------------------------------------- */
/* ----------- 17.Grid ------------------ */
/*--------------------------------------- */
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.row {
  display: flex;
  display: -ms-flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

/*--------------------------------------- */
/* ----------- 18.Utilities ------------- */
/*--------------------------------------- */
.image-fluid {
  max-width: none;
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #0b101c !important;
}

.text-gray {
  color: #a6a9aa !important;
}

.text-primary {
  color: #233a28 !important;
}

.text-secondary {
  color: #7f9654 !important;
}

.bg-secondary .text-secondary {
  color: #fff !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg-primary {
  color: #fff;
  background-color: #233a28 !important;
}

.bg-primary-dark {
  color: #fff;
  background-color: #0b101c !important;
}

.bg-secondary {
  background-color: #7f9654 !important;
}

.bg-secondary-light {
  color: #233a28 !important;
  background-color: #e7edfa !important;
}

.bg-tertiary {
  background-color: #ddd4c8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.highlight {
  color: #fff;
  background-color: #233a28;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.d-flex {
  display: flex !important;
  display: -ms-flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 6 !important;
}

[class^="mt-"]:after,
[class^="mb-"]:after {
  content: "";
  display: table;
  clear: both;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pt-lg-17 {
    padding-top: 17rem !important;
  }
  .pt-lg-18 {
    padding-top: 18rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 21rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 23rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 24rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}

/*--------------------------------------- */
/* ----------- 19.Animations ------------- */
/*--------------------------------------- */
/* FadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* FadeInLeft */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;

    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}

/* FadeInUp */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;

    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}
/* fadeInDown */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    transform: translate3d(0, 0, 0);
  }
}

/* GF overrides */
body form:not(.show-labels) .gform_fields .gfield:not(.radio) > label {
  display: none !important;
}
body .gform_wrapper,
body .gform_wrapper label.gfield_label {
  color: inherit;
  font-size: 2.5rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.14rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body .gform_wrapper .gfield_radio li label {
  font-size: inherit;
}
.gform_footer {
  position: relative;
}
body .contact-form:not(.widget-content) .gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}

.gform_body small {
  font-size: 75%;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0;
  text-transform: none;
  color: inherit;
}

/* Spinner */
.gform_ajax_spinner {
  position: absolute;
  top: 20px;
  left: 0;
  border: 4px solid rgba(231, 237, 250, 0.3);
  border-left: 4px solid rgba(170, 191, 130, 0.7);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.widget-contactform .gform_ajax_spinner {
  right: 0;
  left: auto;
}
.widget-contactform form {
  color: #000;
}
.widget-contactform form small {
  color: #fff;
}
body .gform_wrapper .gfield_required {
  color: #7f9654;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div[id^="bf-revz-widget"] {
  float: right;
  margin: 1rem 0 1rem 2rem;
}
@media (min-width: 768px) {
  div[id^="bf-revz-widget"] {
    margin: 0 0 1rem 2rem;
  }
}
.gform_required_legend {
  display: none;
}
.rll-youtube-player iframe {
  width: 100% !important;
  height: 100% !important;
}

/* WordPress Core
-------------------------------------------------------------- */
.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. */
}
.default-sidebar .case-results .widget-title {
  font-size: 1.4rem !important;
  line-height: 1.3;
  border-color: #eade8b;
}
@media (min-width: 1600px) {
  .default-sidebar .case-results .widget-title {
    font-size: 1.8rem !important;
  }
}
.news-section .entry {
  display: flex;
}
.news-section .entry .entry-media {
  flex: 0 0 50%;
  margin-bottom: 0;
}
.news-section .entry-title {
  font-size: 2.2rem !important;
  padding-left: 2rem;
}
.news-section .entry {
  margin-bottom: 4rem;
}
.news-section .button {
  font-size: 2rem;
  min-width: 50%;
  padding: 1rem 0;
}
.news-section .entry .entry-media {
  padding-top: 33.34%;
}
.news-section h2 a {
  color: inherit;
}
.view-all-btn-container {
  display: flex;
  align-items: center;
}
.widget.case-results .widget-content {
  background: #233a28;
  padding: 1.5rem;
}
.widget.case-results .widget-title,
.widget.case-results .widget-content {
  color: #fff;
}
.widget.case-results .button {
  margin-bottom: 0;
  color: #233a28 !important;
  padding: 1.5rem;
}
.widget.case-results .widget-title {
  border-bottom-color: #eade8b;
}
/**/
/* Custom Customization by Eric*/
/**/
/* Global */
.custom--image {
  margin-right: 2rem;
}

.top-media {
  display: none;
}

.page-content .lead {
  font-size: 2.2rem;
  font-weight: 400;
}

.float-left {
  float: left;
}

/* home page */
h3.card-title > a {
  color: #eade8b;
}

/* Global - Fonts */
a {
  text-decoration: none !important;
}

.hero-title {
  font-size: 5rem;
}

h2 {
  font-size: 2.8rem !important;
  line-height: 4.6rem;
}

h3 {
  font-size: 2.2rem !important;
}

h4 {
  font-size: 1.8rem !important;
}

h5 {
  font-size: 1.4rem;
}

.entry-tags {
  display: none;
}

/* Home Page */
#introduction > a:hover {
  color: #eade8b;
}

#introduction {
  font-weight: 500;
  max-width: 45rem;
  background: rgb(0 0 0 / 15%);
  padding: 1rem;
}

/* Green Banner */

.mb-6 {
  font-size: 5rem !important;
}

.widget-practice-area img {
  top: 65%;
}

.widget-practice-area .body {
  box-shadow: 0 0 10px #f5f5f5;
}
.widget-practice-area {
  text-align: center;
}
.widget-practice-area h4 {
  background-color: #f5f5f5;
  font-size: 1.4rem !important;
  padding: 1rem;
  font-weight: 500;
}

/* Sidebar background  */
.dark-section.siderbar-primary:before,
.dark-section .widget-menu:before {
  background-color: white !important;
}

/* sidebar widgets */

.dark-section .card-menu a,
.bg-primary-dark .card-menu a {
  color: #233a28;
}

.siderbar-primary .widget-title,
.siderbar-primary .widget-content {
  color: #233a28;
}

/* Sidebar Contact Form */

div.widget-content.contact-form {
  background-color: #eade8b;
  padding: 1.5rem;
}

.large {
  color: #777 !important;
}

textarea.medium {
  color: #777 !important;
}

small {
  color: #233a28 !important;
}

/* sidebar testimonials */
.sidebar-testimonials {
  font-size: 1.2rem !important;
  margin-bottom: 2rem;
  background-color: #eee;
  padding: 1rem;
}

/* Submit Button */
.gform_button {
  border: 1px solid black !important;
}

.siderbar-primary [type="submit"]:hover,
.siderbar-primary [type="submit"]:focus,
.siderbar-primary .button:hover,
.siderbar-primary .button:focus {
  background-color: #7f9654;
  color: white;
}

/* Sidebar Icon */
.social-icon i {
  color: #233a28;
}

/* widgets footer */

h4.widget-title {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

h5.widget-title {
  color: #233a28 !important;
}

/* Practice Areas */

.pa-container--main {
  margin-top: 5rem;
}

.pa-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: justify;
}

.pa-container--lawyer {
  padding: 0 4rem;
}

/* list item corrections  */

li.pa--list-item::before {
  display: none !important;
}

.custom {
  display: flex;
  margin-bottom: 3.8rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Locations */
.locations-wrapper {
  display: flex;
  flex-direction: column;
}

.locations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
}

a.location-link {
  text-decoration: none;
}

.location {
  position: relative;
}

.location-stockton {
  margin-bottom: 15rem;
}

h3.location-header {
  text-align: left;
  padding: 1rem;
  background-color: rgba(35, 58, 40, 0.9);
  position: absolute;
  bottom: -1rem;
  width: 100%;
}

.location-header > a {
  font-size: 2rem;
  color: white !important;
}

.location-header > a:hover {
  color: #eade8b !important;
}

img.location-image {
  object-fit: cover;
}

.location-img-wrapper {
  width: 100%;
}

.wp-embed-footer {
  display: none;
}
.widget-contact li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-contact li:last-child a {
  font-size: 1.4rem;
 
}
/**/
/* Page 404 */
/**/
.page-404 h3,
.page-404 .editor-content a {
  font-weight: 500;
}
.page-404 .editor-content a {
  font-size: 1.8rem;
  color: #233a28;
}
.page-404 .editor-content ul {
  margin-left: 0;
}
.page-404 .editor-content ul > li {
  padding-left: 0;
}
.page-404 .editor-content ul > li:before {
  display: none;
}
.page-404 h3,
.page-404 .link-more {
  border-bottom: 0.2rem solid #eade8b;
  line-height: 1.5;
  display: inline-block;
}
.page-404 p {
  margin-bottom: 0;
}
.page-404 p + p {
  margin-top: 3rem;
}
.page-404 .link-more {
  margin-bottom: 3rem;
  font-size: 2rem !important;
  font-weight: 400;
}
.page-404 blockquote {
  background: #233a28;
}
.page-404 blockquote p,
.page-404 blockquote cite {
  font-size: 1.6rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.page-404 blockquote cite {
  margin-top: 1.5rem;
  display: block;
}
.page-404 h3 {
  color: #233a28
}
.page-404 .editor-content li + li {
  margin-top: 0.5rem;
} 
.page-404 p + h2 {
  margin-top: 1.5rem;
} 
.widget-contactform {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1
}

.widget .contact-form {
  position: sticky;
  top: 150px;
  left: 0;
}