@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4cbd89;
  --secondary: #8f9397;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f8f9;
  --dark: #343a40;
  --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);
}

footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8f9397;
  text-align: left;
  background-color: #ffffff;
}

h1, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.3rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #4cbd89;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #3a9c6f;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"] {
  -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 {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1, h4, h5, h6, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #343a40;
}

h1 {
  font-size: 2.1875rem;
}

@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.34375rem + 1.125vw) ;
  }
}

h4 {
  font-size: 1.3125rem;
}

@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}

h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.display-4 {
  font-size: 3.5rem;

  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.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;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-6, .col-md-6, .col-md-8, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-9, .col-lg-12, .col-xl-3, .col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #dfe2e5;
  border-radius: 3px;
  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:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #4cbd89;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #8f9397;
  opacity: 1;
}

.form-control:disabled {
  background-color: #f0f1f3;
  opacity: 1;
}

.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: #28a745;
}

.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: #dc3545;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #8f9397;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 3px;
  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: #8f9397;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:disabled {
  opacity: 0.65;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3a9c6f;
  border-color: #369368;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #757a7e;
  border-color: #6f7377;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(160, 163, 167, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dadfe3;
  border-color: #d3d8de;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(215, 216, 218, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4cbd89;
  border-color: #4cbd89;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(76, 189, 137, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #8f9397;
  border-color: #8f9397;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(143, 147, 151, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(247, 248, 249, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  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-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 1rem 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #8f9397;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #8f9397 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #4cbd89 !important;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:active {
  color: #4cbd89;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item:disabled {
  color: #8f9397;
  pointer-events: none;
  background-color: transparent;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4cbd89;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ceeddf;
  border-color: #ceeddf;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  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-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0;
  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: 991.98px) {
  .navbar-expand-lg > .container {
    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: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .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: #8f9397;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #4cbd89;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #4cbd89;
}

.navbar-light .navbar-toggler {
  color: #8f9397;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.bg-light {
  background-color: #f7f8f9 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

@supports (position: sticky) {
}

.w-auto {
  width: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.py-9 {
  padding-top: 11rem !important;
}

.py-9 {
  padding-bottom: 11rem !important;
}

.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.font-weight-bold {
  font-weight: 600 !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
}

.dropdown-menu {
  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);
}

.dropdown-item {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.dropdown-toggle:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 0.6rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.dropdown-menu .dropdown-toggle:after {
  position: absolute;
  right: 25px;
  top: 10px;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    opacity: 1;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1rem;
  }
}

.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 84px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* navbar toggler*/
.navbar-toggler {
  margin-bottom: 0;
  border: 0;
}

/* Header brand */
.navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand .navbar-brand-item {
  height: 67px;
  display: block;
  max-width: 100%;
  width: auto;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    overflow-y: scroll;
    max-height: 350px;
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav .nav-link {
    line-height: 44px;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 0;
  }
  .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    position: relative;
  }
  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 30px;
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}

.nav.flex-column .nav-link {
  padding-left: 0;
  padding-top: 0.30rem;
  padding-bottom: 0.30rem;
}

/*buttons*/
.btn {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn i {
  margin-right: 10px;
}

.btn-grad {
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}

.btn-grad:active, .btn-grad:focus, .btn-grad:hover {
  color: #ffffff;
  background-position: left bottom;
}

/*List style*/

/*list group borderless*/

/*list group inline*/

.list-group-inline .list-group-item {
  border: none;
  display: inline-block;
  color: #8f9397;
  padding: 0.425rem 0;
  margin-right: 30px;
  width: auto;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  background: transparent;
  color: #4cbd89;
}

.list-group-number .list-group-item-action {
  font-weight: 500;
}

.list-group-number .list-group-item-action:last-child {
  margin-right: 0;
}

.list-group-number span {
  background: #f0f1f3;
  color: #8f9397;
  font-weight: 600;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 11px;
}

/* Tab */

/*tab-line*/

/*tab-bordered*/

/*tab-dark*/

/*tab-gradient*/

/*tab-with-icon*/

/*tab-with-icon*/

/*----------------------------------------------------------------------
  * Wizixo - Multipurpose Corporate theme
  * General Styles
------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

input,
button {
  margin-bottom: 20px;
}

*:focus {
  outline: none !important;
}

/*Highlight Color*/
::selection {
  color: #ffffff;
  background: #4cbd89;
}

::-moz-selection {
  color: #ffffff;
  background: #4cbd89;
}

/*font family*/

/*===============================
            TITLE 
=================================*/

/*BACK TOP TOP*/
.back-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 13px 14px !important;
  position: fixed !important;
  bottom: 25px;
  right: 25px;
  border-radius: 3px;
  display: block;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-top i {
  font-size: 12px;
  color: #ffffff;
  margin: 0 !important;
  display: block;
}

/*PRE LOADER*/
.preloader {
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Animation delay*/

/*===============================
      INNERPAGE BANNER
=================================*/
.innerpage-banner {
  position: relative;
}

.innerpage-banner .breadcrumb {
  position: absolute;
}

.innerpage-banner.center {
  text-align: center;
}

.innerpage-banner.center .breadcrumb {
  left: 0px;
  top: 100%;
  right: 0;
  display: block;
}

.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover i {
  color: #4cbd89;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f111" !important;
  padding: 0 12px 0 0px !important;
  font-family: 'FontAwesome';
  font-size: 7px;
  vertical-align: middle;
  color: #ffffff !important;
}

/*===============================
      CONTACT PAGE
=================================*/
/*Google map*/

/*===============================
      TIMELINE 
=================================*/

/*Error page*/

/*===============================
      IE 10+ specific styles
=================================*/

@media (max-width: 1199.98px) {
  .container {
    width: 94%;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100% !important;
    padding: 0 15px;
  }
}

/* ===================================
        COLORS AND OVERLAY
====================================== */
/* text color */

/* icon color */

/* background color */

/*Gradient overlay*/

/*Dark overlay*/

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}

.bg-overlay-dark-7:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*pattern overlay*/

/*SVG fill colors*/

/* ===================================
        HELPERS
====================================== */
/*On hover*/

.primary-hover a {
  color: #8f9397;
}

.primary-hover a:hover {
  color: #4cbd89 !important;
}

.primary-hover li {
  color: #8f9397;
}

.primary-hover li:hover {
  color: #4cbd89 !important;
}

/*rotate*/

/*shadow*/

/*border and border radius*/

.border-radius-left-0 {
  border-radius: 0px 3px 3px 0px !important;
}

.border-radius-right-0 {
  border-radius: 3px 0px 0px 3px !important;
}

.border-right-0 {
  border-right: 0;
}

/*height and width*/

/*display font size extend*/

.display-8 {
  font-size: 1.2rem;
}

/*positions*/

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

/*opacity*/

/*overflow*/

/*triangle down*/

/* wave*/

/*===============================
        MARGIN PADDING   
=================================*/
section {
  padding-top: 5rem;
  padding-bottom: 3.8rem;
}

@media (max-width: 991.98px) {
  section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

/*===============================
           HEADER  
=================================*/
/*TOP BAR*/
.navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: .2rem 0;
}

.navbar-top a {
  color: #8f9397;
  font-size: 0.8125rem;
}

.navbar-top a:hover {
  color: #4cbd89;
}

header {
  position: relative;
  z-index: 99;
}

/*header transparent*/

/*Header sticky*/

@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    line-height: 40px;
  }
  .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand .navbar-brand-item {
    height: 30px;
  }
}

