@charset "UTF-8";
/*!
Theme Name: Escuela de I.M VILCUN - DAEM
Theme URI: http://underscores.me/
Author: René Calfin - Coordinador Informática DAEM
Author URI: http://underscores.me/
Description: Sitios web para cada establecimiento educacional dependiente de DAEM de Vilcún.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: escuelas-daem-vilcun
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Escuela de I.M Vilcún - DAEM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("assets/css/flaticon.css");
@import url("assets/css/fontawesome-all.css");
@import url("assets/css/animate.css");
@import url("assets/css/owl.css");
@import url("assets/css/jquery-ui.min.css");
@import url("assets/css/jquery.fancybox.min.css");
:root {
  --blue: #4e73df;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C70000;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1CC88A;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: white;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #00642d;
  --secondary: #00642d;
  --success: #1CC88A;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #C70000;
  --light: #f8f9fc;
  --dark: #08090a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: white;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00642d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00180b;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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: 400;
}

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: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dddfeb;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #858796;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: white;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-auto, .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-auto, .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-auto, .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-auto, .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-auto, .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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dddfeb;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddfeb;
}
.table tbody + tbody {
  border-top: 2px solid #dddfeb;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dddfeb;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dddfeb;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d4c4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aae92;
}

.table-hover .table-primary:hover {
  background-color: #a8cab7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8cab7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d4c4;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7aae92;
}

.table-hover .table-secondary:hover {
  background-color: #a8cab7;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a8cab7;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bff0de;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e2c2;
}

.table-hover .table-success:hover {
  background-color: #aaebd3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaebd3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7ebf1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #96dbe4;
}

.table-hover .table-info:hover {
  background-color: #b3e4ec;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e4ec;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceec9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fadf9b;
}

.table-hover .table-warning:hover {
  background-color: #fbe6b1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #efb8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e27a7a;
}

.table-hover .table-danger:hover {
  background-color: #eaa3a3;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eaa3a3;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bababa;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7f7f80;
}

.table-hover .table-dark:hover {
  background-color: #adadad;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #adadad;
}

.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 .thead-dark th {
  color: white;
  background-color: #5a5c69;
  border-color: #6c6e7e;
}
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

.table-dark {
  color: white;
  background-color: #5a5c69;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #6c6e7e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}
.form-control:focus {
  color: #6e707e;
  background-color: white;
  border-color: #00e466;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: white;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1CC88A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(28, 200, 138, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1CC88A;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231CC88A' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1CC88A;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1CC88A;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231CC88A' 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") white no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1CC88A;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1CC88A;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1CC88A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1CC88A;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34e3a4;
  background-color: #34e3a4;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1CC88A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1CC88A;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1CC88A;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #C70000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(199, 0, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C70000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C70000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C70000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C70000;
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C70000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23C70000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C70000' stroke='none'/%3e%3c/svg%3e") white no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #C70000;
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C70000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #C70000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #C70000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa0000;
  background-color: #fa0000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C70000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #C70000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C70000;
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.25);
}

.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-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-primary:hover {
  color: white;
  background-color: #003e1c;
  border-color: #003116;
}
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #003e1c;
  border-color: #003116;
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 77, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #003116;
  border-color: #002410;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 77, 0.5);
}

.btn-secondary {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-secondary:hover {
  color: white;
  background-color: #003e1c;
  border-color: #003116;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #003e1c;
  border-color: #003116;
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 77, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #003116;
  border-color: #002410;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 123, 77, 0.5);
}

.btn-success {
  color: white;
  background-color: #1CC88A;
  border-color: #1CC88A;
}
.btn-success:hover {
  color: white;
  background-color: #17a673;
  border-color: #169b6b;
}
.btn-success:focus, .btn-success.focus {
  color: white;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: white;
  background-color: #1CC88A;
  border-color: #1CC88A;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: white;
  background-color: #169b6b;
  border-color: #149063;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

.btn-info {
  color: white;
  background-color: #36b9cc;
  border-color: #36b9cc;
}
.btn-info:hover {
  color: white;
  background-color: #2c9faf;
  border-color: #2a96a5;
}
.btn-info:focus, .btn-info.focus {
  color: white;
  background-color: #2c9faf;
  border-color: #2a96a5;
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: white;
  background-color: #36b9cc;
  border-color: #36b9cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: white;
  background-color: #2a96a5;
  border-color: #278c9b;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

.btn-warning {
  color: #3a3b45;
  background-color: #f6c23e;
  border-color: #f6c23e;
}
.btn-warning:hover {
  color: #3a3b45;
  background-color: #f4b619;
  border-color: #f4b30d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #3a3b45;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(218, 174, 63, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #3a3b45;
  background-color: #f6c23e;
  border-color: #f6c23e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #3a3b45;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 174, 63, 0.5);
}

.btn-danger {
  color: white;
  background-color: #C70000;
  border-color: #C70000;
}
.btn-danger:hover {
  color: white;
  background-color: #a10000;
  border-color: #940000;
}
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #a10000;
  border-color: #940000;
  box-shadow: 0 0 0 0.2rem rgba(207, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: white;
  background-color: #C70000;
  border-color: #C70000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #940000;
  border-color: #870000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 38, 38, 0.5);
}

.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}
.btn-light:focus, .btn-light.focus {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

.btn-dark {
  color: white;
  background-color: #08090a;
  border-color: #08090a;
}
.btn-dark:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(45, 46, 47, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: white;
  background-color: #08090a;
  border-color: #08090a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 46, 47, 0.5);
}

.btn-outline-primary {
  color: #00642d;
  border-color: #00642d;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00642d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}

.btn-outline-secondary {
  color: #00642d;
  border-color: #00642d;
}
.btn-outline-secondary:hover {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00642d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}

.btn-outline-success {
  color: #1CC88A;
  border-color: #1CC88A;
}
.btn-outline-success:hover {
  color: white;
  background-color: #1CC88A;
  border-color: #1CC88A;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1CC88A;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: white;
  background-color: #1CC88A;
  border-color: #1CC88A;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.btn-outline-info {
  color: #36b9cc;
  border-color: #36b9cc;
}
.btn-outline-info:hover {
  color: white;
  background-color: #36b9cc;
  border-color: #36b9cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #36b9cc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: white;
  background-color: #36b9cc;
  border-color: #36b9cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.btn-outline-warning {
  color: #f6c23e;
  border-color: #f6c23e;
}
.btn-outline-warning:hover {
  color: #3a3b45;
  background-color: #f6c23e;
  border-color: #f6c23e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c23e;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #3a3b45;
  background-color: #f6c23e;
  border-color: #f6c23e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.btn-outline-danger {
  color: #C70000;
  border-color: #C70000;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #C70000;
  border-color: #C70000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C70000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: white;
  background-color: #C70000;
  border-color: #C70000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.btn-outline-dark {
  color: #08090a;
  border-color: #08090a;
}
.btn-outline-dark:hover {
  color: white;
  background-color: #08090a;
  border-color: #08090a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 9, 10, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #08090a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: white;
  background-color: #08090a;
  border-color: #08090a;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 9, 10, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00642d;
  text-decoration: none;
}
.btn-link:hover {
  color: #00180b;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: #000;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}
.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #00642d;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.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: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 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: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #00642d;
  background-color: #00642d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00e466;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: white;
  background-color: #18ff80;
  border-color: #18ff80;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: white;
  border: #b7b9cc solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00642d;
  background-color: #00642d;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='white' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 100, 45, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 100, 45, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 100, 45, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: white;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 100, 45, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #d1d3e2;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #00e466;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: white;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #00e466;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: white;
  border: 1px solid #d1d3e2;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00642d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #18ff80;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00642d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #18ff80;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00642d;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #18ff80;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: white;
  border-color: #dddfeb #dddfeb white;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #00642d;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  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%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: white;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  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-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  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-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #858796;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00642d;
  background-color: white;
  border: 1px solid #dddfeb;
}
.page-link:hover {
  z-index: 2;
  color: #00180b;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dddfeb;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: white;
  background-color: #00642d;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: white;
  background-color: #003116;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}

.badge-secondary {
  color: white;
  background-color: #00642d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: white;
  background-color: #003116;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 100, 45, 0.5);
}

.badge-success {
  color: white;
  background-color: #1CC88A;
}
a.badge-success:hover, a.badge-success:focus {
  color: white;
  background-color: #169b6b;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.badge-info {
  color: white;
  background-color: #36b9cc;
}
a.badge-info:hover, a.badge-info:focus {
  color: white;
  background-color: #2a96a5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.badge-warning {
  color: #3a3b45;
  background-color: #f6c23e;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #3a3b45;
  background-color: #f4b30d;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.badge-danger {
  color: white;
  background-color: #C70000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: white;
  background-color: #940000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 0, 0, 0.5);
}

.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
  color: white;
  background-color: #08090a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: white;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 9, 10, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #003417;
  background-color: #cce0d5;
  border-color: #b8d4c4;
}
.alert-primary hr {
  border-top-color: #a8cab7;
}
.alert-primary .alert-link {
  color: #000100;
}

.alert-secondary {
  color: #003417;
  background-color: #cce0d5;
  border-color: #b8d4c4;
}
.alert-secondary hr {
  border-top-color: #a8cab7;
}
.alert-secondary .alert-link {
  color: #000100;
}

.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
}
.alert-success hr {
  border-top-color: #aaebd3;
}
.alert-success .alert-link {
  color: #093b29;
}

.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}
.alert-info hr {
  border-top-color: #b3e4ec;
}
.alert-info .alert-link {
  color: #113b42;
}

.alert-warning {
  color: #806520;
  background-color: #fdf3d8;
  border-color: #fceec9;
}
.alert-warning hr {
  border-top-color: #fbe6b1;
}
.alert-warning .alert-link {
  color: #574516;
}

.alert-danger {
  color: #670000;
  background-color: #f4cccc;
  border-color: #efb8b8;
}
.alert-danger hr {
  border-top-color: #eaa3a3;
}
.alert-danger .alert-link {
  color: #340000;
}

.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686869;
}

.alert-dark {
  color: #040505;
  background-color: #cecece;
  border-color: #bababa;
}
.alert-dark hr {
  border-top-color: #adadad;
}
.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #00642d;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}
.list-group-item-action:active {
  color: #000;
  background-color: #eaecf4;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: white;
}
.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #003417;
  background-color: #b8d4c4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #003417;
  background-color: #a8cab7;
}
.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: #003417;
  border-color: #003417;
}

.list-group-item-secondary {
  color: #003417;
  background-color: #b8d4c4;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #003417;
  background-color: #a8cab7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: #003417;
  border-color: #003417;
}

.list-group-item-success {
  color: #0f6848;
  background-color: #bff0de;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f6848;
  background-color: #aaebd3;
}
.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: #0f6848;
  border-color: #0f6848;
}

.list-group-item-info {
  color: #1c606a;
  background-color: #c7ebf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1c606a;
  background-color: #b3e4ec;
}
.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: #1c606a;
  border-color: #1c606a;
}

.list-group-item-warning {
  color: #806520;
  background-color: #fceec9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #806520;
  background-color: #fbe6b1;
}
.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: #806520;
  border-color: #806520;
}

.list-group-item-danger {
  color: #670000;
  background-color: #efb8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #670000;
  background-color: #eaa3a3;
}
.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: #670000;
  border-color: #670000;
}

.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: #818183;
  border-color: #818183;
}

.list-group-item-dark {
  color: #040505;
  background-color: #bababa;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #040505;
  background-color: #adadad;
}
.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: #040505;
  border-color: #040505;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dddfeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dddfeb;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 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: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: white;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: white;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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-primary {
  background-color: #00642d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003116 !important;
}

.bg-secondary {
  background-color: #00642d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #003116 !important;
}

.bg-success {
  background-color: #1CC88A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #169b6b !important;
}

.bg-info {
  background-color: #36b9cc !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2a96a5 !important;
}

.bg-warning {
  background-color: #f6c23e !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b30d !important;
}

.bg-danger {
  background-color: #C70000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #940000 !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

.bg-dark {
  background-color: #08090a !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: white !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dddfeb !important;
}

.border-top {
  border-top: 1px solid #dddfeb !important;
}

.border-right {
  border-right: 1px solid #dddfeb !important;
}

.border-bottom {
  border-bottom: 1px solid #dddfeb !important;
}

.border-left {
  border-left: 1px solid #dddfeb !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;
}

.border-primary {
  border-color: #00642d !important;
}

.border-secondary {
  border-color: #00642d !important;
}

.border-success {
  border-color: #1CC88A !important;
}

.border-info {
  border-color: #36b9cc !important;
}

.border-warning {
  border-color: #f6c23e !important;
}

.border-danger {
  border-color: #C70000 !important;
}

.border-light {
  border-color: #f8f9fc !important;
}

.border-dark {
  border-color: #08090a !important;
}

.border-white {
  border-color: white !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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-row {
  display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !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-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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-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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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-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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: white !important;
}

.text-primary {
  color: #00642d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00180b !important;
}

.text-secondary {
  color: #00642d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #00180b !important;
}

.text-success {
  color: #1CC88A !important;
}

a.text-success:hover, a.text-success:focus {
  color: #13855c !important;
}

.text-info {
  color: #36b9cc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #258391 !important;
}

.text-warning {
  color: #f6c23e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #dda20a !important;
}

.text-danger {
  color: #C70000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #7b0000 !important;
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

.text-dark {
  color: #08090a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #858796 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #b7b9cc;
    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;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: white !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dddfeb;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dddfeb;
  }
}
/*** 

====================================================================
		Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  line-height: 27px;
  color: #4C4C4D;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0px;
  background: none;
  line-height: normal;
  font-weight: 600;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p, .text {
  font-size: 15px;
  line-height: 27px;
  color: #4C4C4D;
  margin: 0;
}

::-webkit-input-placeholder, ::-moz-input-placeholder, ::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #dddfdc;
  border-style: none;
  outline-style: none;
}

/******************
** \reset select 2
******************/
.select2-container--open, .select2-dropdown--below, .select2-drop {
  z-index: 99;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-container {
  max-width: 100%;
  z-index: 99;
}
.select2-container .select2-choice {
  position: relative;
  z-index: 2;
}
.select2-container li:before {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px 10px;
  border: 0;
}

.select2-dropdown, .select2-search--dropdown {
  border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
  position: relative;
  color: #4b4342;
  font-weight: 500;
  font-size: 17px;
  padding: 13px 10px;
  line-height: 20px;
  border-top: 1px solid #f1f1f1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.select2-search--dropdown, .select2-results .select2-result-label {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #59ab66;
}
.select2-container--default .select2-selection--single {
  border-color: #e0e6ea;
  position: relative;
  color: #4b4342;
  font-weight: 400;
  font-size: 17px;
  padding: 10px 0px;
  line-height: 28px;
  border-top: 1px solid #f1f1f1;
  height: 48px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 36px;
  height: 100%;
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  left: 0;
  top: -1px;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent !important;
  background: none;
  background-color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  opacity: 0.25;
  font-family: "Font Awesome 5 Free";
  line-height: 20px;
  font-size: 17px;
  color: inherit;
  font-weight: 900;
}

/*==========================
	Accordian Box
===========================*/
.accordion-box {
  position: relative;
  margin-bottom: 30px;
  /* Accordion Style Two */
  /* Accordion Style Three */
}
.accordion-box .block {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 1px solid #DBDBDB;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #000;
  cursor: pointer;
  padding: 20px 55px;
  padding-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active {
  color: #3b7eff;
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  left: 25px;
  top: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #C3C5C6;
}
.accordion-box .block .acc-btn.active .icon {
  transform: scaleY(-1);
  color: #3b7eff;
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 0px 25px 30px 55px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  position: relative;
  font-size: 15px;
  line-height: 23px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box.style-two .block {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 0;
}
.accordion-box.style-two .block .acc-btn {
  background: #eef3f9;
  border: 0;
}
.accordion-box.style-two .block.active-block .content .text, .accordion-box.style-two .block .acc-btn.active, .accordion-box.style-two .block.active-block {
  background: #2C2F50;
  color: #ffffff;
}
.accordion-box.style-two .block .acc-btn.active .icon:before {
  color: #ffffff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.accordion-box.style-three .block .acc-btn {
  padding: 20px 25px;
  padding-right: 35px;
}
.accordion-box.style-three .block .acc-btn .icon {
  left: auto;
  right: 25px;
}
.accordion-box.style-three .block .acc-btn .icon:before {
  font-size: 16px;
}

/*==========================
	Message Box
===========================*/
.message-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 24px 30px 22px 93px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30PX;
}
.message-box p {
  color: #ffffff;
}
.message-box h4 {
  font-size: 18px;
  color: #ffffff;
}
.message-box a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.message-box .close-btn {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.message-box .close-btn .icon {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
}
.message-box .close-btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.message-box .icon-box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 33px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  margin-top: -17.5px;
}
.message-box .icon-box .icon {
  font-size: 35px;
  color: #ffffff;
}
.message-box.info {
  background-color: #3B7EFF;
}
.message-box.success {
  background-color: #3DC1C3;
}
.message-box.warning {
  background-color: #FFBD40;
}
.message-box.error {
  background-color: #FA584D;
}

/*=== Default Form ===*/
.default-form {
  position: relative;
}
.default-form .form-group {
  position: relative;
  margin-bottom: 18px;
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form label {
  margin-bottom: 0;
}
.default-form .form-group input[type=text], .default-form .form-group input[type=email], .default-form .form-group input[type=url] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-form .form-group textarea, .default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-form .form-group textarea {
  height: 220px;
  resize: none;
}
.default-form .form-group input[type=submit], .default-form .form-group button {
  position: relative;
  display: inline-block;
  min-width: 160px;
  background: #00642d;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}

#email-form .response {
  position: relative;
  text-align: center;
}
#email-form .response .success {
  background: #59ab66;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}
#email-form .response .failed {
  background-color: #f74848;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}
#email-form .response .text-info {
  background-color: #ffcd66;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 10px;
}

/*** 

====================================================================
	Buttons Styles
====================================================================

***/
.theme-btn, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 160px;
}
.theme-btn i, .btn i {
  margin-right: 3px;
}

/* Btn Style One */
.btn-style-one, .btn-primary {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  color: white;
  font-weight: 500;
  padding: 16px 35px;
  line-height: 15px;
  border-radius: 7px;
  background-color: #00642d;
  border: 2px solid #00642d;
}
.btn-style-one:hover, .btn-primary:hover {
  color: #00642d;
  background-color: white;
  border-color: white;
}

/* Btn Style Two */
.btn-style-two, .btn-secondary {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 25px;
  line-height: 15px;
  border-radius: 7px;
  color: white;
  background-color: #00642d;
  border-color: #00642d;
}
.btn-style-two:hover, .btn-secondary:hover {
  color: #00642d;
  background-color: white;
  border-color: white;
}
.btn-style-two i, .btn-secondary i {
  margin-right: 10px;
  margin-top: 1px;
  display: inline-block;
  font-size: 18px;
}

/* Btn Style Three */
.btn-style-three, .btn-tertiary {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  color: white;
  font-weight: 500;
  padding: 15px 35px;
  line-height: 20px;
  border-radius: 7px;
  background-color: #0154f7;
}
.btn-style-three:hover, .btn-tertiary:hover {
  color: white;
  background-color: #0154f7;
}

/* Btn Style Four */
.btn-style-four, .btn-quaternary {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  color: white;
  font-weight: 500;
  padding: 15px 35px;
  line-height: 20px;
  border-radius: 7px;
  background-color: #00642d !important;
}
.btn-style-four:hover, .btn-quaternary:hover {
  color: white;
  background-color: #00642d !important;
}

/* Btn Style Five */
.btn-style-five, .btn-five {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  padding: 16px 35px;
  line-height: 15px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #3b7eff;
}
.btn-style-five:hover, .btn-five:hover {
  color: #ffffff;
  background-color: #3b7eff;
  border-color: #3b7eff;
}
.btn-style-five .icon, .btn-five .icon {
  margin-right: 10px;
  font-size: 120%;
}

/*==========================
    Icon Btn One
===========================*/
.icon-btn-one {
  position: relative;
  min-height: 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  white-space: normal;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-btn-one:hover {
  background: #0150ec;
  border-color: #0150ec;
  color: #ffffff;
}
.icon-btn-one span {
  position: relative;
  padding: 0 12px;
  white-space: nowrap;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.icon-btn-one:hover span {
  padding-right: 24px;
  padding-left: 0;
}
.icon-btn-one span:after {
  opacity: 0;
  right: 6px;
  content: "";
  font-family: "flaticon";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  margin-top: 1px;
  -webkit-transition: right 0.3s ease, opacity 0.15s ease;
  transition: right 0.3s ease, opacity 0.15s ease;
}
.icon-btn-one:hover span:after {
  right: 0px;
  opacity: 1;
}

/*==========================
    Icon Btn Two
===========================*/
.icon-btn-two {
  position: relative;
  min-height: 50px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background-color: #00642d;
  white-space: normal;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-btn-two:hover {
  background: #0150ec;
  border-color: #0150ec;
  color: #ffffff;
}
.icon-btn-two span {
  position: relative;
  padding-right: 24px;
  white-space: nowrap;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.icon-btn-two:hover span {
  padding: 0 12px;
}
.icon-btn-two span:after {
  right: 0px;
  opacity: 1;
  content: "";
  font-family: "flaticon";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  margin-top: 1px;
  -webkit-transition: right 0.3s ease, opacity 0.15s ease;
  transition: right 0.3s ease, opacity 0.15s ease;
}
.icon-btn-two:hover span:after {
  right: -24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

/*==========================
    Theme btn / Backgrounds
===========================*/
.theme-btn.large {
  height: 60px;
  padding: 0px 48px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-btn.small {
  min-height: 40px;
  line-height: 20px;
  padding: 0 23px;
  min-width: 147px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-btn.bg_primary {
  background: #C70000;
  color: #ffffff;
  border-color: #C70000;
}
.theme-btn.bg_red {
  background: #C70000;
  color: #ffffff;
  border-color: #C70000;
}
.theme-btn.bg_gray {
  background: #f4f4f4;
  color: #000000;
  border-color: #f4f4f4;
}
.theme-btn.bg_gray2 {
  background: #eef3f9;
  color: #000000;
  border-color: #eef3f9;
}
.theme-btn.bg_purple {
  background: #7d3ed5;
  color: #ffffff;
  border-color: #7d3ed5;
}
.theme-btn.bg_light {
  background: #ffffff;
  color: #000000;
  border: 1px solid #dadce2;
}
.theme-btn.bg_light:hover {
  background-color: #dadce2;
  border-color: #dadce2;
}
.theme-btn.bg_sky {
  background-color: #3b7eff;
  border-color: #3b7eff;
}

/*==========================
	Message Box
===========================*/
.bg_orange {
  background-color: #fd7e14;
}

.bg_blue {
  background-color: #4e73df;
}

.bg_pink {
  background-color: #e83e8c;
}

.bg_sky {
  background-color: #2a96a5;
}

/*** 

====================================================================
	Content Elements
====================================================================

***/
#page {
  position: relative;
  padding: 85px 0;
}

.content-elements {
  position: relative;
}
.content-elements .row.content {
  margin-top: 50px;
}

hr.divider-one {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.typography h1:not(:first-child) {
  margin-top: 35px;
}
.typography h1:not(:last-child) {
  margin-bottom: 35px;
}
.typography h2:not(:first-child) {
  margin-top: 30px;
}
.typography h2:not(:last-child) {
  margin-bottom: 30px;
}
.typography h3:not(:first-child) {
  margin-top: 25px;
}
.typography h3:not(:last-child) {
  margin-bottom: 25px;
}
.typography h4:not(:first-child) {
  margin-top: 22px;
}
.typography h4:not(:last-child) {
  margin-bottom: 22px;
}
.typography h5:not(:first-child) {
  margin-top: 19px;
}
.typography h5:not(:last-child) {
  margin-bottom: 19px;
}
.typography h6:not(:first-child) {
  margin-top: 15px;
}
.typography h6:not(:last-child) {
  margin-bottom: 15px;
}
.typography p:not(:last-child) {
  margin: 0 0 1.7em;
  padding: 0;
}
.typography p:not(:last-child):empty {
  margin: 0;
}

/*==========================
	Default Pagilnation
===========================*/
.default-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.default-pagination li {
  position: relative;
  margin: 0 3px;
}
.default-pagination li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  background-color: #eef3f9;
  font-weight: 500;
  border-radius: 7px;
  text-align: center;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-pagination li.next a, .default-pagination li.prev a {
  font-size: 12px;
}
.default-pagination li a:hover, .default-pagination li a.current {
  background-color: #3b7eff;
  color: #ffffff;
}

/*==========================
		Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
}
.default-tabs .tab-buttons {
  position: relative;
}
.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 1.4em;
  padding: 13px 20px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #DBDBDB;
  border-bottom: 0;
  margin: 0 -1px 0 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:first-child {
  border-top-left-radius: 7px;
}
.default-tabs .tab-buttons li:last-child {
  border-top-right-radius: 7px;
}
.default-tabs .tab-buttons li.active-btn {
  background-color: #eef3f9;
  border-color: #eef3f9;
}
.default-tabs .tabs-content .tab {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  font-weight: 300;
  background: #f6f7f6;
  border-radius: 7px;
  border-top-left-radius: 0;
}
.default-tabs .tabs-content h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.default-tabs .tabs-content .tab.active-tab {
  background-color: #eef3f9;
}

.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .active-tab {
  display: block;
}

.mb-0 {
  margin-bottom: 0;
}

/*** 

====================================================================
	List Styles
====================================================================

***/
.list-style-one {
  position: relative;
  display: block;
}
.list-style-one li {
  position: relative;
  padding-left: 25px;
}
.list-style-one li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Flaticon";
  content: "";
  color: #00642d;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
}
.list-style-one.color-red li:before {
  color: #fa584d;
}
.list-style-one.color-purple li:before {
  color: #7d3ed5;
}

/* List Style Two */
.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-style-two li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #59ab66;
  font-weight: 900;
  font-size: 14px;
}

/* List Style Three */
.list-style-three {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-style-three li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #59ab66;
  border-radius: 50%;
  content: "";
}
.list-style-three.light li {
  font-weight: 300;
}

/* List Style Four */
.list-style-four {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.list-style-four li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 10px;
}
.list-style-four li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #59ab66;
  content: "";
  font-size: 28px;
  line-height: 28px;
  font-family: "Font Awesome 5 Free";
}

/*==========================
	Owl Carousel Dots
===========================*/
.default-dots .owl-dots {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.default-dots .owl-dot {
  background: transparent;
  line-height: 0px;
  min-height: 0;
  border: 0;
  padding: 0;
  width: 4px;
  height: 4px;
  opacity: 0.5;
  margin: 0 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #3b7eff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.default-dots .owl-dot.active {
  width: 20px;
  opacity: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*==========================
    Owl Carousel Arrows
===========================*/
.owl-carousel.no-arrows .owl-nav {
  display: none;
}

.default-arrows .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  opacity: 0;
  margin-top: -22px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-arrows:hover .owl-nav {
  opacity: 1;
}
.default-arrows .owl-next, .default-arrows .owl-prev {
  position: absolute;
  left: -50px;
  top: 0;
  height: 45px;
  width: 45px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  line-height: 45px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-arrows .owl-next {
  left: auto;
  right: -50px;
}
.default-arrows:hover .owl-next {
  right: 30px;
}
.default-arrows:hover .owl-prev {
  left: 30px;
}
.default-arrows .owl-next:hover, .default-arrows .owl-prev:hover {
  background: #ffffff;
  color: #3b7eff;
}

.owl-carousel.disable-arrow .owl-nav, .owl-carousel.disable-dots .owl-dots {
  display: none;
}

/*==========================
	Pie Graph
===========================*/
.pie-graph {
  position: relative;
  margin-bottom: 40px;
}
.pie-graph .graph-outer {
  position: relative;
  text-align: center;
}
.pie-graph .graph-outer .dial {
  position: relative;
  display: block;
}
.pie-graph .inner-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 36px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  color: #363636;
}
.pie-graph h4 {
  position: relative;
  font-size: 20px;
  color: #363636;
  margin-top: 10px;
  text-align: center;
}
.pie-graph.light h4, .pie-graph.light .inner-text {
  color: #ffffff;
}

/*==========================
	Banner Box One
===========================*/
.banner-box-one {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 280px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner-box-one .content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  padding: 30px 35px 40px 40px;
  pointer-events: none;
}
.banner-box-one .title {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.banner-box-one p {
  color: #4c4c4d;
  line-height: 27px;
  font-size: 15px;
  margin-top: 12px;
}

/*==========================
    Banner Box Two
===========================*/
.banner-box-two {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner-box-two .content {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  text-align: center;
  width: 100%;
  padding: 40px 35px 40px 40px;
  pointer-events: none;
}
.banner-box-two .title {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.banner-box-two p {
  color: #4c4c4d;
  line-height: 27px;
  font-size: 15px;
  margin-top: 12px;
}

/*==========================
    Banner Box Three
===========================*/
.banner-box-three {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box-three .content {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 30px 20px;
}
.banner-box-three .title {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.banner-box-three p {
  position: relative;
  color: #ffffff;
  line-height: 27px;
  font-size: 15px;
  padding-top: 18px;
  margin-top: 18px;
  margin-bottom: 28px;
}
.banner-box-three p:before {
  position: absolute;
  width: 30px;
  height: 3px;
  top: -2px;
  left: 50%;
  margin-left: -15px;
  content: "";
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3B7EFF;
}
.banner-box-three .theme-btn {
  position: relative;
  z-index: 3;
}

/*==========================
    Banner Box Four
===========================*/
.banner-box-four {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner-box-four .content {
  position: relative;
  width: 100%;
  padding: 60px 50px;
}
.banner-box-four .title {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.banner-box-four p {
  color: #4c4c4d;
  line-height: 27px;
  font-size: 15px;
  margin-top: 13px;
}

/*==========================
    Banner Box Five
===========================*/
.banner-box-five {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner-box-five .content {
  position: relative;
  width: 100%;
  padding: 60px 0;
  padding-left: 30%;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-box-five .title {
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
.banner-box-five p {
  color: #4c4c4d;
  line-height: 27px;
  font-size: 15px;
  margin-top: 13px;
}

/*==========================
    Banner Box Five
===========================*/
.banner-box-six {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box-six .content {
  position: relative;
  z-index: 2;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 30px 20px 45px;
}
.banner-box-six .title {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
}
.banner-box-six p {
  position: relative;
  color: #ffffff;
  line-height: 27px;
  font-size: 15px;
  padding-top: 18px;
  margin-top: 18px;
}
.banner-box-six p:before {
  position: absolute;
  width: 30px;
  height: 3px;
  top: -2px;
  left: 50%;
  margin-left: -15px;
  content: "";
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3B7EFF;
}

.theme_color {
  color: #25262c;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/*==========================
	Progress Bars
============================*/
.bar-item {
  position: relative;
  margin-bottom: 40px;
}
.bar-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
}
.bar-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: #e3e3e3;
}
.bar-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 0px;
  border-bottom: 5px solid #3b7eff;
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}
.bar-item .skill-header {
  position: relative;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 9px;
}
.bar-item .skill-header .skill-title {
  position: relative;
}
.bar-item .skill-percentage {
  position: absolute;
  right: -15px;
  top: -37px;
  font-size: 14px;
  font-weight: 500;
  color: #3b7eff;
}
.bar-item.style-two .skill-bar .bar-inner .bar {
  border-color: #59ab66;
  background-color: #59ab66;
}
.bar-item.style-two .skill-bar .bar-inner .bar:after {
  border-color: #59ab66;
}

.content-elements .buttons .theme-btn {
  margin-bottom: 30px;
}

/*** 

====================================================================
	Social Icons
====================================================================

***/
.social-icon {
  position: relative;
  display: block;
}
.social-icon li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  z-index: 2;
}
.social-icon li:last-child {
  margin-right: 0;
}
.social-icon li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #08090a;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon li a:hover {
  color: #00642d;
}

.social-icon-one {
  position: relative;
  display: block;
}
.social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  z-index: 2;
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon-one li a:hover {
  color: #ffffff;
}

/* Social Icon Two */
.social-icon-two {
  position: relative;
  display: block;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  z-index: 2;
}
.social-icon-two li:last-child {
  margin-right: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 56px;
  width: 60px;
  height: 60px;
  color: #d0cece;
  border: 2px solid #d0cece;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon-two li a:hover {
  color: #493e3c;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

/* Social Icon Three */
.social-icon-three {
  position: relative;
  display: block;
}
.social-icon-three li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  z-index: 2;
}
.social-icon-three li:last-child {
  margin-right: 0;
}
.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #4b4342;
  background-color: #82d5af;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon-three li a:hover {
  background-color: #ffffff;
}

.color-facebook {
  color: #3B5998;
}

.color-whatsapp {
  color: #25d366;
}

/*==========================
		Preloader
===========================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  background-image: url(../images/icons/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #00642d;
  font-size: 20px;
  border-radius: 7px;
  background-color: #fff;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}
.scroll-to-top:hover {
  color: #ffffff;
  background-color: #00642d;
}

/*=== End Preloader ===*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #dddfdc;
  border-style: none;
  outline-style: none;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.mb-0 {
  margin-bottom: 0;
}

.margin-bottom-100, .margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-40, .margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

.margin-top-10 {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .padding-md-y-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-x-70 {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 575px) {
  .padding-x-70 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*** 

====================================================================
		Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
  background: #ffffff;
}
.header-style-two .contact-list li {
  color: #000000;
}
.header-style-two .contact-list li i, .header-style-two .contact-list li a {
  color: #000000;
}
.header-style-two .search-box .search-btn {
  color: #000000;
}
.header-style-two .service_wrapper h4, .header-style-two .service_wrapper p {
  color: #000000;
}
.header-style-two .main-menu .navigation > li.dropdown > a:after, .header-style-two .main-menu .navigation > li > a {
  color: #000000;
}
.header-style-two .outer-box {
  margin-left: 60px;
}
.header-style-two .header-top {
  position: relative;
  background: #f4f4f4;
}
.header-style-two .header-top .service-num {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-two .header-top .service-num a {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: all 300ms ease;
}
.header-style-two .header-top .service-num a i {
  margin-right: 10px;
}
.header-style-two .header-top .service-num .text {
  font-size: 12px;
}
.header-style-two .menu-box {
  padding: 0 15px;
}
.header-style-two .sticky-header .menu-box, .header-style-two .sticky-header .auto-container {
  max-width: 100%;
  padding: 0;
}
.header-style-two .sticky-header .outer-box {
  margin-left: -170px;
}

/*** 

====================================================================
	Main Header
====================================================================

***/
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
}

.header-span {
  height: 120px;
}

/* Header Top */
.main-header .header-top {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header .header-top .inner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.main-header .top-left {
  position: relative;
}
.main-header .contact-list {
  position: relative;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.main-header .contact-list li {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 30px;
}
.main-header .contact-list li:last-child {
  margin-right: 0;
}
.main-header .contact-list li i {
  float: left;
  font-size: 14px;
  line-height: 25px;
  margin-right: 8px;
  color: #ffffff;
}
.main-header .contact-list li a {
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .top-right {
  position: relative;
}
.main-header .main-box {
  position: relative;
  display: block;
  padding: 0 30px;
  z-index: 999;
}
.main-header .nav-outer {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 15px 0;
}
.main-header .logo img {
  max-height: 52px;
}
.main-header .menu-box {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-menu {
  position: static;
}
.main-menu .navbar-header {
  display: none;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  position: static;
  display: flex;
}
.main-menu .navigation > li {
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #ffffff;
  padding: 23px 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li.dropdown > a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  font-family: "Flaticon";
  content: "";
  display: block;
  line-height: 20px;
  font-size: 8px;
  color: #ffffff;
  z-index: 5;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #3b7eff;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover > a:before, .main-menu .navigation > li.current > a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > a > span {
  position: relative;
  display: block;
  padding-right: 10px;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 17px 30px;
  z-index: 1;
  min-width: 220px;
  margin-top: 8px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}
.main-menu .navigation > li > ul:before {
  display: table;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #E1E1E1;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  padding: 10px 0;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li.current.dropdown > a:before {
  color: #3b7eff;
}
.main-menu .navigation > li li.current li.current > a {
  color: #3b7eff;
}
.main-menu .navigation > li > ul > li.current > a {
  color: #3b7eff;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 17px 30px;
  z-index: 1;
  min-width: 150px;
  margin-top: -10px;
  margin-left: 30px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}
.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 30px;
  content: "";
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:before {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 900;
  color: #000000;
  z-index: 5;
  opacity: 0.75;
}
.main-menu .navigation > li.dropdown.active > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  margin-left: -140px;
}
.main-header .search-box {
  position: relative;
}
.main-header .search-box .search-btn {
  position: relative;
  background-color: transparent;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.main-header .outer-box {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .service_wrapper {
  position: relative;
  padding-left: 50px;
  margin-right: 75px;
}
.main-header .service_wrapper .icon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  line-height: 30px;
  margin-top: -15px;
  color: #3b7eff;
}
.main-header .service_wrapper p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}
.main-header .service_wrapper h4 {
  font-size: 15px;
  line-height: 27px;
  color: #ffffff;
}

/************************ Mega Menu ***************************/
.main-menu .navigation > li.has-mega-menu {
  position: static;
}
.main-menu .navigation > li > .mega-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  padding: 35px 30px 25px;
  border-radius: 5px;
  background-color: #ffffff;
  transform: translateX(-50%);
  margin-top: 8px;
  display: none;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}
.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
.main-menu .navigation > li > .mega-menu:before {
  display: table;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
  margin: 0;
}
.main-menu .navigation > li .mega-menu-bar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 9px;
}
.main-menu .navigation > li .mega-menu-bar h3:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #3B7EFF;
}
.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  display: block;
  z-index: 1;
  border-bottom: 1px solid #E1E1E1;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  border: none;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.74);
  padding: 10px 0;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a {
  color: #3b7eff;
}

.header-post-widget {
  padding: 15px 0;
}

.latest-post {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  min-height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 80px;
}
.latest-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.latest-post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  border-radius: 4px;
  overflow: hidden;
}
.latest-post h6 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.latest-post .info {
  font-size: 13px;
  color: #7e7e80;
  font-weight: 500;
}

/*================= End Mega Menu =========================*/
/*** 

====================================================================
	Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.search-popup .upper-text .text {
  font-size: 13px;
}
.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 10px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.search-popup .form-group form {
  position: relative;
}
.search-popup .form-group input[type=text], .search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 0;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*search box btn*/
.main-header .cart-btn-outer {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #cccccc;
}
.main-header .header-top .cart-btn-outer {
  padding-left: 0;
  border-left: 0;
}
.main-header .cart-btn {
  position: relative;
  display: block;
  z-index: 1;
  color: #000000;
  font-size: 15px;
  line-height: 21px;
}
.main-header .cart-btn .count {
  position: absolute;
  right: -10px;
  top: -2px;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  color: #ffffff;
  background-color: #3b7eff;
  border-radius: 50%;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: white;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .search-box .search-btn {
  color: #000000;
}
.sticky-header .service_wrapper h4, .sticky-header .service_wrapper p {
  color: #000000;
}
.sticky-header .main-menu .navigation > li.dropdown > a:after, .sticky-header .main-menu .navigation > li > a {
  color: #000000;
}

.sticky-logo {
  display: none;
}

.sticky-header .main-logo {
  display: none;
}
.sticky-header .sticky-logo {
  display: block;
}

/*** 

====================================================================
		Mobile Header
====================================================================

***/
.mobile-header {
  position: relative;
  margin: 0 20px;
  padding: 20px 0;
  display: none;
}
.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}
.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}
.mobile-header .nav-outer, .mobile-header .outer-box {
  position: relative;
  float: right;
}

.mobile-sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  -moz-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
}
.mobile-sticky-header:after {
  display: table;
  clear: both;
  content: "";
}
.mobile-sticky-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}
.mobile-sticky-header .nav-outer, .mobile-sticky-header .outer-box {
  position: relative;
  float: right;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  color: #000000;
  order: 3;
  display: none;
  transition: all 300ms ease;
}

.mobile-menu-back-drop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
}

.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 300ms ease;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-menu .nav-logo img {
  height: 52px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-outer {
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  display: block;
  background-color: #ffffff;
  transform: translateX(-100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: relative;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  z-index: 5;
  display: block;
  background-color: #ffffff;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mobile-menu .navigation > li {
  position: relative;
  display: block;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  padding: 10px 25px;
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px solid transparent;
}
.mobile-menu .navigation li:last-child > a {
  border-bottom: 0;
}
.mobile-menu .navigation li.current > a {
  color: #0154f7;
}
.mobile-menu .navigation li li > a {
  padding: 10px 0px;
  font-size: 14px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 10px;
  color: #000000;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.current.dropdown .dropdown-btn {
  color: #363636;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .navigation li > ul {
  display: none;
  padding-left: 40px;
}
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  padding: 0 25px;
}
.mobile-menu .mega-menu-bar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 9px;
  margin-left: 40px;
}
.mobile-menu .mega-menu-bar h3:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #3B7EFF;
}
.mobile-menu .mega-menu-bar .column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mobile-menu .navigation > li > .mega-menu {
  width: 100% !important;
  display: none;
}
.mobile-menu .navigation > li.has-mega-menu ul {
  padding-left: 40px;
}
.mobile-menu .header-post-widget {
  padding-left: 40px;
}

.menu-search {
  position: relative;
  padding: 25px 25px;
}
.menu-search .form-group {
  position: relative;
}
.menu-search .form-group .input {
  position: relative;
  width: 100%;
  padding: 10px 50px 10px 10px;
  outline: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 23px;
  height: 45px;
}
.menu-search .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
}

/*** 

====================================================================
		Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
  background: #ffffff;
}
.header-style-two .contact-list li {
  color: #000000;
}
.header-style-two .contact-list li i, .header-style-two .contact-list li a {
  color: #000000;
}
.header-style-two .search-box .search-btn {
  color: #000000;
}
.header-style-two .service_wrapper h4, .header-style-two .service_wrapper p {
  color: #000000;
}
.header-style-two .main-menu .navigation > li.dropdown > a:after, .header-style-two .main-menu .navigation > li > a {
  color: #000000;
}
.header-style-two .outer-box {
  margin-left: 60px;
}
.header-style-two .header-top {
  position: relative;
  background: #f4f4f4;
}
.header-style-two .header-top .service-num {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-two .header-top .service-num a {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: all 300ms ease;
}
.header-style-two .header-top .service-num a i {
  margin-right: 10px;
}
.header-style-two .header-top .service-num .text {
  font-size: 12px;
}
.header-style-two .menu-box {
  padding: 0 15px;
}
.header-style-two .sticky-header .menu-box, .header-style-two .sticky-header .auto-container {
  max-width: 100%;
  padding: 0;
}
.header-style-two .sticky-header .outer-box {
  margin-left: -170px;
}

/*** 

====================================================================
        Header Style Three
====================================================================

***/
.header-style-three {
  position: relative;
  background: #ffffff;
}
.header-style-three .contact-list li {
  color: #000000;
}
.header-style-three .contact-list li i, .header-style-three .contact-list li a {
  color: #000000;
}
.header-style-three .search-box .search-btn {
  color: #000000;
}
.header-style-three .service_wrapper h4, .header-style-three .service_wrapper p {
  color: #000000;
}
.header-style-three .main-menu .navigation > li.dropdown > a:after, .header-style-three .main-menu .navigation > li > a {
  color: #000000;
}
.header-style-three .outer-box {
  margin-left: 60px;
}
.header-style-three .header-top {
  position: relative;
  background: #f4f4f4;
}
.header-style-three .header-top .service-num {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-three .header-top .service-num a {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: all 300ms ease;
}
.header-style-three .header-top .service-num a i {
  margin-right: 10px;
}
.header-style-three .header-top .service-num .text {
  font-size: 12px;
}
.header-style-three .main-box {
  padding: 0 15px;
}
.header-style-three .sticky-header .menu-box, .header-style-three .sticky-header .auto-container {
  max-width: 100%;
  padding: 0;
}
.header-style-three .sticky-header .outer-box {
  margin-left: -170px;
}

/*** 

====================================================================
        Header Style Four
====================================================================

***/
.header-style-four {
  position: relative;
  background: #ffffff;
}
.header-style-four.main-header .header-top {
  border-bottom: 1px solid #cccccc;
}
.header-style-four .header-top .inner-container {
  background: #ffffff;
  max-width: calc(100% - 170px);
  margin: 0 85px;
  padding: 0 15px;
}
.header-style-four .contact-list li {
  color: #000000;
}
.header-style-four .contact-list li i, .header-style-four .contact-list li a {
  color: #000000;
}
.header-style-four .search-box .search-btn {
  color: #000000;
}
.header-style-four .service_wrapper h4, .header-style-four .service_wrapper p {
  color: #000000;
}
.header-style-four .main-menu .navigation > li.dropdown > a:after, .header-style-four .main-menu .navigation > li > a {
  color: #000000;
}
.header-style-four .outer-box {
  margin-left: -140px;
}
.header-style-four .header-top {
  position: relative;
}
.header-style-four .header-top .service-num {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-four .header-top .service-num a {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  transition: all 300ms ease;
}
.header-style-four .header-top .service-num a i {
  margin-right: 10px;
}
.header-style-four .header-top .service-num .text {
  font-size: 12px;
}
.header-style-four .main-box {
  padding: 0;
}
.header-style-four .menu-box {
  padding: 0 15px;
  max-width: calc(100% - 170px);
  margin: 0 85px;
}

.header-style-two .sticky-header .menu-box, .header-style-two .sticky-header .auto-container {
  max-width: 100%;
  padding: 0;
}
.header-style-two .sticky-header .outer-box {
  margin-left: -170px;
}

.main-header .service_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
}

/*** 

====================================================================
		Color Scheme Red
====================================================================

***/
.color-scheme-red .mobile-menu .navigation li.current > a, .color-scheme-red .testimonials-block-two .icon, .color-scheme-red .pricing-table .table-content ul li:before {
  color: #00642d;
}
.color-scheme-red .main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a, .color-scheme-red .main-menu .navigation > li > ul > li.current.dropdown > a:before, .color-scheme-red .main-menu .navigation > li li.current li.current > a, .color-scheme-red .main-menu .navigation > li > ul > li.current > a {
  color: #00642d;
}
.color-scheme-red .sec-title .sub-title, .color-scheme-red .sec-title-two .icon, .color-scheme-red .quote-style-one .icon, .color-scheme-red .sec-title .icon, .color-scheme-red .sec-bottom-text a, .color-scheme-red .main-slider .theme-btn:hover {
  color: #00642d;
}
.color-scheme-red .main-footer .social-link a:hover, .color-scheme-red .main-footer .call-us .service-num a i {
  color: #00642d;
}
.color-scheme-red .header-style-two .header-top .service-num a:hover, .color-scheme-red .main-header .service_wrapper .icon {
  color: #00642d;
}
.color-scheme-red .main-menu .navigation > li .mega-menu-bar h3:before, .color-scheme-red .pricing-table.tagged .theme-btn, .color-scheme-red .sec-title .text:before, .color-scheme-red .mobile-menu .mega-menu-bar h3:before, .color-scheme-red .pricing-table.tagged .table-header, .color-scheme-red .main-menu .navigation > li > a:before {
  background: #00642d;
}
.color-scheme-red .sec-title .sub-title, .color-scheme-red .pricing-table.tagged .table-info-wrapper, .color-scheme-red .sec-title .icon {
  background: #ffeeed;
}

/*** 

====================================================================
        Color Scheme Purple
====================================================================

***/
.color-scheme-purple .mobile-menu .navigation li.current > a, .color-scheme-purple .service-block-two .icon, .color-scheme-purple .pricing-table .table-content ul li:before {
  color: #7d3ed5;
}
.color-scheme-purple .main-menu .navigation > li > ul > li.current.dropdown > a:before, .color-scheme-purple .main-menu .navigation > li li.current li.current > a, .color-scheme-purple .main-menu .navigation > li > ul > li.current > a {
  color: #7d3ed5;
}
.color-scheme-purple .feature-block-three .inner-box .icon {
  color: #7d3ed5;
}
.color-scheme-purple .accordion-box .block .acc-btn.active {
  color: #7d3ed5;
}
.color-scheme-purple .accordion-box .block .acc-btn.active .icon {
  color: #7d3ed5;
}
.color-scheme-purple .news-block .image-box .date i {
  color: #7d3ed5;
}
.color-scheme-purple .news-block .post-option .social-share li a, .color-scheme-purple .news-block .post-option .coments_count i {
  color: #7d3ed5;
}
.color-scheme-purple .main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a, .color-scheme-purple .sec-title-two .icon, .color-scheme-purple .quote-style-one .icon, .color-scheme-purple .sec-title .icon, .color-scheme-purple .sec-bottom-text a, .color-scheme-purple .main-slider .theme-btn:hover, .color-scheme-purple .list-style-one li:before {
  color: #7d3ed5;
}
.color-scheme-purple .main-footer .social-link a:hover, .color-scheme-purple .main-footer .call-us .service-num a i {
  color: #7d3ed5;
}
.color-scheme-purple .header-style-two .header-top .service-num a:hover, .color-scheme-purple .main-header .service_wrapper .icon {
  color: #7d3ed5;
}
.color-scheme-purple .news-block .read-more, .color-scheme-purple .main-menu .navigation > li .mega-menu-bar h3:before, .color-scheme-purple .feature-block-three .inner-box:hover, .color-scheme-purple .request-form .form-group button, .color-scheme-purple .pricing-table.tagged .theme-btn, .color-scheme-purple .mobile-menu .mega-menu-bar h3:before, .color-scheme-purple .sec-title .text:before, .color-scheme-purple .pricing-table.tagged .table-header, .color-scheme-purple .main-menu .navigation > li > a:before {
  background: #7d3ed5;
}
.color-scheme-purple .pricing-table.tagged .table-info-wrapper, .color-scheme-purple .sec-title .icon {
  background: #eef3f9;
}

/*** 

====================================================================
	Page Title
====================================================================

***/
.page-title {
  position: relative;
  padding: 68px 0px 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: 2;
}
.page-title .category-tag {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  color: #7e7e80;
}
.page-title h1 {
  color: #000000;
  font-size: 56px;
  line-height: 1.2em;
  margin: 0 0 -3px;
  word-break: break-word;
}
.page-title .title_divider {
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background: #cbcfd4;
}

.page-breadcrumb {
  font-size: 15px;
  line-height: initial;
  margin: 10px -15px 10px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  font-weight: 400;
  padding: 0 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  top: 0;
  right: -7px;
  content: "";
  font-family: "flaticon";
  display: inline-block;
  font-size: 8px;
  color: #000;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: rgba(0, 0, 0, 0.75);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  opacity: 0.9;
}

/*** 

====================================================================
        Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 85px;
}
.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 20px;
  color: #3b7eff;
  background: #eef3f9;
  border-radius: 10px;
  margin-bottom: 15px;
}
.sec-title .icon {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  font-size: 30px;
  text-align: center;
  background: #eef3f9;
  color: #3b7eff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 22px;
}
.sec-title h3 {
  position: relative;
  font-size: 36px;
  color: #000000;
  line-height: 1.4em;
  font-weight: 700;
}
.sec-title .text {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}
.sec-title .text:before {
  position: absolute;
  width: 30px;
  height: 3px;
  top: -2px;
  left: 0;
  content: "";
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #3B7EFF;
}
.sec-title.text-center .text:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*=== Section Title One ===*/
.sec-title-one {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec-title-one .icon {
  position: relative;
  margin-right: 25px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  width: 50px;
  background: #eef3f9;
  color: #3b7eff;
  border-radius: 10px;
}
.sec-title-one h3 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}

/*=== Section Title Two ===*/
.sec-title-two {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 90px;
}
.sec-title-two .icon {
  position: absolute;
  left: 0;
  top: -13px;
  height: 74px;
  width: 74px;
  line-height: 74px;
  color: #3b7eff;
  font-size: 40px;
  text-align: center;
}
.sec-title-two h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.sec-title-two .text {
  position: relative;
  display: block;
  margin-top: 19px;
  padding-top: 19px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 15px;
  line-height: 27px;
}
.sec-title-two .text:before {
  width: 30px;
  height: 3px;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  content: "";
}
.sec-title-two.light .text, .sec-title-two.light h3, .sec-title-two.light .icon {
  color: #ffffff;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/
.main-slider {
  position: relative;
  display: block;
  z-index: 1;
}
.main-slider h2 {
  font-size: 74px;
  line-height: 1.2em;
  color: #ecf2f5;
  font-weight: 800;
}
.main-slider .text {
  font-size: 16px;
  line-height: 26px;
  color: #ecf2f5;
}
.main-slider .theme-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.main-slider.style-two .text, .main-slider.style-two h2 {
  color: #000;
}

/*** 

====================================================================
	Top Features
====================================================================

***/
.top-features {
  position: relative;
  padding: 60px 0 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-block-two {
  position: relative;
  margin-bottom: 30px;
}
.feature-block-two .inner-box {
  position: relative;
  padding-left: 68px;
}
.feature-block-two .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  color: #fa584d;
}
.feature-block-two h4 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  top: -4px;
  margin-bottom: -4px;
}
.feature-block-two p {
  font-size: 15px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.75);
}

/*** 

====================================================================
    Features Section
====================================================================

***/
.features-section {
  position: relative;
}
.features-section .feature-block-three {
  position: relative;
  margin-top: -80px;
  z-index: 9;
}

.feature-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 35px 40px 33px 40px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover {
  background-color: #3b7eff;
}
.feature-block-three .inner-box .content {
  position: relative;
  padding-left: 78px;
}
.feature-block-three .inner-box .icon {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 50px;
  line-height: 50px;
  color: #3b7eff;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box h4 {
  position: relative;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box p {
  font-size: 15px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  margin-top: 9px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-three .inner-box:hover .icon, .feature-block-three .inner-box:hover h4, .feature-block-three .inner-box:hover p {
  color: #ffffff;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/
.features-section-two {
  position: relative;
  background-color: #00642d;
}

.feature-block-four {
  position: relative;
}
.feature-block-four .inner-box {
  position: relative;
  padding: 60px 70px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block-four .inner-box:hover {
  background: rgba(255, 255, 255, 0.05);
}
.feature-block-four .icon {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 32px;
  color: #08090a;
  margin-bottom: 10px;
}
.feature-block-four h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 9px;
}
.feature-block-four p {
  color: #ffffff;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*** 

====================================================================
    Features Section Three
====================================================================

***/
.features-section-three {
  position: relative;
}
.features-section-three .services-outer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #2c2f50;
}

.service-block-three {
  position: relative;
  margin-bottom: 30px;
}
.service-block-three .inner-box {
  position: relative;
  overflow: hidden;
}
.service-block-three .icon {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  background: #3b7eff;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 23px;
}
.service-block-three h3 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.service-block-three h3 a {
  color: inherit;
}
.service-block-three .text {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 9px;
}

.features-section-three .brand-outer {
  position: relative;
  margin-top: -160px;
}
.features-section-three .skills-outer {
  position: relative;
  padding: 100px 0 50px;
}
.features-section-three .skills-outer .column {
  margin-bottom: 50px;
}
.features-section-three .skills-outer .inner-column {
  position: relative;
  padding-left: 45px;
}
.features-section-three .skills-outer h3 {
  font-size: 22px;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 10px;
}
.features-section-three .skills-outer .theme-btn {
  margin-top: 35px;
}

/*** 

====================================================================
    Features Section Four
====================================================================

***/
.features-section-four {
  position: relative;
  padding: 50px 0 20px;
  background-color: #2c2f50;
}

.feature-block-five {
  margin-bottom: 30px;
}
.feature-block-five .inner-box {
  position: relative;
  padding: 60px 30px;
  text-align: center;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block-five .inner-box:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.feature-block-five h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
  font-weight: 600;
}
.feature-block-five h3 a {
  color: inherit;
}
.feature-block-five p {
  color: #ffffff;
  margin-top: 9px;
}

/***

====================================================================
	Call to Action
====================================================================

***/
.call-to-action {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.call-to-action .sec-title-two {
  padding-left: 100px;
}
.call-to-action .sec-title-two .text {
  margin-top: 0;
  padding-top: 0;
}
.call-to-action .sec-title-two .text:before {
  display: none;
}
.call-to-action .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call-to-action .theme-btn {
  margin-left: 15px;
}
.call-to-action .theme-btn i {
  display: inline-block;
  margin-right: 10px;
}
.call-to-action.style-two .sec-title-two h3 {
  color: #ffffff;
}
.call-to-action.style-two .sec-title-two .text {
  color: rgba(255, 255, 255, 0.75);
}
.call-to-action.style-three {
  background-color: #7d3ed5;
}
.call-to-action.style-three .sec-title-two {
  padding-left: 80px;
}
.call-to-action.style-three .sec-title-two h3 {
  color: #ffffff;
}
.call-to-action.style-three .sec-title-two .icon {
  color: rgba(255, 255, 255, 0.75);
  top: -5px;
}
.call-to-action.style-three .sec-title-two .text {
  color: rgba(255, 255, 255, 0.75);
}

/*=== Style Two ===*/
/*=== Style Three ===*/
/*** 

====================================================================
            Call Back Section
====================================================================

***/
.call-back-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 797px 293px;
  background-image: url(../images/icons/pattern_1.png);
  padding: 115px 0 50px;
}
.call-back-section .form-column {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.call-back-section .sec-title {
  margin-bottom: 70px;
}

.request-form {
  position: relative;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  padding: 40px 40px 20px;
  border-radius: 10px;
}
.request-form .title {
  position: relative;
  margin-bottom: 40px;
}
.request-form .title h4 {
  font-size: 28px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.request-form .row {
  margin: 0 -10px;
}
.request-form .form-group {
  position: relative;
  padding: 0 10px;
  margin-bottom: 20px;
}
.request-form .form-group input[type=text], .request-form .form-group input[type=email], .request-form .form-group input[type=url] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.request-form .form-group textarea, .request-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border-radius: 5px;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.request-form .form-group textarea {
  height: 120px;
  resize: none;
}
.request-form .form-group button {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}

/***

====================================================================
			Fun Fact Section
====================================================================

***/
.fun-fact-section {
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 32px;
}
.fun-fact-section .fact-counter {
  margin-bottom: 50px;
}

.fact-counter .row {
  margin: 0 -7px;
}
.fact-counter .counter-column {
  position: relative;
  padding: 0 7px;
  margin-top: -70px;
  margin-bottom: 14px;
}
.fact-counter .counter-column .inner-column {
  position: relative;
  overflow: hidden;
  padding: 33px 35px 35px 90px;
  -webkit-border-radius: 10px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.fact-counter .counter-column .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-bottom-right-radius: 10px;
  font-size: 36px;
  color: #ffffff;
}
.fact-counter .count-box {
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  margin-top: 5px;
}
.fact-counter .count-box .count-text {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
  margin-right: 3px;
  vertical-align: top;
}
.fact-counter .text {
  color: #4c4c4d;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7em;
}

.fun-fact-section .quot-column {
  position: relative;
  margin-bottom: 20px;
}
.fun-fact-section .quot-column .divider {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 30px;
  border-right: 1px solid #707070;
}
.fun-fact-section .text-column {
  position: relative;
  margin-bottom: 20px;
}
.fun-fact-section .text-column .text {
  position: relative;
  padding-left: 35px;
}

.quote-style-one {
  position: relative;
  padding-left: 68px;
  padding-right: 50px;
  margin-bottom: 30px;
}
.quote-style-one .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 40px;
  color: #3b7eff;
  line-height: 40px;
}
.quote-style-one p {
  position: relative;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  font-weight: 600;
}
.quote-style-one p a {
  color: inherit;
}
.quote-style-one .author {
  position: relative;
  display: inline-block;
  margin-top: 9px;
  padding-left: 40px;
  font-size: 14px;
  color: #000000;
}
.quote-style-one .author:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

/***

====================================================================
    Fun Fact Section Two
====================================================================

***/
.fun-fact-section-two {
  position: relative;
}

.fact-counter-two {
  position: relative;
  padding: 40px 0 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.fact-counter-two .counter-column {
  position: relative;
  margin-bottom: 40px;
}
.fact-counter-two .counter-column .inner-column {
  position: relative;
}
.fact-counter-two .count-box {
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
  display: inline-block;
  margin-top: 5px;
}
.fact-counter-two .count-box .count-text {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
  color: #000000;
  margin-right: 3px;
  vertical-align: top;
}
.fact-counter-two .text {
  color: #4c4c4d;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7em;
}

/***

====================================================================
    Fun Fact Section Three
====================================================================

***/
.fun-fact-section-three {
  position: relative;
  background-color: #00642d;
  padding: 60px 0 30px;
}

.fact-counter-three .counter-column {
  position: relative;
  margin-bottom: 30px;
}
.fact-counter-three .counter-column .inner-column {
  position: relative;
  overflow: hidden;
  padding: 33px 35px 35px 90px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fact-counter-three .counter-column .inner-column:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.fact-counter-three .counter-column .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-bottom-right-radius: 10px;
  font-size: 36px;
  color: #ffffff;
}
.fact-counter-three .count-box {
  font-size: 22px;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-top: 5px;
}
.fact-counter-three .count-box .count-text {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  margin-right: 3px;
  vertical-align: top;
}
.fact-counter-three .text {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7em;
}
.fact-counter-three .icon.bg_purple {
  background-color: #956efd;
}
.fact-counter-three .icon.bg_green {
  background-color: #3ab99c;
}
.fact-counter-three .icon.bg_blue {
  background-color: #527ee0;
}
.fact-counter-three .icon.bg_orange {
  background-color: #ef8851;
}

/*** 

====================================================================
		Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 90px 0 60px;
}
.services-section .row {
  z-index: 3;
}
.services-section .image-column {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
  border-radius: 10px;
}
.services-section .text-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.services-section .text-column .inner-column {
  position: relative;
  padding-right: 65px;
}
.services-section .sec-title {
  margin-bottom: 1.7em;
}
.services-section .sec-title .text {
  padding-top: 15px;
  margin-top: 15px;
}
.services-section .text-column .theme-btn {
  margin-top: 35px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}
.service-block .inner-box {
  position: relative;
  border-radius: 10px;
  padding: 40px 50px 40px 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.service-block .inner-box .hover_layer {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 80%;
  opacity: 0;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block .inner-box:hover .hover_layer {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.17s ease-out 0.18s;
  transition: all 0.17s ease-out 0.18s;
}
.service-block .inner-box:before {
  content: "";
  top: 100%;
  height: 0;
  right: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover:before {
  top: 0;
  height: 100%;
}
.service-block .icon {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  margin-bottom: 33px;
}
.service-block h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 23px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.service-block .text {
  position: relative;
  font-size: 15px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover .text, .service-block .inner-box:hover h3 {
  color: #ffffff;
}

.services-section .services-area {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}
.services-section .services-area .feature-block-three {
  margin-bottom: 30px;
}
.services-section.style-two .text-column .inner-column {
  padding-left: 65px;
  padding-right: 0;
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  padding: 120px 0 60px;
}

.service-block-two {
  position: relative;
  margin-bottom: 60px;
}
.service-block-two .inner-box {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding-left: 88px;
}
.service-block-two .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #eef3f9;
  color: #3b7eff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  border-radius: 7px;
}
.service-block-two h3 {
  position: relative;
  margin-top: -5px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.service-block-two h3 a {
  color: inherit;
}
.service-block-two .text {
  font-size: 15px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 9px;
}

/*** 

====================================================================
		Why Choose us
====================================================================

***/
.why-choose-us {
  position: relative;
  background-color: #eef3f9;
  padding: 100px 0 60px;
}
.why-choose-us .sec-title {
  margin-bottom: 50px;
}
.why-choose-us .sec-title h3 {
  font-size: 28px;
}
.why-choose-us .sec-title .text {
  padding-top: 18px;
  margin-top: 18px;
}

.feature-block-six {
  position: relative;
  margin-bottom: 40px;
}
.feature-block-six .inner-box {
  position: relative;
  padding-left: 58px;
}
.feature-block-six .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1em;
  color: #3b7eff;
}
.feature-block-six h4 {
  position: relative;
  font-size: 20px;
  color: #000000;
  line-height: 1.2em;
  font-weight: 600;
  top: -4px;
  margin-bottom: 5px;
}
.feature-block-six h4 a {
  color: inherit;
}

/*** 

====================================================================
		Brand Section
====================================================================

***/
.brand-section {
  position: relative;
}
.brand-section .upper-banner {
  padding: 100px 0 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-section .quote-style-one p {
  font-size: 20px;
}
.brand-section .brand-block {
  margin-top: -135px;
}

.brand-block {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
}
.brand-block .image-column {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.brand-block .content-column .inner-column {
  position: relative;
  background: #ffffff;
  padding: 80px 15px 70px 50px;
}
.brand-block h3 {
  font-size: 22px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 700;
  margin-bottom: 18px;
}
.brand-block h2 {
  position: relative;
  font-size: 36px;
  line-height: 1.4em;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 700;
}
.brand-block .text {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
}
.brand-block .theme-btn {
  margin-top: 35px;
}

/*** 

====================================================================
		Case Study Section
====================================================================

***/
.case-study-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 84px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 797px 293px;
  background-image: url(../images/icons/pattern_1.png);
}

.case-block {
  position: relative;
  margin-bottom: 30px;
}
.case-block .inner-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}
.case-block .image-box {
  position: relative;
}
.case-block .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.case-block .image-box .image img {
  display: block;
  width: 100%;
}
.case-block .image-box .icon_img {
  bottom: 0;
  width: 76px;
  position: absolute;
  padding: 15px 0 0;
  background-color: #fff;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  left: calc(50% - 38px);
  text-align: center;
}
.case-block .image-box .icon_img img {
  max-height: 35px;
  width: auto;
}
.case-block .lower-content {
  position: relative;
  padding: 35px 35px 38px;
  text-align: center;
}
.case-block .lower-content h4 {
  font-size: 20px;
  color: #000000;
}
.case-block .lower-content h4 a {
  color: #000000;
}
.case-block .lower-content .text {
  position: relative;
  padding-top: 14px;
  margin-top: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.case-block .lower-content .text:before {
  top: 0;
  content: "";
  width: 30px;
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #dadce2;
  position: absolute;
  left: calc(50% - 15px);
}
.case-block .lower-content .btn-box {
  position: relative;
  margin-top: 30px;
}
.case-block .lower-content .btn-box a {
  width: 100%;
  border: 1px solid #dadce2;
}

.sec-bottom-text {
  position: relative;
  margin-top: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.75);
}
.sec-bottom-text a {
  color: #3b7eff;
}

/*** 

====================================================================
		Free Consultation
====================================================================

***/
.free-consultation {
  position: relative;
  padding: 130px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.free-consultation .sec-title {
  margin-bottom: 20px;
}
.free-consultation .column .inner-column {
  padding-left: 115px;
}
.free-consultation .sec-title .text {
  padding-top: 18px;
  margin-top: 18px;
}

/*** 

====================================================================
		Get Started
====================================================================

***/
.get-started {
  position: relative;
  padding: 100px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.get-started .sec-title {
  margin-bottom: 45px;
}

.accordion-box.light .block {
  border-color: transparent;
}
.accordion-box.light .block .acc-btn {
  background: #ffffff;
}
.accordion-box.light .block .acc-btn.active {
  background: #2C2F50;
}

/*** 

====================================================================
		Faqs Section
====================================================================

***/
.faqs-section {
  position: relative;
  padding: 100px 0 90px;
  background: #eef3f9;
}
.faqs-section .sec-title {
  margin-bottom: 50px;
}

/*** 

====================================================================
		Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 85px 0 100px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/icons/pattern_1.png);
}
.team-section .sec-title {
  margin-bottom: 60px;
}
.team-section .sec-bottom-text {
  margin-top: 20px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}
.team-block .inner-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
}
.team-block .image-box {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.team-block .image-box .social-links {
  position: absolute;
  left: 50%;
  width: auto;
  bottom: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  background: #fa584d;
  border-radius: 7px 7px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-block .social-links li a {
  position: relative;
  font-size: 16px;
  padding: 13px;
  color: #ffffff;
  line-height: 50px;
}
.team-block .inner-box:hover .social-links {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.team-block .image-box .image > a {
  display: block;
}
.team-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}
.team-block .inner-box:hover .image img {
  filter: grayscale(0);
}
.team-block .info-box {
  position: relative;
  padding: 31px 15px 27px;
  text-align: center;
}
.team-block .info-box .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 7px;
}
.team-block .info-box .name a {
  color: #000000;
}
.team-block .info-box .designation {
  position: relative;
  font-size: 15px;
  line-height: 27px;
  color: #4c4c4d;
}

/*** 

====================================================================
		Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  padding: 55px 0;
  border-top: 1px solid #dddddd;
}
.clients-section .sponsors-outer {
  position: relative;
}
.clients-section .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-section .slide-item a {
  position: relative;
}
.clients-section .slide-item img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-section .slide-item:hover img {
  -webkit-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
}
.clients-section .slide-item img.hover_img {
  position: absolute;
  -webkit-transform: translateY(calc(-100% - 20px));
  -ms-transform: translateY(calc(-100% - 20px));
  transform: translateY(calc(-100% - 20px));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients-section .slide-item:hover img.hover_img {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.clients-section .owl-nav, .clients-section .owl-dots {
  display: none;
}
.clients-section.style-two .slide-item img {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.clients-section.style-two .slide-item:hover img, .clients-section.style-two .slide-item img.hover_img {
  opacity: 0;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.clients-section.style-two .slide-item:hover img.hover_img {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*** 

====================================================================
		Process Section
====================================================================

***/
.process-section {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.process-block {
  position: relative;
  margin-bottom: 40px;
}
.process-block .inner-box {
  position: relative;
}
.process-block .icon-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.process-block .icon-box .icon {
  position: relative;
  display: block;
  height: 90px;
  width: 90px;
  background: #0150ec;
  color: #ffffff;
  border-radius: 10px;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
}
.process-block .icon-box .count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 70px;
  bottom: -20px;
  font-size: 20px;
  font-weight: 600;
  background: #3b7eff;
  color: #ffffff;
}
.process-block .icon-box .count.title_ff {
  background: #ffffff;
  color: #3b7eff;
  font-size: 15px;
}
.process-block .icon-box .roadmap-divider {
  position: absolute;
  left: 110px;
  top: 15px;
  width: calc(100% - 130px);
  height: 1px;
  background-size: 12px 1px;
  background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 45px 0 0;
}
.process-block .icon-box .roadmap-divider:after {
  content: "";
  font-family: "flaticon";
  position: absolute;
  right: -30px;
  top: 50%;
  color: #3b7eff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}
.process-block h4 {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: 600;
  margin: 45px 0 0;
}
.process-block .text {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 11px;
  line-height: 1.8em;
}

.process-section .btn-box {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.process-section .btn-box .text {
  position: relative;
  color: #ffffff;
}
.process-section .btn-box .theme-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

/*** 

====================================================================
        Process Section Two
====================================================================

***/
.process-section-two {
  position: relative;
  padding: 100px 0 60px;
  background-color: #eef3f9;
}

.process-block-two {
  position: relative;
  margin-bottom: 40px;
}
.process-block-two .inner-box {
  position: relative;
}
.process-block-two .icon-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.process-block-two .icon-box .icon {
  position: relative;
  display: block;
  height: 90px;
  width: 90px;
  background: #ffffff;
  color: #3b7eff;
  border-radius: 10px;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
}
.process-block-two .icon-box .count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 70px;
  bottom: -20px;
  font-size: 20px;
  font-weight: 600;
  background: #3b7eff;
  color: #ffffff;
}
.process-block-two .icon-box .count.title_ff {
  background: #ffffff;
  color: #3b7eff;
  font-size: 15px;
}
.process-block-two .icon-box .roadmap-divider {
  position: absolute;
  left: 110px;
  top: 15px;
  width: calc(100% - 130px);
  height: 1px;
  background-size: 12px 1px;
  background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 45px 0 0;
}
.process-block-two .icon-box .roadmap-divider:after {
  content: "";
  font-family: "flaticon";
  position: absolute;
  right: -30px;
  top: 50%;
  color: #3b7eff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}
.process-block-two h4 {
  font-size: 20px;
  color: #000000;
  line-height: 1.5em;
  font-weight: 600;
  margin: 45px 0 0;
}
.process-block-two .text {
  color: #000000;
  margin-top: 11px;
  line-height: 1.8em;
}
.process-block-two .btn-box {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.process-block-two .btn-box .text {
  position: relative;
  color: #ffffff;
}
.process-block-two .btn-box .theme-btn {
  display: inline-block;
  margin-top: 40px;
}
.process-block-two .inner-box.active .icon-box .icon {
  background-color: #3b7eff;
  color: #ffffff;
}

/*** 

====================================================================
		Consultation Section
====================================================================

***/
.consultation-section {
  position: relative;
}
.consultation-section .upper-banner {
  padding: 100px 0 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.consultation-section .form-container {
  position: relative;
}
.consultation-section .form-style-one {
  position: relative;
  margin-top: -100px;
  padding: 75px 75px 30px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}

.form-style-one {
  position: relative;
}
.form-style-one .form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-style-one label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 20px;
}
.form-style-one label sup {
  color: #ff0000;
  font-weight: 400;
}
.form-style-one .input-group {
  position: relative;
}
.form-style-one .input-group .icon {
  position: absolute;
  padding: 10px;
  top: 1px;
  left: 1px;
  background: #eef3f9;
  color: #3B7EFF;
  font-size: 18px;
  min-width: 48px;
  min-height: 48px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #C5D2E2;
}
.form-style-one .input-group input, .form-style-one .input-group textarea {
  width: 100%;
  padding: 14px 15px;
  padding-left: 67px;
  outline: none;
  border: 1px solid #C5D2E2;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
}
.form-style-one .input-group select {
  width: 100%;
  padding: 14px 15px;
  padding-left: 67px;
  outline: none;
  border: 1px solid #C5D2E2;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
  padding: 14px 0;
  text-indent: 67px;
  height: 50px;
}

.consultation-section .form-group .theme-btn {
  width: 100%;
  font-size: 15px;
}

/*** 

====================================================================
	Testimonials Section
====================================================================

***/
.testimonials-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 84px;
}

.testimonials-block {
  position: relative;
  margin-bottom: 30px;
}
.testimonials-block .inner-box {
  position: relative;
  overflow: hidden;
  background: #eef3f9;
  padding: 60px 30px;
  padding-left: 90px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials-block .inner-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-block .image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 60px;
}
.testimonials-block .image img {
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials-block .inner-box:hover .image img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.testimonials-block p {
  color: #000000;
  line-height: 24px;
  margin-bottom: 13px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.testimonials-block .author {
  position: relative;
  padding-left: 60px;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
}
.testimonials-block .author:before {
  content: "";
  position: absolute;
  background-color: #000000;
  top: calc(50% - 1px);
  left: 0;
  width: 50px;
  height: 1px;
  opacity: 0.5;
}
.testimonials-block .rating {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
  color: #fabd4a;
}
.testimonials-block .rating .light {
  color: #d0dff2;
}

/*** 

====================================================================
    Testimonials Section Two
====================================================================

***/
.testimonials-section-two {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0 130px;
}
.testimonials-section-two .testimonial-carousel {
  position: relative;
  max-width: 820px;
  padding: 0 46px 65px;
  margin: 0 auto;
}

.testimonials-block-two {
  position: relative;
}
.testimonials-block-two .inner-box {
  position: relative;
  text-align: center;
}
.testimonials-block-two .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  color: #3b7eff;
  background: #ffffff;
}
.testimonials-block-two .rating {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.testimonials-block-two .rating span {
  font-size: 15px;
  line-height: 27px;
  color: #fabd4a;
  letter-spacing: 3px;
}
.testimonials-block-two p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 13px;
}
.testimonials-block-two .name {
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
}

.testimonials-section-two .owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -25px;
}
.testimonials-section-two .owl-dots .owl-dot {
  position: relative;
  margin: 0 3px;
  height: 4px;
  width: 4px;
  background: #ffffff;
  opacity: 0.5;
  transition: all 300ms ease;
}
.testimonials-section-two .owl-dots .owl-dot.active {
  opacity: 1;
  width: 20px;
}
.testimonials-section-two.style-two .testimonial-carousel {
  max-width: 950px;
}

.testimonials-block-three {
  position: relative;
}
.testimonials-block-three .inner-box {
  margin-top: 40px;
  overflow: visible;
  text-align: center;
  padding: 0px 25px 65px;
  background-color: #eef3f9;
}
.testimonials-block-three .image {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 17px;
  margin-top: -40px;
}
.testimonials-block-three .content {
  position: relative;
}
.testimonials-block-three .rating {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
  color: #fabd4a;
}
.testimonials-block-three .rating .light {
  color: #d0dff2;
}
.testimonials-block-three .text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 13px;
}
.testimonials-block-three .author {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}

.dots-inside .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.carousel-outer {
  position: relative;
  margin: 0 -15px;
}
.carousel-outer .owl-item > div {
  padding: 0 15px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/
.fluid-section-one {
  position: relative;
}

.feature-block {
  position: relative;
}

.feature-block .image-column {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.feature-block .content-column {
  position: relative;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eef3f9;
}

.feature-block .inner-column {
  position: relative;
  padding: 0 20px;
}

.feature-block .icon {
  font-size: 48px;
  color: #3B7EFF;
  width: 74px;
  height: 74px;
  line-height: 74px;
}

.feature-block h3 {
  font-size: 24px;
  line-height: 1.4em;
  color: #000000;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-block .text {
  font-size: 15px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
}

.feature-block .author {
  font-size: 15px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.75);
}

.feature-block .author,
.feature-block .theme-btn {
  margin-top: 35px;
}

.feature-block.light .author,
.feature-block.light .text,
.feature-block.light h3 {
  color: #ffffff;
}

.feature-block.light .icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  background: #3b7eff;
  border-radius: 50%;
  margin-bottom: 22px;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/
.fluid-section-two {
  position: relative;
  background: #eef3f9;
}

.fluid-section-two .content-column {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.fluid-section-two .content-column .inner-column {
  position: relative;
  max-width: 600px;
  padding: 130px 15px;
  width: 100%;
}

.fluid-section-two .content-column .sec-title {
  margin-bottom: 35px;
}

.fluid-section-two .content-column .sec-title .sub-title {
  background: #ffffff;
  color: #000000;
}

.fluid-section-two .content-column .sec-title .text {
  padding-top: 18px;
  margin-top: 18px;
}

.fluid-section-two .image-column {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fluid-section-two.style-two .content-column {
  justify-content: flex-start;
  padding-left: 60px;
}

.fluid-section-two .content-column .list-style-one {
  margin-top: 30px;
}

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/
.fluid-section-three {
  position: relative;
  padding: 100px 0 50px;
}

.fluid-section-three .content-column {
  position: relative;
  margin-bottom: 50px;
}

.fluid-section-three .content-column > .inner-column {
  padding: 60px 0 60px 45px;
}

.fluid-section-three .sec-title {
  margin-bottom: 0;
}

.fluid-section-three .fact-counter-two {
  position: relative;
  padding: 0;
  border: 0;
}

.fluid-section-three .counter-column {
  margin-bottom: 0;
  margin-top: 40px;
}

.fluid-section-three .image-column {
  position: relative;
  margin-bottom: 50px;
}

.fluid-section-three .image-column .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

/*** 

====================================================================
	Fluid Section Four
====================================================================

***/
.fluid-section-four {
  position: relative;
  padding: 100px 0 50px;
}

.fluid-section-four .content-column {
  position: relative;
  margin-bottom: 50px;
}

.fluid-section-four .content-column .inner-column {
  padding: 60px 0 30px;
  padding-right: 15px;
}

.fluid-section-four .sec-title {
  margin-bottom: 30px;
}

.fluid-section-four .sec-title .text {
  margin-top: 18px;
  padding-top: 18px;
}

.fluid-section-four .image-column {
  position: relative;
  margin-bottom: 50px;
}

.fluid-section-four .image-column .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.fluid-section-four .quote-style-two {
  margin-top: 80px;
}

.quote-style-two {
  position: relative;
  font-weight: 500;
  display: block;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 29px;
}

.quote-style-two .icon {
  position: absolute;
  color: #3b7eff;
  left: 0;
  top: 5px;
  font-size: 30px;
  line-height: 30px;
}

.quote-style-two p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.75);
}

/*** 

====================================================================
	Video Section
====================================================================

***/
.video-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.video-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-section .video-link {
  position: relative;
  display: inline-block;
  text-align: center;
}

.video-link .icon_wrapper {
  position: relative;
  height: 56px;
  width: 56px;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  border-radius: 50%;
  color: #3b7eff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
}
.video-link .icon_wrapper .circle {
  border-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-link .icon_wrapper .circle:first-child {
  animation: rb_grow_and_fade 4.5s infinite linear 1.5s;
}
.video-link .icon_wrapper .circle:nth-child(2) {
  animation: rb_grow_and_fade 4.5s infinite linear 3s;
}
.video-link .icon_wrapper .circle:nth-child(3) {
  animation: rb_grow_and_fade 4.5s infinite linear 4.5s;
}
.video-link .icon_title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 18px;
}

@keyframes rb_grow_and_fade {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  5% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  95% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
/*** 

====================================================================
			Pricing Section
====================================================================

***/
.pricing-section {
  position: relative;
  padding: 113px 0 60px;
}

.pricing-table {
  position: relative;
  margin-bottom: 40px;
}
.pricing-table .inner-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricing-table .inner-box:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.pricing-table .table-header {
  position: relative;
  padding: 10px 30px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  color: #000000;
  background: #ffffff;
}
.pricing-table .title {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.pricing-table .table-content {
  position: relative;
  padding: 40px 35px 35px;
  text-align: center;
}
.pricing-table .table-content ul {
  position: relative;
  display: inline-block;
  text-align: left;
}
.pricing-table .table-content ul li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 27px;
  color: #000000;
  font-weight: 400;
}
.pricing-table .table-content ul li:before {
  content: "";
  font-family: "flaticon";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  color: #3b7eff;
  top: -2px;
  left: -25px;
  margin-right: -12px;
}
.pricing-table .table-info-wrapper {
  position: relative;
  padding: 42px 30px 30px;
  border: 1px solid #D9D9D9;
  margin-top: 35px;
  border-radius: 7px;
}
.pricing-table .price_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #000000;
}
.pricing-table .price_wrapper i {
  position: relative;
  font-size: 28px;
  top: 30px;
  left: -10px;
  font-style: normal;
}
.pricing-table .price_wrapper > span {
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  position: relative;
  display: inline-block;
}
.pricing-table .price_wrapper > span span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  position: absolute;
  margin-left: 10px;
  top: 0;
}
.pricing-table .price_wrapper > p {
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  top: 37px;
}
.pricing-table .table-info-wrapper .theme-btn {
  margin-top: 27px;
  width: 100%;
}
.pricing-table.tagged .table-header {
  background: #3b7eff;
  color: #ffffff;
}
.pricing-table.tagged .table-info-wrapper {
  background: #eef3f9;
  border-color: transparent;
}
.pricing-table.tagged .theme-btn {
  background: #3b7eff;
}

/***

====================================================================
			News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 100px 0 84px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 797px 293px;
  background-image: url(../images/icons/pattern_1.png);
}
.news-section .sec-bottom-text {
  margin: 0;
}
.news-section .sec-title {
  margin-bottom: 75px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-block .inner-box:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.news-block .image-box .date {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 12px 30px 0px;
  font-size: 15px;
  color: white;
  background: #00642d;
  border-radius: 0 10px 0 0;
}
.news-block .image-box .date i {
  color: #00642d;
  font-size: 18px;
  margin-right: 10px;
}
.news-block .read-more {
  position: absolute;
  color: #ffffff;
  background: #00642d;
  top: -30px;
  opacity: 0;
  right: 30px;
  font-size: 16px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 14px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.news-block .inner-box:hover .read-more {
  opacity: 1;
  top: -40px;
}
.news-block .lower-content {
  position: relative;
  background: #ffffff;
  padding: 30px 30px 20px;
}
.news-block .lower-content h4 {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  word-break: break-word;
}
.news-block .lower-content h4 a {
  display: inline-block;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .lower-content .text {
  color: #4c4c4d;
  margin-top: 18px;
}
.news-block .lower-content .post-info {
  position: relative;
  font-size: 16px;
  line-height: initial;
  margin-top: 30px;
  padding-top: 21px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}
.news-block .post-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-block .post-author img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.news-block .post-option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-block .post-option .coments_count a {
  display: inline-block;
  color: #000000;
}
.news-block .post-option .coments_count i {
  font-size: 14px;
  margin-right: 7px;
  color: #00642d;
}
.news-block .post-option .social-share {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.news-block .post-option .social-share li {
  margin-right: 15px;
}
.news-block .post-option .social-share li:last-child {
  margin-right: 0;
}
.news-block .post-option .social-share li a {
  display: inline-block;
  color: #00642d;
  transition: all 300ms ease;
}
.news-block .post-option .social-share li a:hover {
  color: #000000;
}
.news-block .read-more-btn {
  background: #00642d;
  font-size: 14px;
  min-height: 40px;
  padding: 0 23px;
  margin-top: 20px;
}
.news-block.style-two .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.news-block.style-two .lower-content, .news-block.style-two .image-box {
  width: 50%;
}
.news-block.style-two .lower-content {
  text-align: right;
}
.news-block.style-two .image-box {
  order: 2;
}
.news-block.style-two .image-box .date {
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  padding: 6px 30px;
  border-radius: 0 7px 0 7px;
}
.news-block.style-two-even .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.news-block.style-two-even .lower-content {
  width: 50%;
}
.news-block.style-two-even .image-box {
  width: 50%;
}
.news-block.style-two-even .image-box .date {
  padding: 6px 30px;
  top: 0;
  bottom: auto;
  border-radius: 0 0 10px 0;
}

/*=== News Block Style Two ==*/
/*=== News Block Style Two Even ==*/
.hover-stop .news-block .inner-box:hover {
  transform: none;
}

.blog-large-image .news-block {
  margin-bottom: 35px;
}

.blog-small-images .news-block {
  padding: 0 15px;
}
.blog-small-images .news-block.style-two-even .image-box .date {
  border-radius: 7px 0 7px 0;
}
.blog-small-images .news-block .inner-box {
  border-radius: 7px;
}

/***

==================================================================
      Blog Post
==================================================================

***/
.blog-post {
  position: relative;
}
.blog-post > .news-block {
  margin-bottom: 0;
}
.blog-post > .news-block .inner-box {
  padding: 0;
  box-shadow: none;
}
.blog-post > .news-block .lower-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-post > .news-block .image-box {
  border-radius: 10px;
  overflow: hidden;
}
.blog-post > .news-block .lower-content p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 0 1.7em;
}
.blog-post > .news-block .lower-content > p:first-child::first-letter {
  font-size: 24px;
  font-weight: 700;
  float: left;
  display: inline-block;
  padding: 10px 18px;
  margin-right: 18px;
  margin-bottom: 3px;
  color: #00642d;
  background: #eaecf4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.blog-post > .news-block .date {
  padding: 15px 30px 0 5px;
  font-size: 13px;
  color: #7E7E80;
  line-height: 18px;
  z-index: 3;
}
.blog-post > .news-block .date i {
  font-size: 13px;
  line-height: 18px;
  margin-right: 5px;
}
.blog-post > .news-block .image-box {
  border-radius: 15px;
  overflow: hidden;
}

.media-player {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.media-player iframe {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 400px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  border: 0;
}

.news-block .single-item-carousel {
  position: relative;
}
.news-block .image-box .slide-item a {
  position: relative;
  display: block;
}
.news-block .post-format-link {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  padding: 46px 62px 60px 62px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffeeed;
}
.news-block .post-format-link .icon {
  font-size: 22px;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  background: #00642d;
  line-height: 50px;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  z-index: 1;
}
.news-block .post-format-link a {
  color: #000;
}
.news-block .post-format-quote {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  padding: 46px 62px 60px 62px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  background-color: #00642d;
  margin-bottom: 0;
}
.news-block .post-format-quote .icon {
  font-size: 22px;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  font-weight: 400;
  background-color: #2C2F50;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 8px;
  position: absolute;
}
.news-block .post-format-quote cite {
  display: block;
  font-style: normal;
  margin-top: 17px;
  font-size: 16px;
  position: relative;
  font-weight: 400;
}

.blog-post .two-column {
  position: relative;
  margin: 0 -8px 20px;
}
.blog-post .two-column .column {
  padding: 0 8px;
  margin-bottom: 16px;
}
.blog-post .two-column .column img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.blog-post .image-box .slide-item img {
  border-radius: 10px;
}
.blog-post .post-tags {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.blog-post .post-tags span {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #4C4C4D;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}
.blog-post .post-tags a {
  position: relative;
  font-size: 14px;
  padding: 3px 15px;
  z-index: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  color: #000;
  background-color: #ffeeed;
  -webkit-border-radius: 5px;
}
.blog-post .post-tags a:before {
  content: "#";
  margin-right: 5px;
}
.blog-post .post-tags a:hover {
  background: #00642d;
  color: #ffffff;
}

/*=== Author Box ===*/
.author-box {
  position: relative;
  background-color: #ffeeed;
  padding: 27px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.author-box .inner-box {
  position: relative;
  padding-left: 126px;
}
.author-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 96px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.author-box .image-box img {
  display: block;
  width: 100%;
  height: auto;
}
.author-box .name {
  font-size: 18px;
  font-weight: 600;
}
.author-box .text {
  font-size: 14px;
  line-height: 27px;
  margin-top: 9px;
}

/*=== Post Controls ===*/
.post-controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.post-controls.style-two {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0 0 30px;
}
.post-controls .archive-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-controls .archive-dots a {
  position: relative;
  display: inline-block;
}
.post-controls .archive-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00642d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.post-controls .title {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.post-controls .post {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 100px;
  min-height: 80px;
  z-index: 1;
  transition: all 300ms ease;
}
.post-controls .post:hover {
  padding-left: 135px;
}
.post-controls .post:before {
  content: "";
  font-family: "Flaticon";
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 35px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -1;
  background: #00642d;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.post-controls .prev-post .post:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.post-controls .post img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  max-width: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
}
.post-controls .post:hover img {
  left: 35px;
  border-radius: 0 10px 10px 0;
}
.post-controls .post h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
.post-controls .post .post-date {
  font-size: 14px;
  color: #7E7E80;
}
.post-controls .next-post {
  position: relative;
  text-align: right;
}
.post-controls .next-post .post {
  padding-right: 100px;
}
.post-controls .next-post .post:before, .post-controls .next-post .post img {
  left: auto;
  right: 0;
}
.post-controls .next-post .post:hover {
  padding-right: 130px;
}
.post-controls .next-post .post:hover img {
  right: 35px;
  border-radius: 10px 0 0 10px;
}

.related-posts {
  margin-top: 45px;
}

.group-title {
  position: relative;
  margin-bottom: 28px;
}
.group-title h3 {
  position: relative;
  font-weight: 600;
  display: inline-block;
  color: #000;
  font-size: 28px;
}

.related-posts .news-block {
  margin-bottom: 40px;
}

.comments-area {
  position: relative;
  margin-bottom: 50px;
}
.comments-area .comment-box {
  position: relative;
  margin-bottom: 30px;
}
.comments-area .comment {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
}
.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}
.comments-area .comment-box .rating {
  font-size: 10px;
  color: #FEC948;
  line-height: 1em;
  margin-bottom: 5px;
}
.comments-area .comment-info {
  position: relative;
}
.comments-area .comment-box .date {
  position: relative;
  display: inline-block;
  color: #9b9b9b;
}
.comments-area .comment-box .name {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  line-height: 17px;
  color: #4C4C4D;
}
.comments-area .comment-box .text {
  position: relative;
}
.comments-area .comment-info .rating {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 12px;
  line-height: 1.2em;
  color: #ebba44;
}
.comments-area .comment-box .reply-btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  min-width: 100px;
}
.comments-area .reply-comment-box {
  padding-left: 65px;
  background: #f8f8f7;
  padding-top: 20px;
  margin-bottom: 30px;
}
.comments-area .reply-comment-box .reply-comment-box {
  margin-bottom: 0;
}

/***

==================================================================
      Portfolio Section
==================================================================

***/
.portfolio-section {
  position: relative;
  padding: 100px 0 70px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block .image-box {
  position: relative;
  line-height: 0;
  padding-bottom: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  background-position: center center;
  overflow: hidden;
}
.portfolio-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.portfolio-block .image a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block;
}
.portfolio-block .image img {
  display: block;
  width: 100%;
}
.portfolio-block .hidden_info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  padding: 0 10px;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-block .image-box:hover .hidden_info {
  opacity: 1;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
  transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
}
.portfolio-block .hidden_info h5 {
  position: relative;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-block .hidden_info h5 a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.portfolio-block .hidden_info p {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.portfolio-block .hidden_info p a {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-block .hidden_info p a:hover {
  text-decoration: underline;
}
.portfolio-block .image-box:hover .hidden_info h5 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-block .image-box:hover .hidden_info p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

#items-container .portfolio-block {
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  clip-path: inset(100% 0 0);
  -webkit-clip-path: inset(100% 0 0);
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
#items-container .portfolio-block.loaded {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*=== Portfoio Asymetric ===*/
.portfolio-asymetric {
  padding: 100px 0 40px;
}
.portfolio-asymetric .portfolio-block {
  margin-bottom: 60px;
}
.portfolio-asymetric .portfolio-block:nth-child(1) .inner-box, .portfolio-asymetric .portfolio-block:nth-child(4n+1) .inner-box {
  padding: 0px 10px 0px 24px;
}
.portfolio-asymetric .portfolio-block:nth-child(2) .inner-box, .portfolio-asymetric .portfolio-block:nth-child(4n+2) .inner-box {
  padding: 45px 25px 45px 95px;
}
.portfolio-asymetric .portfolio-block:nth-child(3) .inner-box, .portfolio-asymetric .portfolio-block:nth-child(4n+3) .inner-box {
  padding: 45px 95px 45px 25px;
}
.portfolio-asymetric .portfolio-block:nth-child(4) .inner-box, .portfolio-asymetric .portfolio-block:nth-child(4n+4) .inner-box {
  padding: 0px 24px 0px 10px;
}

/*=== Portfoio MOtion Category ===*/
.portfolio-motion-category {
  position: relative;
}
.portfolio-motion-category .category-column {
  position: relative;
  padding: 0 15px;
  max-width: 20%;
}
.portfolio-motion-category .category-title {
  position: relative;
  display: block;
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 15px 30px;
  text-align: center;
}
.portfolio-motion-category .category-title .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  width: 30px;
  text-align: center;
  display: none;
}
.portfolio-motion-category .category-column .blocks-outer {
  position: relative;
  max-height: 80vh;
  overflow: auto;
}
.portfolio-motion-category .category-column .portfolio-block-two:last-child {
  margin-bottom: 0;
}

.blocks-outer .portfolio-block-two .hidden_info h5 a {
  font-size: 18px;
  font-weight: 400;
}

.portfolio-block-two {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block-two .image-box {
  position: relative;
  overflow: hidden;
}
.portfolio-block-two .image {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 0;
}
.portfolio-block-two .image a {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.portfolio-block-two .image img {
  display: block;
  width: 100%;
}
.portfolio-block-two .hidden_info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-block-two .image-box:hover .hidden_info {
  opacity: 1;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
  transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
}
.portfolio-block-two .hidden_info h5 {
  position: relative;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.portfolio-block-two .hidden_info h5 a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
.portfolio-block-two .hidden_info p {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}
.portfolio-block-two .hidden_info p a {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-block-two .hidden_info p a:hover {
  text-decoration: underline;
}
.portfolio-block-two .image-box:hover .hidden_info h5 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-block-two .image-box:hover .hidden_info p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

/*=== Portfolio Slider ===*/
.portfolio-slider .owl-stage-outer .owl-item:nth-child(even) {
  margin-top: 40px;
}

/*=== Portfolio Masonry ===*/
.portfolio-masonry .height-1 {
  height: 270px;
}
.portfolio-masonry .height-1 .image-box {
  padding-bottom: 270px;
}
.portfolio-masonry .height-2 {
  height: 570px;
}
.portfolio-masonry .height-2 .image-box {
  padding-bottom: 570px;
}
.portfolio-masonry .image-box {
  height: 100%;
}

/*=== Portfolio Three Col ===*/
.portfolio-block-three {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block-three .image-box {
  position: relative;
  line-height: 0;
  padding-bottom: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
  overflow: hidden;
}
.portfolio-block-three .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.portfolio-block-three .image-box:after {
  position: absolute;
  left: -40px;
  right: 0;
  top: 0;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.portfolio-block-three .inner-box:hover .image-box:after {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.portfolio-block-three .image a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block;
}
.portfolio-block-three .image img {
  display: block;
  width: 100%;
}
.portfolio-block-three .lower-content {
  position: relative;
  padding-top: 18px;
}
.portfolio-block-three .lower-content h4 {
  position: relative;
}
.portfolio-block-three .lower-content h4 a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 13px;
  padding-bottom: 17px;
}
.portfolio-block-three .lower-content h4 a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: 0;
  bottom: 0;
  background-color: #3b7eff;
}
.portfolio-block-three .lower-content p {
  color: rgba(0, 0, 0, 0.8);
}
.portfolio-block-three .lower-content p a {
  color: rgba(0, 0, 0, 0.8);
}
.portfolio-block-three .lower-content p a:hover {
  text-decoration: underline;
}

/*=== Portfolio Slide From Left ===*/
.portfolio-block-four {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-block-four .inner-box {
  position: relative;
  overflow: hidden;
}
.portfolio-block-four .image-box {
  position: relative;
  line-height: 0;
  padding-bottom: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
  overflow: hidden;
}
.portfolio-block-four .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.portfolio-block-four .image-box:after {
  position: absolute;
  left: -40px;
  right: 0;
  top: 0;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
}
.portfolio-block-four .inner-box:hover .image-box:after {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.portfolio-block-four .image a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block;
}
.portfolio-block-four .image img {
  display: block;
  width: 100%;
}
.portfolio-block-four .content-box {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px 15px 15px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.portfolio-block-four .inner-box:hover .content-box {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portfolio-block-four .content-box h4 {
  position: relative;
}
.portfolio-block-four .content-box h4 a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.portfolio-block-four .content-box p {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-block-four .content-box p a {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-block-four .content-box p a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
    Portfolio Single
====================================================================

***/
.portfolio-single-section {
  position: relative;
  padding: 100px 0 30px;
}

.portfolio-single-images {
  position: relative;
}
.portfolio-single-images .image {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-single-images .image img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.portfolio-single-images .owl-dots {
  align-items: center;
  margin-top: 0;
  justify-content: center;
}
.portfolio-single-images.images-gallery {
  position: relative;
  margin: 0 -15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.portfolio-single-images.images-gallery .image {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio-single-images.images-gallery .image img {
  border-radius: 7px;
  overflow: hidden;
}

.portfolio-single {
  position: relative;
  margin-bottom: 30px;
}
.portfolio-single h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}
.portfolio-single h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}
.portfolio-single p {
  margin: 0 0 1.7em;
}

.project-info-list {
  position: relative;
}
.project-info-list li {
  display: flex;
  align-items: center;
}
.project-info-list li a {
  color: inherit;
  transition: all 300ms ease;
}
.project-info-list li a:hover {
  color: #3b7eff;
}
.project-info-list li span {
  font-weight: 700;
  margin-right: 5px;
}

.portfolio-single .social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
}
.portfolio-single .social-links:before {
  content: "";
  width: 30px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3b7eff;
}
.portfolio-single .social-links li {
  font-size: 15px;
  margin-right: 12px;
  color: #4C4C4D;
}
.portfolio-single .social-links li a {
  color: inherit;
  opacity: 0.5;
}
.portfolio-single .portfolio-single-content {
  position: relative;
  display: flex;
}
.portfolio-single .portfolio-single-content p:last-child {
  margin-bottom: 0;
}
.portfolio-single .portfolio-single-content .aside-part {
  min-width: 25%;
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid #e5e5e5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.main-footer .widgets-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 5px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 30px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 43px;
}
.main-footer .logo {
  position: relative;
  top: -13px;
}
.main-footer .logo img {
  position: relative;
  height: 100px;
}
.main-footer .links-widget {
  position: relative;
}
.main-footer .list {
  position: relative;
}
.main-footer .list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  margin-bottom: 9px;
}
.main-footer .list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-footer .list li a:hover {
  color: #ffffff;
}
.main-footer .links-widget {
  position: relative;
}
.main-footer .newsletter-form {
  position: relative;
}
.main-footer .newsletter-form .form-group {
  position: relative;
}
.main-footer .newsletter-form .form-group input[type=text], .main-footer .newsletter-form .form-group input[type=email] {
  display: block;
  height: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  background: #ffffff;
  padding: 10px 20px;
  padding-right: 60px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .newsletter-form .form-group .theme-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  line-height: 45px;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  min-width: auto;
}

/*=== Widgets Section ===*/
/*=== Cities Widget ===*/
/*=== Newsletter form ===*/
.newsletter-form .response {
  position: relative;
}
.newsletter-form .response > div {
  padding: 0 15px;
  text-align: center;
}
.newsletter-form .response .success {
  background: #28a745;
  color: #ffffff;
}
.newsletter-form .response .failed {
  background-color: #dc3545;
  color: #ffffff;
}
.newsletter-form .response .text-info {
  background-color: #ffd658;
  color: #222222 !important;
}

/*===  Call Us ====*/
.main-footer .call-us {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-footer .call-us .service-num {
  display: flex;
  align-items: center;
}
.main-footer .call-us .service-num a {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  transition: all 300ms ease;
}
.main-footer .call-us .service-num a i {
  color: #3b7eff;
  margin-right: 20px;
}
.main-footer .call-us .service-num a:hover {
  color: #ffffff;
}
.main-footer .social-link {
  position: relative;
  display: flex;
  align-items: center;
}
.main-footer .social-link a {
  display: inline-block;
  margin-left: 18px;
  font-size: 16px;
  color: #ffffff;
}
.main-footer .footer-bottom {
  position: relative;
  width: 100%;
}
.main-footer .copyright-text {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 19px;
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding-bottom: 50px;
}
.main-footer .copyright-text a {
  display: inline-block;
  color: #6b6c80;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .copyright-text a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.main-footer.style-two {
  background: #ffffff;
}
.main-footer.style-two .call-us .service-num a, .main-footer.style-two .list li a, .main-footer.style-two .widget-title {
  color: #000000;
}
.main-footer.style-two .call-us .service-num a:hover, .main-footer.style-two .list li a:hover, .main-footer.style-two .social-link a {
  color: rgba(0, 0, 0, 0.5);
}
.main-footer.style-two .copyright-text {
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #dddddd;
}
.main-footer.style-two .newsletter-form .form-group input[type=text], .main-footer.style-two .newsletter-form .form-group input[type=email] {
  border: 1px solid #ccc;
}

/*=== Social Widget ===*/
/***

==================================================================
      Sidebar Page Container
==================================================================

***/
.sidebar-page-container {
  position: relative;
  overflow: hidden;
  padding: 100px 0 55px;
}
.sidebar-page-container .sidebar-side, .sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 50px;
}

.right-sidebar .content-side .our-shop, .right-sidebar .content-side .blog-post, .right-sidebar .content-side .blog-sidebar {
  margin-right: -30px;
}
.right-sidebar .sidebar-side .sidebar {
  padding-left: 30px;
}

.left-sidebar .content-side .blog-post, .left-sidebar .content-side .blog-sidebar {
  margin-left: -30px;
}
.left-sidebar .sidebar-side .sidebar {
  padding-right: 30px;
}

.sidebar-widget {
  position: relative;
  background: #ffffff;
  margin-bottom: 45px;
}

.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 23px;
}
.sidebar-page-container .sidebar-title h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  line-height: 26px;
}
.sidebar-page-container .sidebar-title h3 .icon {
  margin-right: 10px;
  color: #00642d;
  font-size: 15px;
}

/*Search Box Widget*/
.sidebar .search-box {
  position: relative;
}
.sidebar .search-box .form-group {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px;
}
.sidebar .search-box .form-group input[type=text], .sidebar .search-box .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 16px;
  color: #888888;
  line-height: 23px;
  padding: 10px 20px;
  height: 45px;
  width: 100%;
  border: 1px solid #ffeeed;
  background-color: #ffeeed;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .search-box .form-group input:focus {
  color: #222222;
}
.sidebar .search-box .form-group input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #00642d;
  color: #ffffff;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #00642d;
  color: #ffffff;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* Category Widget */
.category-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}
.category-widget .cat-list {
  position: relative;
}
.category-widget .cat-list li {
  position: relative;
}
.category-widget .cat-list li a {
  position: relative;
  display: block;
  -webkit-transition: none;
  transition: none;
  padding: 10px 0;
  color: #4C4C4D;
  line-height: 27px;
  border-bottom: 1px solid #E7E7E7;
}
.category-widget .cat-list li:first-child a {
  padding-top: 0;
}
.category-widget .cat-list li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Newslatters */
.sidebar .newslatters {
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}
.sidebar .newslatters .text {
  margin-bottom: 20px;
}
.sidebar .newslatters .form-group {
  position: relative;
  margin: 0px;
}
.sidebar .newslatters .form-group input[type=text], .sidebar .newslatters .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 13px;
  color: #000000;
  line-height: 23px;
  padding: 10px 20px;
  height: 45px;
  width: 100%;
  border: 1px solid #ffeeed;
  background-color: #ffeeed;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar .newslatters .form-group input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #00642d;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sidebar .newslatters .form-group button {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #00642d;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*=== Latest News ===*/
.latest-news {
  position: relative;
  padding: 30px 30px 15px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
}
.latest-news .post {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  min-height: 80px;
  border-bottom: 1px solid #DADCE2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.latest-news .post:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.latest-news .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
}
.latest-news .post .thumb img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: all 300ms ease;
}
.latest-news .post:hover .thumb img {
  opacity: 0.8;
}
.latest-news .post h5 {
  position: relative;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.latest-news .post .post-info {
  display: block;
  font-size: 13px;
  color: #7E7E80;
}

/*=== Tags ===*/
.tag-list {
  position: relative;
  display: block;
}
.tag-list li {
  position: relative;
  float: left;
}
.tag-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
  z-index: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  color: #000;
  background-color: #ffeeed;
  -webkit-border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.tag-list li a:before {
  content: "#";
  margin-right: 5px;
}
.tag-list li a:hover {
  background: #00642d;
  color: #ffffff;
}

/*=== Gallery Widget ===*/
.gallery-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}
.gallery-widget .gallery-outer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery-widget .gallery-outer figure {
  position: relative;
  width: 33.333333%;
  padding: 0 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.gallery-widget .gallery-outer figure img {
  display: block;
  width: 100%;
}

/*=== Shopping Cart ===*/
.cart-widget {
  position: relative;
  padding: 30px;
  border: 1px solid #DADCE2;
  border-radius: 7px;
  overflow: hidden;
}

.shopping-cart .cart-item {
  position: relative;
  width: 100%;
  padding-left: 75px;
  min-height: 60px;
  margin-bottom: 20px;
}
.shopping-cart .cart-item:last-child {
  border-bottom: 0;
}
.shopping-cart .cart-item .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shopping-cart .cart-item:hover .thumb {
  opacity: 0.7;
}
.shopping-cart .item-name {
  display: block;
  color: #333333;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shopping-cart .cart-item:hover .item-name {
  color: #333333;
}
.shopping-cart .item-quantity {
  position: relative;
  display: block;
  font-size: 15px;
  color: #4C4C4D;
}
.shopping-cart .item-amount {
  font-size: 17px;
}
.shopping-cart .product-detail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.shopping-cart .remove-item {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  z-index: 2;
  color: #4C4C4D;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shopping-cart .remove {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  text-decoration: underline;
}
.shopping-cart .cart-item .remove-item:hover {
  color: #4C4C4D;
}
.shopping-cart .cart-footer {
  position: relative;
  margin-top: 16px;
}
.shopping-cart .shopping-cart-total {
  width: 100%;
  margin: 0 0 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  font-size: 17px;
  display: inline-flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.shopping-cart .shopping-cart-total span {
  font-size: 15px;
}
.shopping-cart .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopping-cart .theme-btn {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: #00642d;
  border-radius: 7px;
  color: #ffffff;
  margin: 0 6px 0;
  padding: 0 15px;
  min-width: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-cart {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-cart-active {
  overflow: hidden;
}
.sidebar-cart-active .sidebar-cart {
  opacity: 1;
  visibility: visible;
}

.sidebar-cart .cart-back-drop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-cart .shopping-cart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  padding: 20px 20px 50px;
  overflow-y: auto;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-cart-active .sidebar-cart .shopping-cart {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.shopping-cart .cart-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.shopping-cart .cart-header .title {
  text-align: left;
  font-size: 15px;
  line-height: 21px;
}
.shopping-cart .cart-header .close-cart {
  font-size: 12px;
}

.sidebar-cart .cart-item {
  padding-left: 100px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}
.sidebar-cart .shopping-cart .cart-item .thumb {
  width: 75px;
  height: 74px;
}
.sidebar-cart .shopping-cart .theme-btn {
  margin: 0 0 15px;
  display: block;
  width: 100%;
}

/*** 

====================================================================
    Comment Form
====================================================================

***/
.comment-form {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.comment-form .default-form {
  position: relative;
  background: #ffffff;
}
.comment-form .form-outer sup, .comment-form .default-form sup {
  color: #3b7eff;
  font-size: 15px;
  top: 1px;
}
.comment-form .form-outer p {
  margin-bottom: 20px;
}
.comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}
.comment-form .rating-box .rating a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #999999;
  transition: all 300ms ease;
}
.comment-form .rating-box .rating a:hover {
  color: #F4C638;
}

.prod-tabs .comment-form .field-label {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

/*** 

====================================================================
	Our Shop
====================================================================

***/
.our-shop {
  position: relative;
}
.our-shop .shop-upper-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.shop-item {
  position: relative;
  margin-bottom: 30px;
}
.shop-item .inner-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  transition: all 300ms ease;
}
.shop-item:hover .inner-box {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
.shop-item .inner-box .image {
  position: relative;
  margin-bottom: 0;
}
.shop-item .inner-box .image img {
  display: block;
  width: 100%;
}
.shop-item .inner-box .onsale {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  height: 34px;
  padding: 7px 15px;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #ED4E40;
  border-radius: 0 7px 0 7px;
}
.shop-item .lower-content {
  position: relative;
  padding: 13px 19px 44px;
  z-index: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-item:hover .lower-content {
  margin-top: -75px;
  padding-bottom: 78px;
}
.shop-item .lower-content .rating {
  border-top-right-radius: 7px;
  opacity: 0;
  padding: 15px 19px 0px;
  background-color: #fff;
  left: 0;
  bottom: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  color: #FEC948;
  font-size: 13px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop-item .lower-content .rating .light {
  color: rgba(62, 74, 89, 0.2);
}
.shop-item:hover .rating {
  opacity: 1;
  bottom: 100%;
}
.shop-item .lower-content .name {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 8px 0 3px;
}
.shop-item .lower-content .name a {
  color: inherit;
}
.shop-item .price {
  font-size: 15px;
  color: #000000;
}
.shop-item .price del {
  font-size: 14px;
  color: #7E7E80;
  margin-left: 15px;
  margin-bottom: -1px;
}
.shop-item .lower-content .add-to-cart {
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #3b7eff;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.shop-item .lower-content .add-to-cart span {
  margin-right: 10px;
}
.shop-item .lower-content .add-to-cart:hover {
  color: #ffffff;
}
.shop-item:hover .add-to-cart {
  opacity: 1;
  bottom: 20px;
  -webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
  transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}

/*** 

====================================================================
		Product Details
====================================================================

***/
.product-details {
  position: relative;
  margin-top: 20px;
}
.product-details .basic-details {
  position: relative;
}
.product-details .image-column, .product-details .info-column {
  margin-bottom: 30px;
}
.product-details .image-column .image {
  position: relative;
  overflow: hidden;
}
.product-details .image-column .image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.product-details .image-column .image .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
}
.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 16px;
}
.product-details .basic-details .details-header h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  color: #000000;
}
.product-details .basic-details .details-header .category {
  position: relative;
  display: block;
  font-size: 14px;
  margin: 18px 0 18px;
  color: #000000;
}
.product-details .basic-details .details-header .category a {
  color: #000000;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.product-details .basic-details .details-header .rating {
  font-size: 14px;
  color: #ebba44;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.product-details .basic-details .details-header .reviews {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
}
.product-details .basic-details .details-header .item-price {
  font-size: 24px;
  color: #000000;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.product-details .basic-details .details-header .item-price del {
  color: #999999;
  margin-left: 10px;
  font-weight: 400;
}
.product-details .basic-details .text {
  margin-bottom: 20px;
}
.product-details .other-options {
  position: relative;
}
.product-details .other-options .item-quantity {
  float: left;
  font-size: 17px;
  line-height: 40px;
  color: #000000;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-details .other-options .item-quantity .qty {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 80px;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  background-color: #eef3f9;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.product-details .other-options .add-to-cart {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #3b7eff;
  color: #ffffff;
  font-weight: 600;
  min-width: auto;
  padding: 0 25px;
  border-radius: 7px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.shop-single .products-carousel-outer {
  position: relative;
  padding-left: 88px;
  margin: 0;
}
.shop-single .thumbs-carousel {
  position: absolute;
  left: 40px;
  top: -40px;
  transform: rotate(90deg);
  transform-origin: left;
  max-width: 246px;
  margin: 0 auto;
}
.shop-single .thumbs-carousel .thumb-box {
  position: relative;
  cursor: pointer;
}
.shop-single .thumbs-carousel .thumb-box figure {
  position: relative;
  margin-bottom: 0;
}
.shop-single .products-carousel-outer .thumbs-carousel img {
  transform: rotate(-90deg);
  width: 78px;
  height: auto;
}

/*** 

====================================================================
        Product Tabs
====================================================================

***/
.product-info-tabs {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8e8ec;
  margin-bottom: 50px;
}

.prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.prod-tabs .tab-btns .tab-btn {
  position: relative;
  float: left;
  margin-right: 25px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prod-tabs .tab-btns .tab-btn.active-btn {
  color: #000000;
  border-bottom-color: #3b7eff;
}
.prod-tabs .tabs-content .tab > .title {
  position: relative;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 400;
  color: #4b4342;
  margin-bottom: 0.5em;
}
.prod-tabs .tabs-content .tab .content {
  position: relative;
}
.prod-tabs .tabs-content .tab .content p {
  position: relative;
}

/*** 

====================================================================
        Related Products
====================================================================

***/
.related-products {
  position: relative;
}
.related-products .title {
  margin-bottom: 28px;
}
.related-products .title h2 {
  position: relative;
  font-weight: 600;
  color: #000;
  font-size: 28px;
}
.related-products .shop-item {
  margin-bottom: 30px;
  padding: 0 15px;
}
.related-products .owl-dots {
  margin-top: 0;
  justify-content: center;
}

/*** 

====================================================================
    Cart Section
====================================================================

***/
.cart-section {
  position: relative;
  padding: 100px 0 55px;
}
.cart-section .column {
  position: relative;
  margin-bottom: 30px;
}

.cart-outer {
  position: relative;
}
.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.cart-outer .cart-table {
  width: 100%;
  min-width: 800px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  color: #4C4C4D;
  font-size: 15px;
  line-height: 27px;
}

.cart-outer .cart-item {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.cart-table .cart-item {
  font-size: 17px;
  color: #5c6770;
}
.cart-table thead tr th {
  line-height: 30px;
  padding: 0 30px 15px;
  font-size: 16px;
  font-weight: 400;
}
.cart-table .cart-header .product-name {
  text-align: left;
  padding: 0;
}
.cart-table th {
  padding: 20px 30px;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}
.cart-table td {
  padding: 20px 30px;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}
.cart-table td a {
  color: inherit;
}
.cart-table .cart-item .quantity {
  position: relative;
}
.cart-table .cart-item .quantity .qty {
  background-color: #fff;
  font-size: 0.933333em;
  padding: 0 10px;
  border: 1px solid #edecec;
  max-width: 100%;
  margin: auto;
  min-width: 100px;
  min-height: 42px;
  margin-left: 10px;
  border-radius: 6px;
}
.cart-table .cart-item .product-remove a {
  font-size: 14px;
  color: #5c6770;
  background: transparent;
  text-align: center;
  display: block;
}
.cart-table td.product-remove {
  padding-left: 0;
}
.cart-table td.product-name, .cart-table td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}
.cart-table td.product-name {
  width: 300px;
  font-size: 15px;
  padding-left: 20px;
}
.cart-table td.product-thumbnail a img {
  min-width: 130px;
}
.cart-table td.product-name a {
  font-size: 15px;
  line-height: 24px;
  color: #1b2032;
}
.cart-table .item-quantity .qty {
  border: 1px solid #C5D2E2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  resize: none;
  height: 45px;
  line-height: 25px;
  font-size: 17px;
  font-weight: 400;
}
.cart-table .product-subtotal {
  text-align: right;
  padding-right: 0;
}

/* Cart Option */
.cart-section .cart-options {
  position: relative;
  margin: 30px 0 10px;
}
.cart-section .apply-coupon {
  position: relative;
}
.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.cart-section .apply-coupon .input {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 17px;
  line-height: 20px;
  padding: 9px 18px;
  height: 40px;
  min-width: 242px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #C5D2E2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cart-section .apply-coupon .form-group .theme-btn {
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
}
.cart-section .totals-table {
  position: relative;
  background: #ffffff;
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
}
.cart-section .totals-table li {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cart-section .totals-table li h3 {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.cart-section .totals-table li .shipping-info {
  position: relative;
  margin-bottom: 20px;
}
.cart-section .totals-table li .shipping-info span {
  display: block;
}
.cart-section .totals-table li .shipping-info .shipping {
  margin-bottom: 5px;
}
.cart-section .totals-table .change-address {
  position: relative;
  display: inline-block;
  color: #000000;
  margin-top: 10px;
}
.cart-section .totals-table .change-address a {
  color: inherit;
  text-decoration: underline;
}
.cart-section .totals-table .col {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
}
.cart-section .totals-table .col:last-child {
  text-align: right;
}
.cart-section .totals-table .price {
  font-size: 22px;
}
.cart-section .totals-table .total-price {
  font-size: 22px;
  font-weight: 700;
}
.cart-section .totals-table .theme-btn {
  margin-top: 10px;
}

/***

====================================================================
    CheckOut Page
====================================================================

***/
.checkout-page {
  position: relative;
  padding: 100px 0 55px;
}
.checkout-page .column {
  position: relative;
  margin-bottom: 30px;
}
.checkout-page .title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.checkout-page .coupen-outer {
  position: relative;
}
.checkout-page .coupen-outer .upper-box {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 20px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 36px;
  color: #fff;
  background: -webkit-linear-gradient(-10deg, #5163DD, #6177E4);
  background: linear-gradient(-10deg, #5163DD, #6177E4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-page .coupen-outer .upper-box .text {
  color: #ffffff;
  line-height: 26px;
}
.checkout-page .coupen-outer .upper-box .text .icon {
  position: static;
  float: left;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  margin-right: 10px;
}
.checkout-page .coupen-outer .form-group {
  position: relative;
  margin-bottom: 30px;
}
.checkout-page .coupen-outer label {
  margin-bottom: 20px;
}
.checkout-page .coupen-outer .input {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 23px;
  padding: 10px 18px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #C5D2E2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 22px;
}
.checkout-page .coupen-outer .form-group .theme-btn {
  margin-top: 20px;
}

.checkout-form {
  position: relative;
  background: #ffffff;
}
.checkout-form .default-form .field-label {
  position: relative;
  display: block;
  margin-bottom: 2px;
}
.checkout-form .default-form .form-group input {
  margin-bottom: 10px;
}
.checkout-form .default-form .form-group input:last-child {
  margin-bottom: 0;
}
.checkout-form .default-form .form-group textarea {
  height: 63px;
}
.checkout-form .column {
  margin-bottom: 50px;
}

.order-box {
  position: relative;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.order-box h3 {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 20px;
}
.order-box table {
  width: 100%;
}
.order-box .product-total .amount {
  font-size: 17px;
}
.order-box table th {
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.order-box table td {
  padding: 10px 0;
}
.order-box table th:last-child, .order-box table td:last-child {
  position: relative;
  text-align: right;
  font-weight: 400;
}
.order-box .order-total .amount {
  font-size: 25px;
  font-weight: 400;
}
.order-box tfoot .order-total td, .order-box tfoot .order-total th {
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  margin-bottom: 15px;
}

.payment-options li {
  position: relative;
  margin-bottom: 15px;
}
.payment-options li .radio-option {
  position: relative;
}
.payment-options li .radio-option input {
  position: absolute;
  left: 0;
  top: 3px;
}
.payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 400;
  color: #1b2032;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  cursor: pointer;
}
.payment-options li .radio-option label .small-text {
  position: relative;
  margin-top: 20px;
  margin-left: -30px;
  line-height: 23px;
  padding: 15px;
  color: #fff;
  border-radius: 7px;
  background: -webkit-linear-gradient(-10deg, #5163DD, #6177E4);
  background: linear-gradient(-10deg, #5163DD, #6177E4);
  display: none;
}
.payment-options li .radio-option input:checked + label .small-text {
  display: block;
}
.payment-options li .radio-option label img {
  position: relative;
  margin-left: 15px;
}
.payment-options .btn-box .theme-btn {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

/*** 

====================================================================
  	Contact
====================================================================

***/
.contact-form-section {
  position: relative;
  padding: 100px 0 50px;
}
.contact-form-section .form-outer {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}
.contact-form-section .image-column {
  position: relative;
}
.contact-form-section .layer-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-form-section .form-column {
  position: relative;
}
.contact-form-section .contact-form {
  position: relative;
  padding: 40px 35px 40px;
}
.contact-form-section .contact-form .title {
  margin-bottom: 40px;
}
.contact-form-section .contact-form .title h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.contact-form-section .contact-form textarea {
  height: 120px;
  margin-bottom: 10px;
}
.contact-form-section .info-outer {
  position: relative;
  padding: 20px 0 10px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 40px;
}
.contact-info-block .inner-box {
  position: relative;
  min-height: 80px;
  padding-left: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contact-info-block .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-info-block .name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 9px;
}
.contact-info-block .name a {
  color: inherit;
}
.contact-info-block .info {
  position: relative;
  display: block;
  line-height: 1em;
}
.contact-info-block .info a {
  color: inherit;
}
.contact-info-block .sub-title {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 20px;
  color: #00642d;
  background: #ffeeed;
  border-radius: 10px;
  margin-bottom: 15px;
}

.contact-map-section {
  position: relative;
}
.contact-map-section iframe {
  position: relative;
  display: block;
}

/* RESPONSIVE  */
@media only screen and (max-width: 1600px) {
  .header-style-four .header-top .inner-container, .header-style-four .menu-box {
    max-width: initial;
    margin: 0;
  }
}
@media only screen and (max-width: 1139px) {
  .quote-style-one p br, .main-header .service_wrapper {
    display: none;
  }

  .main-menu .navigation > li > .mega-menu {
    width: 1000px !important;
  }

  .fluid-section-three .content-column > .inner-column, .services-section.style-two .text-column .inner-column {
    padding-left: 15px;
  }

  .testimonials-section-two {
    padding: 100px 0 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .hide-sm {
    display: none !important;
  }

  .main-header {
    position: relative;
  }
  .main-header .header-top, .main-header .main-box {
    display: none !important;
  }

  .mobile-header {
    position: relative;
    display: block;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 20px 15px;
  }

  .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .main-header .nav-outer .main-menu {
    display: none;
  }

  .nav-outer .mobile-nav-toggler {
    padding: 5px 0;
  }

  .mobile-header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .fixed-header .mobile-sticky-header {
    opacity: 1;
    visibility: visible;
  }

  /*=== Mega Menu Style ===*/
  .mega-menu {
    width: 100% !important;
  }

  .mobile-menu .navigation > li.has-mega-menu {
    position: relative !important;
  }
  .mobile-menu .navigation > li .mega-menu-bar .column {
    padding: 0px;
  }
  .mobile-menu .navigation > li .mega-menu-bar .column > ul > li {
    border-bottom: none;
    opacity: 1 !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
  }
  .mobile-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mobile-menu .navigation > li > .mega-menu {
    position: relative;
    width: 100%;
    padding: 0px !important;
    background: none !important;
    margin: 0px !important;
    left: 0px !important;
    top: 0px !important;
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mobile-menu .navigation > li > .mega-menu .row {
    margin: 0px;
    width: 100%;
  }
  .mobile-menu .navigation > li > .mega-menu:before {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0px;
    outline: none;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .mobile-menu .navigation > li > .mega-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  /*=== End Mega Menu Style ===*/
  .main-footer .widget-title {
    margin-bottom: 20px;
  }

  .sec-title h3 {
    font-size: 28px;
  }

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

  .fact-counter {
    padding-top: 50px;
  }
  .fact-counter .counter-column {
    margin-top: 0;
  }
  .fact-counter .counter-column .inner-column {
    padding: 30px;
    text-align: center;
  }
  .fact-counter .counter-column .icon {
    position: relative;
    display: block;
    margin: 0 auto 15px;
    border-radius: 10px;
  }

  .fluid-section-four .image-column, .contact-form-section .image-column, .fluid-section-four .image-column .image-layer, .fluid-section-three .image-column .image-layer, .fluid-section-two .image-column, .fluid-section-three .image-column, .brand-block .image-column {
    height: 300px;
    border-radius: 0;
  }

  .contact-form-section .layer-image {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .fluid-section-four .image-column {
    margin: 0;
  }

  .services-section .text-column .inner-column {
    padding-right: 0;
  }

  .features-section {
    padding: 70px 0 30px;
  }
  .features-section .feature-block-three {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .fluid-section-two .content-column .inner-column {
    padding: 70px 15px;
    min-width: 100%;
  }

  .call-to-action.style-three .btn-box {
    text-align: center;
  }
  .call-to-action.style-three .theme-btn {
    margin: 0 15px 15px;
    text-align: center;
  }

  .services-section.style-two .row {
    margin: 0;
  }
  .services-section.style-two .text-column .inner-column {
    padding: 0;
    width: 100%;
  }

  .features-section-three .skills-outer .inner-column, .fluid-section-two.style-two .content-column {
    padding-left: 0;
  }

  .fluid-section-four .content-column .inner-column, .fluid-section-three .content-column > .inner-column {
    padding: 0;
  }

  .banner-box-five .content {
    padding: 60px;
  }

  .row.content .column {
    margin-bottom: 30px;
  }

  .blog-checkerboard .news-block {
    padding: 0 15px;
  }
  .blog-checkerboard .news-block.style-two .image-box .date {
    right: auto;
    left: 0;
    border-top-right-radius: 0;
  }
  .blog-checkerboard .news-block .inner-box, .blog-checkerboard .news-block.style-two .inner-box {
    flex-direction: column;
  }
  .blog-checkerboard .news-block .image-box, .blog-checkerboard .news-block.style-two .image-box {
    order: 0;
    width: 100% !important;
  }
  .blog-checkerboard .news-block .lower-content, .blog-checkerboard .news-block.style-two .lower-content {
    text-align: left;
    width: 100% !important;
  }

  .right-sidebar .content-side .our-shop, .right-sidebar .content-side .blog-post, .right-sidebar .content-side .blog-sidebar {
    margin-right: 0;
  }
  .right-sidebar .sidebar-side .sidebar {
    padding-left: 0;
  }

  .left-sidebar .sidebar-side {
    order: 2;
  }
  .left-sidebar .sidebar-side .sidebar {
    padding-right: 0;
  }
  .left-sidebar .content-side .blog-post, .left-sidebar .content-side .blog-sidebar {
    margin-left: 0;
  }

  .portfolio-motion-category .category-column {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .portfolio-motion-category .category-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }
  .portfolio-motion-category .category-title .toggle-btn {
    display: block;
  }
  .portfolio-motion-category .category-column .blocks-outer {
    display: none;
    margin-bottom: 30px;
    max-height: 50vh;
  }

  .portfolio-single .portfolio-single-content {
    flex-direction: column;
  }
  .portfolio-single .portfolio-single-content .aside-part {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 30px;
  }

  .portfolio-single-images.images-gallery .image {
    width: 33.3333333%;
  }

  .product-details .basic-details .details-header h4 {
    font-size: 32px;
  }

  .news-block.style-two-even {
    padding: 0 15px;
  }
  .news-block.style-two-even .inner-box {
    flex-direction: column;
  }
  .news-block.style-two-even .lower-content, .news-block.style-two-even .image-box {
    width: 100%;
  }

  .content-elements .row.content.buttons .column {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action .content {
    flex-direction: column;
  }
  .call-to-action .sec-title-two {
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .call-to-action .sec-title-two .icon {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .sec-title-two h3 {
    font-size: 26px;
  }

  .feature-block .image-column, .feature-block .content-column {
    min-height: 450px;
  }

  .process-section .btn-box .text br, .process-block .icon-box .roadmap-divider, .feature-block .text br {
    display: none;
  }

  .process-block .inner-box {
    text-align: center;
  }
  .process-block .icon-box {
    display: inline-block;
  }

  .main-slider h2 {
    font-size: 54px;
  }

  .free-consultation {
    background-image: none !important;
    background-color: #eee;
    padding: 70px 0;
  }

  .call-to-action.style-three .sec-title-two, .free-consultation .column .inner-column {
    padding-left: 0;
  }

  .page-title h1 {
    font-size: 46px;
  }

  .process-block-two .inner-box, .fact-counter-two .counter-column .inner-column {
    text-align: center;
  }

  .process-block-two .icon-box {
    display: inline-flex;
    margin-bottom: 0px;
  }
  .process-block-two .icon-box .roadmap-divider {
    display: none;
  }

  .banner-box-five .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .banner-box-five .content .desc {
    margin-bottom: 20px;
  }

  .portfolio-single-images.images-gallery .image {
    width: 50%;
  }

  .cart-table td.product-thumbnail a img {
    min-width: 50px;
  }

  .post-controls {
    align-items: inherit;
    flex-direction: row;
  }
  .post-controls .post {
    padding-left: 50px;
  }
  .post-controls .post img {
    display: none;
  }
  .post-controls .next-post .post {
    padding-right: 0;
    padding-left: 50px;
  }
  .post-controls .next-post .post:hover {
    padding-right: 0;
  }
  .post-controls .prev-post .post:hover {
    padding: 0;
    padding-left: 50px;
  }
  .post-controls .post {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .post-controls .post h5 {
    margin-bottom: -22px;
  }
}
@media only screen and (max-width: 599px) {
  .news-block .post-option .social-share {
    margin-left: 20px;
  }

  .consultation-section .form-style-one {
    padding: 40px 20px 20px;
  }

  .sec-title-two {
    padding-left: 0;
  }
  .sec-title-two .icon {
    position: relative;
    display: inherit;
    left: 0;
    top: 0;
    width: auto;
  }

  .fun-fact-section .text-column .text {
    padding-left: 0;
    text-align: center;
  }

  .quote-style-one {
    padding: 0;
    text-align: center;
  }
  .quote-style-one .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .quote-style-one .author {
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
  .quote-style-one .author:before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .brand-section .upper-banner {
    text-align: center;
  }

  .main-slider h2 {
    font-size: 42px;
  }
  .main-slider .text {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonials-section-two .testimonial-carousel {
    padding: 0;
  }

  .brand-block .content-column .inner-column {
    padding: 40px 15px 40px;
  }

  .feature-block-two .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }

  .feature-block-three .inner-box .content, .feature-block-two .inner-box {
    padding-left: 0;
    text-align: center;
  }

  .testimonials-block-two p {
    font-size: 18px;
    line-height: 28px;
  }

  .request-form .form-group button {
    width: 100%;
  }

  .feature-block-three .inner-box .icon {
    display: inline-block;
    position: relative;
    top: 0;
    margin-bottom: 20px;
    transform: none;
  }

  .service-block-two .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .service-block-two .inner-box {
    padding-left: 0;
  }

  .feature-block-four .inner-box {
    padding: 40px 20px;
  }

  .page-title h1 {
    font-size: 28px;
  }

  .brand-block h2 {
    font-size: 24px;
  }

  .fact-counter-three .counter-column .icon {
    position: relative;
    display: block;
    margin: 0 auto 20px;
  }
  .fact-counter-three .counter-column .inner-column {
    padding: 30px;
    text-align: center;
  }

  .testimonials-block .inner-box {
    padding: 60px 30px;
    text-align: center;
  }
  .testimonials-block .image {
    position: relative;
    right: 0;
    margin: 0 auto 20px;
  }

  .banner-box-five .content {
    padding: 30px;
  }

  .testimonials-block-three .text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .banner-box-six .title {
    font-size: 18px;
  }

  .author-box .image-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .author-box .inner-box {
    padding-left: 0;
    text-align: center;
  }

  .post-controls {
    flex-direction: row;
    justify-content: space-between;
  }
  .post-controls > div {
    margin: 20px 0;
    width: 100%;
  }
  .post-controls .next-post .post:before, .post-controls .next-post .post img {
    right: auto;
    left: 0;
  }
  .post-controls .next-post .post:hover {
    padding-right: 0;
  }
  .post-controls .next-post .post:hover img {
    left: 35px;
  }
  .post-controls .archive-dots {
    display: none;
  }
  .post-controls .title, .post-controls .next-post .post {
    padding-right: 0;
    text-align: left;
  }

  .news-block .post-format-quote, .news-block .post-format-link {
    padding: 70px 30px;
  }
  .news-block .post-format-quote, .news-block .post-format-link a {
    font-size: 22px;
    line-height: 1.2em;
  }

  .portfolio-asymetric .portfolio-block {
    margin-bottom: 20px;
  }
  .portfolio-asymetric .portfolio-block .inner-box {
    padding: 0 !important;
  }

  .portfolio-single h3 {
    font-size: 24px;
  }

  .shop-upper-box {
    flex-direction: column;
    display: flex;
  }
  .shop-upper-box > div {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .checkout-page .coupen-outer .form-group .theme-btn, .cart-section .totals-table .theme-btn {
    width: 100%;
  }

  .checkout-page .coupen-outer .upper-box button {
    display: none;
  }

  .contact-form-section .contact-form {
    padding: 40px 20px;
  }

  .contact-info-block .inner-box {
    padding-left: 0;
    text-align: center;
  }
  .contact-info-block .thumb {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px;
  }

  .shop-single .products-carousel-outer {
    padding-left: 0;
  }
  .shop-single .products-carousel-outer .thumbs-carousel {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .shop-single .products-carousel-outer .thumbs-carousel img {
    transform: none;
  }

  .post-controls .post {
    justify-content: flex-start;
  }
  .post-controls .title {
    margin-bottom: 5px;
  }

  .blog-post > .news-block .date {
    padding: 15px 30px 10px 10px;
  }
}
@media only screen and (max-width: 576px) {
  .post-controls {
    padding: 10px 0;
  }
  .post-controls .post > h5, .post-controls .post > span {
    display: none;
  }
  .post-controls .prev-post .post::after {
    content: "Prev Post";
    color: #4C4C4D;
  }
  .post-controls .next-post .post::after {
    content: "Next Post";
    color: #4C4C4D;
  }
  .post-controls .title {
    display: none;
  }
  .post-controls .post:before {
    background-color: inherit;
    color: #3b7eff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .post-controls .post:hover:before {
    background-color: #3b7eff;
    color: #fff;
    width: 40px;
  }
  .post-controls .next-post .post {
    float: right;
    padding-left: 0;
    padding-right: 50px;
  }
  .post-controls .next-post .post:before {
    left: auto;
    right: 0;
  }
  .post-controls .next-post .post:hover {
    padding: 0;
    padding-right: 50px;
  }
  .post-controls > div {
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .cart-section .apply-coupon .form-group {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .cart-section .apply-coupon .form-group .theme-btn {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
  .cart-section .apply-coupon .input {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .order-box table td {
    font-size: 14px;
  }

  .post-controls .post h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -2px;
  }
  .post-controls .post .post-date {
    font-size: 12px;
  }
}
.main-header .logo img {
  max-height: 100px;
}
@media only screen and (max-width: 992px) {
  .main-header .logo img {
    max-height: 60px;
  }
}

.bg-tertiary {
  background: #1CC88A;
}

.organigrama-section {
  padding: 50px 10px;
}
.organigrama-section .organigrama {
  text-align: center;
}

.title-section {
  position: relative;
  padding: 113px 0 60px;
}

.main-header .service_wrapper .icon {
  position: relative;
  color: #3b7eff;
}
.main-header .service_wrapper .icon img {
  width: 80px;
}

.main-header .service_wrapper {
  position: relative;
  padding-left: 50px;
  margin-right: 0px;
}

.main-header .service_wrapper {
  position: relative;
  margin-left: 75px;
  padding: 0px;
}

.thefirst-letter p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 0 1.7em;
}
.thefirst-letter > p:first-child::first-letter {
  font-size: 24px;
  font-weight: 700;
  float: left;
  display: inline-block;
  padding: 10px 18px;
  margin-right: 18px;
  margin-bottom: 3px;
  color: #00642d;
  background: #d1d3e2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.contact-info-block .info {
  margin-bottom: 9px;
  text-align: center;
}
.contact-info-block .name {
  text-align: center;
}
.contact-info-block .sub-title {
  text-align: center;
}

.main-header .outer-box {
  margin: 0px;
  padding: 0px;
}
.main-header .outer-box .service_wrapper {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.main-header .outer-box .service_wrapper .icon img {
  width: 105px;
}

.feature-block-four .inner-box {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.protocolos .inner-column {
  padding: 30px !important;
  background-color: white;
  text-align: center;
}
.protocolos .inner-column .icon {
  position: relative;
  color: #08090a;
}
.protocolos .inner-column .text {
  color: #08090a;
}
.protocolos .inner-column:hover {
  background-color: #08090a !important;
}
.protocolos .inner-column:hover .icon {
  color: white;
}
.protocolos .inner-column:hover .text {
  color: white;
}

.directivos .case-block .lower-content .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 8px 20px;
  color: #00642d;
  background: #ffeeed;
  border-radius: 10px;
  margin-bottom: 15px;
}
.directivos .case-block .lower-content .text:before {
  top: 0;
  content: none;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #dadce2;
  position: absolute;
  left: calc(50% - 15px);
}

.page-directivos .director {
  padding-top: 0px;
}

.sidebar .proximos-eventos {
  position: relative;
  padding: 30px;
  border: 1px solid #dddfeb;
  border-radius: 7px;
  overflow: hidden;
}
.sidebar .proximos-eventos .text {
  margin-bottom: 20px;
}
.sidebar .proximos-eventos li {
  margin: 20px 0px 20px 0px;
}
.sidebar .proximos-eventos li .item-calendar {
  border: 1px solid #dddfeb;
  padding: 15px 0px 15px 0px;
}
.sidebar .proximos-eventos li .item-calendar a {
  color: #08090a;
}
.sidebar .proximos-eventos li .item-calendar a .event-date {
  padding: 10px;
  background: #00642d;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
}
.sidebar .proximos-eventos li .item-calendar:hover {
  background: #08090a;
}
.sidebar .proximos-eventos li .item-calendar:hover a {
  color: white;
}
.sidebar .proximos-eventos li .item-calendar:hover a .event-date {
  background: #08090a;
}

.main-footer .call-us {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 20px;
}
.main-footer .call-us .service-num {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .main-footer .logo {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-footer .links-widget {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-footer .call-us {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-footer .call-us {
    text-align: center;
    display: block;
  }
  .main-footer .call-us .social-link {
    display: block;
  }
}

.feature-block-four .icon {
  color: white !important;
}

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