@charset "UTF-8";
/*
 *  Engro Corp Website.
 */
/*Custom grid Gutters for Bootstrap.*/
/*	Bootstrap
*/
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
*::before,
*::after,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  /*color: $body-color;*/
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 4.1666666667%;
}

.pull-2 {
  right: 8.3333333333%;
}

.pull-3 {
  right: 12.5%;
}

.pull-4 {
  right: 16.6666666667%;
}

.pull-5 {
  right: 20.8333333333%;
}

.pull-6 {
  right: 25%;
}

.pull-7 {
  right: 29.1666666667%;
}

.pull-8 {
  right: 33.3333333333%;
}

.pull-9 {
  right: 37.5%;
}

.pull-10 {
  right: 41.6666666667%;
}

.pull-11 {
  right: 45.8333333333%;
}

.pull-12 {
  right: 50%;
}

.pull-13 {
  right: 54.1666666667%;
}

.pull-14 {
  right: 58.3333333333%;
}

.pull-15 {
  right: 62.5%;
}

.pull-16 {
  right: 66.6666666667%;
}

.pull-17 {
  right: 70.8333333333%;
}

.pull-18 {
  right: 75%;
}

.pull-19 {
  right: 79.1666666667%;
}

.pull-20 {
  right: 83.3333333333%;
}

.pull-21 {
  right: 87.5%;
}

.pull-22 {
  right: 91.6666666667%;
}

.pull-23 {
  right: 95.8333333333%;
}

.pull-24 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 4.1666666667%;
}

.push-2 {
  left: 8.3333333333%;
}

.push-3 {
  left: 12.5%;
}

.push-4 {
  left: 16.6666666667%;
}

.push-5 {
  left: 20.8333333333%;
}

.push-6 {
  left: 25%;
}

.push-7 {
  left: 29.1666666667%;
}

.push-8 {
  left: 33.3333333333%;
}

.push-9 {
  left: 37.5%;
}

.push-10 {
  left: 41.6666666667%;
}

.push-11 {
  left: 45.8333333333%;
}

.push-12 {
  left: 50%;
}

.push-13 {
  left: 54.1666666667%;
}

.push-14 {
  left: 58.3333333333%;
}

.push-15 {
  left: 62.5%;
}

.push-16 {
  left: 66.6666666667%;
}

.push-17 {
  left: 70.8333333333%;
}

.push-18 {
  left: 75%;
}

.push-19 {
  left: 79.1666666667%;
}

.push-20 {
  left: 83.3333333333%;
}

.push-21 {
  left: 87.5%;
}

.push-22 {
  left: 91.6666666667%;
}

.push-23 {
  left: 95.8333333333%;
}

.push-24 {
  left: 100%;
}

.offset-1 {
  margin-left: 4.1666666667%;
}

.offset-2 {
  margin-left: 8.3333333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.6666666667%;
}

.offset-5 {
  margin-left: 20.8333333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.1666666667%;
}

.offset-8 {
  margin-left: 33.3333333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.6666666667%;
}

.offset-11 {
  margin-left: 45.8333333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666666667%;
}

.offset-14 {
  margin-left: 58.3333333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.6666666667%;
}

.offset-17 {
  margin-left: 70.8333333333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666666667%;
}

.offset-20 {
  margin-left: 83.3333333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666666667%;
}

.offset-23 {
  margin-left: 95.8333333333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 4.1666666667%;
  }

  .pull-sm-2 {
    right: 8.3333333333%;
  }

  .pull-sm-3 {
    right: 12.5%;
  }

  .pull-sm-4 {
    right: 16.6666666667%;
  }

  .pull-sm-5 {
    right: 20.8333333333%;
  }

  .pull-sm-6 {
    right: 25%;
  }

  .pull-sm-7 {
    right: 29.1666666667%;
  }

  .pull-sm-8 {
    right: 33.3333333333%;
  }

  .pull-sm-9 {
    right: 37.5%;
  }

  .pull-sm-10 {
    right: 41.6666666667%;
  }

  .pull-sm-11 {
    right: 45.8333333333%;
  }

  .pull-sm-12 {
    right: 50%;
  }

  .pull-sm-13 {
    right: 54.1666666667%;
  }

  .pull-sm-14 {
    right: 58.3333333333%;
  }

  .pull-sm-15 {
    right: 62.5%;
  }

  .pull-sm-16 {
    right: 66.6666666667%;
  }

  .pull-sm-17 {
    right: 70.8333333333%;
  }

  .pull-sm-18 {
    right: 75%;
  }

  .pull-sm-19 {
    right: 79.1666666667%;
  }

  .pull-sm-20 {
    right: 83.3333333333%;
  }

  .pull-sm-21 {
    right: 87.5%;
  }

  .pull-sm-22 {
    right: 91.6666666667%;
  }

  .pull-sm-23 {
    right: 95.8333333333%;
  }

  .pull-sm-24 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 4.1666666667%;
  }

  .push-sm-2 {
    left: 8.3333333333%;
  }

  .push-sm-3 {
    left: 12.5%;
  }

  .push-sm-4 {
    left: 16.6666666667%;
  }

  .push-sm-5 {
    left: 20.8333333333%;
  }

  .push-sm-6 {
    left: 25%;
  }

  .push-sm-7 {
    left: 29.1666666667%;
  }

  .push-sm-8 {
    left: 33.3333333333%;
  }

  .push-sm-9 {
    left: 37.5%;
  }

  .push-sm-10 {
    left: 41.6666666667%;
  }

  .push-sm-11 {
    left: 45.8333333333%;
  }

  .push-sm-12 {
    left: 50%;
  }

  .push-sm-13 {
    left: 54.1666666667%;
  }

  .push-sm-14 {
    left: 58.3333333333%;
  }

  .push-sm-15 {
    left: 62.5%;
  }

  .push-sm-16 {
    left: 66.6666666667%;
  }

  .push-sm-17 {
    left: 70.8333333333%;
  }

  .push-sm-18 {
    left: 75%;
  }

  .push-sm-19 {
    left: 79.1666666667%;
  }

  .push-sm-20 {
    left: 83.3333333333%;
  }

  .push-sm-21 {
    left: 87.5%;
  }

  .push-sm-22 {
    left: 91.6666666667%;
  }

  .push-sm-23 {
    left: 95.8333333333%;
  }

  .push-sm-24 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }

  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }

  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666666667%;
  }

  .offset-sm-14 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333333333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666666667%;
  }

  .offset-sm-20 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.6666666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 4.1666666667%;
  }

  .pull-md-2 {
    right: 8.3333333333%;
  }

  .pull-md-3 {
    right: 12.5%;
  }

  .pull-md-4 {
    right: 16.6666666667%;
  }

  .pull-md-5 {
    right: 20.8333333333%;
  }

  .pull-md-6 {
    right: 25%;
  }

  .pull-md-7 {
    right: 29.1666666667%;
  }

  .pull-md-8 {
    right: 33.3333333333%;
  }

  .pull-md-9 {
    right: 37.5%;
  }

  .pull-md-10 {
    right: 41.6666666667%;
  }

  .pull-md-11 {
    right: 45.8333333333%;
  }

  .pull-md-12 {
    right: 50%;
  }

  .pull-md-13 {
    right: 54.1666666667%;
  }

  .pull-md-14 {
    right: 58.3333333333%;
  }

  .pull-md-15 {
    right: 62.5%;
  }

  .pull-md-16 {
    right: 66.6666666667%;
  }

  .pull-md-17 {
    right: 70.8333333333%;
  }

  .pull-md-18 {
    right: 75%;
  }

  .pull-md-19 {
    right: 79.1666666667%;
  }

  .pull-md-20 {
    right: 83.3333333333%;
  }

  .pull-md-21 {
    right: 87.5%;
  }

  .pull-md-22 {
    right: 91.6666666667%;
  }

  .pull-md-23 {
    right: 95.8333333333%;
  }

  .pull-md-24 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 4.1666666667%;
  }

  .push-md-2 {
    left: 8.3333333333%;
  }

  .push-md-3 {
    left: 12.5%;
  }

  .push-md-4 {
    left: 16.6666666667%;
  }

  .push-md-5 {
    left: 20.8333333333%;
  }

  .push-md-6 {
    left: 25%;
  }

  .push-md-7 {
    left: 29.1666666667%;
  }

  .push-md-8 {
    left: 33.3333333333%;
  }

  .push-md-9 {
    left: 37.5%;
  }

  .push-md-10 {
    left: 41.6666666667%;
  }

  .push-md-11 {
    left: 45.8333333333%;
  }

  .push-md-12 {
    left: 50%;
  }

  .push-md-13 {
    left: 54.1666666667%;
  }

  .push-md-14 {
    left: 58.3333333333%;
  }

  .push-md-15 {
    left: 62.5%;
  }

  .push-md-16 {
    left: 66.6666666667%;
  }

  .push-md-17 {
    left: 70.8333333333%;
  }

  .push-md-18 {
    left: 75%;
  }

  .push-md-19 {
    left: 79.1666666667%;
  }

  .push-md-20 {
    left: 83.3333333333%;
  }

  .push-md-21 {
    left: 87.5%;
  }

  .push-md-22 {
    left: 91.6666666667%;
  }

  .push-md-23 {
    left: 95.8333333333%;
  }

  .push-md-24 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 4.1666666667%;
  }

  .offset-md-2 {
    margin-left: 8.3333333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.6666666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333333333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666666667%;
  }

  .offset-md-8 {
    margin-left: 33.3333333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.6666666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333333333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666666667%;
  }

  .offset-md-14 {
    margin-left: 58.3333333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.6666666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333333333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666666667%;
  }

  .offset-md-20 {
    margin-left: 83.3333333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.6666666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 4.1666666667%;
  }

  .pull-lg-2 {
    right: 8.3333333333%;
  }

  .pull-lg-3 {
    right: 12.5%;
  }

  .pull-lg-4 {
    right: 16.6666666667%;
  }

  .pull-lg-5 {
    right: 20.8333333333%;
  }

  .pull-lg-6 {
    right: 25%;
  }

  .pull-lg-7 {
    right: 29.1666666667%;
  }

  .pull-lg-8 {
    right: 33.3333333333%;
  }

  .pull-lg-9 {
    right: 37.5%;
  }

  .pull-lg-10 {
    right: 41.6666666667%;
  }

  .pull-lg-11 {
    right: 45.8333333333%;
  }

  .pull-lg-12 {
    right: 50%;
  }

  .pull-lg-13 {
    right: 54.1666666667%;
  }

  .pull-lg-14 {
    right: 58.3333333333%;
  }

  .pull-lg-15 {
    right: 62.5%;
  }

  .pull-lg-16 {
    right: 66.6666666667%;
  }

  .pull-lg-17 {
    right: 70.8333333333%;
  }

  .pull-lg-18 {
    right: 75%;
  }

  .pull-lg-19 {
    right: 79.1666666667%;
  }

  .pull-lg-20 {
    right: 83.3333333333%;
  }

  .pull-lg-21 {
    right: 87.5%;
  }

  .pull-lg-22 {
    right: 91.6666666667%;
  }

  .pull-lg-23 {
    right: 95.8333333333%;
  }

  .pull-lg-24 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 4.1666666667%;
  }

  .push-lg-2 {
    left: 8.3333333333%;
  }

  .push-lg-3 {
    left: 12.5%;
  }

  .push-lg-4 {
    left: 16.6666666667%;
  }

  .push-lg-5 {
    left: 20.8333333333%;
  }

  .push-lg-6 {
    left: 25%;
  }

  .push-lg-7 {
    left: 29.1666666667%;
  }

  .push-lg-8 {
    left: 33.3333333333%;
  }

  .push-lg-9 {
    left: 37.5%;
  }

  .push-lg-10 {
    left: 41.6666666667%;
  }

  .push-lg-11 {
    left: 45.8333333333%;
  }

  .push-lg-12 {
    left: 50%;
  }

  .push-lg-13 {
    left: 54.1666666667%;
  }

  .push-lg-14 {
    left: 58.3333333333%;
  }

  .push-lg-15 {
    left: 62.5%;
  }

  .push-lg-16 {
    left: 66.6666666667%;
  }

  .push-lg-17 {
    left: 70.8333333333%;
  }

  .push-lg-18 {
    left: 75%;
  }

  .push-lg-19 {
    left: 79.1666666667%;
  }

  .push-lg-20 {
    left: 83.3333333333%;
  }

  .push-lg-21 {
    left: 87.5%;
  }

  .push-lg-22 {
    left: 91.6666666667%;
  }

  .push-lg-23 {
    left: 95.8333333333%;
  }

  .push-lg-24 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }

  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }

  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666666667%;
  }

  .offset-lg-14 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333333333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666666667%;
  }

  .offset-lg-20 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.6666666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 4.1666666667%;
  }

  .pull-xl-2 {
    right: 8.3333333333%;
  }

  .pull-xl-3 {
    right: 12.5%;
  }

  .pull-xl-4 {
    right: 16.6666666667%;
  }

  .pull-xl-5 {
    right: 20.8333333333%;
  }

  .pull-xl-6 {
    right: 25%;
  }

  .pull-xl-7 {
    right: 29.1666666667%;
  }

  .pull-xl-8 {
    right: 33.3333333333%;
  }

  .pull-xl-9 {
    right: 37.5%;
  }

  .pull-xl-10 {
    right: 41.6666666667%;
  }

  .pull-xl-11 {
    right: 45.8333333333%;
  }

  .pull-xl-12 {
    right: 50%;
  }

  .pull-xl-13 {
    right: 54.1666666667%;
  }

  .pull-xl-14 {
    right: 58.3333333333%;
  }

  .pull-xl-15 {
    right: 62.5%;
  }

  .pull-xl-16 {
    right: 66.6666666667%;
  }

  .pull-xl-17 {
    right: 70.8333333333%;
  }

  .pull-xl-18 {
    right: 75%;
  }

  .pull-xl-19 {
    right: 79.1666666667%;
  }

  .pull-xl-20 {
    right: 83.3333333333%;
  }

  .pull-xl-21 {
    right: 87.5%;
  }

  .pull-xl-22 {
    right: 91.6666666667%;
  }

  .pull-xl-23 {
    right: 95.8333333333%;
  }

  .pull-xl-24 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 4.1666666667%;
  }

  .push-xl-2 {
    left: 8.3333333333%;
  }

  .push-xl-3 {
    left: 12.5%;
  }

  .push-xl-4 {
    left: 16.6666666667%;
  }

  .push-xl-5 {
    left: 20.8333333333%;
  }

  .push-xl-6 {
    left: 25%;
  }

  .push-xl-7 {
    left: 29.1666666667%;
  }

  .push-xl-8 {
    left: 33.3333333333%;
  }

  .push-xl-9 {
    left: 37.5%;
  }

  .push-xl-10 {
    left: 41.6666666667%;
  }

  .push-xl-11 {
    left: 45.8333333333%;
  }

  .push-xl-12 {
    left: 50%;
  }

  .push-xl-13 {
    left: 54.1666666667%;
  }

  .push-xl-14 {
    left: 58.3333333333%;
  }

  .push-xl-15 {
    left: 62.5%;
  }

  .push-xl-16 {
    left: 66.6666666667%;
  }

  .push-xl-17 {
    left: 70.8333333333%;
  }

  .push-xl-18 {
    left: 75%;
  }

  .push-xl-19 {
    left: 79.1666666667%;
  }

  .push-xl-20 {
    left: 83.3333333333%;
  }

  .push-xl-21 {
    left: 87.5%;
  }

  .push-xl-22 {
    left: 91.6666666667%;
  }

  .push-xl-23 {
    left: 95.8333333333%;
  }

  .push-xl-24 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }

  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }

  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666666667%;
  }

  .offset-xl-14 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333333333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666666667%;
  }

  .offset-xl-20 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.6666666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}