/*megamenu dropdown menu full width in container fluid*/

/*===============================
     HAMBURGER MENU(Home 10)
=================================*/

/*===============================
					FOOTER 	
=================================*/

footer .widget {
  position: relative;
  margin-bottom: 20px;
}

/*footer dark*/

/*===============================
			   PORTFOLIO 
=================================*/

/*Portfolio style 2*/

/*Portfolio style 2 normal*/

/*Portfolio style 2 hover*/

/*portfolio filter*/

/*nav-tabs-style-1*/

/*nav-tabs-style-2*/

/*nav-tabs-style-3*/

/*nav-tabs-style-4*/

/*===============================
			 INDEX PORTFOLIO
=================================*/

@media (max-width: 1199.98px) {
  /*home personal portfolio*/
}

/*===============================
			    BLOG POST
=================================*/

/*Post style 1*/

/*Post style 2*/

/*Post style 3*/

/*===============================
			 BLOG PAGE
=================================*/

/*blog grid*/

/*Sidebar*/

/*widget post*/

/*widget newsletter*/

/*blog single page*/

/* ===================================
			     components
====================================== */
/*accordion*/
.accordion {
  margin-bottom: 30px;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-title {
  background-color: #f0f1f3;
}

.accordion-title a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
  color: #343a40;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.accordion-title a:after {
  content: "\f068";
  font-family: 'Fontawesome';
  position: absolute;
  top: 50%;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 10px;
  right: 8px;
  padding: 15px;
  color: #343a40;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-title a.collapsed:after {
  content: "\f067";
}

.accordion-content {
  padding: 16px 16px 0;
}

/*accordion primary color*/

/*accordion dark*/

/*accordion gradient color*/
.accordion-grad .accordion-title a {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}

.accordion-grad .accordion-title a {
  color: #ffffff;
}

.accordion-grad .accordion-title a:after {
  color: #ffffff;
}

.accordion-grad .accordion-title a.collapsed {
  background: #f0f1f3;
  color: #343a40;
}

.accordion-grad .accordion-title a.collapsed:after {
  color: #343a40;
}

/*accordion line*/

/*toggle icon left*/

/*feature-box */

/*feature box style 1*/

/*feature-box style 2*/

/*feature-box style 3*/

/*feature-box style 4*/

/*feature-box style 5*/

/*package*/

/*pricing*/

/*pricing-dark*/

/*pricing ribbon*/

/* testimonials */

/*testimonials border*/

/*testimonials border hover*/

/*process*/

/*Process style 2 advance*/

/*blockquote*/

/*bg-primary*/

/*bg-dark*/

/*bg-grad*/

/*bg-light*/

/*primary-line*/

/*gray-line*/

/*grad-line*/

/* Swiper slider styles*/
/*Slider buttons*/

/*Slider arrow*/

/*Slider pagination*/

/*owl controls*/

/*owl-carousel dots*/

/*dots position*/

/*owl-nav*/

/*arrow-visible*/

/*arrow on hover*/

/*arrow-dark*/

/*arrow-gray */

/*arrow-transparent */

/*arrow-round */

/*arrow-border */

/*arrow-large*/

/*arrow-only*/

/*arrow-position bottom*/

/*divider*/
.divider {
  color: #8f9397;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  line-height: 0em;
}

.divider:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 0em;
  margin: 0 0 0 -100%;
  vertical-align: middle;
  width: 50%;
}

.divider:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0 -100%;
  vertical-align: middle;
  width: 50%;
  margin: 0 -100% 0 0;
}

/*social icons*/
.social-icons {
  padding: 0;
  line-height: 0;
}

.social-icons .social-icons-item {
  display: inline-block;
  list-style: none;
  line-height: 10px;
  margin: 0 5px 5px 0;
}

.social-icons-link {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  background: transparent;
  color: #343a40;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*dark*/

/*light*/

/*round*/

/*square*/

/*border*/

/*large*/

/*medium*/

/*colored*/

/*hover effect*/
.social-icons .social-icons-link:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/* team */

/*team hover*/

/*team bordered*/

/*Team grid*/

/*social icon on hover*/

/* skill */

/*skill gradient*/

/*skill dark*/

/*skill square*/

/*skill percent*/

/*percent light*/

/*Skill size*/

/*skill-text-in*/

/*counter*/

/*counter medium*/

/*counter small*/

/*counter light*/

/*counter gradient text*/

/*counter style-2*/

/* animated headlines*/

/* -------------------------------- 

xrotate-1 

-------------------------------- */

/* -------------------------------- 

xtype 

-------------------------------- */

/* -------------------------------- 

xrotate-2 

-------------------------------- */

/* -------------------------------- 

xloading-bar 

-------------------------------- */

/* -------------------------------- 

xslide 

-------------------------------- */

/* -------------------------------- 

xclip 

-------------------------------- */

/* -------------------------------- 

xzoom 

-------------------------------- */

/* -------------------------------- 

xrotate-3 

-------------------------------- */

/* -------------------------------- 

xscale 

-------------------------------- */

/* -------------------------------- 

xpush 

-------------------------------- */

/*New CSS*/

/*User CSS*/