.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}
.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}
.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #636c72;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}
.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}
.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}
.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 7.5px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 7.5px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}
.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}
.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #0275d8;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}
.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !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-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !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-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !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-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !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-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-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;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !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-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !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-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .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;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-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;
  }

  .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;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .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;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-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;
  }

  .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;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .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;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-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;
  }

  .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;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .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;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-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;
  }

  .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;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Helvetica Neue LT W01_41488878";
  src: url("../fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
  src: url("../fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"), url("../fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("../fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"), url("../fonts/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"), url("../fonts/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg");
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("../fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("../fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("../fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("../fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
  src: url("../fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("../fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("../fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"), url("../fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"), url("../fonts/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
}
@font-face {
  font-family: "Helvetica Neue LT W01_71488914";
  src: url("../fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("../fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("../fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("../fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("../fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("../fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
}
/*%Hel-35-thin {
  font-family: 'Helvetica Neue LT W01_35 Thin';
  -webkit-font-smoothing:antialiased;

}*/
.boxes-section .v-box .tag-hed, .bod-gallery-container-style2 .item a .member-info p, .journey-time .years-menu ul li a, .governance-sec a .info p, .text-and-img p, .page-details h2, .knowledge-center .press-release .content-details p, .latest-engro-blog .press-release .content-details p, .knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3, .knowledge-center p, .latest-engro-blog p, .knowledge-center h2, .latest-engro-blog h2, .we-are-responsible .column-container .left-column .content-bg ul li h4, .we-are-responsible .column-container .left-column .info-content h2, .we-are-responsible .column-container .right-column .content-bg p, .the-group.core-value .column-container .left-column .content-bg .content-title, .the-group .column-container .left-column .content-bg .content-title, .the-group .column-container .right-column .content-bg ul li a, .the-group .column-container .right-column .content-bg p, .plain-text p, .plain-text h2, body p, footer.footer-class .footer-bottom p, footer.footer-class .footer-nav .f-nav li a, .default-page ul.menu li a, .default-page p, .content-green-list li, .page-template-template-urdu .banner .udru-style h2, .overview-video-section h2, .record-block.show-more-record .centered-area h5, .custom-grid .report-box h4, .custom-grid ol li, .custom-grid .grid-item p, .knowlwdge-slider h4, .section-big-text, .big, .integrated-review-section p, .integrated-review-section h2, .secp-section h2, .secp-section p, .core-value .column-container .right-column .content-bg p, .core-value p, .core-value h2, .vision-n-mission .column-v-m p, .member-association h2, .contact-us .contact-info-box ul li .left-content p, .contact-us .icon-box h6, .contact-us p, .shareholder-contact p.big, .shareholder-contact h3, .text-card span, .img-effect a .member-info p, .rp-box .rp-info h4, .img-overlap-section .text-box ul li, .bod-gallery-container-style3 .item a .member-info p, .bod-single .bod-text p, .bod-single .bod-info .companies-names li, .bod-single .bod-info h3, .search-form label input, .knowlwdge-center .badge, .search-container .search-results ul li p, .content-text ul li, .bod-gallery-container .item a .member-info p, .financial-reports h2, .bg-img-section .left-column .content-bg .content-title, .left-text-sec p, .stats-and-info ul li p, .stats-and-info ul li h4, .for-media-inquiries .phone, .for-media-inquiries p, .for-media-inquiries h3, .card-box .card-content .card-text p, .card-box .card-content .card-text, .inner-page-header h2, .post-banner.pres-releases .post-caption p, .post-banner .post-caption p, .box.no-image .info p, .box .info .badge, .box .info .date, h2.bordered, .banner .content-box h2, .form-element .form-element-label, .default-btn {
  font-family: "Helvetica Neue LT W01_41488878";
  -webkit-font-smoothing: antialiased;
}

.boxes-section .v-box h3, .bod-gallery-container-style2 .item a .member-info h5, .governance-sec a .info span, .meet-the-team .nav-tabs li a, .journey-time .nav-tabs li a, .text-and-img p.bold-text, .knowledge-center .press-release .content-details .date, .latest-engro-blog .press-release .content-details .date, .knowledge-center .press-release .content-details .tag, .latest-engro-blog .press-release .content-details .tag, .media-center .nav-tabs li a, .creating-a-difference .c-slider .slide-item .caption-box span, .we-are-responsible .column-container .right-column .content-bg a, .we-are-responsible .column-container .right-column .content-bg h3, .the-group .column-container .left-column .content-bg ul li a, .the-group .column-container .right-column .content-bg .content-title, .the-group .column-container .right-column .content-bg span, .the-group .column-container .right-column .content-bg a, footer.footer-class .footer-nav h4, .default-page, body, .four-o-four-page .main-content-area h2, .culture-video h2, .custom-grid .grid-item h4, .core-value .column-container .left-column .content-bg ul li a, .core-value .column-container .left-column .content-bg .content-title, .core-value .column-container .right-column .content-bg .content-title, .core-value .column-container .right-column .content-bg a, .engro-tables table td, .engro-tables table th, .infographic h4, .member-association .member-container .member-box .member-content h5, .contact-us .contact-info-box ul li .right-content p, .contact-us h2, .rp-style-2 span, .rp-box.media-gallery .rp-info h4, .rp-box .rp-info p, .img-overlap-section .text-box h4, .bod-gallery-container-style3 .item a .member-info h5, .bod-single .bod-text h4, .bod-single .bod-info ul li a, .knowlwdge-center a .media .date, .knowlwdge-center h2, .search-container .search-results ul li h3 a, .search-container .search-results ul li h3, .next-link .rotate-hed h4, .previous-link .rotate-hed h4, .inner-single .main-content-area h4, .default-pages .main-content-area h4, .inner-single .main-content-area .sub-hed, .default-pages .main-content-area .sub-hed, .inner-single .main-content-area h3, .default-pages .main-content-area h3, .stats-widget.two p, .stats-widget.one h4, .report-box ul li a span.months, .report-box ul li a, .bg-img-section .left-column .content-bg ul li a, .bg-img-section .content p.bold-text, .focus-text, .left-text-sec p.bold-text, .filters ul li a, .years-line span, .box .info span, .box .info p, h4.bordered, .menu-footer-social-icons h5, .banner .content-box p, .banner .content-box span, .language-selector-container a, .main-nav-container ul.main-nav > li a, .subheader .bottom-nav .sub-nav-container ul li a, .form-element button, .submit-btn, .default-btn.bordered-black, .default-btn.bordered, .default-btn.white {
  font-family: "Helvetica Neue LT W01_55 Roman";
  -webkit-font-smoothing: antialiased;
}

.text-card h5 {
  font-family: "Helvetica Neue LT W01_65 Md";
  -webkit-font-smoothing: antialiased;
}

.journey-time .years-menu ul li a.active, .text-and-img .big-text, .page-details h2 strong, .creating-a-difference span.big-text, .we-are-responsible span.big-text, .we-are-responsible.social-imp .sec-name:before, .the-group span.big-text, .plain-text.home-business .sec-name:after, .service-desk .secp-logo .logo-right ul li .block-text h5, .service-desk .secp-logo .logo-right ul li .block-text p, .service-desk .secp-logo .logo-right ul li .block-text h6, .knowlwdge-slider .sliders .custom_paging li, .core-value span.big-text, .years-line-style2 span, .contact-us h3, .shareholder-contact:after, .bod-single .bod-info h2, .next-link .rotate-hed h5, .previous-link .rotate-hed h5, .stats-widget.two h4, .left-text-sec .big-text, h4.bold, .badge, .main-nav-container ul.main-nav > li a.active {
  font-family: "Helvetica Neue LT W01_71488914";
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "mher";
  src: url("../fonts/ur/mehr.ttf") format("truetype");
}
@font-face {
  font-family: "urdu_nafees";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ur/nafees_web_naskhshipped.ttf") format("truetype"), url("../fonts/ur/nafees_web_naskhshipped.eot?#iefix") format("embedded-opentype"), url("../fonts/ur/nafees_web_naskhshipped.woff") format("woff");
}
/*@font-face {
  font-family: 'Axiforma';
  src: url('../../../fonts/../../../fonts/Axiforma-ExtraBoldItalic.eot');
  src: url('../../../fonts/Axiforma-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/Axiforma-ExtraBoldItalic.woff') format('woff'),
    url('../../../fonts/Axiforma-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
*/
/*%Axiforma-Book {
  font-family: 'Axiforma-Book', sans-serif;
  -webkit-font-smoothing:antialiased;

}
*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ncx04j");
  src: url("../fonts/icomoon.eot?ncx04j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ncx04j") format("truetype"), url("../fonts/icomoon.woff?ncx04j") format("woff"), url("../fonts/icomoon.svg?ncx04j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_left:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_right:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-arrow_up:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-call:before {
  content: "";
  color: #51a946;
}

.icon-contact-Us_Avatar:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Message:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Organization:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Pencil:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-contact-Us_Phone:before {
  content: "";
  /* color: #cbcbcd;*/
}

.icon-envelope:before {
  content: "";
  color: #51a946;
}

.icon-fax:before {
  content: "";
  color: #51a946;
}

.icon-icon-facebook:before {
  content: "";
  /* color: #aaa;*/
}

.icon-icon-linkedin:before {
  content: "";
  /* color: #aaa;*/
}

.icon-icon-twitter:before {
  content: "";
  /* color: #aaa;*/
}

/*$lato-regular: 'LatoWeb';
$lato-medium: 'LatoWebMedium';
$lato-semibold: 'LatoWebSemiBold';
$lato-light: 'LatoWebLight';
$lato-Bold: 'LatoWebBold';
$lato-thin: 'LatoWebThin';
$lato-heavy: 'LatoWebHeavy';
$lato-black: 'LatoWebBlack';
*/
/*
@mixin linear-gradient($text-gradient1) {
  -webkit-box-shadow: $text-gradient1;
  -moz-box-shadow: $text-gradient1;
  box-shadow: $text-gradient1;
}*/
/*
$text-gradient1:linear-gradient(90deg, #65d16b 2%, #22d5c9 82.7%);
*/
/*colors start*/
/*colors end*/
/* Expand Variables */
.form-btn,
.form-btn-cancel,
.form-btn-error {
  background: transparent;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 24px;
  margin-top: 2.25rem;
  position: relative;
  z-index: 0;
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-btn::before,
.form-btn::after,
.form-btn-cancel::before,
.form-btn-cancel::after,
.form-btn-error::before,
.form-btn-error::after {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.form-btn::before,
.form-btn-cancel::before,
.form-btn-error::before {
  background: #5aa427;
  z-index: -2;
}

.form-btn::after,
.form-btn-cancel::after,
.form-btn-error::after {
  background: #000000;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-btn:focus,
.form-btn-cancel:focus,
.form-btn-error:focus {
  outline: none;
}

.form-btn:focus::after,
.form-btn:hover::after,
.form-btn-cancel:focus::after,
.form-btn-cancel:hover::after,
.form-btn-error:focus::after,
.form-btn-error:hover::after {
  opacity: 0.3;
}

.form-btn:active,
.form-btn-cancel:active,
.form-btn-error:active {
  transform: translateY(1px);
}

.form-btn-error::before {
  background: #d9534f;
}

.form-btn-cancel {
  transition: color 0.28s ease, transform 0.28s ease;
  color: #b52b27;
  border-color: currentColor;
  will-change: color, transform;
}

.form-btn-cancel.-nooutline {
  border-color: transparent;
}

.form-btn-cancel::before {
  background: #b52b27;
  opacity: 0;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-btn-cancel::after {
  display: none;
}

.form-btn-cancel:focus,
.form-btn-cancel:hover {
  color: #ffffff;
}

.form-btn-cancel:focus::before,
.form-btn-cancel:hover::before {
  opacity: 1;
}

.form-btn-block {
  display: block;
  width: 100%;
  padding: 5px;
}

.form-checkbox,
.form-radio {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  text-align: left;
}

.form-checkbox-inline .form-checkbox-label,
.form-radio-inline .form-radio-label {
  display: inline-block;
  margin-right: 1rem;
}

.form-checkbox-legend,
.form-radio-legend {
  margin: 0 0 0.125rem 0;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}

.form-checkbox-label,
.form-radio-label {
  position: relative;
  cursor: pointer;
  padding-left: 1.5rem;
  text-align: left;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}

.form-checkbox-label:hover i,
.form-radio-label:hover i {
  color: #5aa427;
}

.form-checkbox-label span,
.form-radio-label span {
  display: block;
}

.form-checkbox-label input,
.form-radio-label input {
  width: auto;
  opacity: 0.0001;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  margin: 0;
  padding: 0;
}

.form-checkbox-button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #999;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: color 0.28s ease;
  will-change: color;
}

.form-checkbox-button::before,
.form-checkbox-button::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #5aa427;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
  will-change: opacity, height;
}

.form-checkbox-button::before {
  top: 0.65rem;
  left: 0.38rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #ffffff;
}

.form-checkbox-button::after {
  top: 0.3rem;
  left: 0;
  transform: rotate(-45deg);
}

.form-checkbox-field:checked ~ .form-checkbox-button {
  color: #5aa427;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after,
.form-checkbox-field:checked ~ .form-checkbox-button::before {
  opacity: 1;
  transition: height 0.28s ease;
}

.form-checkbox-field:checked ~ .form-checkbox-button::after {
  height: 0.5rem;
}

.form-checkbox-field:checked ~ .form-checkbox-button::before {
  height: 1.2rem;
  transition-delay: 0.28s;
}

.form-radio-button {
  position: absolute;
  left: 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999;
}

.form-radio-button::before,
.form-radio-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.28s ease, color 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
  will-change: transform, color;
}

.form-radio-button::after {
  transform: scale(0);
  background-color: #5aa427;
  border-color: #5aa427;
}

.form-radio-field:checked ~ .form-radio-button::after {
  transform: scale(0.5);
}

.form-radio-field:checked ~ .form-radio-button::before {
  color: #5aa427;
}

.form-has-error .form-checkbox-button,
.form-has-error .form-radio-button {
  color: #d9534f;
}

.form-card {
  border-radius: 2px;
  /*  background: $white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
  transition: all 0.56s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 500px;
  padding: 0;
  margin: 50px auto;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .form-card {
    margin: 0 auto;
  }
}

/*.form-card:hover,
.form-card:focus {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.form-card:focus-within {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
*/
.form-actions {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.25rem;
}

.form-actions .form-btn-cancel {
  -ms-flex-order: -1;
  order: -1;
}

.form-actions::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0.3;
}

.form-actions > * {
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

.form-fieldset {
  padding: 30px;
  border: 0;
}

.form-fieldset + .form-fieldset {
  margin-top: 15px;
}

.form-legend {
  padding: 1em 0 0;
  margin: 0 0 -0.5em;
  font-size: 1.5rem;
  text-align: center;
}

.form-legend + p {
  margin-top: 1rem;
}

.form-element {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-element-hint {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #a6a6a6;
  display: block;
}

.form-element-bar {
  position: relative;
  height: 1px;
  background: #999;
  display: block;
}

.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5aa427;
  height: 2px;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.28s ease;
  will-change: transform;
}

.form-element-label {
  position: absolute;
  top: 0.75rem;
  line-height: 1.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #a6a6a6;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
  will-change: transform, color, opacity;
}

.form-element-field {
  outline: none;
  height: 1.5rem;
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border: 0 solid transparent;
  line-height: 1.5;
  width: 100%;
  color: #333;
  box-shadow: none;
  opacity: 0.001;
  transition: opacity 0.28s ease;
  will-change: opacity;
}

.form-element-field:-ms-input-placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field::placeholder {
  color: #a6a6a6;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field:focus ~ .form-element-bar::after {
  transform: rotateY(0deg);
}

.form-element-field:focus ~ .form-element-label {
  color: #5aa427;
}

.form-element-field.-hasvalue,
.form-element-field:focus {
  opacity: 1;
}

.form-element-field.-hasvalue ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #d9534f;
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #d9534f;
}

.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
  color: #259337;
}

.form-is-success .form-element-bar::after {
  background: #259337;
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}

input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

textarea.form-element-field {
  height: auto;
  min-height: 3rem;
}

select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select-placeholder {
  color: #a6a6a6;
  display: none;
}

.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  display: block;
  right: 0.5em;
  bottom: 0;
  transition: transform 0.28s ease;
  transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}

.form-select select:focus ~ .form-element-bar::before {
  transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}

.form-element-field[type=number] {
  -moz-appearance: textfield;
}

.form-element-field[type=number]::-webkit-outer-spin-button,
.form-element-field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: currentColor;
  opacity: 1;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  margin: 0;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: calc(50% - 19px);
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  height: 100px;
  left: -26px;
  position: absolute;
  top: -31px;
  width: 70px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 325px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 325px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.default-btn {
  padding: 8px 39px 8px 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(2, 2, 2, 0.1);
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
.default-btn i {
  position: relative;
  font-size: 12px;
  right: -16px;
}
.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.default-btn.white {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 40px 16px 30px;
}
.default-btn.white i {
  color: #5aa427;
}
.default-btn.white i.fa-arrow-down {
  font-size: 14px;
}
.default-btn.white:hover, .default-btn.white:focus {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  color: #ffffff;
  text-decoration: none;
}
.default-btn.white:hover i, .default-btn.white:focus i {
  color: #ffffff;
}
.default-btn.bordered {
  background-image: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  padding: 8px 40px 12px 25px;
}
.default-btn.bordered:hover, .default-btn.bordered:focus {
  background-color: #5aa427;
  color: #ffffff;
  border-color: transparent;
}
.default-btn.bordered:hover i, .default-btn.bordered:focus i {
  color: #ffffff;
}
.default-btn.bordered-black {
  background-image: none;
  background-color: transparent;
  border: 1px solid #555;
  color: #000000;
  border-radius: 0;
  font-size: 20px;
  padding: 8px 40px 12px 25px;
  box-shadow: none;
}
.default-btn.bordered-black i {
  color: #000000;
}
.default-btn.bordered-black:hover, .default-btn.bordered-black:focus {
  background-color: #5aa427;
  color: #ffffff;
  border-color: transparent;
}
.default-btn.bordered-black:hover i, .default-btn.bordered-black:focus i {
  color: #ffffff;
}

/*.Rectangle_7 {
  border-radius: 3px;
  background-image: -moz-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  background-image: -webkit-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  background-image: -ms-linear-gradient( -16deg, rgb(107,181,69) 0%, rgb(12,112,61) 100%);
  box-shadow: 0px 3px 49px 0px rgba(2, 2, 2, 0.28);
  position: absolute;
  left: 184px;
  top: 475px;
  width: 145px;
  height: 35px;
  z-index: 80;
}
*/
.default-btn2 {
  text-decoration: none;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.default-btn2 i {
  position: relative;
  font-size: 16px;
  right: -8px;
  top: 1px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.default-btn2:after {
  content: "";
  position: absolute;
  width: 95px;
  bottom: -10px;
  height: 3px;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-linear-gradient(left, #5aa427 50%, #529527 50%);
  background-image: -o-linear-gradient(left, #5aa427 50%, #529527 50%);
  background-image: linear-gradient(to right, #5aa427 50%, #529527 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.default-btn2:before {
  content: "";
  position: absolute;
  width: 95px;
  bottom: -10px;
  height: 3px;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-linear-gradient(left, #5aa427 50%, #529527 50%);
  background-image: -o-linear-gradient(left, #5aa427 50%, #529527 50%);
  background-image: linear-gradient(to right, #5aa427 50%, #529527 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.default-btn2.full {
  opacity: 0;
}
.default-btn2.full:after {
  width: 100% !important;
}
.default-btn2.full:bfore {
  width: 100% !important;
}
.default-btn2.read-more:before, .default-btn2.read-more:after {
  width: 120px;
}
.default-btn2:hover {
  text-decoration: none;
}
.default-btn2:hover i {
  right: -12px;
}
.default-btn2:hover:after {
  opacity: 0;
}
.default-btn2:hover:before {
  opacity: 1;
}

.url-btns {
  border: 2px solid #ffffff;
  padding: 12px 16px 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
.url-btns:hover {
  background-color: #ffffff;
  color: #333;
  text-decoration: none;
}

.submit-btn {
  border: 1px solid transparent;
  background-color: #5aa427;
  padding: 10px;
  color: #ffffff;
  width: 190px;
  text-align: center;
  font-size: 20px;
  text-transform: lowercase;
}
.submit-btn i {
  font-size: 12px;
  position: relative;
  left: 6px;
  top: -1px;
  color: #ffffff !important;
}

.btn-arrow-style {
  transition: padding-left 100ms 50ms, color 100ms, background-color 100ms !important;
  padding-left: 23.6px;
  line-height: 50px;
  height: 56px;
  width: 236px;
  font-size: 18px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-arrow-style:before {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #ffffff;
  -ms-transform-origin: right;
  transform-origin: right;
  transform: rotate(45deg);
}
.btn-arrow-style:after {
  transition: opacity 100ms 100ms ease, right 100ms 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 23.6px;
  border-top: 2px solid #ffffff;
  -ms-transform-origin: right;
  transform-origin: right;
  transform: rotate(-45deg);
  margin-top: -1px;
}
.btn-arrow-style .arrow:before, .btn-arrow-style .arrow:after {
  opacity: 0;
  transition: opacity 100ms ease, right 100ms ease;
  content: "";
  display: block;
  width: 11.2px;
  height: 1px;
  position: absolute;
  top: 26px;
  right: 200px;
  border-top: 2px solid #555;
  -ms-transform-origin: right;
  transform-origin: right;
}
.btn-arrow-style .arrow:before {
  transform: rotate(45deg);
}
.btn-arrow-style .arrow:after {
  margin-top: -1px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-arrow-style:hover {
  text-decoration: none;
  padding-left: 47.2px;
  background-color: #ffffff;
  color: #555;
}
.btn-arrow-style:hover:before, .btn-arrow-style:hover:after {
  opacity: 0;
  right: 0;
}
.btn-arrow-style:hover .arrow:before, .btn-arrow-style:hover .arrow:after {
  right: 196px;
  opacity: 1;
}
.btn-arrow-style:hover:focus {
  color: #555;
}
.btn-arrow-style:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn-arrow-style.big-btn {
  width: 310px;
}
.btn-arrow-style.big-btn .arrow:before, .btn-arrow-style.big-btn .arrow:after {
  right: 280px;
}
.btn-arrow-style.big-btn:hover .arrow:before, .btn-arrow-style.big-btn:hover .arrow:after {
  right: 274px;
}
.btn-arrow-style.small-btn {
  width: 160px;
}
.btn-arrow-style.small-btn .arrow:before, .btn-arrow-style.small-btn .arrow:after {
  right: 130px;
}
.btn-arrow-style.small-btn:hover {
  padding-left: 44px;
}
.btn-arrow-style.small-btn:hover .arrow:before, .btn-arrow-style.small-btn:hover .arrow:after {
  right: 126px;
}
.btn-arrow-style.green {
  color: #529527;
  border-color: #529527;
  background-color: transparent;
}
.btn-arrow-style.green:before, .btn-arrow-style.green:after {
  border-top-color: #529527;
}
.btn-arrow-style.green .arrow:before, .btn-arrow-style.green .arrow:after {
  border-top-color: #529527;
}
.btn-arrow-style.green:hover {
  color: #ffffff;
  background-color: #529527;
}
.btn-arrow-style.green:hover:before, .btn-arrow-style.green:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.green:hover .arrow:before, .btn-arrow-style.green:hover .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.invert {
  color: #555;
  border-color: #555;
  background-color: transparent;
}
.btn-arrow-style.invert:before, .btn-arrow-style.invert:after {
  border-top-color: #555;
}
.btn-arrow-style.invert .arrow:before, .btn-arrow-style.invert .arrow:after {
  border-top-color: #555;
}
.btn-arrow-style.invert:hover {
  color: #ffffff;
  background-color: #555;
}
.btn-arrow-style.invert:hover:before, .btn-arrow-style.invert:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.invert:hover .arrow:before, .btn-arrow-style.invert:hover .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-arrow-style.white:before, .btn-arrow-style.white:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white .arrow:before, .btn-arrow-style.white .arrow:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-arrow-style.white:hover:before, .btn-arrow-style.white:hover:after {
  border-top-color: #ffffff;
}
.btn-arrow-style.white:hover .arrow:before, .btn-arrow-style.white:hover .arrow:after {
  border-top-color: #000000;
}
.btn-arrow-style.simple-green-btn {
  color: #5aa427;
  border: 0;
  background-color: transparent;
}
.btn-arrow-style.simple-green-btn:before, .btn-arrow-style.simple-green-btn:after {
  border-top-color: #5aa427;
}
.btn-arrow-style.simple-green-btn .arrow:before, .btn-arrow-style.simple-green-btn .arrow:after {
  border-top-color: #5aa427;
}
.btn-arrow-style.simple-green-btn:hover {
  color: #5aa427;
  background-color: transparent;
}
.btn-arrow-style.simple-green-btn:hover:before, .btn-arrow-style.simple-green-btn:hover:after {
  border-top-color: #5aa427 !important;
}
.btn-arrow-style.simple-green-btn:hover .arrow:before, .btn-arrow-style.simple-green-btn:hover .arrow:after {
  border-top-color: #5aa427 !important;
}

.form-element {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.form-element .form-element-label {
  font-size: 14px;
}
.form-element .form-element-field {
  height: 23px;
}
.form-element .form-element-field.doubble-size {
  height: 50px;
}
.form-element.filled label {
  transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
}
.form-element.filled .form-element-field {
  opacity: 1;
}

.form-element.form-input i.eg-icon {
  position: absolute;
  left: -25px;
  font-size: 16px;
  color: #ccc;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.website-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: 100%;
  left: -100%;
  top: 0;
}

.logo {
  width: 360px;
  height: 70px;
  background: url(../images/svg/engro-polymer-chemicals-logo.svg) no-repeat left top;
  background-size: 80%;
  font-size: 0;
  text-indent: -999999%;
  display: inline-block;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .logo {
    background-size: 74px 50px;
    width: 74px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    margin-top: 13px;
    width: 180px;
    background-size: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    margin-top: 13px;
    width: 180px;
    background-size: 180px;
  }
}

header {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header {
    border-bottom: 1px solid transparent;
  }
}
header .branding {
  padding-left: 30px;
  padding-top: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header .branding {
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
  }
}
header .branding .logo {
  margin-top: -20px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  header .branding .logo {
    margin-top: 0;
  }
}
header .exit-header {
  height: 200px;
  background: #000000;
  width: 100%;
}
header .container-fluid,
header .row,
header .col-sm-4,
header .col-sm-16 {
  position: static;
}
@media only screen and (max-width: 1024px) {
  header {
    display: none;
  }
}

.dropdown-header-container {
  text-align: center;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  padding: 0;
  padding: 18px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.dropdown-header-container h3 {
  color: #ffffff;
  margin: 0;
}
.dropdown-header-container a.back-btn {
  position: absolute !important;
  left: 20px;
  top: 16px;
}
.dropdown-header-container a.back-btn:after {
  display: none;
}
.dropdown-header-container a.back-btn img {
  height: 20px;
}
.dropdown-header-container a.cross-btn {
  position: absolute !important;
  right: 20px;
  top: 30px;
}
.dropdown-header-container a.cross-btn:after {
  display: none;
}
.dropdown-header-container a.cross-btn img {
  height: 19px;
}

.subheader {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  top: -1px;
  z-index: 100;
  /*margin-bottom: 20px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.subheader .logo {
  width: 72px;
  height: 26px;
  background-size: 72px 26px;
  margin-right: 40px;
  opacity: 0;
  display: none;
}
.subheader:not(.fixed) {
  background: transparent;
}
.subheader:not(.fixed) .ctas {
  visibility: hidden;
}
.subheader.fixed {
  box-shadow: 0px 2px 5.7px 0.3px rgba(0, 0, 0, 0.05);
  left: 0;
}
.subheader.fixed li.cloaked {
  opacity: 1;
}
.subheader .ctas {
  margin-bottom: -32px;
  float: right;
  display: inline-flex;
  position: relative;
  top: -50px;
  opacity: 0;
}
.subheader .ctas .weblink {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
  margin-top: -15px;
  margin-bottom: -18px;
  padding: 20px 30px;
  text-decoration: none;
  color: white;
  display: block;
  z-index: 2;
}
.subheader .ctas .weblink:hover {
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 60%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 60%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 60%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.subheader .ctas .navbar-share {
  height: 32px;
  margin-right: 10px;
}
.subheader .ctas .navbar-share .icon-share {
  width: 16px;
  height: 32px;
  align-items: center;
  font-size: 18px;
  color: #ccc;
  display: none;
}
.subheader .ctas .navbar-share .reveal-social-slide {
  display: inline-flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links {
  max-width: 200px;
  margin-left: 30px;
  visibility: visible;
  opacity: 1;
  height: 32px;
  transition: max-width 0.5s ease, margin 0.5s ease, opacity 0.2s ease, visibility 0.2s ease;
  display: inline-flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  margin-left: -12px;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a {
  width: 28px;
  height: 32px;
  margin: 0 2px;
  padding: 8px 4px;
  display: flex;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a svg path {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#twitter path {
  fill: #1da1f2 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#facebook path {
  fill: #4267b2 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a:hover svg#linkedin path {
  fill: #0077B5 !important;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-youtube img, .subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-instagram img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-youtube:hover img, .subheader .ctas .navbar-share .reveal-social-slide .social-links .inner a.header-instagram:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.subheader .ctas .navbar-share .reveal-social-slide:hover .social-links {
  max-width: 200px;
  margin-left: 30px;
  visibility: visible;
  opacity: 1;
}
.subheader .bottom-nav {
  width: 100%;
}
.subheader .bottom-nav .sub-nav-container {
  width: 100%;
  height: 65px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.subheader .bottom-nav .sub-nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.subheader .bottom-nav .sub-nav-container ul li {
  margin: 0 4px;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subheader .bottom-nav .sub-nav-container ul li a {
  padding: 0 7px 19px;
  line-height: 26px;
  font-size: 16px;
  color: #000000;
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  border-bottom: 2px solid transparent;
}
.subheader .bottom-nav .sub-nav-container ul li a.mixitup-control-active {
  color: #529527;
}
.subheader .bottom-nav .sub-nav-container ul li a.active {
  color: #529527;
  border-bottom: 2px solid #529527;
}
.subheader .bottom-nav .sub-nav-container ul li a.active:hover {
  color: #529527;
}
.subheader .bottom-nav .sub-nav-container ul li a:hover {
  text-decoration: none;
  color: #529527;
  border-bottom: 2px solid #93c16d;
}
.subheader .bottom-nav .sub-nav-container ul li:first-child {
  margin-left: 0;
  margin-right: 0;
  color: #9e9c9c;
}
@media only screen and (max-width: 480px) {
  .subheader .bottom-nav .sub-nav-container ul li {
    margin: 0 10px 0 0;
  }
  .subheader .bottom-nav .sub-nav-container ul li.show-filter {
    display: none;
  }
}
.subheader:not(.fixed) li.cloaked {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .subheader {
    display: none;
  }
}

.main-nav-container {
  width: 100%;
  text-align: center;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container {
    background-color: #ffffff;
    height: calc(100vh - 63px);
    position: fixed;
    left: -100%;
    top: 63px;
    z-index: 998;
    padding: 10px;
    overflow-y: auto;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .main-nav-container.open {
    left: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-y: scroll;
  }
}
.main-nav-container ul.main-nav {
  height: 89px;
  margin: 0;
  padding: 0;
  display: inline-block;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav {
    width: 100%;
    float: left;
    height: auto;
  }
}
.main-nav-container ul.main-nav > li {
  margin-left: -4px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li {
    display: block;
    border-bottom: none;
  }
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children > a {
  /*background:#000;*/
  border-bottom: none;
  position: relative;
  color: #787878;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children > a:after {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 11px;
  bottom: 0;
  background-color: #ccc;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children.current-menu-ancestor > a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children.current-menu-ancestor > a:after {
  background-color: #5aa427;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:hover > a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:hover > a:after {
  background-color: #5aa427;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li.menu-item-has-children:nth-child(3) {
  margin-right: 0;
  margin-left: 10px;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down {
  visibility: visible;
  opacity: 1;
  height: auto;
  position: relative;
  z-index: auto;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li {
  width: 100%;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li:nth-child(even) {
  margin-left: 0;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li a {
  font-size: 14px;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li.current-menu-item a {
  color: #529527;
}
.main-nav-container ul.main-nav > li.four-col .drop-down .sub-menu li .drop-down .sub-menu li.current-menu-item a:after {
  width: 100%;
}
.main-nav-container ul.main-nav > li a {
  border-bottom: 2px solid transparent;
  padding: 32px 12px;
  font-size: 16px;
  color: black;
  display: inline-block;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1359px) {
  .main-nav-container ul.main-nav > li a {
    padding: 32px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li a {
    display: block;
    text-align: left;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .main-nav-container ul.main-nav > li a:after {
    content: "";
    background-image: url(../images/right-arrow.svg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 18px;
    height: 15px;
    width: 15px;
  }
}
.main-nav-container ul.main-nav > li a.active {
  color: #529527;
}
.main-nav-container ul.main-nav > li a:hover, .main-nav-container ul.main-nav > li a:focus {
  text-decoration: none;
  color: #529527;
  outline: 0;
}
.main-nav-container ul.main-nav > li .drop-down {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 18px;
  margin-bottom: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down {
    position: fixed;
    left: auto;
    width: 100%;
    z-index: 999;
    background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
    background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
    background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
    height: 100vh;
    top: 0;
    right: -100%;
    padding-top: 60px;
  }
}
.main-nav-container ul.main-nav > li .drop-down .dropdown-header-container {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down .dropdown-header-container {
    display: block;
    left: auto;
    right: -100%;
  }
  .main-nav-container ul.main-nav > li .drop-down .dropdown-header-container a {
    border: none;
    padding: 0;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul {
  width: 100%;
  padding-left: 0;
  text-align: left;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul {
    left: 0 !important;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li {
  width: calc(50% - 10px);
  margin-right: 10px;
  display: block;
  float: left;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li:nth-child(even) {
  margin-right: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li {
    width: 100%;
    display: block;
    margin: 0 0px;
    padding: 0 15px;
    border-bottom: none;
  }
  .main-nav-container ul.main-nav > li .drop-down ul li:nth-child(even) {
    margin-left: 0;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li a {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #9e9c9c;
  position: relative;
  text-transform: lowercase;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li a:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #5aa427;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li a {
    color: #ffffff;
    padding: 11px 10px;
  }
  .main-nav-container ul.main-nav > li .drop-down ul li a:after {
    display: none;
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li a:hover {
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.main-nav-container ul.main-nav > li .drop-down ul li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}
.main-nav-container ul.main-nav > li .drop-down ul li.current-menu-item a {
  color: #9e9c9c;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down ul li.current-menu-item a {
    color: #ffffff;
  }
}
.main-nav-container ul.main-nav > li .drop-down.open {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li .drop-down.open {
    height: 100vh !important;
    right: 0;
    padding-top: 60px;
    visibility: visible;
    opacity: 1;
  }
  .main-nav-container ul.main-nav > li .drop-down.open .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-nav-container ul.main-nav > li .drop-down.open .dropdown-header-container {
    right: 0;
  }
}
.main-nav-container ul.main-nav > li:hover a {
  border-bottom: 2px solid #529527;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover a {
    border-bottom: 1px solid #529527;
  }
  .main-nav-container ul.main-nav > li:hover a:after {
    content: "";
    background-image: url(../images/right-arrow-green.svg);
  }
}
.main-nav-container ul.main-nav > li:hover > a + .drop-down {
  height: 280px;
  z-index: 999;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover > a + .drop-down {
    height: 100vh;
  }
}
.main-nav-container ul.main-nav > li:hover > a + .drop-down ul {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav > li:hover > a + .drop-down ul {
    transition: none !important;
  }
}
.main-nav-container ul.main-nav > li.current-page-ancestor a {
  color: #529527;
}
.main-nav-container ul.main-nav:hover {
  height: 255px;
}
.main-nav-container ul.main-nav:hover > li {
  border-bottom: 1px solid #ccc;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .main-nav-container ul.main-nav:hover > li {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav-container {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .main-nav-container {
    padding-bottom: 10px;
  }
}

.language-selector-container {
  width: 100%;
  padding-right: 30px;
  text-align: right;
  padding-top: 32px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .language-selector-container {
    display: none;
  }
}
.language-selector-container a {
  font-size: 14px;
  color: black;
}
.language-selector-container a .contact {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
.language-selector-container a .lang {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
}
.language-selector-container a:hover, .language-selector-container a:focus {
  text-decoration: none;
}
.language-selector-container .dropdown {
  margin-left: 20px;
  display: inline-block;
}
.language-selector-container .dropdown .dropdown-menu {
  min-width: 0px;
  text-align: right;
  z-index: 120;
}
.language-selector-container .dropdown .dropdown-menu .dropdown-item:hover {
  color: #5aa427;
  background-color: transparent;
}

.banner {
  width: 100%;
  position: relative;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 90px);
  top: 90px;
  margin-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /*  &:after{
          content: '';
          background-color: rgba(255, 255, 255, 0.89);
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 40%;
      }*/
  /*  .slider-caption {
          position: absolute;
          top: 210px;
          z-index: 2;
          left: 15px;

          h1 {
              position: relative;

              span {
                  @extend %Hel-roman;
                  font-size: 100px;
                  color: $white;
                  position: relative;
                  top: 20px;
                  left: 12px;
              }

              &:after {
                  content: '';
                  position: absolute;
                  bottom: -25px;
                  width: 100px;
                  height: 2px;
                  background-color: $hedge;
              }
          }

          p {
              @extend %Hel-roman;
              text-align: right;
              font-size: 24px;
              color: $white;
              position: relative;
              top: -37px;
              left: 192px;
          }

          .social-media-links {
              position: absolute;
              bottom: -200px;
              left: 70px;

              li {
                  a {
                      padding: 5px 15px;
                      color: $gray-dark;
                  }
              }
          }
      }
  */
  /*    .home-slider {
          .slick-dots {
              position: absolute;
              margin: 0 auto;
              right: 0;
              left: 0;
              width: 500px;
              padding-left: 155px;
              bottom: 70px;

              li {
                  display: inline-block;
                  font-size: 0;
                  width: 65px;

                  button {
                      width: 100%;
                  }
              }
          }
      }*/
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 0px;
    top: 70px;
    background-size: cover;
    background-position: 100%;
    min-height: auto;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    background-position: center;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 0px;
    top: 63px;
  }
}
.banner .content-box {
  background-color: rgba(2, 105, 55, 0.85);
  padding: 32px;
  padding-top: 50px;
  min-height: 480px;
  margin-top: 11%;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (min-width: 1920px) {
  .banner .content-box {
    margin-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner .content-box {
    margin-top: 60px;
  }
}
.banner .content-box span {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.banner .content-box span:after {
  content: "";
  width: 51px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  background-color: #ffffff;
  left: 0;
}
.banner .content-box h2 {
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: lowercase;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .banner .content-box h2 {
    font-size: 26px !important;
  }
}
.banner .content-box p {
  color: #ffffff;
  font-weight: normal;
}
.banner .content-box .slick-list, .banner .content-box .slick-track, .banner .content-box .slide-text-item {
  outline: 0;
}
.banner .content-box .slick-list:focus, .banner .content-box .slick-track:focus, .banner .content-box .slide-text-item:focus {
  outline: 0;
}
.banner .content-box .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 77, 39, 0.61);
  border: none;
  height: 51px;
  width: 51px;
  font-size: 0;
  outline: 0;
}
.banner .content-box .slick-arrow.slick-prev {
  right: 52px;
}
.banner .content-box .slick-arrow.slick-prev:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.banner .content-box .slick-arrow.slick-next:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search-btn {
  display: inline-block;
  position: relative;
  z-index: 999;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn {
    position: absolute;
    left: 22px;
    top: 22px;
    z-index: 1;
  }
}
.search-btn a {
  color: #000000;
}
.search-btn .close-icon {
  margin-left: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn .close-icon {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-btn .close-icon.active {
    margin-left: 17px;
  }
}
.search-btn .close-icon,
.search-btn .search-icon {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.search-btn .close-icon img,
.search-btn .search-icon img {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-btn .close-icon img,
.search-btn .search-icon img {
    height: 20px;
    width: 20px;
  }
}
.search-btn .close-icon.active,
.search-btn .search-icon.active {
  opacity: 1;
  visibility: visible;
}

.menu-footer {
  /*background-color: #000;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .menu-footer {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-footer {
    bottom: -154px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-footer {
    bottom: 0;
  }
}
.menu-footer ul {
  margin: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}
.menu-footer ul li {
  display: inline-block;
  float: left;
  background-color: #ffffff;
}
.menu-footer ul li a {
  padding: 15px 15px;
  display: block;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.menu-footer ul li:first-child {
  width: 40%;
}
.menu-footer ul li:last-child {
  width: 60%;
  background-color: #5aa427;
}
.menu-footer ul li:last-child a {
  color: #ffffff;
  display: inline-block;
}
.menu-footer ul li:last-child span {
  color: #ffffff;
}

.menu-footer-social-icons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .menu-footer-social-icons {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-footer-social-icons {
    bottom: -94px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-footer-social-icons {
    bottom: 70px;
  }
}
.menu-footer-social-icons h5 {
  font-size: 18px;
  color: #777777;
  position: relative;
  display: none;
}
.menu-footer-social-icons h5:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #777777;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.menu-footer-social-icons ul {
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.menu-footer-social-icons ul li {
  display: inline-block;
}
.menu-footer-social-icons ul li a {
  display: block;
  padding: 10px 8px;
}
.menu-footer-social-icons ul li a img {
  height: 18px;
  filter: grayscale(100%) brightness(50%) opacity(50%);
}
.menu-footer-social-icons ul li:nth-child(4) a img {
  height: 24px;
  position: relative;
  top: 2px;
}
.menu-footer-social-icons ul li:nth-child(5) a img {
  position: relative;
  top: 3px;
}

.toggle-btn {
  width: 25px;
  height: 17px;
  position: absolute;
  right: 22px;
  top: 37px;
  display: none;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  .toggle-btn {
    display: block;
    top: 28px;
  }
}
.toggle-btn span {
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  margin-bottom: 5px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-btn img {
  position: relative;
  top: -26px;
  height: 19px;
  left: 7px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-btn .white-img {
  display: none;
}
.toggle-btn.open {
  /*&.white{
        .white-img{
            display: block !important;
        }

         .black-img{
            display: none;
        }
    }*/
}
.toggle-btn.open img {
  opacity: 1;
  visibility: visible;
}
.toggle-btn.open span {
  opacity: 0;
  visibility: hidden;
  /*  &:first-child{
      display:none;
  }
  &:nth-child(2){
      transform: rotate(-47deg);
  }
  &:last-child{
      transform: rotate(50deg);
      position: relative;
      top: -7px;
  }*/
}

.search-mobile {
  z-index: 21;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.search-mobile .c-btn {
  position: absolute;
  left: calc(100vw - 65px);
  top: 0px;
}
@media only screen and (max-width: 1024px) {
  .search-mobile {
    display: block;
  }
}

.search-form-mobile {
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form-mobile {
    display: block;
  }
}

.desktop-search {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .desktop-search {
    display: none;
  }
}

.single-stories .subheader, .single-press-releases .subheader {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .single-stories .subheader, .single-press-releases .subheader {
    display: block;
  }
  .single-stories .subheader .ctas, .single-press-releases .subheader .ctas {
    display: none;
  }
  .single-stories .subheader .bottom-nav, .single-press-releases .subheader .bottom-nav {
    display: none;
  }
  .single-stories .subheader.fixed, .single-press-releases .subheader.fixed {
    display: none;
  }
}

.mobileheader {
  width: 100%;
  height: 63px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  display: none;
  position: fixed;
  top: 0;
  margin-left: 100vw;
  left: -100vw;
  z-index: 10;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobileheader {
    display: block;
  }
}
.mobileheader a {
  display: inline-block;
}
.mobileheader .mobile-hamburger {
  position: fixed;
  z-index: 11;
}
.mobileheader .mobile-hamburger img {
  width: 24px;
}
.mobileheader .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mobileheader .mobile-branding {
  margin-top: 4px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  margin-bottom: 0;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .mobileheader .mobile-branding {
    margin-top: 12px;
  }
}
.mobileheader .mobile-search {
  position: absolute;
  top: 2px;
  right: 15px;
}
.mobileheader .mobile-search img {
  width: 24px;
  margin-top: 18px;
}

mobileoverlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

mobilemenu {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  border-right: 1px solid #eee;
  padding-left: 60px;
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  display: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  mobilemenu {
    display: block;
  }
}
mobilemenu a {
  display: inline-block;
}
mobilemenu .mobile-nav-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
mobilemenu .mobile-menu-scroll {
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}
mobilemenu .mobile-nav > ul {
  padding: 0;
  margin: 0 0 0 30px;
}
mobilemenu .mobile-nav > ul > li {
  margin-bottom: 15px;
}
mobilemenu .mobile-nav > ul > li a {
  color: #000000;
  font-size: 18px;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav {
  display: none;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul {
  padding: 0;
  margin: 5px 0 0 0;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li {
  margin-bottom: 5px;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li a {
  line-height: 110%;
  font-size: 16px;
  color: #9e9c9c;
}
mobilemenu .mobile-nav > ul > li a + .mobile-sub-nav > ul > li.current_page_item a {
  color: #000000;
}
mobilemenu .mobile-nav > ul > li.current_page_item a, mobilemenu .mobile-nav > ul > li.current-page-parent a {
  color: #009156;
}
mobilemenu .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
mobilemenu .container-fluid .col-24 {
  height: 100vh;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mobile-branding {
  width: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  left: 20px;
}
@media only screen and (max-width: 1024px) {
  .mobile-branding.sidebar {
    width: 175px;
    background-size: 170px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-branding {
    width: 200px;
  }
  .mobile-branding.sidebar {
    width: 180px;
  }
}

.mobile-hamburger {
  position: absolute;
  top: 0px;
  right: -46px;
  z-index: 100;
}
.mobile-hamburger .icons-close {
  width: 22px;
}

.icons-hamburger, .icons-search {
  width: 26px;
  height: auto;
  display: block;
  position: relative;
}

.icons-hamburger {
  top: 22px;
}

.icons-search {
  top: 20px;
}

.icons-close {
  opacity: 0;
  visibility: hidden;
}

.mobile-nav-search, .mobile-nav-contact {
  position: absolute;
}
.mobile-nav-search img, .mobile-nav-contact img {
  width: 22px;
  display: inline-block;
}

.mobile-nav-search {
  top: 18px;
  right: 10px;
}

.mobile-nav-contact {
  top: 18px;
  right: 50px;
}

.mobile-language-selector {
  width: 32px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -48px;
  top: 50px;
}
.mobile-language-selector ul {
  padding: 0;
  margin: 0;
}
.mobile-language-selector ul li:first-child {
  border-bottom: 1px solid #ccc;
}
.mobile-language-selector ul li a {
  width: 32px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #ccc;
  display: inline-block;
}
.mobile-language-selector ul li a.active {
  color: #009156;
}

.mobile-nav-social {
  width: 32px;
  position: absolute;
  right: -48px;
  bottom: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social {
    bottom: -20px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social {
    bottom: 2em;
  }
}
.mobile-nav-social ul {
  padding: 0;
  margin: 0;
}
.mobile-nav-social ul li {
  margin-bottom: 35px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social ul li {
    margin-bottom: 35px;
  }
}
.mobile-nav-social ul li a {
  width: 32px;
  text-align: center;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-social ul li a img {
  width: 24px;
  height: auto;
  display: inline-block;
  filter: grayscale(100);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.mobile-nav-social ul li a img.fb-icon {
  height: 28px;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .mobile-nav-social ul li a img {
    width: 20px;
  }
  .mobile-nav-social ul li a img.fb-icon {
    height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-nav-social ul li a img {
    width: 24px;
  }
  .mobile-nav-social ul li a img.fb-icon {
    height: 28px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  mobilemenu .mobile-menu-scroll {
    display: block;
  }

  .mobile-language-selector {
    width: 100px;
    text-align: right;
    top: auto;
    bottom: 0px;
    right: 10px;
  }
  .mobile-language-selector ul li {
    position: relative;
    display: inline-block;
  }
  .mobile-language-selector ul li:first-child {
    border-bottom: none;
  }
  .mobile-language-selector ul li:first-child:after {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    display: block;
    position: absolute;
    right: -4px;
    top: 17px;
  }
}
.page-name-new-events .sub-nav-container ul {
  display: none !important;
}

.page-id-1529 .text-columns.sub-trigger .member-association.with-bg {
  margin-top: 80px;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg h2 {
  color: white;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg .infographic {
  background-color: transparent;
}
.page-id-1529 .text-columns.sub-trigger .member-association.with-bg .infographic h4 {
  color: white;
}

section article {
  padding: 30px 0 50px 0;
  width: 100%;
  float: left;
}

.slick-slide:focus {
  outline: 0;
}

.mb200 {
  margin-bottom: 200px;
}

.pad-top-10 {
  padding-top: 10px;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mtn {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

h2.bordered {
  position: relative;
  font-size: 42px;
  margin-bottom: 50px;
}
h2.bordered a {
  color: #333;
}
h2.bordered a:hover, h2.bordered a:focus {
  text-decoration: none;
}
h2.bordered:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #5aa427;
  left: 0;
}
h2.bordered.center-line:after {
  left: calc(50% - 40px);
}

h4.bordered {
  position: relative;
  font-size: 24px;
  margin-bottom: 50px;
}
h4.bordered:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #5aa427;
  left: 0;
}
h5 {
  position: relative;
}
h5.bordered {
  margin-bottom: 40px;
}
h5.bordered:after {
  content: "";
  width: 16%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  background-color: #5aa427;
  left: 0;
}

.vjs-afterglow-skin .vjs-big-play-button {
  z-index: 0 !important;
}

.social-media-links li {
  display: inline-block;
  padding: 0 !important;
}
.social-media-links li a {
  display: block;
  color: #93c16d;
  padding: 5px 10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .social-media-links li a {
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 768px) {
  .social-media-links li a {
    padding: 5px 6px;
  }
}
.social-media-links li a i {
  font-size: 16px;
}
.social-media-links li a:after {
  display: none;
}
.social-media-links li:last-child a {
  pointer-events: auto !important;
}

.badge {
  font-size: 15px;
  padding: 2px 10px 4px 10px;
  text-transform: lowercase;
  border-radius: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .badge {
    margin-bottom: 8px;
  }
}
.badge.yellow {
  background-color: #f68c49;
}
.badge.blue {
  background-color: #47b1e4;
}
.badge.pink {
  background-color: #ef1f6c;
}
.badge.green {
  background-color: #93c16d;
}

.box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  height: 257px;
}
.box img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
}
.box .box-action {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #ffffff;
  opacity: 0;
  z-index: 99;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(23, 113, 25, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
  left: 0;
}
.box .info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  z-index: 9;
  text-align: left;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 15px;
}
.box .info h5 {
  color: #ffffff;
  /*font-size: 18px;*/
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.4;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box .info .date {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.box .info .badge {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
}
.box .info p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box .info span {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box .info span i {
  font-size: 16px;
  padding-left: 10px;
}
.box .info span:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -8px;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.announcement {
  padding: 20px;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  height: 150px;
  /*	 &:after{
  	display: none;
  }*/
}
.box.announcement:before {
  display: none;
}
.box.announcement img {
  height: auto;
  filter: grayscale(0);
}
.box.announcement .info {
  bottom: auto;
  top: 20px;
  z-index: 1;
}
.box.announcement .info h5 {
  color: #000000;
}
.box.announcement .info .date {
  color: rgba(2, 2, 2, 0.6);
}
.box.announcement .btn-container {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box.announcement .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.box.announcement .btn-container .download-link.no-border {
  border: 1px solid transparent;
  text-decoration: underline;
}
.box.announcement .btn-container .download-link.no-border:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.box.announcement .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.box.announcement:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box.announcement:hover .btn-container {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.box.announcement:hover .info {
  /*bottom: 130px;*/
}
.box.announcement:hover .info h5 {
  /*color: $white;*/
  opacity: 0;
}
.box.announcement:hover .info .date {
  /*color: $white;*/
  opacity: 0;
}
.box.announcement:hover .box-action {
  color: #529527;
  opacity: 1;
}
.box.announcement-with-img {
  padding: 20px;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  /*&:before{
  	display: none;
  }*/
}
.box.announcement-with-img img {
  height: auto;
}
.box.announcement-with-img .info h5 {
  color: #ffffff;
}
.box.announcement-with-img .info .date {
  color: #ffffff;
}
.box.announcement-with-img .btn-container {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box.announcement-with-img .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.box.announcement-with-img .btn-container .download-link.no-border {
  border: 1px solid transparent;
  width: auto;
  color: rgba(255, 255, 255, 0.8);
}
.box.announcement-with-img .btn-container .download-link.no-border:hover {
  background-color: transparent;
  color: #ffffff;
}
.box.announcement-with-img .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.box.announcement-with-img:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box.announcement-with-img:hover .btn-container {
  opacity: 1;
  visibility: visible;
}
.box.announcement-with-img:hover .info {
  bottom: 130px;
}
.box.announcement-with-img:hover .info h5 {
  color: #ffffff;
}
.box.announcement-with-img:hover .info .date {
  color: #ffffff;
}
.box.announcement-with-img:hover .box-action {
  color: #529527;
  opacity: 1;
}
.box:hover .box-action {
  opacity: 1;
}
.box:hover .info {
  bottom: 40px;
}
.box:hover img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box:hover:after {
  opacity: 1;
}
.box.no-image {
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.box.no-image:before {
  display: none;
}
.box.no-image .box-action {
  color: #000000;
}
.box.no-image:after {
  display: none;
}
.box.no-image .info {
  bottom: 40px;
}
.box.no-image .info h5 {
  color: #000000;
}
.box.no-image .info .date {
  color: rgba(0, 0, 0, 0.6);
}
.box.no-image .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}
.box.no-image:hover .info h5 {
  color: #529527;
}
.box.no-image:hover .box-action {
  color: #529527;
}

.nxt-prv .box:before {
  height: 100%;
}
.nxt-prv .box:after {
  display: none;
}

.post-banner {
  height: 300px;
  width: 100%;
  background-color: #000000;
  margin-top: 89px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .post-banner {
    margin-top: 63px;
  }
}
.post-banner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.post-banner.announcement {
  height: 300px;
}
.post-banner.announcement.pres-releases .post-caption {
  top: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .post-banner.announcement.pres-releases .post-caption .default-btn:last-child {
    margin-top: 10px;
    min-width: 185px;
  }
}
.post-banner .subheader {
  min-height: 65px;
  background: transparent;
}
.post-banner .subheader .back-step {
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  color: #529527;
  align-items: center;
  display: inline-flex;
}
.post-banner .subheader .back-step i {
  margin-left: 10px;
}
.post-banner .subheader .back-step:hover {
  text-decoration: none;
}
.post-banner .subheader .ctas {
  top: -30px;
}
.post-banner .subheader .ctas .weblink {
  margin-top: -16px;
}
.post-banner .subheader:not(.fixed) .container {
  padding: 0;
}
.post-banner .subheader:not(.fixed) .container .logo {
  display: none;
}
.post-banner .subheader.fixed {
  padding: 20px 0;
}
.post-banner .post-caption {
  position: relative;
  top: 0;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption {
    top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .post-banner .post-caption {
    padding: 0 10px;
  }
}
.post-banner .post-caption .date {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  margin-bottom: 15px;
}
.post-banner .post-caption h2 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption h2 {
    margin-bottom: 14px;
  }
}
.post-banner .post-caption p {
  color: #ffffff;
  font-size: 18px;
  padding-right: 280px;
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .post-banner .post-caption p {
    padding-right: 0 !important;
  }
}
.post-banner.pres-releases:after {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.7;
}
.post-banner.pres-releases .post-caption {
  position: relative;
  z-index: 1;
}
.post-banner.pres-releases .post-caption .date {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-banner.pres-releases .post-caption h2 {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .post-banner.pres-releases .post-caption h2 {
    font-size: 34px;
  }
}
.post-banner.pres-releases .post-caption p {
  color: #555;
  font-size: 18px;
  padding-right: 280px;
  margin-bottom: 30px;
}
.post-banner.single-page-header {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .post-banner {
    padding-bottom: 50px;
    height: auto;
  }
}

.single-stories, .single-blogs {
  /*.website-wrapper {
  	position: unset;
  }*/
}
.single-stories .single-page-header:after, .single-blogs .single-page-header:after {
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(51, 51, 51, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.7;
}

.post-container {
  padding: 20px 0 50px 0;
}

.inner-page-header {
  background-size: cover;
  background-position: 75%;
  padding-top: 85px;
  width: 100%;
  height: 300px;
  background-color: #ccc;
  margin-top: 89px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .inner-page-header {
    margin-top: 63px;
  }
}
.inner-page-header:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.inner-page-header h2 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .inner-page-header h2 {
    font-size: 32px !important;
  }
}
.inner-page-header span {
  position: relative;
  z-index: 2;
  text-transform: lowercase;
}
.inner-page-header .ctas {
  top: -30px;
}
.inner-page-header .subheader.fixed {
  padding: 20px 0;
}

.card-box {
  width: 100%;
  margin: 30px 0;
  float: left;
  background-color: white;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
}
.card-box:after {
  content: "";
  height: 1px;
  width: 26px;
  /* background-color: #5aa427; */
  position: absolute;
  left: -26px;
  top: 50%;
  border-radius: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  border-top: 2px dotted #eee;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .card-box:after {
    left: -20px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .card-box:after {
    left: -14px;
    width: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .card-box:after {
    left: -8px;
    width: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .card-box:after {
    left: -12px;
    width: 10px;
  }
}
.card-box .img-box {
  height: 182px;
  overflow: hidden;
  float: left;
  width: 34%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .card-box .img-box {
    display: none;
  }
}
.card-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-box .card-content {
  margin: 0 15px;
  position: relative;
  float: left;
  width: 60%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .card-box .card-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .card-box .card-content {
    width: 96%;
  }
}
.card-box .card-content .card-heading {
  /*background-color: $grass;*/
  /*color: $grass;*/
  /*@extend %Hel-bold;*/
  font-size: 16px;
  margin-bottom: 20px;
}
.card-box .card-content .card-text {
  /*  background-color: $white;
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  padding: 16px;*/
  font-size: 15px;
  color: #555;
}
.card-box .card-content .card-text p {
  width: 100%;
  font-size: 14px;
}

.years-line {
  position: relative;
  width: 100%;
  margin: 30px 0;
  height: 30px;
  /*	&:after{
  	content: '';
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	background-color: #cccccc;
  	left: 0;
  	top: 10px;
  }*/
}
.years-line span {
  background-color: #ffffff;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #ccc;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0px 0;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0px;
  left: 7px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .years-line span {
    font-size: 18px;
    width: 60px;
    height: 60px;
    padding: 16px 10px;
    left: -16px;
  }
}

.journey-time .history-line .card-box {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.02);
}
.journey-time .history-line .card-box .img-box, .journey-time .history-line .card-box .card-content {
  opacity: 0.5;
}
.journey-time .history-line.active .history-timeline .years-line span {
  background-color: #5aa427;
  border: none;
}
.journey-time .history-line.active .history-timeline .card-box {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.journey-time .history-line.active .history-timeline .card-box .img-box, .journey-time .history-line.active .history-timeline .card-box .card-content {
  opacity: 1;
}
.journey-time .history-line.active .history-timeline .card-box:after {
  border-top-color: #5aa427;
  /*border-top-style: solid;*/
}
.journey-time .history-line.active .history-timeline:after {
  border-right-color: #5aa427;
  /*border-right-style: solid;*/
}

.filters {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 50px;
}
.filters .show-filter {
  float: left;
  color: #555;
  border-right: 1px solid #555;
  padding-right: 15px;
}
.filters ul {
  float: left;
}
.filters ul li {
  display: inline-block;
}
.filters ul li a {
  font-size: 16px;
  color: #000000;
  padding: 10px 15px;
  text-decoration: none;
}
.filters ul li a:hover, .filters ul li a.mixitup-control-active {
  color: #529527;
  text-decoration: none;
}

.for-media-inquiries {
  padding: 20px 0 50px 0;
  display: none;
}
.for-media-inquiries h2 {
  /*@extend %Hel-light;*/
  font-size: 20px;
  text-transform: lowercase;
}
.for-media-inquiries h3 {
  font-size: 20px;
  color: #000000;
}
.for-media-inquiries p {
  font-size: 14px;
  color: #555;
}
.for-media-inquiries a {
  color: #529527;
}
.for-media-inquiries .phone {
  display: block;
  color: #529527;
  font-size: 14px;
}
.for-media-inquiries .phone.inline {
  display: inline-block;
  margin-right: 20px;
}

.stats-and-info ul {
  position: relative;
  float: left;
  padding: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.stats-and-info ul li {
  float: left;
  width: 50%;
  padding: 25px;
  list-style: none;
  /*background-color: $white;*/
  height: 208px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1);
}
.stats-and-info ul li h4 {
  font-size: 40px;
  color: rgba(32, 32, 32, 0.55);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.stats-and-info ul li h4 span {
  font-size: 33px;
  text-transform: none;
}
.stats-and-info ul li h4 small {
  font-size: 70%;
  margin-left: 5px;
}
.stats-and-info ul li p {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.55);
  margin-top: -10px;
}
.stats-and-info ul li:hover {
  background-color: #ffffff;
  transform: scale(1.3);
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 9;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.stats-and-info ul li:hover h4 {
  color: #529527;
}
@media only screen and (max-width: 767px) {
  .stats-and-info ul li:hover {
    transform: scale(1);
    box-shadow: none;
  }
  .stats-and-info ul li:hover h4 {
    font-size: 55px;
    color: rgba(32, 32, 32, 0.55);
  }
}
.stats-and-info ul:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #eee;
}
.stats-and-info ul:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 9;
  background-color: #eee;
}
@media only screen and (max-width: 480px) {
  .stats-and-info ul:before, .stats-and-info ul:after {
    display: none;
  }
  .stats-and-info ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    height: auto;
  }
  .stats-and-info ul li:last-child {
    border-bottom: none;
  }
}

.left-text-sec {
  padding: 20px 0 90px 0;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .left-text-sec {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .left-text-sec {
    padding-bottom: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.left-text-sec .container-fluid .row {
  padding-bottom: 132px;
}
.left-text-sec .media-container img {
  width: 100%;
  height: 100%;
}
.left-text-sec .big-text {
  font-size: 242px;
  color: #eee;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.left-text-sec h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.left-text-sec h3 img {
  height: 88px;
}
.left-text-sec p {
  font-size: 16px;
}
.left-text-sec p.bold-text {
  font-size: 22px;
  /*color: $black;*/
  margin-bottom: 25px;
}
.left-text-sec.fertilizer-text-sec {
  background-position: 100% 60%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 350px;
}
.left-text-sec.fertilizer-text-sec h3 {
  margin-bottom: 0px;
}

.focus-text {
  font-size: 22px;
}

.page-template-template-foods .scroll-section.left-text-sec, .page-template-template-product-new .scroll-section.left-text-sec {
  position: relative;
  overflow: visible;
}
.page-template-template-foods .scroll-section.left-text-sec:after, .page-template-template-product-new .scroll-section.left-text-sec:after {
  position: absolute;
  color: #eee;
  font-size: 260px;
  left: 61%;
  z-index: -1;
  bottom: -228px;
  white-space: nowrap;
  font-family: "Helvetica Neue LT W01_71488914";
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-foods .scroll-section.left-text-sec:after, .page-template-template-product-new .scroll-section.left-text-sec:after {
    left: 60%;
    bottom: -220px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-foods .scroll-section.left-text-sec:after, .page-template-template-product-new .scroll-section.left-text-sec:after {
    bottom: -230px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-foods .scroll-section.left-text-sec:after, .page-template-template-product-new .scroll-section.left-text-sec:after {
    font-size: 140px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-foods .scroll-section.left-text-sec:after, .page-template-template-product-new .scroll-section.left-text-sec:after {
    font-size: 100px;
    bottom: -100px;
  }
}
.page-template-template-foods h1, .page-template-template-foods h2, .page-template-template-foods h3, .page-template-template-foods h4, .page-template-template-foods h5, .page-template-template-foods h6, .page-template-template-product-new h1, .page-template-template-product-new h2, .page-template-template-product-new h3, .page-template-template-product-new h4, .page-template-template-product-new h5, .page-template-template-product-new h6 {
  text-transform: lowercase;
}
.page-template-template-foods .bg-img-section, .page-template-template-product-new .bg-img-section {
  padding: 188px 0 80px;
}
.page-template-template-foods.page-id-1606 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-1606 .scroll-section.left-text-sec:after {
  /*bottom: -68px;*/
}
.page-template-template-foods.page-id-48 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-48 .scroll-section.left-text-sec:after {
  display: none;
}
.page-template-template-foods.page-id-575 .scroll-section.left-text-sec:after, .page-template-template-foods.page-id-4161 .scroll-section.left-text-sec:after, .page-template-template-foods.page-id-48 .scroll-section.left-text-sec:after, .page-template-template-foods.page-id-1122 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-575 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-4161 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-48 .scroll-section.left-text-sec:after, .page-template-template-product-new.page-id-1122 .scroll-section.left-text-sec:after {
  bottom: -165px;
}

.bg-img-section {
  position: relative;
  padding: 188px 0;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, rgba(224, 121, 121, 0) 64%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="rgba(224, 121, 121, 0)",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.bg-img-section.small-padded {
  padding: 100px 0;
}
.bg-img-section.no-shade:after {
  display: none;
}
.bg-img-section .content {
  position: relative;
  z-index: 1;
}
.bg-img-section .content h2 {
  color: #ffffff;
}
.bg-img-section .content p {
  color: #ffffff;
}
.bg-img-section .content p.bold-text {
  font-size: 22px;
  line-height: 1.1;
}
.bg-img-section .content .brand-logo {
  position: absolute;
  top: -280px;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.bg-img-section .content ul li {
  color: #ffffff;
  list-style: disc;
}
.bg-img-section .left-column {
  width: 39%;
  background: #555;
  height: 415px;
  position: absolute;
  right: 0;
  top: 110px;
  z-index: 2;
}
.bg-img-section .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 70px 30px 30px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
.bg-img-section .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 15px;
}
.bg-img-section .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.bg-img-section .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.bg-img-section .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.bg-img-section .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.bg-img-section .left-column .content-bg ul li a i {
  position: absolute;
  left: -20px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-img-section .left-column .content-bg ul li a:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: calc(100% + 1px);
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-img-section .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.bg-img-section .left-column .content-bg ul li:hover a {
  color: #529527;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.bg-img-section .left-column .content-bg ul li:hover a i {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.bg-img-section .left-column .content-bg ul li:hover a:after {
  opacity: 1;
}
.bg-img-section .left-column .content-bg ul li.active a {
  color: #529527;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.bg-img-section .left-column .content-bg ul li.active a i {
  left: -20px;
  opacity: 1;
  visibility: visible;
}
.bg-img-section .left-column .content-bg ul li.active a:after {
  opacity: 1;
}

.financial-reports {
  padding: 50px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.financial-reports h2 {
  font-size: 42px;
}
.financial-reports p {
  font-size: 20px;
  margin-bottom: 30px;
}
.financial-reports .brand-logo {
  height: 88px;
}
@media only screen and (max-width: 767px) {
  .financial-reports {
    min-height: auto;
  }
}

.report-box {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 15px;
  min-height: 371px;
  padding-bottom: 10px;
}
.report-box h3 {
  position: relative;
  margin-bottom: 30px;
}
.report-box h3:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  background-color: #529527;
  left: 0;
}
.report-box .annual-report-hed {
  /*font-size: 20px;*/
  color: #333;
  /*@extend %Hel-roman;
  border-bottom: 1px solid #383838;
  margin-left: 28px;
  margin-bottom: 15px;
  display: inline-block;*/
}
.report-box .annual-report-hed i {
  right: -7px !important;
  top: 20px !important;
}
.report-box ul {
  padding-left: 0px;
}
.report-box ul li {
  display: block;
}
.report-box ul li a {
  padding: 12px 10px 12px 0;
  color: #5aa427;
  font-size: 16px;
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box ul li a .img-box {
  float: left;
  margin-right: 12px;
  width: 29%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.report-box ul li a .img-box img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .report-box ul li a .img-box {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .report-box ul li a .img-box {
    width: 58px;
  }
}
.report-box ul li a .content-area {
  float: left;
  margin-top: 8px;
  width: calc(71% - 12px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .report-box ul li a .content-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .report-box ul li a .content-area {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .report-box ul li a .content-area {
    margin-top: 8px;
    width: auto;
  }
}
.report-box ul li a span.quater {
  /*border-bottom: 1px solid $grass; */
  position: relative;
}
.report-box ul li a span.months {
  display: block;
  color: #9e9c9c;
  font-size: 12px;
}
.report-box ul li a i {
  position: absolute;
  right: 7px;
  top: 19px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box ul li a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.report-box ul li a:hover i {
  visibility: visible;
}
.report-box ul li a:hover:after {
  width: 100%;
}
.report-box ul li:last-child a {
  border-bottom: none;
}
.report-box ul li:last-child a:after {
  height: 0;
}
.report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 28px;
}
.report-box .view-all a {
  color: #9e9c9c;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.report-box .view-all a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.report-box .view-all a:hover {
  color: #5aa427;
  text-decoration: none;
}
.report-box .view-all a:hover:after {
  width: 100%;
}

.view-btn-container {
  margin: 30px 0;
  text-align: left;
}

.stats-widget {
  width: 265px;
  height: 252px;
  background-color: #ffffff;
  padding: 30px;
}
.stats-widget.one {
  position: absolute;
  bottom: -350px;
  background-image: -webkit-linear-gradient(left, #5fac44 0%, #1d7c3e 100%);
  background-image: -o-linear-gradient(left, #5fac44 0%, #1d7c3e 100%);
  background-image: linear-gradient(to right, #5fac44 0%, #1d7c3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5FAC44", endColorstr="#FF1D7C3E", GradientType=1);
}
.stats-widget.one img {
  margin-bottom: 30px;
}
.stats-widget.one h4 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 10px;
}
.stats-widget.one h4 span {
  font-size: 26px;
}
.stats-widget.one p {
  font-size: 15px;
}
.stats-widget.two {
  position: absolute;
  bottom: -280px;
  left: 320px;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  /*@include gradient-horizontal-img($start-color: #5fac44, $end-color: #1d7c3e, $start-percent: 0%, $end-percent: 100%);*/
}
.stats-widget.two img {
  margin-bottom: 30px;
}
.stats-widget.two h4 {
  font-size: 76px;
  color: #000000;
  margin-bottom: 0px;
  line-height: 1;
  background: -webkit-linear-gradient(left, #5caa44 0%, #053c18 100%);
  background: -o-linear-gradient(left, #5caa44 0%, #053c18 100%);
  background: linear-gradient(to right, #5caa44 0%, #053c18 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5CAA44", endColorstr="#FF053C18", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stats-widget.two p {
  font-size: 24px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.2;
}

.bod-gallery-container {
  height: auto;
  float: left;
  width: 100%;
  margin: 50px 0;
}
.bod-gallery-container .item {
  width: 23%;
  margin: 10px 10px;
  background: #000000;
  height: 340px;
  float: left;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /*  &:first-child{
  	width:48%;
  	height: 626px;
  }

  &:nth-child(7){
  	width:48%;
  	height: 626px;
  }
  &:last-child{
  	position: relative;
  	top: -323px;
  }*/
}
@media only screen and (max-width: 1024px) {
  .bod-gallery-container .item {
    width: 31.2%;
  }
}
@media only screen and (max-width: 768px) {
  .bod-gallery-container .item {
    width: 30.4%;
  }
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container .item {
    width: 46%;
  }
}
@media only screen and (max-width: 480px) {
  .bod-gallery-container .item {
    width: 95%;
  }
}
.bod-gallery-container .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .img-box {
  width: 100%;
  height: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container .item a .img-box {
    height: auto;
  }
}
.bod-gallery-container .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  -webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container .item a i {
  position: absolute;
  right: 0;
  bottom: -10px;
  right: 19px;
  color: #ffffff;
  font-size: 15px;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .member-info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a .member-info h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.bod-gallery-container .item a .member-info p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.bod-gallery-container .item a .member-info p.border-line {
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bod-gallery-container .item a .member-info p.company-name {
  font-size: 12px;
  line-height: 1.2;
  color: #ccc;
}
.bod-gallery-container .item a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container .item a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}
.bod-gallery-container .item a:hover i {
  opacity: 1;
  bottom: 25px;
}
.bod-gallery-container .item a:hover:after {
  width: 100%;
}
.bod-gallery-container .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container .item a:hover .member-info {
  bottom: 30px;
}
.bod-gallery-container.style1 {
  height: auto;
}
.bod-gallery-container.style1 .item {
  /*&:last-child{
  	width: 23%;
  	margin: 10px 10px;
  	background: $black;
  	height: 303px;
  	float: left;
  	overflow: hidden;
  	position: inherit;
  	top:0;
  }*/
}
.bod-gallery-container.style1 .item:first-child {
  /*width:48%;
  height: 626px;*/
}
.bod-gallery-container.style1 .item a {
  cursor: default;
}
.bod-gallery-container.style2 {
  height: auto;
}
.bod-gallery-container.style2 .item {
  /*&:first-child{
  	width: 23%;
  	height: 303px;
  }
  &:last-child{
  	width: 23%;
  	margin: 10px 10px;
  	background: $black;
  	height: 303px;
  	float: left;
  	overflow: hidden;
  	position: inherit;
  	top:0;
  }*/
}
.bod-gallery-container.style2 .item a {
  cursor: default;
}
.bod-gallery-container.normal-style .item:first-child {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.bod-gallery-container.normal-style .item:last-child {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
  top: 0;
}

.content-text p {
  /*font-size: 20px;
  color: $gray-darker;*/
  margin-bottom: 40px;
}
.content-text ul {
  margin-top: 30px;
}
.content-text ul li {
  position: relative;
  display: block;
  /*font-size: 18px;*/
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.content-text ul li:before {
  content: "";
  width: 8px;
  height: 4px;
  position: absolute;
  left: -21px;
  top: 11px;
  background: #5aa427;
}

.inner-single, .default-pages {
  padding: 0;
  position: relative;
  /*margin-top: -53px;*/
}
.inner-single .main-content-area, .default-pages .main-content-area {
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 40px;
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-top: -60px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .inner-single .main-content-area, .default-pages .main-content-area {
    padding: 10px 20px 20px;
  }
}
.inner-single .main-content-area .social-bar, .default-pages .main-content-area .social-bar {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  float: left;
}
.inner-single .main-content-area .social-bar ul, .default-pages .main-content-area .social-bar ul {
  float: right;
  margin-bottom: 0;
}
.inner-single .main-content-area .social-bar ul li, .default-pages .main-content-area .social-bar ul li {
  color: #555;
  display: inline-block;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .inner-single .main-content-area .social-bar ul li, .default-pages .main-content-area .social-bar ul li {
    font-size: 16px;
  }
}
.inner-single .main-content-area .social-bar ul li a, .default-pages .main-content-area .social-bar ul li a {
  color: #555;
  padding: 10px 8px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.inner-single .main-content-area .social-bar ul li a:hover.fb, .default-pages .main-content-area .social-bar ul li a:hover.fb {
  color: #4267b2;
}
.inner-single .main-content-area .social-bar ul li a:hover.tw, .default-pages .main-content-area .social-bar ul li a:hover.tw {
  color: #1da1f2;
}
.inner-single .main-content-area .social-bar ul li a:hover.in, .default-pages .main-content-area .social-bar ul li a:hover.in {
  color: #0077B5;
}
.inner-single .main-content-area .social-bar ul li a:hover.google-plus, .default-pages .main-content-area .social-bar ul li a:hover.google-plus {
  color: #db4437;
}
.inner-single .main-content-area .social-bar ul li a:hover.msg, .default-pages .main-content-area .social-bar ul li a:hover.msg {
  color: #47b1e4;
}
.inner-single .main-content-area .social-bar ul li:first-child, .default-pages .main-content-area .social-bar ul li:first-child {
  padding-right: 15px;
}
.inner-single .main-content-area h3, .default-pages .main-content-area h3 {
  font-size: 30px;
  color: #333;
}
.inner-single .main-content-area .sub-hed, .default-pages .main-content-area .sub-hed {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  display: block;
}
.inner-single .main-content-area h4, .default-pages .main-content-area h4 {
  font-size: 16px;
  color: #ccc;
  margin-top: 30px;
}

.default-pages {
  margin-top: -35px;
  padding-bottom: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.default-pages .main-content-area {
  padding-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .default-pages {
    margin-top: 20px;
  }
}

.nxt-prv {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.nxt-prv.showbtn {
  opacity: 1;
  visibility: visible;
}
.nxt-prv.showbtn.hidebtn {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .nxt-prv {
    display: none;
  }
}

.previous-link {
  width: 332px;
  height: 288px;
  position: fixed;
  z-index: 99;
  top: 25%;
  left: -279px;
  padding: 15px;
  padding-left: 0;
  padding-right: 55px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.previous-link .rotate-hed {
  position: absolute;
  right: -8px;
  bottom: 72px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.previous-link .rotate-hed h4 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.previous-link .rotate-hed h5 {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  font-size: 12px;
  display: none;
}
.previous-link .arrow-btn {
  position: absolute;
  bottom: 13px;
  right: 24px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.previous-link .arrow-btn i {
  color: #5aa427;
}
.previous-link:hover {
  left: 0px;
  background-color: #eee;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.previous-link:hover .rotate-hed {
  right: -13px;
  bottom: 72px;
}
.previous-link:hover .rotate-hed h5 {
  opacity: 0;
  position: absolute;
}
.previous-link:hover .arrow-btn {
  position: absolute;
  bottom: 13px;
  right: 19px;
}

.next-link {
  width: 332px;
  height: 288px;
  position: fixed;
  z-index: 99;
  top: 25%;
  right: -279px;
  padding: 15px;
  padding-right: 0;
  padding-left: 55px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-link .rotate-hed {
  position: absolute;
  left: -60px;
  bottom: 112px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.next-link .rotate-hed.right-margin {
  left: 5px;
  bottom: 52px;
}
.next-link .rotate-hed h4 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.next-link .rotate-hed h5 {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #555;
  font-size: 12px;
  display: none;
}
.next-link .arrow-btn {
  position: absolute;
  bottom: 13px;
  left: 24px;
}
.next-link .arrow-btn i {
  color: #5aa427;
}
.next-link:hover {
  right: 0px;
  background-color: #eee;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.next-link:hover .rotate-hed {
  left: 5px;
  bottom: 52px;
}
.next-link:hover .rotate-hed h5 {
  opacity: 0;
  position: absolute;
}

.search-container {
  width: 100%;
  height: calc(100% - 88px);
  background-color: #eee;
  position: fixed;
  z-index: 110;
  top: 88px;
  padding: 50px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-container {
    height: calc(100% - 66px);
    top: 66px;
  }
}
.search-container .search-results ul {
  padding: 0;
}
.search-container .search-results ul li {
  display: block;
  border-bottom: 1px dotted #555;
  padding: 10px 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 {
  font-size: 16px;
  color: #000000;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 a {
  font-size: 16px;
  text-transform: lowercase;
  color: #000000;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-container .search-results ul li h3 a:hover {
  color: #5aa427;
  text-decoration: none;
}
.search-container .search-results ul li p {
  font-size: 14px;
  color: #555;
}
.search-container .search-results ul li:last-child {
  border: none;
}
.search-container .search-results ul li:hover h3 {
  color: #5aa427;
}
.search-container.opened {
  visibility: visible;
  opacity: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .search-container.opened {
    z-index: 99999;
  }
}
.search-container .knowlwdge-center .media {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  min-height: 110px;
}
.search-container .knowlwdge-center .media .media-body .categories {
  color: #555;
}

.knowlwdge-center h2 {
  font-size: 14px;
  color: #000000;
  margin-top: 30px;
}
.knowlwdge-center .badge {
  font-size: 12px;
}
.knowlwdge-center a {
  text-decoration: none;
}
.knowlwdge-center a .media-body {
  color: #000000;
}
.knowlwdge-center a .media {
  margin-bottom: 30px;
  padding: 15px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-center a .media .date {
  font-size: 12px;
  display: block;
  color: #ccc;
}
.knowlwdge-center a .media .txt-img {
  color: #000000;
}
.knowlwdge-center a .media:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.search-form {
  position: absolute;
  top: 0;
  left: 81px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  outline: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form {
    left: 0;
    width: 100% !important;
  }
}
.search-form label {
  width: 100%;
  position: relative;
}
.search-form label input {
  width: calc(100% + 0px);
  border: none;
  border-bottom: 2px solid #5aa427;
  padding: 26px 15px 25px;
  padding-left: 35px;
  font-size: 30px;
  color: #bfbfbf;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form label input {
    width: 100%;
    font-size: 16px;
    padding: 23px 90px 23px 55px;
  }
}
.search-form label input:focus {
  outline: none;
}
.search-form .search-submit {
  display: none;
}
.search-form i.search-green {
  position: absolute;
  top: 34px;
  left: 8px;
  color: #5aa427;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form i.search-green {
    left: inherit;
    right: 22px;
    top: 30px;
    display: none;
  }
}
.search-form i.fas.fa-times {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #5aa427;
}
.search-form.active {
  width: 704px;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .search-form.active {
    width: 100%;
  }
}
.search-form:focus {
  outline: 0;
}

.post-image-gallery {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.post-images {
  margin: 8px 0;
}
.post-images img {
  width: 100%;
}

.bod-single {
  padding-top: 120px;
  /*padding-bottom: 80px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .bod-single {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .bod-single {
    margin-top: 0;
  }
}
.bod-single .bod-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.bod-single .bod-info ul {
  padding-left: 0;
}
.bod-single .bod-info ul li {
  display: inline-block;
}
.bod-single .bod-info ul li a {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.bod-single .bod-info ul li a i {
  font-size: 12px;
  color: #555;
}
.bod-single .bod-info ul li a:hover {
  color: #5aa427;
}
.bod-single .bod-info span {
  color: #529527;
}
.bod-single .bod-info h2 {
  font-size: 44px;
  margin-bottom: 0;
}
.bod-single .bod-info h3 {
  font-size: 44px;
  float: left;
  margin-right: 22px;
}
.bod-single .bod-info .companies-names {
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .bod-single .bod-info .companies-names {
    margin-top: 0;
  }
}
.bod-single .bod-info .companies-names li {
  display: inline-block;
  font-size: 22px;
  padding: 0 20px 0 0;
  border-right: 2px solid #9e9c9c;
  line-height: 1;
  color: #333;
}
.bod-single .bod-info .companies-names li:last-child {
  border-right: none;
}
.bod-single .bod-img img {
  width: 100%;
  height: 100%;
}
.bod-single .bod-text h4 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
.bod-single .bod-text p {
  /*color: $gray-darker;*/
  font-size: 16px;
}

.bod-gallery-container-style3 {
  height: auto;
  float: left;
  width: 100%;
}
.bod-gallery-container-style3 .item {
  width: 24.5%;
  margin: 10px 5px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.bod-gallery-container-style3 .item:nth-child(1) {
  width: 48%;
  height: 626px;
  float: right;
}
.bod-gallery-container-style3 .item:nth-child(6) {
  width: 48%;
  height: 626px;
  float: left;
}
.bod-gallery-container-style3 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .img-box {
  width: 100%;
  height: 100%;
}
.bod-gallery-container-style3 .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container-style3 .item a .member-info {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .member-info h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.bod-gallery-container-style3 .item a .member-info p {
  color: #9e9c9c;
  font-size: 12px;
}
.bod-gallery-container-style3 .item a .member-info .year {
  display: inline-block;
  margin-bottom: 5px;
  color: #ffffff;
}
.bod-gallery-container-style3 .item a .member-info i {
  position: absolute;
  right: 0;
  top: 33px;
  right: 25px;
  color: #ffffff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a .member-info i:hover {
  right: 30px;
}
.bod-gallery-container-style3 .item a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style3 .item a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.bod-gallery-container-style3 .item a:hover:after {
  width: 100%;
}
.bod-gallery-container-style3 .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container-style3 .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container-style3 .item a:hover .member-info {
  bottom: 30px;
}

.img-overlap-section {
  position: relative;
  padding: 45px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .img-overlap-section {
    padding: 50px 0 0;
  }
  .img-overlap-section img.size-medium {
    width: 100%;
    height: auto;
  }
}
.img-overlap-section .text-box {
  width: 535px;
  min-height: 328px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -181px;
  top: 59px;
  padding: 30px 30px 14px 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.img-overlap-section .text-box ul {
  padding-left: 16px;
}
.img-overlap-section .text-box ul li {
  list-style: disc;
  color: #555;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .img-overlap-section .text-box {
    top: 20px;
  }
}
.img-overlap-section .text-box h4 {
  font-size: 30px;
  color: #529527;
  margin-bottom: 30px;
}
.img-overlap-section .text-box p {
  font-size: 16px;
  /*color: $black;*/
}
@media only screen and (max-width: 768px) {
  .img-overlap-section .text-box {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    min-height: auto;
  }
}

.page-name-media-gallery .img-box img {
  height: 248px;
  filter: brightness(0.5);
}

.rp-box {
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 20px 60px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  position: relative;
  min-height: 412px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .rp-box {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box {
    min-height: 385px;
  }
}
@media only screen and (max-width: 480px) {
  .rp-box {
    min-height: auto;
  }
}
.rp-box .img-box {
  margin-bottom: 10px;
}
.rp-box .img-box img {
  width: 100%;
  object-fit: cover;
}
.rp-box .rp-info {
  position: relative;
  z-index: 1;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
}
.rp-box .rp-info h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  text-transform: lowercase;
  font-weight: bold;
}
.rp-box .rp-info p {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
}
.rp-box .hover-box {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #529527;
  left: 0;
  top: 0;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
}
.rp-box .hover-box .btn-container {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .rp-box .hover-box .btn-container {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box .hover-box .btn-container {
    bottom: 30px;
  }
}
.rp-box .hover-box .btn-container .download-link {
  display: inline-block;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.rp-box .hover-box .btn-container .download-link.no-border {
  border: 1px solid transparent;
  text-decoration: underline;
}
.rp-box .hover-box .btn-container .download-link.no-border:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.rp-box .hover-box .btn-container .download-link:hover {
  background-color: #ffffff;
  color: #529527;
}
.rp-box:hover .rp-info {
  position: relative;
  z-index: 999;
  top: -134px;
  left: 3px;
}
.rp-box:hover .rp-info h4 {
  color: #ffffff;
}
.rp-box:hover .rp-info p {
  color: #ffffff;
}
.rp-box:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.rp-box:hover .hover-box .btn-container {
  opacity: 1;
  visibility: visible;
}
.rp-box.media-gallery {
  padding: 0;
  min-height: 248px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery {
    min-height: auto;
  }
}
.rp-box.media-gallery .rp-info {
  position: absolute;
  bottom: 50px;
  left: 15px;
  top: inherit;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery .rp-info {
    bottom: 20px;
  }
}
.rp-box.media-gallery .rp-info .icon-img {
  /*float: left;*/
}
.rp-box.media-gallery .rp-info .icon-img img {
  height: 40px;
}
.rp-box.media-gallery .rp-info h4 {
  /*float: left;*/
  font-size: 16px;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 8px;
}
.rp-box.media-gallery:hover .rp-info {
  bottom: 137px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 98px;
  }
}
@media only screen and (max-width: 768px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .rp-box.media-gallery:hover .rp-info {
    bottom: 100px;
  }
}

.img-effect {
  width: 23%;
  margin: 10px 10px;
  background: #000000;
  height: 303px;
  float: left;
  overflow: hidden;
}
.img-effect.full {
  width: 100%;
}
.img-effect.no-margin {
  margin: 10px 0;
}
.img-effect a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .img-box {
  width: 100%;
  height: 100%;
}
.img-effect a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*       -webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);*/
}
.img-effect a .member-info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .member-info h5 {
  color: #ffffff;
  font-size: 22px;
}
.img-effect a .member-info p {
  color: #ffffff;
  font-size: 16px;
  width: 82%;
}
.img-effect a .member-info i {
  position: absolute;
  right: 0;
  top: 38px;
  right: 35px;
  color: #ffffff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a .member-info i:hover {
  right: 30px;
}
.img-effect a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-effect a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.img-effect a:hover:after {
  width: 100%;
}
.img-effect a:hover:before {
  opacity: 1;
}
.img-effect a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.img-effect a:hover .member-info {
  bottom: 30px;
}

.text-columns .img-logo {
  float: left;
  width: 80px;
}
.text-columns .img-logo img {
  width: 100%;
}

.link-btn {
  padding: 30px 15px;
  display: inline-block;
  color: #5aa427;
}
.link-btn.block {
  padding: 0;
  display: block;
}
.link-btn:hover {
  color: #529527;
}

.text-card {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.text-card h5 {
  font-size: 16px;
  color: #000000;
}
.text-card span {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.text-card .img-logo.block-style {
  width: 100%;
}
.text-card .img-logo.block-style img {
  width: auto;
}

.divider-line {
  width: 100%;
  float: left;
  background-color: #ccc;
  height: 1px;
  margin: 10px 0;
}

.shareholder-contact-new {
  height: 100%;
}

.shareholder-contact {
  background-color: #eee;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .shareholder-contact {
    height: 95%;
  }
}
.shareholder-contact:after {
  content: "?";
  position: absolute;
  left: 0;
  top: -84px;
  font-size: 520px;
  line-height: 1;
  color: #ccc;
  opacity: 0.3;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .shareholder-contact:after {
    font-size: 560px;
  }
}
@media only screen and (max-width: 768px) {
  .shareholder-contact:after {
    left: auto;
    right: -70px;
    top: -108px;
    font-size: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .shareholder-contact:after {
    top: -114px;
    font-size: 780px;
  }
}
@media only screen and (max-width: 480px) {
  .shareholder-contact:after {
    display: none;
  }
}
.shareholder-contact.no-bg:after {
  display: none;
}
.shareholder-contact a {
  color: #000000;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.shareholder-contact a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.shareholder-contact a:hover {
  color: #5aa427;
  text-decoration: none;
}
.shareholder-contact a:hover:after {
  width: 100%;
}
.shareholder-contact h3 {
  color: #5aa427;
  position: relative;
  z-index: 99;
  font-size: 28px;
}
.shareholder-contact h4 {
  color: #ffffff;
}
.shareholder-contact p {
  color: #000000;
  position: relative;
  z-index: 9;
  color: #333;
}
.shareholder-contact p.big {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
}

.rp-style-2 {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  float: left;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
}
.rp-style-2 img {
  float: left;
}
.rp-style-2 span {
  float: left;
  color: #000000;
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  left: 20px;
  top: 10px;
}
.rp-style-2 a {
  float: right;
  display: inline-block;
  padding: 10px 0;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  color: #93c16d;
}

.contact-us {
  padding: 50px 0 50px 0;
}
.contact-us h2 {
  font-size: 26px;
}
.contact-us h3 {
  font-size: 20px;
  color: #5aa427;
  margin-bottom: 20px;
}
.contact-us p {
  font-size: 16px;
}
.contact-us .icon-box {
  text-align: center;
}
.contact-us .icon-box h6 {
  font-size: 18px;
  color: #333;
  word-wrap: anywhere;
}
.contact-us .icon-box h6 a {
  color: #333;
}
.contact-us .icon-box .icon-img i {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}
.contact-us .contact-info-box {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  float: left;
  width: 100%;
  margin-top: 85px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info-box {
    margin-top: 0;
  }
}
.contact-us .contact-info-box ul {
  padding: 0;
}
.contact-us .contact-info-box ul li {
  display: block;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-us .contact-info-box ul li .left-content {
  float: left;
  width: 50%;
  padding-top: 20px;
}
.contact-us .contact-info-box ul li .left-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .contact-us .contact-info-box ul li .left-content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .contact-info-box ul li .left-content p {
    font-size: 16px;
  }
}
.contact-us .contact-info-box ul li .right-content {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.contact-us .contact-info-box ul li .right-content p {
  color: #5aa427;
  font-size: 24px;
  margin-bottom: 0;
}
.contact-us .contact-info-box ul li .right-content p span {
  display: block;
  color: #555;
  font-size: 14px;
  position: relative;
  top: 8px;
}
.contact-us .contact-info-box ul li:last-child {
  border-bottom: none;
}
.contact-us .for-media-query {
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.contact-us .for-media-query a {
  color: #5aa427;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .for-media-query a i {
  padding-left: 10px;
  position: relative;
  left: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .for-media-query a:hover i {
  position: relative;
  left: 10px;
}
.contact-us .connect-with-us {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.contact-us .connect-with-us h4 {
  float: left;
  position: relative;
  width: 320px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.contact-us .connect-with-us h4:after {
  content: "";
  position: absolute;
  left: 125px;
  top: 10px;
  width: 190px;
  height: 1px;
  background-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .contact-us .connect-with-us h4 {
    width: 200px;
  }
  .contact-us .connect-with-us h4:after {
    width: 70px;
  }
}
.contact-us .connect-with-us ul {
  float: right;
  padding: 0;
  margin-bottom: 0;
  margin-top: -15px;
}
.contact-us .connect-with-us ul li {
  display: inline-block;
}
.contact-us .connect-with-us ul li a {
  display: block;
  color: #9e9c9c;
  padding: 0 5px;
  font-size: 28px;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact-us .connect-with-us ul li a img {
  width: 15px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity: 0.4;
}
.contact-us .connect-with-us ul li a:hover {
  /*	&.facebook{
  	color: $facebookColor;
  	i{
  		color: $facebookColor;
  	}


  }*/
  /*	&.twitter{
  	color: $twitterColor;
  	i{
  		color: $twitterColor;
  	}


  }*/
  /*		&.linkedin{
  	color: $linkedinColor;
  	i{
  		color: $linkedinColor;
  	}


  }*/
}
.contact-us .connect-with-us ul li a:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.contact-us .connect-with-us ul li:first-child a img {
  width: 6px;
}

.member-association .member-container {
  margin-right: 30px;
  margin-bottom: 25px;
  margin-top: 25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .member-association .member-container {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.member-association .member-container .member-box {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.member-association .member-container .member-box .member-img {
  height: 120px;
  line-height: 120px;
  margin-bottom: 5px;
}
.member-association .member-container .member-box .member-content {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.member-association .member-container .member-box .member-content h5 {
  color: #000000;
  font-size: 14px;
}

.infographic {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.infographic h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
  min-height: 44px;
}

.engro-tables table {
  border: none;
}
.engro-tables table tr:nth-of-type(odd) {
  background-color: transparent;
}
.engro-tables table th {
  background-color: #009156;
  color: #ffffff;
  text-align: center;
  border-top: 0;
  border-right: 2px solid #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.engro-tables table th:last-child {
  background-color: #004d2a;
}
.engro-tables table td {
  color: #555;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  border-top: 0;
  background-color: transparent;
}
.engro-tables table td:first-child {
  color: #004d2a;
}
.engro-tables table td:last-child {
  color: #000000;
}

.years-line-style2 {
  position: relative;
  width: 100%;
  margin: 10px 0;
  height: 30px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.years-line-style2 span {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0;
  color: #9e9c9c;
  font-size: 16px;
  top: -3px;
  padding-right: 15px;
}
.years-line-style2:after {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  -webkit-mask: url(../images/year-arrow.png) no-repeat center;
  mask: url(../images/year-arrow.png) no-repeat center;
  width: 13px;
  background-color: #9e9c9c;
  height: 8px;
  left: 46px;
  top: 6px;
}
.years-line-style2:hover, .years-line-style2.opened {
  border-bottom-color: #5aa427;
}
.years-line-style2:hover span, .years-line-style2.opened span {
  color: #5aa427;
}
.years-line-style2:hover:after, .years-line-style2.opened:after {
  background-color: #5aa427;
}
.years-line-style2.opened:after {
  transform: rotate(180deg);
}
.years-line-style2.disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.full-year {
  display: none;
  margin-bottom: 10px;
}

.vision-n-mission .column-v-m {
  float: left;
  width: 50%;
  background-color: #000000;
  height: 650px;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 210px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .vision-n-mission .column-v-m {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .vision-n-mission .column-v-m {
    padding-top: 80px;
    height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.vision-n-mission .column-v-m h2 {
  color: #ffffff;
}
.vision-n-mission .column-v-m p {
  font-size: 24px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .vision-n-mission .column-v-m p {
    font-size: 20px;
  }
}
.vision-n-mission .column-v-m.vision h2 {
  color: #000000;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m.vision h2.bordered:after {
    left: calc(50% - 40px);
  }
}
.vision-n-mission .column-v-m.vision p {
  color: #000000;
}
.vision-n-mission .column-v-m.mission h2.bordered:after {
  background-color: #ffffff;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .vision-n-mission .column-v-m.mission h2.bordered:after {
    left: calc(50% - 40px);
  }
}

.core-value {
  position: relative;
  padding-bottom: 100px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, #f4f4f4 0%, transparent 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$start-color", endColorstr="$end-color",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value {
    padding-bottom: 20px !important;
  }
}
.core-value span.big-text {
  font-size: 285px;
  position: absolute;
  right: -68px;
  top: -196px;
  color: #eee;
  z-index: 1;
}
.core-value h2 {
  /*font-size: 42px;*/
  color: #000000;
}
.core-value p {
  font-size: 22px;
  /*color: $black;*/
  padding: 0 0px;
  margin-bottom: 65px;
}
.core-value .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.core-value .column-container .right-column {
  float: left;
  width: 55%;
  background: #ccc;
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column {
    width: 100%;
  }
}
.core-value .column-container .right-column .content-bg {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.core-value .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 70px;
  width: 60%;
  left: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column .content-bg .content-info {
    width: 50% !important;
    left: 15px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .right-column .content-bg .content-info {
    width: 100% !important;
    padding-right: 30px !important;
  }
}
.core-value .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .core-value .column-container .right-column .content-bg p {
    display: block !important;
  }
}
.core-value .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
}
.core-value .column-container .right-column .content-bg .company-logo {
  margin-bottom: 30px;
}
.core-value .column-container .right-column .content-bg .content-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
}
.core-value .column-container .right-column .tab-content {
  height: 100%;
}
.core-value .column-container .right-column .tab-content .tab-pane {
  height: 100%;
}
.core-value .column-container .left-column {
  width: 47.5%;
  background: #555;
  height: 500px;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.core-value .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 230px 30px 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
}
@media only screen and (max-width: 1024px) {
  .core-value .column-container .left-column .content-bg {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg {
    padding-left: 15px !important;
  }
}
.core-value .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg .content-title {
    padding-left: 0 !important;
  }
}
.core-value .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.core-value .column-container .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.core-value .column-container .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.core-value .column-container .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 20px;
  position: relative;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li a {
    font-size: 18px !important;
    line-height: 1.2;
  }
}
.core-value .column-container .left-column .content-bg ul li a img {
  padding-right: 15px;
  width: 65px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li a img {
    display: none;
  }
}
.core-value .column-container .left-column .content-bg ul li a i {
  position: absolute;
  right: 40px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.core-value .column-container .left-column .content-bg ul li a:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: calc(100% + 1px);
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.core-value .column-container .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.core-value .column-container .left-column .content-bg ul li:hover a, .core-value .column-container .left-column .content-bg ul li.active a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.core-value .column-container .left-column .content-bg ul li:hover a i, .core-value .column-container .left-column .content-bg ul li.active a i {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.core-value .column-container .left-column .content-bg ul li:hover a:after, .core-value .column-container .left-column .content-bg ul li.active a:after {
  opacity: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg ul li:hover a:after, .core-value .column-container .left-column .content-bg ul li.active a:after {
    left: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .core-value .column-container .left-column .content-bg ul li:hover a:before, .core-value .column-container .left-column .content-bg ul li.active a:before {
    position: absolute;
    left: 0;
    color: #ffffff;
    /* @else if $media == extralarge {
      @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
      and (-webkit-min-device-pixel-ratio: 1){ @content; }
    }*/
    /*@media screen 
      and (min-device-width: 1200px) 
      and (max-device-width: 1600px) 
      and (-webkit-min-device-pixel-ratio: 1) { 
    }*/
    top: 12px;
    content: "";
    font-family: Font Awesome\ 5 Free;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    font-weight: 900;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .core-value .column-container .left-column .content-bg ul li:hover a:before, .core-value .column-container .left-column .content-bg ul li.active a:before {
    color: white;
  }
}
@media only screen and (max-width: 480px) {
  .core-value .column-container .left-column {
    width: 100% !important;
  }
  .core-value .column-container .left-column .content-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

/*.single-leadership{

	.previous-link .rotate-hed {
		position: absolute;
		right: -16px;
		bottom: 73px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
	}

	.previous-link{
		&:hover{
			.rotate-hed {
				position: absolute;
				right: -13px;
				bottom: 73px;

			}
		}

	}

	.next-link .rotate-hed {
		position: absolute;
		left: -34px;
		bottom: 98px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
	}

	.next-link{
		&:hover{
			.arrow-btn {
				position: absolute;
				bottom: 13px;
				left: 22px;
			}

			.rotate-hed {
				position: absolute;
				left: 3px;
				bottom: 52px;
				-webkit-transform: rotate(-90deg);
				-moz-transform: rotate(-90deg);
			}
		}
	}
}
*/
.page-id-1606 .bg-img-section {
  padding: 0;
}
.page-id-1606 .bg-img-section .content-tabs {
  position: relative;
  display: none;
  padding: 100px 0;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-id-1606 .bg-img-section .content-tabs.active {
  display: block;
}

.single-leadership article {
  padding-top: 0;
}

.history-line:last-child {
  /*background:$black;*/
}
.history-line:last-child .history-timeline:after {
  height: calc(100% - 164px);
}

#vision-and-mission,
#core-values,
#history,
#past-leaders,
#board-of-directors,
#executive-committee,
#compensation-committee,
#audit-committee,
#investment-committee,
#financial-reports,
#announcements,
#engrocorp,
#fertilizers,
#foods,
#petrochemicals,
#energy,
#contacts {
  /*padding-top: 40px;*/
}

.page-id-1216 .sub-nav-container ul, .page-id-569 .sub-nav-container ul, .page-id-1158 .sub-nav-container ul, .page-id-1158 .sub-nav-container ul {
  display: none !important;
}

.page-template-template-corporate-governance article#overview, .page-template-template-corporate-governance article#compensation-committee, .page-template-template-corporate-governance article#audit-committee, .page-template-template-corporate-governance article#investment-committee {
  padding-bottom: 0;
}
.page-template-template-corporate-governance article#compensation-committee .list-style, .page-template-template-corporate-governance article#audit-committee .list-style, .page-template-template-corporate-governance article#investment-committee .list-style {
  margin-top: -30px;
}
.page-template-template-corporate-governance .bod-gallery-container {
  margin: 0 0 50px;
}

#announcements-list {
  margin-top: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  #announcements-list {
    margin-top: 0;
  }
}

article.contact-us {
  padding-top: 80px;
}
article.contact-us .form-fieldset {
  padding: 0;
}

.page-name-awards-and-recognition .box.announcement {
  height: auto;
}
.page-name-awards-and-recognition .box.announcement:hover h5 {
  opacity: 1;
}
.page-name-awards-and-recognition .box.announcement:hover:after {
  opacity: 0;
}
.page-name-awards-and-recognition .box .info {
  padding: 0;
  position: unset;
}
.page-name-awards-and-recognition .box .info p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.records-list {
  background-color: transparent;
  padding: 8px;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #000000;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.records-list:after {
  content: "";
  background-color: #5aa427;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.records-list .date {
  display: inline-block;
  width: 7%;
  vertical-align: top;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .records-list .date {
    width: 9%;
  }
}
@media only screen and (max-width: 768px) {
  .records-list .date {
    width: 12%;
  }
}
.records-list .info {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  display: inline-block;
  width: calc(90% - 10px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .records-list .info {
    width: calc(88% - 10px);
  }
}
.records-list .info h5 {
  margin-bottom: 0;
  font-size: 16px;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.records-list .box-action {
  display: inline-block;
  vertical-align: middle;
  width: calc(2% - 4px);
  opacity: 0;
  margin-left: 0;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.records-list .box-action i {
  color: #5aa427;
}
@media only screen and (max-width: 1024px) {
  .records-list .box-action {
    display: none;
  }
}
.records-list:hover, .records-list:focus {
  text-decoration: none;
  background-color: #ffffff;
  border-color: transparent;
}
.records-list:hover:after, .records-list:focus:after {
  width: 100%;
}
.records-list:hover .info h5, .records-list:focus .info h5 {
  color: #5aa427;
}
.records-list:hover .box-action, .records-list:focus .box-action {
  opacity: 1;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .records-list .date {
    width: 16%;
  }
  .records-list .info {
    width: calc(84% - 10px);
  }
  .records-list .box-action {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .records-list .date {
    width: 24%;
  }
  .records-list .info {
    width: calc(76% - 10px);
  }
}

.secp-section h2, .secp-section p {
  color: #000000;
}
.secp-section h2 {
  font-size: 42px;
}
.secp-section p {
  font-size: 18px;
  margin-bottom: 30px;
}
.secp-section .secp-img {
  width: 100%;
  padding: 0 !important;
}

.integrated-review-section {
  background: url("../images/integrated-review-2017-section.jpg") no-repeat center top;
  padding: 100px 0;
  background-size: cover;
}
.integrated-review-section h2, .integrated-review-section p {
  color: #ffffff;
}
.integrated-review-section h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.integrated-review-section p {
  font-size: 18px;
  margin-bottom: 0;
}
.integrated-review-section p span {
  color: #f68c49;
}
.integrated-review-section .simple-link {
  color: #ffffff;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.integrated-review-section .simple-link:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.integrated-review-section .simple-link:hover {
  color: #5aa427;
  text-decoration: none;
}
.integrated-review-section .simple-link:hover:after {
  width: 100%;
}

.big {
  font-size: 22px !important;
}

.section-big-text {
  font-size: 30px !important;
}

.reports-list {
  margin: 20px 0 0 0;
  padding: 0;
}
.reports-list li {
  width: calc(20% - 12px);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.reports-list li:last-child {
  margin-right: 0;
}
.reports-list li .report-box {
  min-height: 420px;
  position: relative;
}
.reports-list li .report-box h3 span {
  font-size: 14px;
  color: #9e9c9c;
  display: block;
  margin-top: 6px;
}
.reports-list li .report-box ul li {
  width: 100%;
}
.reports-list li .report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 20px;
  /*a {
  	color: $black;
  }*/
}
@media only screen and (max-width: 1024px) {
  .reports-list li {
    width: calc(33.2% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .reports-list li {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 480px) {
  .reports-list li {
    width: 100%;
    margin-right: 0;
  }
  .reports-list li .report-box {
    min-height: auto;
    padding-bottom: 80px;
  }
}

.knowlwdge-slider {
  padding: 30px 14px;
  min-height: 550px;
}
.knowlwdge-slider h4 {
  margin-bottom: 12px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-slider .all-knowledge {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  color: #9e9c9c;
  font-size: 14px;
  margin-top: 4px;
  display: inline-block;
}
.knowlwdge-slider .all-knowledge:hover {
  color: #5aa427;
  text-decoration: none;
}
.knowlwdge-slider .sliders .slide {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}
.knowlwdge-slider .sliders .slide .img-section {
  height: 130px;
  overflow: hidden;
  display: none;
}
.knowlwdge-slider .sliders .slide .img-section img {
  width: 100%;
}
.knowlwdge-slider .sliders .slide .text-section {
  margin-top: 0px;
  display: inline-block;
}
.knowlwdge-slider .sliders .slide .text-section p {
  margin-bottom: 4px;
  color: #9e9c9c;
  font-size: 14px;
}
.knowlwdge-slider .sliders .slide .text-section h6 {
  color: #333;
  /*	height: 36px;*/
  margin-bottom: 0px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.knowlwdge-slider .sliders .slide:first-child .img-section {
  display: block;
}
.knowlwdge-slider .sliders .slide:first-child .text-section {
  padding-top: 15px;
}
.knowlwdge-slider .sliders .slide:hover .text-section {
  text-decoration: none;
}
.knowlwdge-slider .sliders .slide:hover .text-section h6 {
  color: #5aa427;
}
.knowlwdge-slider .sliders .custom_paging {
  position: absolute;
  margin-bottom: 0;
  bottom: 101px;
  right: 22px;
  color: #ffffff;
  line-height: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.knowlwdge-slider .sliders .custom_paging li {
  display: none;
  font-size: 12px;
}
.knowlwdge-slider .sliders .custom_paging li.slick-active {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .knowlwdge-slider .sliders .custom_paging {
    display: none !important;
  }
}
.knowlwdge-slider .sliders .slick-arrow {
  background: url("../images/arrow-slider.png") no-repeat center;
  width: 6px;
  height: 10px;
  border: none;
  font-size: 0;
  position: absolute;
  bottom: 104px;
  right: 6px;
  z-index: 1;
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.knowlwdge-slider .sliders .slick-arrow:focus, .knowlwdge-slider .sliders .slick-arrow:hover {
  outline: none;
  opacity: 1;
}
.knowlwdge-slider .sliders .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.knowlwdge-slider .sliders .slick-arrow.slick-prev {
  right: 34px;
}
@media only screen and (max-width: 767px) {
  .knowlwdge-slider .sliders .slick-arrow {
    display: none !important;
  }
}
.knowlwdge-slider:hover {
  text-decoration: none;
}
.knowlwdge-slider:hover h4 {
  /*color: $grass;*/
}
.knowlwdge-slider:hover .all-knowledge {
  opacity: 1;
}
.knowlwdge-slider:hover .sliders .slide .text-section {
  text-decoration: none;
}
.knowlwdge-slider:hover .sliders .slide .text-section h6 {
  color: #5aa427;
}
.knowlwdge-slider:hover.no-click .sliders .slide .text-section {
  text-decoration: none;
  pointer-events: none;
}
.knowlwdge-slider:hover.no-click .sliders .slide .text-section h6 {
  color: initial;
}

.green-link {
  color: #529527 !important;
}

.grid {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.custom-grid.gray-bg {
  background-color: #eee;
  padding: 100px 0;
}
.custom-grid .grid-item {
  float: left;
  margin-bottom: 20px;
}
.custom-grid .grid-item h4 {
  font-size: 44px;
  margin-bottom: 0;
}
.custom-grid .grid-item h4.large {
  font-size: 60px;
}
.custom-grid .grid-item h4.small {
  font-size: 36px;
}
.custom-grid .grid-item h4.smallest {
  font-size: 22px;
}
.custom-grid .grid-item p {
  font-size: 26px;
  margin-bottom: 0;
}
.custom-grid .grid-item p.small {
  font-size: 18px;
}
.custom-grid .grid-item p.smallest {
  font-size: 15px;
}
.custom-grid .grid-item p.dark-green {
  color: #004d2a;
}
.custom-grid .grid-item p.mb-100 {
  margin-bottom: 100px;
}
.custom-grid ol {
  padding: 0 0 0 16px;
  margin-top: 16px;
}
.custom-grid ol li {
  margin-bottom: 8px;
  list-style: decimal;
  font-size: 15px;
}
.custom-grid ol li:last-child {
  margin-bottom: 0;
}
.custom-grid .white-text {
  color: #ffffff;
}
.custom-grid .green-text {
  color: #5aa427;
}
.custom-grid .dark-green-text {
  color: #009156;
}
.custom-grid .gray-text {
  color: #9e9c9c;
}
.custom-grid .high-padded {
  padding: 52px 20px;
}
.custom-grid .extra-padded {
  padding: 70px 20px;
}
.custom-grid .low-padded {
  padding: 20px;
}
.custom-grid .padded {
  padding: 34px 20px;
}
.custom-grid .dark-green {
  color: #004d2a;
}
.custom-grid .mb-100 {
  margin-bottom: 100px;
}
.custom-grid .mb-70 {
  margin-bottom: 70px;
}
.custom-grid .dark-green-block {
  background-color: #009156;
}
.custom-grid .green-block {
  background-color: #5aa427;
}
.custom-grid .block-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin-bottom: 10px;
}
.custom-grid .report-box {
  min-height: auto;
  padding: 20px 38px;
  height: 100%;
}
.custom-grid .report-box h4 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #9e9c9c;
}
.custom-grid .report-box p {
  color: #5aa427;
  font-size: 18px;
  margin-bottom: 0;
}

.record-block {
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  display: block;
}
.record-block .img-box {
  margin-bottom: 14px;
}
.record-block .img-box img {
  width: 100%;
}
.record-block .date {
  margin-bottom: 8px;
  font-size: 12px;
  color: #9e9c9c;
  display: block;
}
.record-block h5 {
  margin-bottom: 14px;
  font-size: 16px;
  color: #555;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block p {
  font-size: 12px;
  color: #9e9c9c;
}
.record-block.announcements {
  padding: 20px 16px;
  min-height: 150px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.record-block.announcements a:hover {
  text-decoration: none;
}
.record-block.announcements a:hover h5 {
  color: #5aa427;
}
.record-block.announcements h5 {
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .record-block.announcements {
    min-height: auto;
  }
}
.record-block.show-less-record {
  background-color: #31a475;
  text-align: center;
  position: relative;
  height: 150px;
}
.record-block.show-less-record .centered-area {
  left: calc(50% - 55px);
  top: calc(50% - 17px);
  position: absolute;
}
.record-block.show-less-record .centered-area h5 {
  transition: none !important;
  font-size: 0;
  margin-bottom: 0;
}
.record-block.show-less-record .centered-area h5 span {
  font-size: 0;
}
.record-block.show-less-record .centered-area a {
  border: 1px solid #ffffff;
  height: 34px;
  width: 110px;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block.show-less-record .centered-area a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #31a475;
}
.record-block.show-less-record .centered-area a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.record-block.show-more-record {
  background-color: #9e9c9c;
  text-align: center;
  position: relative;
  height: 150px;
}
.record-block.show-more-record .centered-area {
  top: calc(50% - 40px);
  left: calc(50% - 55px);
  position: absolute;
}
.record-block.show-more-record .centered-area h5 {
  transition: none !important;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}
.record-block.show-more-record .centered-area h5 span {
  font-size: 20px;
}
.record-block.show-more-record .centered-area a {
  border: 1px solid #ffffff;
  height: 34px;
  width: 110px;
  padding: 4px 8px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-block.show-more-record .centered-area a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #9e9c9c;
}
.record-block.show-more-record .centered-area a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}
.record-block:hover, .record-block:focus {
  text-decoration: none;
  outline: 0;
}
.record-block:hover h5, .record-block:focus h5 {
  color: #5aa427;
}

.page-id-1188 .record-block, .page-id-6680 .record-block, .page-id-12709 .record-block, .page-id-12712 .record-block {
  cursor: default;
  pointer-events: none;
}
.page-id-1188 .record-block h5, .page-id-6680 .record-block h5, .page-id-12709 .record-block h5, .page-id-12712 .record-block h5 {
  font-size: 14px;
  line-height: 1.4;
}

.sitemap-block {
  box-shadow: 0px 3px 57px 0px rgba(2, 2, 2, 0.1);
  padding: 26px;
}
.sitemap-block ul {
  margin: 0;
  padding-left: 16px;
}
.sitemap-block ul li {
  color: #333;
  list-style: disc;
  margin-bottom: 10px;
}
.sitemap-block ul li a {
  color: #333;
  position: relative;
}
.sitemap-block ul li a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background-color: #529527;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -5px;
}
.sitemap-block ul li ul li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  display: none;
}
.sitemap-block ul li ul li:before {
  content: "-";
  position: absolute;
  left: -10px;
  top: -1px;
}
.sitemap-block ul li:hover a {
  text-decoration: none;
  color: #529527;
}
.sitemap-block ul li:hover a:after {
  width: 100%;
}

.sitemap-details h3 {
  color: #5aa427;
  font-size: 20px;
}
.sitemap-details .blurb {
  font-size: 16px;
}
.sitemap-details .green-text {
  color: #5aa427;
}
.sitemap-details .green-text span {
  margin-right: 20px;
}

.page-template-template-stories .post-banner {
  height: 300px;
}
.page-template-template-stories .post-banner .post-caption {
  top: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-stories .post-banner .post-caption p {
  font-size: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-stories .post-banner .post-caption h2 {
    font-size: 20px !important;
  }
}
.page-template-template-stories .box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .page-template-template-stories .box {
    height: auto;
  }
}

.page-template-template-media-gallery .post-container {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-media-gallery .post-container {
    padding-top: 40px;
  }
}

.single-leadership .box .info h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}

.single-leadership .box .info p {
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.single-leadership .box .info .company {
  line-height: 1.2;
  color: #ccc;
  border-bottom: 0;
}

.page-template-template-foods {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-foods .related-reports .report-box {
  min-height: auto;
  height: 100%;
  position: relative;
}
.page-template-template-foods .related-reports .report-box.knowlwdge-slider .sliders .slide .text-section h6 {
  margin-bottom: 0.5rem;
}
.page-template-template-foods .related-reports .report-box h3 span {
  font-size: 14px;
  color: #9e9c9c;
  display: block;
  margin-top: 6px;
}
.page-template-template-foods .related-reports .report-box .view-all {
  text-align: center;
  position: absolute;
  width: calc(100% - 60px);
  display: block;
  bottom: 20px;
  /*a {
  	color: #000000;
  }*/
}
.page-template-template-foods .stats-and-info ul {
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-foods .bg-img-section {
    padding: 80px 0;
  }
  .page-template-template-foods .bg-img-section .content .brand-logo {
    width: 160px;
    top: -140px;
  }
  .page-template-template-foods.page-id-1606 .bg-img-section {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-template-foods .bg-img-section .left-column {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg {
    padding: 30px;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul {
    margin-top: 10px;
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul li {
    display: inline-block;
    width: calc(49% - 52px);
    margin-left: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-foods .bg-img-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
  .page-template-template-foods .bg-img-section .left-column .content-bg ul li {
    width: calc(100% - 52px);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-foods .left-text-sec h3 img {
    height: 60px;
  }
}

.overview-video-section {
  padding-top: 0;
  background-color: #f4f4f4;
}
.overview-video-section .video-box {
  height: 655px;
  background-color: #000000;
  position: relative;
  background-image: url("../images/50yearsbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.overview-video-section .video-box .video-content {
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 520px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box .video-content {
    left: 15px;
    width: 100%;
    padding-right: 20px;
  }
}
.overview-video-section .video-box .video-content .icon img {
  width: 80px;
}
.overview-video-section .video-box .video-content h3 {
  font-size: 35px;
  color: #ffffff;
  /*@extend %Hel-bold;*/
  font-weight: normal;
  margin: 20px 0 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box .video-content h3 {
    font-size: 25px;
  }
}
.overview-video-section .video-box .vjs-afterglow-skin .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  top: 60%;
  left: 107px;
  margin-left: -40px;
  margin-top: -40px;
  border: none;
  background: 0 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
  border-radius: 50%;
}
.overview-video-section .video-box .vjs-afterglow-skin .vjs-big-play-button:before {
  content: "";
  font-family: afterglow-icon;
  line-height: 80px;
  font-size: 30px;
  text-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 3px;
  width: 100%;
  height: 100%;
}
.overview-video-section .video-box .vjs-afterglow-skin.vjs-seeking .vjs-big-play-button, .overview-video-section .video-box .vjs-afterglow-skin.vjs-waiting .vjs-big-play-button {
  display: none;
}
.overview-video-section .video-box .vjs-afterglow-skin.vjs-waiting + .video-content {
  display: none;
}
.overview-video-section .video-box .vjs-playing + .video-content {
  display: none;
}
.overview-video-section .video-box .vjs-playing .vjs-big-play-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .overview-video-section .video-box {
    height: 350px;
  }
}
.overview-video-section h2 {
  line-height: 1.3;
}
.overview-video-section h2 small {
  display: block;
  font-size: 24px;
}

.culture-video {
  position: relative;
  height: 550px;
  width: 100%;
  background: url("../images/culture-vid.jpg") no-repeat 0 0;
  background-size: cover;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.culture-video a {
  bottom: 24%;
  left: 4%;
  position: absolute;
  width: 80px;
  height: 80px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .culture-video a {
    width: 60px;
    height: 60px;
  }
}
.culture-video h2 {
  color: #ffffff;
  font-size: 60px;
  bottom: 8%;
  left: 4%;
  width: 330px;
  position: absolute;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .culture-video {
    height: 300px;
    width: auto;
    margin: 0 7.5px;
  }
}

.health-safety-video {
  position: relative;
  background: url("../images/safety-vid.jpg") no-repeat 0 0;
  background-size: cover;
  height: 308px;
  width: 100%;
}
.health-safety-video a {
  bottom: 8%;
  left: 4%;
  position: absolute;
  width: 60px;
  height: 60px;
}
.health-safety-video.training {
  background-image: url("../images/training-video.jpg");
}

.page-template-template-training .left-text-sec#csr {
  background: url("../images/training-prallax-bg.png") no-repeat scroll;
  background-position: 0 100px;
  background-size: 40%;
  -moz-transition: background-position 0.3s ease-in-out;
  -ms-transition: background-position 0.3s ease-in-out;
  -webkit-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
}

.page-template-template-health-safety {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-template-template-health-safety .bg-img-section.small-padded {
    padding: 80px 0;
  }
}

.page-template-template-social-impact {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-social-impact .bg-img-section {
  padding: 100px 0;
}
.page-template-template-social-impact #development-programs {
  padding: 0px;
  margin-bottom: 50px;
}
.page-template-template-social-impact #development-programs p {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-template-template-social-impact .bg-img-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-social-impact .bg-img-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-190deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  }
}

@media only screen and (max-width: 480px) {
  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    margin-right: 0;
    margin-left: 0;
  }
}
/* @else if $media == extralarge {
  @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
  and (-webkit-min-device-pixel-ratio: 1){ @content; }
}*/
/*@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}*/
@media only screen and (max-width: 768px) {
  .page-template-template-training .custom-grid .mt100 {
    margin-top: 50px !important;
  }
  .page-template-template-training .custom-grid .mb100 {
    margin-bottom: 50px !important;
  }
}
/* @else if $media == extralarge {
  @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
  and (-webkit-min-device-pixel-ratio: 1){ @content; }
}*/
/*@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}*/
.page-template-template-history .bod-gallery-container-style2 .item a {
  cursor: default;
}
.page-template-template-history .bod-gallery-container-style2 .item a:hover .img-box img {
  filter: grayscale(1);
}

.announcement-list-container .record-block .img-box {
  height: 108px;
  overflow: hidden;
}
.announcement-list-container .record-block .img-box.press-release-thumb img {
  width: auto;
  height: 100%;
  margin-left: calc(50% - 189px);
}

.page-template-tempalte-announcement-accordian .inner-page-header:after {
  display: none;
}

@keyframes anim_circle {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5%, -5%, 0);
  }
  50% {
    transform: translate3d(10%, 0, 0);
  }
  75% {
    transform: translate3d(5%, 5%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
@keyframes anim_up_down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anim_left_right {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim_left_right2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}
.box-shadow_hover {
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.03) !important;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.box-shadow_hover:hover {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.09) !important;
}
@media only screen and (max-width: 1024px) {
  .box-shadow_hover {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.09) !important;
  }
}

.page-template-template-financial-reports {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-financial-reports .report-box {
    height: 100%;
  }
}

.page-template-template-regulatory-requirements h4.bordered {
  margin-bottom: 40px;
}
.page-template-template-regulatory-requirements .text-card {
  margin-top: 10px;
}

.contact-iframe {
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.mt10 {
  margin-top: 10px;
}

.page-template-template-urdu {
  overflow-y: hidden;
}
.page-template-template-urdu .banner {
  height: calc(100vh - 90px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-template-template-urdu .banner {
    height: calc(100vh - 70px);
  }
}
.page-template-template-urdu .banner:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}
.page-template-template-urdu .banner .udru-style {
  z-index: 2;
  position: absolute;
  text-align: center;
  left: calc(50% - 162px);
  top: calc(50% - 141px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .page-template-template-urdu .banner .udru-style {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-urdu .banner .udru-style {
    transform: scale(1);
  }
}
.page-template-template-urdu .banner .udru-style h2 {
  color: #ffffff;
  font-size: 50px !important;
  text-align: center;
}
.page-template-template-urdu .banner .udru-style img {
  display: block;
  margin: 0 auto;
}
.page-template-template-urdu .banner .udru-style img.engro-logo {
  margin-left: 80px;
}
.page-template-template-urdu .banner .udru-style img.urdu-svg {
  margin: 30px auto 40px;
}
.page-template-template-urdu footer {
  display: none;
}

.page-template-template-contact-us header {
  position: fixed;
}

.overview-video-section {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .overview-video-section {
    padding-bottom: 20px;
  }
}

.text-link {
  color: #9e9c9c;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-link.green-text {
  color: #5aa427;
}
.text-link:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
.text-link:hover {
  color: #5aa427 !important;
  text-decoration: none;
}
.text-link:hover:after {
  width: 100%;
}

.full-year {
  width: 100%;
}

.announcement__year_loader {
  margin-left: 15px;
}

.ann_listing_top.show-three .announcement-result:nth-child(n+4) {
  display: none;
}

.ann_listing_top.show-all .announcement-result {
  display: block;
}

.page-template-template-stories .post-container {
  padding-top: 0;
}

.page-template-template-meet-the-team article {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-meet-the-team article#board-of-directors, .page-template-template-meet-the-team article#executive-committee {
  padding: 0;
}
.page-template-template-meet-the-team article#board-of-directors .bod-gallery-container, .page-template-template-meet-the-team article#executive-committee .bod-gallery-container {
  margin: 50px -10px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-meet-the-team article#board-of-directors {
    margin-top: -30px;
  }
}

.single-press-releases .subheader.fixed h2.sub-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  margin-left: 105px;
}

.four-o-four-page {
  margin-top: 120px;
}
.four-o-four-page .main-content-area {
  text-align: center;
}
.four-o-four-page .main-content-area img {
  width: 45%;
}
.four-o-four-page .main-content-area svg {
  width: 45%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .four-o-four-page .main-content-area svg {
    width: 80%;
  }
}
.four-o-four-page .main-content-area svg .st10 {
  animation: anim_up_down 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
  animation-direction: reverse;
}
.four-o-four-page .main-content-area svg .st9, .four-o-four-page .main-content-area svg .st4 {
  animation: anim_left_right2 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area svg .st2 {
  animation: anim_left_right 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area svg .st3 {
  animation: anim_up_down 10s cubic-bezier(0.3, 0.09, 0.65, 0.3) infinite;
}
.four-o-four-page .main-content-area h2 {
  color: #555;
  margin-top: 20px;
  text-transform: lowercase;
}
.four-o-four-page .main-content-area p {
  font-size: 20px;
}

.content-green-list {
  padding: 0 0 0 14px;
  margin: 0;
}
.content-green-list li {
  color: #555;
  font-size: 16px;
}
.content-green-list li:before {
  font-size: 14px;
  content: "•";
  color: #009156;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.content-green-list li span {
  color: #009156;
}

.products {
  padding: 45px !important;
  height: 90vh;
}
.products .content {
  width: 40%;
}
.products .content.right {
  float: right;
}
.products .content ul li {
  color: #ffffff;
  list-style: disc;
}

.csr-list li {
  display: list-item;
  list-style: disc;
  color: #555;
  line-height: 1.8;
}

.market-development {
  padding-bottom: 80px;
}
.market-development .m-development-slider {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 755px;
  padding: 104px 50px;
  width: 1350px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .market-development .m-development-slider {
    width: 800px;
    padding: 104px 0px;
  }
}
.market-development .m-development-slider .content {
  position: relative;
  z-index: 1;
}
.market-development .m-development-slider .content p, .market-development .m-development-slider .content li, .market-development .m-development-slider .content strong, .market-development .m-development-slider .content span {
  color: #fff;
  font-size: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .market-development .m-development-slider .content p, .market-development .m-development-slider .content li, .market-development .m-development-slider .content strong, .market-development .m-development-slider .content span {
    font-size: 13px !important;
  }
}
.market-development .slick-dots li button {
  padding: 5px;
  border: 1px solid #efefef;
  background: #b5b5af59;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid #b5b5af59;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 170px;
  font-size: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.market-development .slick-dots li button:nth-child(1) {
  left: -53px;
}
.market-development .slick-dots li button:nth-child(3) {
  right: -53px;
}
.market-development .slick-arrow {
  position: absolute;
  bottom: 50%;
  background-color: rgba(0, 77, 39, 0.61);
  border: none;
  height: 51px;
  width: 51px;
  font-size: 0;
  outline: 0;
  z-index: 2;
}
.market-development .slick-arrow.slick-prev {
  left: 0;
}
.market-development .slick-arrow.slick-prev:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
.market-development .slick-arrow.slick-next {
  right: 0;
  top: 44%;
}
.market-development .slick-arrow.slick-next:after {
  content: "";
  background-image: url("../images/right-arrow-white.svg");
  background-position: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.page-name-chlor-alkali .bg-img-section .content p {
  width: 40%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .page-name-chlor-alkali .bg-img-section .content p {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .page-name-chlor-alkali .bg-img-section .content p {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-name-chlor-alkali .bg-img-section .content p {
    width: 100%;
  }
}

.page-id-575 .section-heading, .page-id-575 .market-development {
  display: none;
}

.page-template-template-foods .market-development:before, .page-template-template-product-new .market-development:before {
  position: absolute;
  color: #eee;
  font-size: 260px;
  left: 57%;
  z-index: -1;
  bottom: 689px;
  white-space: nowrap;
  font-family: "Helvetica Neue LT W01_71488914";
}

* {
  list-style: none;
}

.fixed-body {
  overflow-y: hidden !important;
  height: 100vh;
}

body {
  /*	@extend %Axiforma-Regular;*/
  overflow-x: hidden;
  font-size: 14px;
}
body.fixed-body {
  overflow-y: hidden !important;
  height: 100vh;
  position: fixed;
  width: 100%;
  overflow-x: hidden;
}

html {
  /* @include respond-to (tablet){
     overflow: auto;
     }
   @include respond-to (mobile){
     overflow: auto;
     }*/
  /*overflow-x: hidden;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}

h1 {
  padding: 5px 0;
  font-size: 36px;
}

h2 {
  font-size: 46px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 28px !important;
  }
}

p {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px !important;
  }
}

.pln {
  padding-left: 0px;
}

.prn {
  padding-right: 0px;
}

.white-bg {
  background-color: #ffffff;
}

.spacer {
  margin-top: 100px !important;
  margin-bottom: 50px !important;
}

.two-col-pz {
  -moz-column-count: 2;
  -moz-column-gap: 50px;
  -moz-column-rule: none;
  -webkit-column-count: 2;
  -webkit-column-gap: 50px;
  -webkit-column-rule: none;
  column-count: 2;
  column-gap: 50px;
  column-rule: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .two-col-pz {
    column-count: 1;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #5aa427;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #5aa427;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h2 {
  font-size: 46px;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
}

p {
  color: #9e9c9c;
}

.text-black {
  color: #000000 !important;
}

/*.text-pink{
	color:$pink;
}
.text-green{
	color:$green;
}

.text-darkgray{
	color: $dark-gray;
}
*/
.mt40 {
  margin-top: 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.animate-flicker {
  animation: fadeIn 1s infinite alternate;
}

@keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
.animate-flicker1 {
  -webkit-animation: flickerAnimation 5s infinite;
  -moz-animation: flickerAnimation 5s infinite;
  -o-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
  animation-iteration-count: 3;
}

@keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-o-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-moz-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
@-webkit-keyframes flickerAnimation1 {
  0% {
    width: 0;
  }
  20% {
    width: 57px;
  }
  30% {
    width: 100px;
  }
  40% {
    width: 150px;
  }
  50% {
    width: 200px;
  }
  60% {
    width: 250px;
  }
  70% {
    width: 300px;
  }
  80% {
    width: 350px;
  }
  90% {
    width: 400px;
  }
  100% {
    width: 577px;
  }
}
.animate-flicker1 {
  -webkit-animation: flickerAnimation1 5s infinite;
  -moz-animation: flickerAnimation1 5s infinite;
  -o-animation: flickerAnimation1 5s infinite;
  animation: flickerAnimation1 5s infinite;
}

.entry-header .entry-title a {
  color: #222222;
}

.default-page {
  padding: 100px 0;
}
.default-page p {
  text-align: left;
}
.default-page ul.menu li a {
  font-size: 20px;
  text-transform: lowercase;
  color: #333;
  text-decoration: none;
}
.default-page ul.menu li a:hover {
  color: #052e5a;
}
.default-page ul.menu li.search-icon {
  display: none;
}
.default-page form.search-form {
  /* width: 31%; */
  margin: 30px auto;
}
.default-page form.search-form input {
  padding: 6px;
  width: 30%;
}
.default-page form.search-form button {
  padding: 6px 22px;
  background: #223d56;
  color: #ffffff;
  border: none;
}

.error404 form.search-form {
  text-align: center;
}

.list {
  padding-left: 30px;
}
.list li {
  color: white;
  font-size: 16px;
  display: list-item;
  list-style: disc;
}

/* Helpers */
.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.ptx, .pvx, .pax {
  padding-top: 3px !important;
}

.pts, .pvs, .pas {
  padding-top: 5px !important;
}

.ptm, .pvm, .pam {
  padding-top: 10px !important;
}

.ptl, .pvl, .pal {
  padding-top: 20px !important;
}

.pth, .pvh, .pah {
  padding-top: 40px !important;
}

.prn, .phn, .pan {
  padding-right: 0 !important;
}

.prx, .phx, .pax {
  padding-right: 3px !important;
}

.prs, .phs, .pas {
  padding-right: 5px !important;
}

.prm, .phm, .pam {
  padding-right: 10px !important;
}

.prl, .phl, .pal {
  padding-right: 20px !important;
}

.prh, .phh, .pah {
  padding-right: 40px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.pbx, .pvx, .pax {
  padding-bottom: 3px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 5px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 10px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 20px !important;
}

.pbh, .pvh, .pah {
  padding-bottom: 40px !important;
}

.pln, .phn, .pan {
  padding-left: 0 !important;
}

.plx, .phx, .pax {
  padding-left: 3px !important;
}

.pls, .phs, .pas {
  padding-left: 5px !important;
}

.plm, .phm, .pam {
  padding-left: 10px !important;
}

.pll, .phl, .pal {
  padding-left: 20px !important;
}

.plh, .phh, .pah {
  padding-left: 40px !important;
}

.mtn, .mvn, .man {
  margin-top: 0 !important;
}

.mtx, .mvx, .max {
  margin-top: 3px !important;
}

.mts, .mvs, .mas {
  margin-top: 5px !important;
}

.mtm, .mvm, .mam {
  margin-top: 10px !important;
}

.mtl, .mvl, .mal {
  margin-top: 20px !important;
}

.mth, .mvh, .mah {
  margin-top: 40px !important;
}

.mrn, .mhn, .man {
  margin-right: 0 !important;
}

.mrx, .mhx, .max {
  margin-right: 3px !important;
}

.mrs, .mhs, .mas {
  margin-right: 5px !important;
}

.mrm, .mhm, .mam {
  margin-right: 10px !important;
}

.mrl, .mhl, .mal {
  margin-right: 20px !important;
}

.mrh, .mhh, .mah {
  margin-right: 40px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0 !important;
}

.mbx, .mvx, .max {
  margin-bottom: 3px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 5px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 10px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 20px !important;
}

.mbh, .mvh, .mah {
  margin-bottom: 40px !important;
}

.mln, .mhn, .man {
  margin-left: 0 !important;
}

.mlx, .mhx, .max {
  margin-left: 3px !important;
}

.mls, .mhs, .mas {
  margin-left: 5px !important;
}

.mlm, .mhm, .mam {
  margin-left: 10px !important;
}

.mll, .mhl, .mal {
  margin-left: 20px !important;
}

.mlh, .mhh, .mah {
  margin-left: 40px !important;
}

/* Helpers */
/*Fade*/
.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.animated-element.fade-in {
  opacity: 1;
  transform: translateY(0px);
}

/*Fade left*/
.animated-element-left {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 1s ease-out;
}

.animated-element-left.fade-Left {
  opacity: 1;
  transform: translateX(0px);
}

/*Fade up*/
.animated-element-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.animated-element-up.fade-In {
  opacity: 1;
  transform: translateY(0px);
}

/*fade Right*/
.animated-element-right {
  opacity: 0;
  transform: translateX(150px);
  transition: all 1s ease-out;
}

.animated-element-right.fade-Right {
  opacity: 1;
  transform: translateX(0px);
}

/*fade top*/
.animated-element-top {
  opacity: 0;
  transform: translateY(-125px);
  transition: all 1s ease-out;
}

.animated-element-top.fade-top {
  opacity: 1;
  transform: translateY(0px);
}

.anim-text-flow, .anim-text-flow-hover:hover {
  /*
   * Animation variables
   */
  /*
   * Elements settings
   */
  /*
   * Keyframe loop
   */
  /*
   * Element animation delay loop
   */
}

.anim-text-flow span, .anim-text-flow-hover:hover span {
  -webkit-animation-name: anim-text-flow-keys;
  animation-name: anim-text-flow-keys;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes anim-text-flow-keys {
  0% {
    color: #d547c3;
  }
  5% {
    color: #ff5467;
  }
  10% {
    color: #f50328;
  }
  15% {
    color: #d05cd6;
  }
  20% {
    color: #ff5467;
  }
  25% {
    color: #f50328;
  }
  30% {
    color: #ff5467;
  }
  35% {
    color: #d547c3;
  }
  40% {
    color: #f50328;
  }
  45% {
    color: #d547c3;
  }
  50% {
    color: #ff5467;
  }
  55% {
    color: #f50328;
  }
  60% {
    color: #ff5467;
  }
  65% {
    color: #d547c3;
  }
  70% {
    color: #ff5467;
  }
  75% {
    color: #f50328;
  }
  80% {
    color: #ff5467;
  }
  85% {
    color: #d547c3;
  }
  90% {
    color: #f50328;
  }
  95% {
    color: #d547c3;
  }
  100% {
    color: #ff5467;
  }
}
@keyframes anim-text-flow-keys {
  0% {
    color: #d547c3;
  }
  5% {
    color: #ff5467;
  }
  10% {
    color: #f50328;
  }
  15% {
    color: #d05cd6;
  }
  20% {
    color: #ff5467;
  }
  25% {
    color: #f50328;
  }
  30% {
    color: #ff5467;
  }
  35% {
    color: #d547c3;
  }
  40% {
    color: #f50328;
  }
  45% {
    color: #d547c3;
  }
  50% {
    color: #ff5467;
  }
  55% {
    color: #f50328;
  }
  60% {
    color: #ff5467;
  }
  65% {
    color: #d547c3;
  }
  70% {
    color: #ff5467;
  }
  75% {
    color: #f50328;
  }
  80% {
    color: #ff5467;
  }
  85% {
    color: #d547c3;
  }
  90% {
    color: #f50328;
  }
  95% {
    color: #d547c3;
  }
  100% {
    color: #ff5467;
  }
}
.anim-text-flow span:nth-of-type(1), .anim-text-flow-hover:hover span:nth-of-type(1) {
  -webkit-animation-delay: -19.8s;
  animation-delay: -19.8s;
}

.anim-text-flow span:nth-of-type(2), .anim-text-flow-hover:hover span:nth-of-type(2) {
  -webkit-animation-delay: -19.6s;
  animation-delay: -19.6s;
}

.anim-text-flow span:nth-of-type(3), .anim-text-flow-hover:hover span:nth-of-type(3) {
  -webkit-animation-delay: -19.4s;
  animation-delay: -19.4s;
}

.anim-text-flow span:nth-of-type(4), .anim-text-flow-hover:hover span:nth-of-type(4) {
  -webkit-animation-delay: -19.2s;
  animation-delay: -19.2s;
}

.anim-text-flow span:nth-of-type(5), .anim-text-flow-hover:hover span:nth-of-type(5) {
  -webkit-animation-delay: -19s;
  animation-delay: -19s;
}

.anim-text-flow span:nth-of-type(6), .anim-text-flow-hover:hover span:nth-of-type(6) {
  -webkit-animation-delay: -18.8s;
  animation-delay: -18.8s;
}

.anim-text-flow span:nth-of-type(7), .anim-text-flow-hover:hover span:nth-of-type(7) {
  -webkit-animation-delay: -18.6s;
  animation-delay: -18.6s;
}

.anim-text-flow span:nth-of-type(8), .anim-text-flow-hover:hover span:nth-of-type(8) {
  -webkit-animation-delay: -18.4s;
  animation-delay: -18.4s;
}

.anim-text-flow span:nth-of-type(9), .anim-text-flow-hover:hover span:nth-of-type(9) {
  -webkit-animation-delay: -18.2s;
  animation-delay: -18.2s;
}

.anim-text-flow span:nth-of-type(10), .anim-text-flow-hover:hover span:nth-of-type(10) {
  -webkit-animation-delay: -18s;
  animation-delay: -18s;
}

.anim-text-flow span:nth-of-type(11), .anim-text-flow-hover:hover span:nth-of-type(11) {
  -webkit-animation-delay: -17.8s;
  animation-delay: -17.8s;
}

.anim-text-flow span:nth-of-type(12), .anim-text-flow-hover:hover span:nth-of-type(12) {
  -webkit-animation-delay: -17.6s;
  animation-delay: -17.6s;
}

.anim-text-flow span:nth-of-type(13), .anim-text-flow-hover:hover span:nth-of-type(13) {
  -webkit-animation-delay: -17.4s;
  animation-delay: -17.4s;
}

.anim-text-flow span:nth-of-type(14), .anim-text-flow-hover:hover span:nth-of-type(14) {
  -webkit-animation-delay: -17.2s;
  animation-delay: -17.2s;
}

.anim-text-flow span:nth-of-type(15), .anim-text-flow-hover:hover span:nth-of-type(15) {
  -webkit-animation-delay: -17s;
  animation-delay: -17s;
}

.anim-text-flow span:nth-of-type(16), .anim-text-flow-hover:hover span:nth-of-type(16) {
  -webkit-animation-delay: -16.8s;
  animation-delay: -16.8s;
}

.anim-text-flow span:nth-of-type(17), .anim-text-flow-hover:hover span:nth-of-type(17) {
  -webkit-animation-delay: -16.6s;
  animation-delay: -16.6s;
}

.anim-text-flow span:nth-of-type(18), .anim-text-flow-hover:hover span:nth-of-type(18) {
  -webkit-animation-delay: -16.4s;
  animation-delay: -16.4s;
}

.anim-text-flow span:nth-of-type(19), .anim-text-flow-hover:hover span:nth-of-type(19) {
  -webkit-animation-delay: -16.2s;
  animation-delay: -16.2s;
}

.anim-text-flow span:nth-of-type(20), .anim-text-flow-hover:hover span:nth-of-type(20) {
  -webkit-animation-delay: -16s;
  animation-delay: -16s;
}

.anim-text-flow span:nth-of-type(21), .anim-text-flow-hover:hover span:nth-of-type(21) {
  -webkit-animation-delay: -15.8s;
  animation-delay: -15.8s;
}

.anim-text-flow span:nth-of-type(22), .anim-text-flow-hover:hover span:nth-of-type(22) {
  -webkit-animation-delay: -15.6s;
  animation-delay: -15.6s;
}

.anim-text-flow span:nth-of-type(23), .anim-text-flow-hover:hover span:nth-of-type(23) {
  -webkit-animation-delay: -15.4s;
  animation-delay: -15.4s;
}

.anim-text-flow span:nth-of-type(24), .anim-text-flow-hover:hover span:nth-of-type(24) {
  -webkit-animation-delay: -15.2s;
  animation-delay: -15.2s;
}

.anim-text-flow span:nth-of-type(25), .anim-text-flow-hover:hover span:nth-of-type(25) {
  -webkit-animation-delay: -15s;
  animation-delay: -15s;
}

.anim-text-flow span:nth-of-type(26), .anim-text-flow-hover:hover span:nth-of-type(26) {
  -webkit-animation-delay: -14.8s;
  animation-delay: -14.8s;
}

.anim-text-flow span:nth-of-type(27), .anim-text-flow-hover:hover span:nth-of-type(27) {
  -webkit-animation-delay: -14.6s;
  animation-delay: -14.6s;
}

.anim-text-flow span:nth-of-type(28), .anim-text-flow-hover:hover span:nth-of-type(28) {
  -webkit-animation-delay: -14.4s;
  animation-delay: -14.4s;
}

.anim-text-flow span:nth-of-type(29), .anim-text-flow-hover:hover span:nth-of-type(29) {
  -webkit-animation-delay: -14.2s;
  animation-delay: -14.2s;
}

.anim-text-flow span:nth-of-type(30), .anim-text-flow-hover:hover span:nth-of-type(30) {
  -webkit-animation-delay: -14s;
  animation-delay: -14s;
}

.anim-text-flow span:nth-of-type(31), .anim-text-flow-hover:hover span:nth-of-type(31) {
  -webkit-animation-delay: -13.8s;
  animation-delay: -13.8s;
}

.anim-text-flow span:nth-of-type(32), .anim-text-flow-hover:hover span:nth-of-type(32) {
  -webkit-animation-delay: -13.6s;
  animation-delay: -13.6s;
}

.anim-text-flow span:nth-of-type(33), .anim-text-flow-hover:hover span:nth-of-type(33) {
  -webkit-animation-delay: -13.4s;
  animation-delay: -13.4s;
}

.anim-text-flow span:nth-of-type(34), .anim-text-flow-hover:hover span:nth-of-type(34) {
  -webkit-animation-delay: -13.2s;
  animation-delay: -13.2s;
}

.anim-text-flow span:nth-of-type(35), .anim-text-flow-hover:hover span:nth-of-type(35) {
  -webkit-animation-delay: -13s;
  animation-delay: -13s;
}

.anim-text-flow span:nth-of-type(36), .anim-text-flow-hover:hover span:nth-of-type(36) {
  -webkit-animation-delay: -12.8s;
  animation-delay: -12.8s;
}

.anim-text-flow span:nth-of-type(37), .anim-text-flow-hover:hover span:nth-of-type(37) {
  -webkit-animation-delay: -12.6s;
  animation-delay: -12.6s;
}

.anim-text-flow span:nth-of-type(38), .anim-text-flow-hover:hover span:nth-of-type(38) {
  -webkit-animation-delay: -12.4s;
  animation-delay: -12.4s;
}

.anim-text-flow span:nth-of-type(39), .anim-text-flow-hover:hover span:nth-of-type(39) {
  -webkit-animation-delay: -12.2s;
  animation-delay: -12.2s;
}

.anim-text-flow span:nth-of-type(40), .anim-text-flow-hover:hover span:nth-of-type(40) {
  -webkit-animation-delay: -12s;
  animation-delay: -12s;
}

.anim-text-flow span:nth-of-type(41), .anim-text-flow-hover:hover span:nth-of-type(41) {
  -webkit-animation-delay: -11.8s;
  animation-delay: -11.8s;
}

.anim-text-flow span:nth-of-type(42), .anim-text-flow-hover:hover span:nth-of-type(42) {
  -webkit-animation-delay: -11.6s;
  animation-delay: -11.6s;
}

.anim-text-flow span:nth-of-type(43), .anim-text-flow-hover:hover span:nth-of-type(43) {
  -webkit-animation-delay: -11.4s;
  animation-delay: -11.4s;
}

.anim-text-flow span:nth-of-type(44), .anim-text-flow-hover:hover span:nth-of-type(44) {
  -webkit-animation-delay: -11.2s;
  animation-delay: -11.2s;
}

.anim-text-flow span:nth-of-type(45), .anim-text-flow-hover:hover span:nth-of-type(45) {
  -webkit-animation-delay: -11s;
  animation-delay: -11s;
}

.anim-text-flow span:nth-of-type(46), .anim-text-flow-hover:hover span:nth-of-type(46) {
  -webkit-animation-delay: -10.8s;
  animation-delay: -10.8s;
}

.anim-text-flow span:nth-of-type(47), .anim-text-flow-hover:hover span:nth-of-type(47) {
  -webkit-animation-delay: -10.6s;
  animation-delay: -10.6s;
}

.anim-text-flow span:nth-of-type(48), .anim-text-flow-hover:hover span:nth-of-type(48) {
  -webkit-animation-delay: -10.4s;
  animation-delay: -10.4s;
}

.anim-text-flow span:nth-of-type(49), .anim-text-flow-hover:hover span:nth-of-type(49) {
  -webkit-animation-delay: -10.2s;
  animation-delay: -10.2s;
}

.anim-text-flow span:nth-of-type(50), .anim-text-flow-hover:hover span:nth-of-type(50) {
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.anim-text-flow span:nth-of-type(51), .anim-text-flow-hover:hover span:nth-of-type(51) {
  -webkit-animation-delay: -9.8s;
  animation-delay: -9.8s;
}

.anim-text-flow span:nth-of-type(52), .anim-text-flow-hover:hover span:nth-of-type(52) {
  -webkit-animation-delay: -9.6s;
  animation-delay: -9.6s;
}

.anim-text-flow span:nth-of-type(53), .anim-text-flow-hover:hover span:nth-of-type(53) {
  -webkit-animation-delay: -9.4s;
  animation-delay: -9.4s;
}

.anim-text-flow span:nth-of-type(54), .anim-text-flow-hover:hover span:nth-of-type(54) {
  -webkit-animation-delay: -9.2s;
  animation-delay: -9.2s;
}

.anim-text-flow span:nth-of-type(55), .anim-text-flow-hover:hover span:nth-of-type(55) {
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.anim-text-flow span:nth-of-type(56), .anim-text-flow-hover:hover span:nth-of-type(56) {
  -webkit-animation-delay: -8.8s;
  animation-delay: -8.8s;
}

.anim-text-flow span:nth-of-type(57), .anim-text-flow-hover:hover span:nth-of-type(57) {
  -webkit-animation-delay: -8.6s;
  animation-delay: -8.6s;
}

.anim-text-flow span:nth-of-type(58), .anim-text-flow-hover:hover span:nth-of-type(58) {
  -webkit-animation-delay: -8.4s;
  animation-delay: -8.4s;
}

.anim-text-flow span:nth-of-type(59), .anim-text-flow-hover:hover span:nth-of-type(59) {
  -webkit-animation-delay: -8.2s;
  animation-delay: -8.2s;
}

.anim-text-flow span:nth-of-type(60), .anim-text-flow-hover:hover span:nth-of-type(60) {
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.anim-text-flow span:nth-of-type(61), .anim-text-flow-hover:hover span:nth-of-type(61) {
  -webkit-animation-delay: -7.8s;
  animation-delay: -7.8s;
}

.anim-text-flow span:nth-of-type(62), .anim-text-flow-hover:hover span:nth-of-type(62) {
  -webkit-animation-delay: -7.6s;
  animation-delay: -7.6s;
}

.anim-text-flow span:nth-of-type(63), .anim-text-flow-hover:hover span:nth-of-type(63) {
  -webkit-animation-delay: -7.4s;
  animation-delay: -7.4s;
}

.anim-text-flow span:nth-of-type(64), .anim-text-flow-hover:hover span:nth-of-type(64) {
  -webkit-animation-delay: -7.2s;
  animation-delay: -7.2s;
}

.anim-text-flow span:nth-of-type(65), .anim-text-flow-hover:hover span:nth-of-type(65) {
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.anim-text-flow span:nth-of-type(66), .anim-text-flow-hover:hover span:nth-of-type(66) {
  -webkit-animation-delay: -6.8s;
  animation-delay: -6.8s;
}

.anim-text-flow span:nth-of-type(67), .anim-text-flow-hover:hover span:nth-of-type(67) {
  -webkit-animation-delay: -6.6s;
  animation-delay: -6.6s;
}

.anim-text-flow span:nth-of-type(68), .anim-text-flow-hover:hover span:nth-of-type(68) {
  -webkit-animation-delay: -6.4s;
  animation-delay: -6.4s;
}

.anim-text-flow span:nth-of-type(69), .anim-text-flow-hover:hover span:nth-of-type(69) {
  -webkit-animation-delay: -6.2s;
  animation-delay: -6.2s;
}

.anim-text-flow span:nth-of-type(70), .anim-text-flow-hover:hover span:nth-of-type(70) {
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.anim-text-flow span:nth-of-type(71), .anim-text-flow-hover:hover span:nth-of-type(71) {
  -webkit-animation-delay: -5.8s;
  animation-delay: -5.8s;
}

.anim-text-flow span:nth-of-type(72), .anim-text-flow-hover:hover span:nth-of-type(72) {
  -webkit-animation-delay: -5.6s;
  animation-delay: -5.6s;
}

.anim-text-flow span:nth-of-type(73), .anim-text-flow-hover:hover span:nth-of-type(73) {
  -webkit-animation-delay: -5.4s;
  animation-delay: -5.4s;
}

.anim-text-flow span:nth-of-type(74), .anim-text-flow-hover:hover span:nth-of-type(74) {
  -webkit-animation-delay: -5.2s;
  animation-delay: -5.2s;
}

.anim-text-flow span:nth-of-type(75), .anim-text-flow-hover:hover span:nth-of-type(75) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.anim-text-flow span:nth-of-type(76), .anim-text-flow-hover:hover span:nth-of-type(76) {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.anim-text-flow span:nth-of-type(77), .anim-text-flow-hover:hover span:nth-of-type(77) {
  -webkit-animation-delay: -4.6s;
  animation-delay: -4.6s;
}

.anim-text-flow span:nth-of-type(78), .anim-text-flow-hover:hover span:nth-of-type(78) {
  -webkit-animation-delay: -4.4s;
  animation-delay: -4.4s;
}

.anim-text-flow span:nth-of-type(79), .anim-text-flow-hover:hover span:nth-of-type(79) {
  -webkit-animation-delay: -4.2s;
  animation-delay: -4.2s;
}

.anim-text-flow span:nth-of-type(80), .anim-text-flow-hover:hover span:nth-of-type(80) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.anim-text-flow span:nth-of-type(81), .anim-text-flow-hover:hover span:nth-of-type(81) {
  -webkit-animation-delay: -3.8s;
  animation-delay: -3.8s;
}

.anim-text-flow span:nth-of-type(82), .anim-text-flow-hover:hover span:nth-of-type(82) {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.anim-text-flow span:nth-of-type(83), .anim-text-flow-hover:hover span:nth-of-type(83) {
  -webkit-animation-delay: -3.4s;
  animation-delay: -3.4s;
}

.anim-text-flow span:nth-of-type(84), .anim-text-flow-hover:hover span:nth-of-type(84) {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}

.anim-text-flow span:nth-of-type(85), .anim-text-flow-hover:hover span:nth-of-type(85) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.anim-text-flow span:nth-of-type(86), .anim-text-flow-hover:hover span:nth-of-type(86) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}

.anim-text-flow span:nth-of-type(87), .anim-text-flow-hover:hover span:nth-of-type(87) {
  -webkit-animation-delay: -2.6s;
  animation-delay: -2.6s;
}

.anim-text-flow span:nth-of-type(88), .anim-text-flow-hover:hover span:nth-of-type(88) {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.anim-text-flow span:nth-of-type(89), .anim-text-flow-hover:hover span:nth-of-type(89) {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
}

.anim-text-flow span:nth-of-type(90), .anim-text-flow-hover:hover span:nth-of-type(90) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.anim-text-flow span:nth-of-type(91), .anim-text-flow-hover:hover span:nth-of-type(91) {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}

.anim-text-flow span:nth-of-type(92), .anim-text-flow-hover:hover span:nth-of-type(92) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}

.anim-text-flow span:nth-of-type(93), .anim-text-flow-hover:hover span:nth-of-type(93) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}

.anim-text-flow span:nth-of-type(94), .anim-text-flow-hover:hover span:nth-of-type(94) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.anim-text-flow span:nth-of-type(95), .anim-text-flow-hover:hover span:nth-of-type(95) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.anim-text-flow span:nth-of-type(96), .anim-text-flow-hover:hover span:nth-of-type(96) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.anim-text-flow span:nth-of-type(97), .anim-text-flow-hover:hover span:nth-of-type(97) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.anim-text-flow span:nth-of-type(98), .anim-text-flow-hover:hover span:nth-of-type(98) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.anim-text-flow span:nth-of-type(99), .anim-text-flow-hover:hover span:nth-of-type(99) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.anim-text-flow span:nth-of-type(100), .anim-text-flow-hover:hover span:nth-of-type(100) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/*! jQuery.Flipster, v1.1.2 (built 2017-11-10) */
/* @group Flipster Essential Styles */
.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.flipster:focus {
  outline: none;
}

.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}

.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}

.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}

.flipster__item img {
  max-width: 100%;
}

/* @end */
/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}

.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}

.flipster__button--prev {
  left: 0;
}

.flipster__button--next {
  right: 0;
}

/* @end */
/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}

.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}

.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster__nav__link::after {
  content: "";
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(100%) translateY(-0.25em);
  transition: inherit;
}

.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}

.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  transform: translateY(0);
}

.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}

.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}

.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}

.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}

.flipster__nav__item--current .flipster__nav__child {
  display: block;
}

/* @end */
/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--carousel .flipster__item {
  perspective: 800px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  transition-delay: 115ms;
}

.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  transition-delay: 90ms;
}

.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  transition-delay: 60ms;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
  transform: translateX(100%) rotateY(-20deg) scale(0.5);
}

.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) rotateY(40deg) scale(0.65);
}

.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  transform: rotateY(45deg) scale(0.8);
}

.flipster--carousel .flipster__item--future .flipster__item__content {
  transform: translateX(-100%) rotateY(20deg) scale(0.5);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}

.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  transform: rotateY(-45deg) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  transform: translateX(175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  transform: translateX(25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  transform: translateX(-175%) scale(0.5);
}

.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  transform: translateX(-25%) scale(0.65);
}

.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  transform: translateX(0%) scale(0.8);
}

.flipster--carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0deg) scale(1);
  transition-delay: 60ms;
}

/* @end */
/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--coverflow .flipster__item {
  perspective: 800px;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}

.flipster--coverflow .flipster__item__content {
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}

.flipster--coverflow .flipster__item--past .flipster__item__content {
  transform-origin: 0% 50%;
  transform: scale(0.75) rotateY(0deg);
}

.flipster--coverflow .flipster__item--future .flipster__item__content {
  transform-origin: 100% 50%;
  transform: scale(0.75) rotateY(0deg);
}

.flipster--coverflow .flip-current .flipster__item__content {
  transform: rotateY(0deg);
}

/* @end */
/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  transition: all 400ms ease-in-out;
}

.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}

.flipster--flat .flipster__item--past .flipster__item__content {
  transform: scale(0.75);
}

.flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.75);
}

/* @end */
/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}

.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}

.flipster--wheel .flipster__item__content {
  transform-origin: 50% 100%;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  transform-origin: 100% 100%;
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  transform-origin: 0% 100%;
}

.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}

.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  transform: rotateZ(-80deg) translate(-170%, 110%);
}

.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  transform: rotateZ(80deg) translate(170%, 110%);
}

.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-60deg) translate(-70%, 75%);
}

.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(60deg) translate(70%, 75%);
}

.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-40deg) translate(-17%, 30%);
}

.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(40deg) translate(17%, 30%);
}

.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(-20deg);
}

.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  transform: rotateZ(20deg);
}

.flipster--wheel .flip-current .flipster__item__content {
  transform: rotateX(0deg);
}

/* @end */
footer.footer-class {
  padding: 50px 0 0;
  position: relative;
  float: left;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .container {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-class {
    padding-top: 0;
    background: none;
  }
  footer.footer-class #menu-main_menu-1, footer.footer-class #menu-main_menu_urdu {
    display: none;
  }
}
footer.footer-class .footer-nav {
  padding-right: 14px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 12px 15px;
  }
}
footer.footer-class .footer-nav h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  /*@include respond-to(mobileportrait) {
  	margin-bottom: 0;
  	font-size: 20px;
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav h4 {
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
  }
  footer.footer-class .footer-nav h4:after {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    -webkit-mask: url(../images/right-arrow.svg) no-repeat 100% 0;
    mask: url(../images/right-arrow.svg) no-repeat 100% 0;
    background-color: #ffffff;
    position: absolute;
    right: 10px;
    top: 6px;
    height: 15px;
    width: 15px;
    /* @else if $media == extralarge {
      @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
      and (-webkit-min-device-pixel-ratio: 1){ @content; }
    }*/
    /*@media screen 
      and (min-device-width: 1200px) 
      and (max-device-width: 1600px) 
      and (-webkit-min-device-pixel-ratio: 1) { 
    }*/
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  footer.footer-class .footer-nav h4:after {
    margin-left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav h4.opened:after {
    transform: rotate(90deg);
  }
}
footer.footer-class .footer-nav .logo {
  margin-bottom: 20px;
  width: 125px;
  height: 45px;
  background: none;
  background-size: auto;
  font-size: 0;
  text-indent: unset;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-nav .logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer.footer-class .footer-nav .logo {
    width: 300px;
  }
}
footer.footer-class .footer-nav .f-nav {
  padding: 0;
  margin-top: 15px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-nav .f-nav li {
  display: block;
  margin-bottom: 8px;
  line-height: 1.1;
}
footer.footer-class .footer-nav .f-nav li.menu-item-10803 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10804 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10805 > a, footer.footer-class .footer-nav .f-nav li.menu-item-10806 > a {
  display: none;
}
footer.footer-class .footer-nav .f-nav li.menu-item-10803:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-10804:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-10805:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-10806:hover a:after {
  width: 0;
}
footer.footer-class .footer-nav .f-nav li.menu-item-4023:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-4163:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-1142:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-1141:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-1209:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-1210:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-1138:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-10862:hover a:after, footer.footer-class .footer-nav .f-nav li.menu-item-10867:hover a:after {
  width: 100%;
}
footer.footer-class .footer-nav .f-nav li a {
  color: #ffffff;
  opacity: 0.85;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 3px 0;
  display: inline;
  text-decoration: none;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-nav .f-nav li a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav .f-nav li a {
    display: block;
    opacity: 1;
    padding: 5px 0;
  }
  footer.footer-class .footer-nav .f-nav li a:after {
    display: none;
  }
}
footer.footer-class .footer-nav .f-nav li:hover a {
  opacity: 1;
}
footer.footer-class .footer-nav .f-nav li:hover a:after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-nav .f-nav {
    display: none;
  }
}
footer.footer-class .jamapunji-logo {
  margin-top: 30px;
}
footer.footer-class .footer-bottom {
  padding: 30px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  background-color: #ffffff;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  footer.footer-class .footer-bottom {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  footer.footer-class .footer-bottom {
    margin-top: 30px;
  }
}
footer.footer-class .footer-bottom p {
  color: #9e9c9c;
  margin-bottom: 0;
  width: 100%;
  float: left;
  margin-left: 10px;
  /*font-size: 13px;*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  footer.footer-class .footer-bottom p {
    margin-left: 0;
  }
}
footer.footer-class .footer-bottom .social-media-links {
  float: right;
  margin-top: 3px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links {
    margin-top: 15px;
  }
}
footer.footer-class .footer-bottom .social-media-links li {
  vertical-align: middle;
}
footer.footer-class .footer-bottom .social-media-links li a {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-bottom .social-media-links li a .facebook img {
  width: 11px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .facebook img {
    width: 10px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .facebook:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .linkedin img {
  width: 26px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .linkedin img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .linkedin:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .twitter img {
  width: 26px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .twitter img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .twitter:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .youtube img {
  margin-top: 4px;
  width: 28px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .youtube img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .youtube:hover img {
  opacity: 1;
  filter: grayscale(0);
}
footer.footer-class .footer-bottom .social-media-links li a .instagram img {
  margin-top: 3px;
  width: 25px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
  filter: grayscale(1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a .instagram img {
    width: 20px;
  }
}
footer.footer-class .footer-bottom .social-media-links li a .instagram:hover img {
  opacity: 1;
  filter: grayscale(0);
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom .social-media-links li a {
    padding: 0 8px;
  }
}
footer.footer-class .footer-bottom .ibex-logo img {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: brightness(0);
  opacity: 0.3;
  width: 65px;
  position: relative;
  top: 8px;
}
footer.footer-class .footer-bottom .ibex-logo:hover img {
  filter: brightness(1);
  opacity: 1;
}
footer.footer-class .footer-bottom ul {
  float: left;
  padding: 0;
  margin-bottom: 6px;
}
footer.footer-class .footer-bottom ul li {
  display: inline-block;
  padding: 0 10px;
}
footer.footer-class .footer-bottom ul li a {
  display: block;
  position: relative;
  color: #555;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
footer.footer-class .footer-bottom ul li a:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5aa427;
}
@media only screen and (max-width: 767px) {
  footer.footer-class .footer-bottom ul li a {
    margin: 6px 0;
  }
}
footer.footer-class .footer-bottom ul li a:hover {
  color: #5aa427;
  text-decoration: none;
}
footer.footer-class .footer-bottom ul li a:hover:after {
  width: 100%;
}
footer.footer-class .footer-bottom ul li:last-child a {
  pointer-events: none;
}

.service-desk {
  float: left;
  width: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk {
    padding-bottom: 30px;
  }
}
.service-desk .container {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .container {
    padding-bottom: 0;
  }
}
.service-desk .secp-logo {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.service-desk .secp-logo .logo-left {
  display: inline-block;
  width: 65px;
  vertical-align: bottom;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-left {
    vertical-align: top;
  }
}
.service-desk .secp-logo .logo-left img {
  width: 100%;
}
.service-desk .secp-logo .investor-complaint-box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .investor-complaint-box {
    height: 210px;
  }
}
.service-desk .secp-logo .logo-right {
  display: inline-block;
  border-left: 2px solid #eee;
  width: calc(100% - 100px);
  padding-left: 14px;
  margin-left: 14px;
}
.service-desk .secp-logo .logo-right .investor-complaint {
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
}
.service-desk .secp-logo .logo-right h4 {
  color: #5aa427;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.service-desk .secp-logo .logo-right h4 a {
  color: #5aa427;
}
.service-desk .secp-logo .logo-right h4 a:hover, .service-desk .secp-logo .logo-right h4 a:focus {
  text-decoration: none;
}
.service-desk .secp-logo .logo-right .service-desk-ul {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right .service-desk-ul {
    width: 80%;
  }
}
.service-desk .secp-logo .logo-right ul {
  margin: 0;
  padding: 0;
}
.service-desk .secp-logo .logo-right ul .address {
  width: 59%;
  border-left: 1px dotted #cbcbcb;
  padding-left: 25px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .service-desk .secp-logo .logo-right ul .address {
    width: 57%;
    padding-left: 0px;
    margin-bottom: 0;
    padding-top: 14px;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-right ul .address {
    width: 55%;
    border: 0px;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul .address {
    margin-top: 0;
  }
}
.service-desk .secp-logo .logo-right ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .secp-logo .logo-right ul li {
    width: calc(50% - 24px);
  }
  .service-desk .secp-logo .logo-right ul li:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li {
    margin-bottom: 20px;
  }
}
.service-desk .secp-logo .logo-right ul li:last-child {
  margin-right: 0;
}
.service-desk .secp-logo .logo-right ul li .block-icon {
  width: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}
.service-desk .secp-logo .logo-right ul li .block-icon img {
  width: 30px;
}
.service-desk .secp-logo .logo-right ul li .block-text {
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 40px);
}
.service-desk .secp-logo .logo-right ul li .block-text h6 {
  color: #555;
  font-size: 16px;
  margin-bottom: 2px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li .block-text h6 {
    font-size: 14px !important;
  }
}
.service-desk .secp-logo .logo-right ul li .block-text .phone-num {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .block-text .phone-num {
    display: block;
  }
}
.service-desk .secp-logo .logo-right ul li .block-text p {
  margin-bottom: 2px;
  color: #555;
  font-size: 13px;
}
.service-desk .secp-logo .logo-right ul li .block-text p a {
  color: #555;
}
.service-desk .secp-logo .logo-right ul li .block-text h5 {
  margin-bottom: 0;
  color: #555;
  font-size: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .service-desk .secp-logo .logo-right ul li .block-text h5 {
    font-size: 16px !important;
  }
}
.service-desk .secp-logo .logo-right ul li .investor-address {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .investor-address {
    white-space: normal;
    width: 300px;
  }
}
.service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info p {
  margin-bottom: 0;
}
.service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info h6 {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-right ul li .Farooq-Barkat-info h6 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .service-desk .secp-logo .logo-left {
    width: 26%;
    margin-left: 32px;
    border-right: 2px solid #eee;
    padding-right: 20px;
  }
  .service-desk .secp-logo .logo-right {
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .service-desk .secp-logo .logo-right h4 {
    position: absolute;
    top: 20px;
    width: 60%;
    right: 0;
  }
  .service-desk .secp-logo .logo-right ul {
    width: 62%;
    margin: 0 auto;
  }
  .service-desk .secp-logo .logo-right ul li {
    width: 100%;
    margin-right: 0;
  }
}
.service-desk .jamapunji-logo {
  position: relative;
  top: 30px;
  display: block;
  text-align: right;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .service-desk .jamapunji-logo {
    left: 100px;
    top: 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .service-desk .jamapunji-logo {
    right: 50px;
    top: -42px;
  }
}
.service-desk .jamapunji-logo img {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 170px;
  filter: grayscale(1);
}
.service-desk .jamapunji-logo:hover img {
  filter: grayscale(0);
}
@media only screen and (max-width: 480px) {
  .service-desk .jamapunji-logo {
    margin-bottom: 10px;
    right: auto;
    left: 38px;
    text-align: left;
    top: 24px;
  }
}

body {
  background-color: #ffffff;
}
body p {
  color: #555;
  font-size: 16px;
}

section {
  overflow: hidden;
}

/*test*/
.plain-text {
  text-align: center;
  padding: 100px 0;
}
.plain-text h2 {
  color: #000000;
}
.plain-text p {
  font-size: 22px;
  padding: 0 60px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .plain-text p {
    padding: 0 15px;
  }
}
.plain-text.home-business {
  position: relative;
  margin-bottom: 70px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .plain-text.home-business {
    padding: 50px 0 100px;
    margin-bottom: 0;
  }
}
.plain-text.home-business .sec-name {
  position: absolute;
  right: 0;
  bottom: -250px;
  z-index: -1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.plain-text.home-business .sec-name:after {
  content: "products";
  color: #eee;
  font-size: 260px;
}
@media only screen and (max-width: 1024px) {
  .plain-text.home-business .sec-name {
    bottom: -200px;
  }
  .plain-text.home-business .sec-name:after {
    font-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .plain-text.home-business .sec-name {
    bottom: -152px;
  }
  .plain-text.home-business .sec-name:after {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .plain-text.home-business .sec-name {
    bottom: -70px;
  }
  .plain-text.home-business .sec-name:after {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .plain-text.home-business .sec-name {
    bottom: -56px;
  }
  .plain-text.home-business .sec-name:after {
    font-size: 70px;
  }
}
.plain-text.overview-business {
  padding: 35px 0;
}
.plain-text.overview-business .sec-name {
  bottom: -207px;
}

.the-group {
  position: relative;
  padding-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group {
    padding-bottom: 30px;
  }
}
.the-group span.big-text {
  font-size: 285px;
  position: absolute;
  right: -68px;
  top: -196px;
  color: #eee;
  z-index: 1;
}
.the-group .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.the-group .column-container .right-column {
  float: left;
  width: 68%;
  height: 600px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column {
    width: 100%;
    height: 650px;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .right-column {
    height: 640px;
  }
}
.the-group .column-container .right-column .content-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.the-group .column-container .right-column .content-bg:after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.the-group .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 75px;
  width: 50%;
  left: 100px;
  z-index: 5;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group .column-container .right-column .content-bg .content-info p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column .content-bg .content-info {
    left: 30px;
    bottom: 55px;
    width: 80%;
  }
  .the-group .column-container .right-column .content-bg .content-info p {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .content-bg .content-info {
    width: 100%;
    left: 15px;
    padding-right: 20px;
    bottom: 55px;
  }
  .the-group .column-container .right-column .content-bg .content-info p {
    margin-bottom: 0px;
  }
}
.the-group .column-container .right-column .content-bg h3 {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.the-group .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}
.the-group .column-container .right-column .content-bg span, .the-group .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
  margin: 0 20px;
  opacity: 1;
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.9s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.the-group .column-container .right-column .content-bg span.ml0, .the-group .column-container .right-column .content-bg a.ml0 {
  margin-left: 0 !important;
}
.the-group .column-container .right-column .content-bg ul {
  padding: 0;
}
.the-group .column-container .right-column .content-bg ul li {
  display: inline-block;
  margin: 0 10px;
}
.the-group .column-container .right-column .content-bg ul li a {
  display: block;
  font-size: 16px;
  transform: translateX(0);
  opacity: 1;
  border-bottom: 1px dotted white;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.the-group .column-container .right-column .content-bg ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.the-group .column-container .right-column .content-bg ul li a:hover {
  color: #529527;
  border-bottom: 1px dotted #529527;
}
.the-group .column-container .right-column .content-bg ul li.app-list {
  display: list-item;
  margin: 0 10px;
  list-style: disc;
  color: #ffffff;
}
.the-group .column-container .right-column .content-bg .company-logo {
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .right-column .content-bg .company-logo {
    height: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .right-column .content-bg .company-logo {
    display: none;
  }
}
.the-group .column-container .right-column .content-bg .content-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .right-column .content-bg .content-title {
    width: 54%;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .right-column #fertilizers .content-bg {
    background-position: -344px center;
  }
}
.the-group .column-container .right-column .tab-content {
  height: 100%;
}
.the-group .column-container .right-column .tab-content .tab-pane {
  height: 100%;
  width: 100%;
  padding-top: 0 !important;
  position: absolute;
  display: block !important;
  left: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.the-group .column-container .right-column .tab-content .tab-pane.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.the-group .column-container .right-column .tab-content .tab-pane.active h3, .the-group .column-container .right-column .tab-content .tab-pane.active p {
  transform: translateY(0);
  opacity: 1;
}
.the-group .column-container .right-column .tab-content .tab-pane.active span {
  transform: translateX(0);
  opacity: 1;
}
.the-group .column-container .left-column {
  width: 47.5%;
  background: #555;
  height: 630px;
  position: absolute;
  right: 0;
  top: 53px;
  z-index: 2;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column {
    width: 100vw;
    float: left;
    position: absolute;
    top: 0;
    height: auto;
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column {
    width: 100vw;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column {
    width: 100vw;
  }
}
.the-group .column-container .left-column .content-bg {
  width: 100%;
  height: 100%;
  padding: 30px 230px 30px 30px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group .column-container .left-column .content-bg {
    padding: 30px 0px 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg {
    height: auto;
    padding: 30px 30px 2px 30px;
    background: #ffffff91;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column .content-bg {
    height: auto;
    padding: 30px 30px 8px 30px;
    padding-top: 21px !important;
  }
}
.the-group .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 15px;
  padding-left: 20px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg .content-title {
    color: black;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column .content-bg .content-title {
    font-size: 30px;
  }
}
.the-group .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.the-group .column-container .left-column .content-bg ul {
  padding: 0;
  margin-top: 30px;
}
.the-group .column-container .left-column .content-bg ul li {
  display: block;
  margin-bottom: 0px;
}
.the-group .column-container .left-column .content-bg ul li a {
  color: #ffffff;
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #5aa427;
  font-size: 17px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  position: relative;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group .column-container .left-column .content-bg ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a {
    color: black;
  }
}
.the-group .column-container .left-column .content-bg ul li a i {
  position: absolute;
  left: -20px;
  top: 24px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  color: #529527;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a i {
    color: #ffffff;
  }
}
.the-group .column-container .left-column .content-bg ul li a:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 52px);
  height: 61px;
  position: absolute;
  left: -52px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a:after {
    background-color: #229448;
    width: 100vw;
    height: 107%;
    left: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a:after {
    border-bottom: none;
    padding: 7px 20px;
  }
  .the-group .column-container .left-column .content-bg ul li a:after i {
    top: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .the-group .column-container .left-column .content-bg ul li a:after {
    background-color: #277f54;
    width: 100vw;
    height: 100%;
    left: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li a {
    border-bottom: none;
    padding: 7px 20px;
  }
  .the-group .column-container .left-column .content-bg ul li a i {
    top: 16px;
  }
}
.the-group .column-container .left-column .content-bg ul li:last-child a {
  border-bottom: none;
}
.the-group .column-container .left-column .content-bg ul li:hover a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li:hover a {
    border-bottom: none;
  }
}
.the-group .column-container .left-column .content-bg ul li:hover a i {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.the-group .column-container .left-column .content-bg ul li:hover a:after {
  opacity: 1;
}
.the-group .column-container .left-column .content-bg ul li.active {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group .column-container .left-column .content-bg ul li.active a {
  color: #229448;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li.active a {
    border-bottom: none;
  }
}
.the-group .column-container .left-column .content-bg ul li.active a i {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.the-group .column-container .left-column .content-bg ul li.active a:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .the-group .column-container .left-column .content-bg ul li.active a {
    color: #ffffff;
  }
  .the-group .column-container .left-column .content-bg ul li.active a i {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group .column-container .left-column .content-bg ul li.active a i {
    color: #ffffff;
  }
}
.the-group.energy-page-tabs {
  padding-bottom: 0;
}
.the-group.energy-page-tabs .column-container .left-column {
  height: 320px;
  top: 98px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group.energy-page-tabs .column-container .left-column {
    top: 0px;
  }
}
.the-group.energy-page-tabs .column-container .left-column .content-bg {
  padding-right: 180px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-right: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .the-group.energy-page-tabs .column-container .left-column .content-bg {
    padding-left: 20px;
  }
  .the-group.energy-page-tabs .column-container .left-column .content-bg .content-title {
    padding-left: 0;
  }
  .the-group.energy-page-tabs .column-container .left-column .content-bg ul li a:after {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .left-column {
    top: 0;
  }
}
.the-group.energy-page-tabs .column-container .right-column {
  height: 600px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.the-group.energy-page-tabs .column-container .right-column .content-bg:after {
  display: none;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
  top: 80px;
  bottom: auto;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    top: 60px;
  }
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo {
  width: 70%;
  position: relative;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo .company-logo {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    left: 40px;
    width: 66%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .the-group.energy-page-tabs .column-container .right-column {
    height: 700px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    width: 80%;
    top: 20%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 60%;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    width: 56%;
    bottom: auto;
    top: 40px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    width: 80%;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg p {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .the-group.energy-page-tabs .column-container .right-column {
    height: 800px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info {
    width: 95%;
    top: 155px;
    left: 20px;
  }
  .the-group.energy-page-tabs .column-container .right-column .content-bg .content-info .iatc-logo img {
    display: block;
  }
}
.the-group.energy-page-tabs .column-container .right-column .tab-pane.active .iatc-logo {
  transform: translateY(0);
  opacity: 1;
}
.the-group.core-value .column-container .left-column {
  height: 500px;
}
.the-group.core-value .column-container .left-column .content-bg .content-title {
  font-size: 28px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .the-group.core-value .column-container .left-column .content-bg .content-title {
    font-size: 42px;
  }
}
.the-group.core-value .column-container .left-column .content-bg ul li a:after {
  height: calc(100% + 1px);
}
.the-group.core-value .column-container .right-column {
  height: 600px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .the-group.core-value .column-container .right-column {
    height: 720px;
  }
}
.the-group.core-value .column-container .right-column .content-bg:after {
  display: none;
}

.our-ventures {
  padding-bottom: 200px;
  text-align: center;
}
.our-ventures h2 {
  margin-top: 30px;
}
.our-ventures p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.76);
}
.our-ventures .ventures-logo {
  width: 100%;
  float: left;
}
.our-ventures .ventures-logo li {
  display: block;
  overflow: hidden;
}
.our-ventures .ventures-logo li .v-logo {
  float: left;
  width: 155px;
  height: 132px;
  background: #ffffff;
  margin: 15px 15px;
  position: relative;
  -webkit-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
.our-ventures .ventures-logo li .v-logo img {
  width: 60%;
  position: absolute;
  top: 21%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.our-ventures .ventures-logo li .v-logo:hover img {
  opacity: 1;
}
.our-ventures .ventures-logo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.our-ventures .ventures-logo .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #5aa427;
}
.our-ventures .ventures-logo .slick-dots li:hover button, .our-ventures .ventures-logo .slick-dots li.slick-active button {
  background-color: #5aa427;
}

.we-are-responsible {
  position: relative;
  padding-bottom: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible {
    padding-bottom: 60px;
  }
}
.we-are-responsible.social-imp {
  margin-top: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social-imp {
    margin-top: 70px;
  }
}
.we-are-responsible.social-imp .sec-name {
  position: absolute;
  right: -810px;
  top: -230px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.we-are-responsible.social-imp .sec-name:before {
  content: "social impact";
  color: #eee;
  font-size: 260px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible.social-imp .sec-name {
    right: -690px;
    top: -200px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible.social-imp .sec-name {
    right: -230px;
    top: -38px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible.social-imp .sec-name {
    right: 0;
    top: 62px;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible.social-imp .sec-name {
    right: -70px;
    top: 172px;
    display: none;
  }
  .we-are-responsible.social-imp .sec-name:before {
    font-size: 70px;
  }
}
.we-are-responsible span.big-text {
  font-size: 242px;
  position: absolute;
  left: 24px;
  top: -36px;
  color: #eee;
}
.we-are-responsible .column-container {
  width: 100%;
  float: left;
  position: relative;
}
.we-are-responsible .column-container .right-column {
  float: right;
  width: 56%;
  background: #ccc;
  height: 580px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .right-column {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column {
    height: 400px;
  }
}
.we-are-responsible .column-container .right-column .content-bg {
  background-size: 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .right-column .content-bg {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column .content-bg {
    background-size: cover;
  }
}
.we-are-responsible .column-container .right-column .content-bg .iatc-logo {
  position: relative;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
}
.we-are-responsible .column-container .right-column .content-bg .content-info {
  position: absolute;
  bottom: 55px;
  width: 50%;
  left: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .right-column .content-bg .content-info {
    width: 100%;
    padding: 0 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible .column-container .right-column .content-bg .content-info {
    left: 0;
  }
}
.we-are-responsible .column-container .right-column .content-bg p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.7s;
}
.we-are-responsible .column-container .right-column .content-bg h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
  display: none;
}
.we-are-responsible .column-container .right-column .content-bg a {
  font-size: 20px;
  color: #ffffff;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
  transform: translateX(-25px);
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .right-column .content-bg a {
    opacity: 1;
    transform: translateX(0);
  }
}
.we-are-responsible .column-container .right-column .content-bg.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.we-are-responsible .column-container .right-column .content-bg.active h3, .we-are-responsible .column-container .right-column .content-bg.active p, .we-are-responsible .column-container .right-column .content-bg.active .iatc-logo {
  transform: translateY(0);
  opacity: 1;
}
.we-are-responsible .column-container .right-column .content-bg:hover a {
  transform: translateX(0);
  opacity: 1;
}
.we-are-responsible .column-container .left-column {
  width: 47.5%;
  text-align: center;
  height: 617px;
  position: absolute;
  top: -30px;
  left: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .left-column {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column {
    height: auto;
  }
}
.we-are-responsible .column-container .left-column .info-content {
  text-align: left;
  padding-left: 115px;
  position: relative;
  top: -50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .info-content {
    padding-left: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .info-content {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
  }
}
.we-are-responsible .column-container .left-column .info-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  padding-right: 130px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .info-content h2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .info-content h2 {
    padding-right: 0px;
  }
}
.we-are-responsible .column-container .left-column .info-content p {
  margin-bottom: 50px;
}
.we-are-responsible .column-container .left-column .content-bg {
  width: 100%;
  height: 54%;
  padding: 30px 70px 30px 30px;
  background: #eee;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .we-are-responsible .column-container .left-column .content-bg {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .content-bg {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .we-are-responsible .column-container .left-column .content-bg {
    float: left;
  }
}
.we-are-responsible .column-container .left-column .content-bg .content-title {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
}
.we-are-responsible .column-container .left-column .content-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
.we-are-responsible .column-container .left-column .content-bg ul {
  padding: 0;
  float: left;
  width: 100%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.we-are-responsible .column-container .left-column .content-bg ul li {
  display: inline-block;
  width: 42%;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.we-are-responsible .column-container .left-column .content-bg ul li h4 {
  color: #000000;
  font-size: 22px;
  margin: 15px 0;
}
.we-are-responsible .column-container .left-column .content-bg ul li a {
  position: relative;
  display: block;
}
.we-are-responsible .column-container .left-column .content-bg ul li a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.we-are-responsible .column-container .left-column .content-bg ul li a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #93c16d 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #93c16d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.we-are-responsible .column-container .left-column .content-bg ul li.active h4 {
  color: #5aa427;
}
.we-are-responsible .column-container .left-column .content-bg ul li.active a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible .column-container .left-column .content-bg ul li.active a:after {
  width: 100%;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover {
  position: relative;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover h4 {
  color: #5aa427;
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.we-are-responsible .column-container .left-column .content-bg ul li:hover a:after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .we-are-responsible .column-container .left-column .content-bg ul {
    margin-bottom: 0;
  }
  .we-are-responsible .column-container .left-column .content-bg ul li {
    width: calc(25% - 24px);
    vertical-align: middle;
    margin-bottom: 0;
  }
  .we-are-responsible .column-container .left-column .content-bg ul li a {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .we-are-responsible .column-container .left-column .content-bg ul li {
    width: calc(50% - 24px);
  }
}

.creating-a-difference {
  position: relative;
  padding-bottom: 0;
}
.creating-a-difference h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.creating-a-difference p {
  margin-bottom: 30px;
}
.creating-a-difference span.big-text {
  font-size: 285px;
  position: absolute;
  right: -14px;
  top: -158px;
  color: #eee;
}
.creating-a-difference .c-slider {
  float: left;
  width: 100%;
}
.creating-a-difference .c-slider .slide-item {
  float: left;
  width: 100%;
  position: relative;
}
.creating-a-difference .c-slider .slide-item .caption-box {
  width: 536px;
  height: 493px;
  top: -90px;
  position: absolute;
  text-align: center;
  padding: 70px;
  left: 85px;
  background-image: -webkit-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: -o-linear-gradient(left, #5aa427 0%, #529527 100%);
  background-image: linear-gradient(to right, #5aa427 0%, #529527 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF529527", GradientType=1);
}
.creating-a-difference .c-slider .slide-item .caption-box h2 {
  color: #ffffff;
  margin-bottom: 0px;
}
.creating-a-difference .c-slider .slide-item .caption-box span {
  color: #ffffff;
  font-size: 30px;
}
.creating-a-difference .c-slider .slide-item .caption-box p {
  color: #ffffff;
  margin-top: 40px;
}
.creating-a-difference .c-slider .slide-item .image-slide img {
  width: 100%;
}
.creating-a-difference .slick-list {
  overflow: visible;
}
.creating-a-difference .slick-dots {
  position: absolute;
  top: 28%;
  left: 267px;
  z-index: 999;
}
.creating-a-difference .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.creating-a-difference .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.creating-a-difference .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.media-center {
  text-align: center;
  background: #eee;
}
.media-center .nav-tabs {
  width: 300px;
  margin: 0 auto;
  border: none;
  margin-top: 40px;
}
.media-center .nav-tabs li a {
  font-size: 22px;
  color: #000000;
  border: none;
  border-bottom: 2px solid #eee;
}
.media-center .nav-tabs li a.active, .media-center .nav-tabs li a:hover {
  border: none;
  color: #5aa427;
  background: transparent;
  border-bottom: 2px solid #229448;
}
.media-center .tab-content {
  margin-top: 100px;
}

.knowledge-center, .latest-engro-blog {
  padding: 0px 0px;
  padding-bottom: 50px;
  text-align: center;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center, .latest-engro-blog {
    padding-top: 0;
  }
}
.knowledge-center h2, .latest-engro-blog h2 {
  font-size: 42px;
}
.knowledge-center p, .latest-engro-blog p {
  font-size: 22px;
  color: #000000;
  padding: 0 200px;
  margin-bottom: 50px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center p, .latest-engro-blog p {
    padding: 0 30px;
  }
}
.knowledge-center .press-release, .latest-engro-blog .press-release {
  width: 100%;
  height: 530px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 50px 40px;
  position: relative;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .knowledge-center .press-release, .latest-engro-blog .press-release {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.14);
  }
}
@media only screen and (max-width: 767px) {
  .knowledge-center .press-release, .latest-engro-blog .press-release {
    height: auto;
  }
}
.knowledge-center .press-release .content-details .tag, .latest-engro-blog .press-release .content-details .tag {
  color: #5aa427;
  font-size: 20px;
  display: block;
}
.knowledge-center .press-release .content-details .date, .latest-engro-blog .press-release .content-details .date {
  display: block;
  font-size: 12px;
  color: #555;
}
.knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .knowledge-center .press-release .content-details h3, .latest-engro-blog .press-release .content-details h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.knowledge-center .press-release .content-details p, .latest-engro-blog .press-release .content-details p {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0px;
}
.knowledge-center .press-release .arrow-btn, .latest-engro-blog .press-release .arrow-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #5aa427;
  font-size: 16px;
}
.knowledge-center .press-release .p-r-year-wise, .latest-engro-blog .press-release .p-r-year-wise {
  outline: 0;
  position: initial;
}
.knowledge-center .press-release .p-r-year-wise:focus, .latest-engro-blog .press-release .p-r-year-wise:focus {
  outline: 0;
}
.knowledge-center .press-release .slick-dots, .latest-engro-blog .press-release .slick-dots {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 26px;
}
.knowledge-center .press-release .slick-dots li, .latest-engro-blog .press-release .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.knowledge-center .press-release .slick-dots li button, .latest-engro-blog .press-release .slick-dots li button {
  font-size: 0px;
  height: 12px;
  width: 12px;
  border: 1px solid #5aa427;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.knowledge-center .press-release .slick-dots li.slick-active button, .latest-engro-blog .press-release .slick-dots li.slick-active button {
  border: 1px solid #5aa427;
  background-color: #5aa427;
}

.latest-engro-blog {
  display: none;
  padding: 0px 0;
  text-align: left;
  padding-bottom: 50px;
}
.latest-engro-blog h2 {
  position: relative;
  margin-bottom: 50px;
}
.latest-engro-blog h2:after {
  content: "";
  width: 97px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  background-color: #529527;
  left: 0;
}
.latest-engro-blog p {
  padding: 0;
}

.life-at-engro {
  background-color: #eee;
  text-align: center;
  width: 100%;
  padding: 230px 0 60px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro {
    padding: 60px 0 60px;
  }
}
.life-at-engro h2 br {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro h2 br {
    display: none;
  }
}
.life-at-engro .bubbles {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .life-at-engro .bubbles {
    display: none;
  }
}
.life-at-engro [class*=bubble-] {
  position: absolute;
  border: 3px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
}
.life-at-engro [class*=bubble-] img {
  width: 100%;
  height: 100%;
}
.life-at-engro [class*=bubble-].size-140 {
  width: 140px;
  height: 140px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-140 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-120 {
  width: 120px;
  height: 120px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-120 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-100 {
  width: 100px;
  height: 100px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .life-at-engro [class*=bubble-].size-100 {
    width: 80px;
    height: 80px;
  }
}
.life-at-engro [class*=bubble-].size-80 {
  width: 80px;
  height: 80px;
}
.life-at-engro [class*=bubble-].size-60 {
  width: 60px;
  height: 60px;
}
.life-at-engro .bubble-1 {
  left: 65%;
  top: -67%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-2 {
  left: 30%;
  top: -34%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-3 {
  right: -7%;
  top: -63%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-3 {
    right: 0%;
  }
}
.life-at-engro .bubble-4 {
  right: -5%;
  bottom: 1%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-4 {
    right: 0%;
  }
}
.life-at-engro .bubble-5 {
  right: 20%;
  bottom: 13%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-6 {
  left: 13%;
  bottom: 79%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-6 {
    left: 4%;
  }
}
.life-at-engro .bubble-7 {
  left: -7%;
  bottom: 6%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-7 {
    left: 0%;
  }
}
.life-at-engro .bubble-8 {
  right: -4%;
  bottom: 66%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-8 {
    right: 0%;
  }
}
.life-at-engro .bubble-9 {
  left: 17%;
  bottom: 8%;
  animation: anim_left_right 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-10 {
  left: 14%;
  top: -55%;
  animation: anim_circle 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
}
.life-at-engro .bubble-11 {
  top: -41%;
  right: 13%;
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
.life-at-engro .bubble-12 {
  left: -2%;
  top: -48%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  animation: anim_up_down 10s cubic-bezier(0.55, 0.09, 0.65, 0.55) infinite;
  animation-direction: reverse;
}
@media only screen and (max-width: 1024px) {
  .life-at-engro .bubble-12 {
    left: 0%;
  }
}

.page-template-template-home header {
  position: fixed;
}
.page-template-template-home .knowledge-center .box, .page-template-template-home .latest-engro-blog .box {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
.page-template-template-home .knowledge-center .box.announcement-with-img, .page-template-template-home .latest-engro-blog .box.announcement-with-img {
  padding: 0;
}
.page-template-template-home .knowledge-center .box.announcement-with-img img, .page-template-template-home .latest-engro-blog .box.announcement-with-img img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-home .knowledge-center .box, .page-template-template-home .latest-engro-blog .box {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-home .knowledge-center .box, .page-template-template-home .latest-engro-blog .box {
    height: 150px;
  }
}
.page-template-template-home .the-group .column-container .right-column .content-bg .content-title {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .page-template-template-home .the-group .column-container .right-column .content-bg .content-title {
    width: 52%;
  }
}

.wow.simple-anim {
  transform: translateY(50px) scale(1);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.wow.simple-anim-right {
  transform: translateX(25px) scale(1);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.wow.bullet-anim {
  transition: transform 0.65s ease, opacity 0.65s ease, -webkit-transform 0.65s ease;
  transform: translateY(20px) rotate(3deg);
  opacity: 0;
}
.wow.img-anim {
  position: relative;
}
.wow.img-anim:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wow.img-anim-reverse {
  position: relative;
}
.wow.img-anim-reverse:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wow.animated.simple-anim {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.wow.animated.simple-anim-right {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.wow.animated.bullet-anim {
  transform: translateY(0%);
  opacity: 1;
}
.wow.animated.img-anim:before {
  transform: translateX(-100%);
}
.wow.animated.img-anim-reverse:before {
  transform: translateX(100%);
}

@keyframes move {
  0% {
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes move {
  0% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
  50% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(5deg);
  }
  100% {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(0deg);
  }
}
.slider_widget a, .slider_widget div.arrow a {
  color: #ffffff99;
}

.slider_widget a:hover, .slider_widget a:hover div.arrow {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.slider_widget div.arrow {
  float: right;
  color: #fff;
  opacity: 0.6;
  margin-left: 4px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-video-link {
  margin-top: 14px;
}
.banner-video-link a {
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-video-link a .play-icon {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  vertical-align: top;
  background-color: transparent;
}
.banner-video-link a .play-icon:after {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffffff;
  left: 6px;
  top: 3px;
}
.banner-video-link a .video-text {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0;
}
.banner-video-link a .video-text:after {
  display: none;
}
.banner-video-link a:hover {
  opacity: 1;
}
.banner-video-link a:hover .play-icon {
  background-color: #ffffff;
}
.banner-video-link a:hover .play-icon:after {
  border-left: 4px solid rgba(2, 105, 55, 0.85);
}

.slide-text-item .badge.green {
  background-color: transparent;
  border: 1px solid;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}

.cool-link:hover::after {
  width: 100%;
}

.page-template-template-home .the-group .column-container .left-column {
  height: 490px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-template-template-home .the-group .column-container .left-column {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-template-home .the-group .column-container .left-column {
    width: 100%;
  }
}

.video-container video {
  object-fit: cover;
  height: 607px;
  position: absolute;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 480px) {
  .video-container video {
    object-fit: none;
  }
}

.page-id-1606 .the-group .column-container .left-column .content-bg ul {
  margin-top: 30px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-id-1606 .the-group .column-container .left-column .content-bg ul {
    margin-top: 0px;
  }
}

.page-name-overview .the-group .column-container .right-column {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-name-overview .the-group .column-container .right-column {
    width: 100%;
    height: 650px;
  }
}
.page-name-overview .the-group .column-container .left-column {
  height: 500px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-name-overview .the-group .column-container .left-column {
    height: auto;
  }
}
.page-name-overview .the-group .column-container .left-column .content-bg .content-title ul li a i {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .page-name-overview .the-group .column-container .left-column .content-bg .content-title ul li a i {
    color: #ffffff;
  }
}

.footer-nav-content {
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .footer-nav-content {
    padding-left: 43px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-nav-content {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav-content {
    padding-left: 86px;
  }
}

.page-details {
  padding: 0;
}
.page-details .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.page-details h2 {
  margin: 30px 0 60px 0;
  font-size: 55px;
}
.page-details h2 strong {
  display: block;
}

.media-container {
  width: 100%;
  height: 480px;
  background: #000000;
  position: relative;
  right: -15px;
  z-index: 1;
}

.text-and-img {
  padding: 0;
  overflow: hidden;
}
.text-and-img .container-fluid .row {
  padding-bottom: 132px;
}
.text-and-img .media-container img {
  width: 100%;
  height: 100%;
}
.text-and-img .big-text {
  font-size: 242px;
  color: #f0f0f0;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.text-and-img h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.text-and-img p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.text-and-img p.bold-text {
  font-size: 22px;
  color: #000;
  margin-bottom: 25px;
}

.meet-the-team h3, .journey-time h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.meet-the-team p, .journey-time p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}
.meet-the-team .nav-tabs, .journey-time .nav-tabs {
  width: 100%;
  margin: 0 auto;
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
}
.meet-the-team .nav-tabs li, .journey-time .nav-tabs li {
  padding: 0 15px;
}
.meet-the-team .nav-tabs li a, .journey-time .nav-tabs li a {
  font-size: 22px;
  color: #000;
  border: none;
  border-bottom: 0px solid #fff;
  padding: 10px 0;
  position: relative;
}
.meet-the-team .nav-tabs li a:after, .journey-time .nav-tabs li a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.meet-the-team .nav-tabs li a.active, .journey-time .nav-tabs li a.active, .meet-the-team .nav-tabs li a:hover, .journey-time .nav-tabs li a:hover {
  border: none;
  color: #5aa427;
  background: transparent;
  position: relative;
}
.meet-the-team .nav-tabs li a.active:after, .journey-time .nav-tabs li a.active:after, .meet-the-team .nav-tabs li a:hover:after, .journey-time .nav-tabs li a:hover:after {
  opacity: 1;
}

.governance-sec h3 {
  margin-bottom: 30px;
  font-size: 46px;
  color: green;
}
.governance-sec p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.governance-sec a.box {
  display: block;
  overflow: hidden;
}
.governance-sec a.box img {
  width: 100%;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.governance-sec a .info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a .info h5 {
  color: #fff;
  font-size: 22px;
  /*     position: relative;
       top: 32px;*/
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.governance-sec a .info p {
  color: #fff;
  font-size: 16px;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.governance-sec a .info span {
  color: #fff;
  font-size: 20px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a .info span i {
  font-size: 16px;
  padding-left: 10px;
}
.governance-sec a .info span:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -8px;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.governance-sec a:hover .info {
  bottom: 40px;
  /*   h5{
         top: 0;
      @include transition(all 0.5s ease);

     }*/
}
.governance-sec a:hover .info span:after {
  width: 100%;
}
.governance-sec a:hover .info p {
  height: 100%;
  overflow: visible;
}
.governance-sec a:hover.box img {
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.journey-time {
  padding: 50px 0;
  position: relative;
}
.journey-time p {
  width: 56%;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .journey-time p {
    width: 100%;
  }
}
.journey-time .journey-time-header {
  background-color: #fff;
}
.journey-time .journey-time-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.journey-time .years-menu {
  position: absolute;
  left: calc(50% - 565px);
  top: 295px;
  width: 110px;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 1024px) {
  .journey-time .years-menu {
    left: calc(50% - 480px);
  }
}
@media only screen and (max-width: 768px) {
  .journey-time .years-menu {
    display: none;
  }
}
.journey-time .years-menu ul {
  padding: 0;
}
.journey-time .years-menu ul li {
  list-style: none;
  display: block;
}
.journey-time .years-menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*  &:after{
       content: '_';
       position: absolute;
       top: -6px;
       left: -15px;
    }*/
}
.journey-time .years-menu ul li a:hover {
  color: #51a946;
}
.journey-time .years-menu ul li a.active {
  font-size: 24px;
  color: #ffffff;
  background-color: #5aa427;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 30px;
  /*   &:after{
        left: -22px;
        top: -11px;
     }*/
}
.journey-time .years-menu.fixed {
  position: fixed;
  top: calc(15%);
}
.journey-time .history-timeline {
  position: relative;
  width: 100%;
  float: left;
}
.journey-time .history-timeline:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  height: 100%;
  background-color: #ffffff;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 2px dotted #eee;
  width: 2px;
}

.bod-gallery-container-style2 {
  height: auto;
  float: left;
  width: 100%;
}
.bod-gallery-container-style2 .item {
  width: 23%;
  margin: 10px 5px;
  background: #000;
  height: 340px;
  float: left;
  overflow: hidden;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
  /* &:nth-child(1){
      width: 23%;
      height: 450px;
  }
      &:nth-child(2){
      width:32.2%;
      height: 450px;
  }
      &:nth-child(3){
      width:32.2%;
      height: 450px;
  }
      &:nth-child(4){
      width:32.2%;
      height: 450px;
  }*/
}
@media only screen and (max-width: 768px) {
  .bod-gallery-container-style2 .item {
    width: 31.9%;
  }
}
@media only screen and (max-width: 767px) {
  .bod-gallery-container-style2 .item {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .bod-gallery-container-style2 .item {
    width: 98%;
  }
}
.bod-gallery-container-style2 .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .img-box {
  width: 100%;
  height: 100%;
}
.bod-gallery-container-style2 .item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.bod-gallery-container-style2 .item a .member-info {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .member-info h5 {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #9e9c9c;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bod-gallery-container-style2 .item a .member-info p {
  color: #fff;
  font-size: 14px;
}
.bod-gallery-container-style2 .item a .member-info .year {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
}
.bod-gallery-container-style2 .item a .member-info i {
  position: absolute;
  right: 0;
  top: 33px;
  right: 25px;
  color: #fff;
  font-size: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a .member-info i:hover {
  right: 30px;
}
.bod-gallery-container-style2 .item a:after {
  content: "";
  background-image: -webkit-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: -o-linear-gradient(left, #6da523 0%, #38d4aa 100%);
  background-image: linear-gradient(to right, #6da523 0%, #38d4aa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF6DA523", endColorstr="#FF38D4AA", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bod-gallery-container-style2 .item a:before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000 100%);
  background: -webkit-gradient top, transparent 5%, #000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
}
.bod-gallery-container-style2 .item a:hover:after {
  width: 100%;
}
.bod-gallery-container-style2 .item a:hover:before {
  opacity: 1;
}
.bod-gallery-container-style2 .item a:hover .img-box img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.bod-gallery-container-style2 .item a:hover .member-info {
  bottom: 30px;
}

.Rectangle_1_copy_3 {
  background-color: white;
  position: absolute;
  left: 396px;
  top: 1895px;
  width: 729px;
  height: 379px;
  z-index: 3;
}

.boxes-section {
  background-color: #f4f4f4;
  padding-top: 0;
}
.boxes-section .v-box {
  min-height: 386px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding: 30px;
}
.boxes-section .v-box .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.boxes-section .v-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxes-section .v-box .tag-hed {
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 1;
}
.boxes-section .v-box h3 {
  color: white;
  padding-top: 110px;
  position: relative;
  line-height: 1.3;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 768px) {
  .boxes-section .v-box h3 {
    font-size: 20px;
  }
}
.boxes-section .v-box h3:after {
  content: "";
  width: 105px;
  height: 1px;
  background-color: #529527;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.boxes-section .v-box.no-img {
  background-color: white;
  -webkit-box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
  box-shadow: -7.211px 12px 17.43px 3.57px rgba(0, 0, 0, 0.04);
}
.boxes-section .v-box.no-img .tag-hed {
  color: #529527;
}
.boxes-section .v-box.no-img h3 {
  color: rgba(0, 0, 0, 0.51);
}

.pad-right-none {
  padding-right: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .pad-right-none {
    padding-right: 7.5px;
  }
}

.pad-left-none {
  padding-left: 0;
  /* @else if $media == extralarge {
    @media only screen and (min-device-width: 1600px) and (max-device-width: 1920px)
    and (-webkit-min-device-pixel-ratio: 1){ @content; }
  }*/
  /*@media screen 
    and (min-device-width: 1200px) 
    and (max-device-width: 1600px) 
    and (-webkit-min-device-pixel-ratio: 1) { 
  }*/
}
@media only screen and (max-width: 767px) {
  .pad-left-none {
    padding-left: 7.5px;
  }
}

/*# sourceMappingURL=style.css.map */
