@charset "UTF-8";
: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: var(--secondary-color);
  --secondary: #f8b195;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --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);
}
header, 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: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
strong {
  font-weight: bolder;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button {
  text-transform: none;
}
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;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
[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;
}
[hidden] {
  display: none !important;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
a>code {
  color: inherit;
}
.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;
  }
}
@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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-6, .col-sm-3, .col-sm-9, .col-md-6, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@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-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.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);
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
.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-input[disabled]~.form-check-label {
  color: #6c757d;
}
@media (min-width: 576px) {
.form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 89, 208, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  opacity: 0.9;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  opacity: 0.9;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.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(143, 114, 215, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f58e65;
  border-color: #f48559;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 156, 133, 0.5);
}
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 89, 208, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8b195;
  border-color: #f8b195;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 177, 149, 0.5);
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: var(--blue-color-2);
  border: 1px solid var(--blue-color-2);
  background: transparent;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: var(--blue-color-2);
  border: 1px solid var(--blue-color-2);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #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, .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: var(--secondary-color);
  text-decoration: none;
}
.btn-link:hover {
  color: #5431ac;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.collapse:not(.show) {
  display: none;
}
.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-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary-color);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.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-group>.btn: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;
}
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical>.btn {
  width: 100%;
}
.btn-group-vertical>.btn: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-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+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn {
  margin-left: -1px;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.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>.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>.input-group-prepend>.btn, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:first-child>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled]~.custom-control-label::before {
  background-color: #e9ecef;
}
.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='%23fff' 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: var(--secondary-color);
  background-color: var(--secondary-color);
}
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(123, 89, 208, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(123, 89, 208, 0.5);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.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: #6c757d;
  pointer-events: none;
  cursor: default;
}
.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: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--secondary-color);
}
.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>.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-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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
.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 {
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
.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 {
    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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
.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 {
    flex-wrap: nowrap;
  }
.navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
.navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand>.container {
  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 {
  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(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.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: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.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-img {
  flex-shrink: 0;
  width: 100%;
}
.card-img {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
.card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
.card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
}
.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.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;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--secondary-color);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #5431ac;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 89, 208, 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: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.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;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #FF3F38;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 89, 208, 0.5);
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #f58e65;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 177, 149, 0.5);
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.alert-link {
  font-weight: 700;
}
.alert-primary .alert-link {
  color: #2b1f48;
}
.alert-secondary .alert-link {
  color: #61453a;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}
.media-body {
  flex: 1;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 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 .list-group-item.active {
    margin-top: 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 .list-group-item.active {
    margin-top: 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 .list-group-item.active {
    margin-top: 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 .list-group-item.active {
    margin-top: 0;
  }
.list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #402e6c;
  border-color: #402e6c;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #815c4d;
  border-color: #815c4d;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  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-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  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;
}
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.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-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-0.5rem - 1px);
}
.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-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.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-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-0.5rem - 1px);
}
.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-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.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-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.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: #212529;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
    transition: none;
  }
}
.carousel-item.active {
  display: block;
}
.active.carousel-item-right {
  transform: translateX(100%);
}
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active {
  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-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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #5e36c0 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #f58e65 !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.flex-row {
  flex-direction: row !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.position-relative {
  position: relative !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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);
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
}
@media (min-width: 576px) {
.mb-sm-5 {
    margin-bottom: 3rem !important;
  }
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
.mt-md-0 {
    margin-top: 0 !important;
  }
.mt-md-5 {
    margin-top: 3rem !important;
  }
.py-md-3 {
    padding-top: 1rem !important;
  }
.py-md-3 {
    padding-bottom: 1rem !important;
  }
.py-md-4 {
    padding-top: 1.5rem !important;
  }
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
.py-md-5 {
    padding-top: 3rem !important;
  }
.py-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
.mt-lg-0 {
    margin-top: 0 !important;
  }
.ml-lg-4 {
    margin-left: 1.5rem !important;
  }
.mt-lg-5 {
    margin-top: 3rem !important;
  }
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
.mr-lg-auto {
    margin-right: auto !important;
  }
}
.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
.text-lg-right {
    text-align: right !important;
  }
}
a.text-primary:hover, a.text-primary:focus {
  color: #5431ac !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #f37c4d !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !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) ")";
  }
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
img {
    page-break-inside: avoid;
  }
p, h3 {
    orphans: 3;
    widows: 3;
  }
h3 {
    page-break-after: avoid;
  }
@page {
    size: a3;
  }
body {
    min-width: 992px !important;
  }
.container {
    min-width: 992px !important;
  }
.navbar {
    display: none;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-search:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-paper-plane-o:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-fa:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
:root {
  --primary-color: #fb5607;
  --yellow-color: #ffbe0b;
  --pink-color: #ff006e;
  --blue-color-1: #3a86ff;
  --blue-color-2: #002766;
  --dark-color: #121725;
  --green-color: #7bd88a;
  --font-color: #6c7a87;
  --bg-color: #fff;
  --heading-color: #0b2238;
  --border-radius: 8px;
  --border-radius-full: 35px;
  --border-color: transparent;
  --border-color-light: #eee;
  --nav-color: #0b2238;
  --dropdown-color: #fff;
  --iframe-filter: grayscale(0%);
  --bg-light: rgba(130, 115, 252, .05);
  --bg-grey: #f7f7f7;
  --footer-bg: #121725;
  --card-bg: #fff;
}
[data-theme="dark"] {
  --primary-color: #fb5607;
  --yellow-color: #ffbe0b;
  --pink-color: #ff006e;
  --blue-color-1: #3a86ff;
  --blue-color-2: #002766;
  --dark-blue-color: #8338ec;
  --green-color: #7bd88a;
  --font-color: #aaa;
  --heading-color: #f1f1f1;
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-light: rgba(255, 255, 255, 0.1);
  --nav-color: #fff;
  --dropdown-color:#252525;
  --iframe-filter: grayscale(100%);
  --bg-color: #171717;
  --bg-light: #111;
  --bg-grey: #252525;
  --gun-color: #efefef;
  --footer-bg: #171717;
  --bg-border: #333;
  --breadcrumb-bg: #333;
  --card-bg: #888c96;
}
html {
  scroll-behavior: smooth;
}
body, html {
  margin: 0;
  padding: 0;
  background: var(--bg-grey);
  color: var(--font-color);
  font-family: 'Poppins', sans-serif;
}
body a, button, .btn {
  cursor: pointer !important;
}
.img-responsive {
  max-width: 100%;
  display: block;
}
.align-self {
  align-self: center;
}
button, input, label, li, span {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
a, a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
}
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  color: var(--font-color);
  font-family: 'Poppins', sans-serif;
}
li {
  list-style-type: none;
}
p.white {
  color: #eee;
}
.radius-image {
  border-radius: var(--border-radius);
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
.container {
    max-width: 1200px;
  }
}
.btn-style {
  padding: 12px 45px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius-full);
}
.btn-style.btn-white {
  background: #fff;
  color: var(--primary-color);
}
.btn-style.btn-white:hover {
  background: var(--primary-color);
  color: #fff;
}
.transparent-btn {
  background: rgba(255, 255, 255, 0.25);
}
a.link-style, a.link-style:active, a.link-style:focus {
  transition: all 0.5s ease;
  font-size: 19px;
  font-weight: 600;
  display: inline-block;
  color: var(--secondary-color);
  box-shadow: none;
}
a.link-style1 {
  transition: all 0.5s ease;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--heading-color);
  box-shadow: none;
}
.title-w3l, .title-w3l.two {
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  text-transform: capitalize;
}
.title-subhny {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  color: var(--blue-color-1);
  display: inline-block;
  position: relative;
}
.title-subhny span {
  color: var(--heading-color);
}
.title-w3l.two, .title-subhny.two {
  color: #fff;
}
@media (max-width: 1080px) {
.title-w3l {
    font-size: 32px !important;
    line-height: 40px;
  }
}
@media (max-width: 568px) {
.title-w3l {
    font-size: 26px !important;
    line-height: 36px;
  }
p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
.title-w3l {
    font-size: 24px !important;
    line-height: 34px;
  }
.btn-style {
    padding: 10px 22px;
    font-size: 14px;
}
.title-subhny {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
.title-w3l {
    font-size: 26px !important;
    line-height: 32px;
  }
g .title-subhny {
    font-size: 16px !important;
    letter-spacing: .5px;
  }
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}
.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0;
}
.theme-switch input {
  display: none;
}
.mode-container {
  width: 24px;
  height: 24px;
  padding: 1px 0;
}
.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent;
}
.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent;
}
.gg-moon, .gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}
.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px;
}
.gg-sun, .gg-sun:after, .gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px;
}
.gg-sun:after, .gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px;
}
.gg-sun:before {
  transform: rotate(-45deg);
}
.gg-sun:after {
  transform: rotate(45deg);
}
.mode-container i.gg-sun {
  display: none;
  color: #eee;
}
.mode-container i.gg-moon {
  display: block;
  color: #eee;
}
input:checked+.mode-container i.gg-sun {
  display: block;
}
input:checked+.mode-container i.gg-moon {
  display: none;
}
button.navbar-toggler .icon-close {
  display: block; }
button.navbar-toggler .icon-expand {
  display: none; }
button.navbar-toggler.collapsed .icon-close {
  display: none; }
button.navbar-toggler.collapsed .icon-expand {
  display: block; }
.header-w3l header {
  background-color: var(--bg-color);
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 90px;
  display: grid;
  align-items: center;
  box-shadow: none;
}
.header-w3l .navbar {
  padding: 0;
}
.header-w3l .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--heading-color);
}
a.navbar-brand img {
  display: inline-block;
  height: 44px;
  vertical-align: sub;
}
.header-w3l .navbar .navbar-brand span.fa {
  display: inline-block;
}
.header-w3l .navbar .navbar-brand:hover {
  opacity: 0.95;
}
.header-w3l .navbar .navbar-brand img {
  max-width: 140px;
  transition: all 0.5s ease;
}
.header-w3l .navbar-expand-lg .navbar-nav .nav-link span.fa {
  font-size: 14px;
  padding-left: 2px;
  font-weight: 600;
}
.header-w3l .navbar-expand-lg .navbar-nav .nav-item {
  padding: 0 12px;
  transition: all 0.5s ease;
  position: relative;
}
.header-w3l .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: var(--primary-color);
  opacity: 1;
}
.header-w3l .navbar-dark .navbar-nav .show>.nav-link, .header-w3l .navbar-dark .navbar-nav .active>.nav-link, .header-w3l .navbar-dark .navbar-nav .nav-link.show, .header-w3l .navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary-color);
}
.header-w3l .navbar-light .navbar-nav .show>.nav-link, .header-w3l .navbar-light .navbar-nav .active>.nav-link, .header-w3l .navbar-light .navbar-nav .nav-link.show, .header-w3l .navbar-light .navbar-nav .nav-link.active {
  color: var(--primary-color);
}
.header-w3l .navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: var(--font-color);
}
.header-w3l header.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--heading-color);
}
.header-w3l .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--primary-color);
  opacity: 1;
}
.header-w3l a.dropdown-item {
  font-weight: 400;
  font-size: 17px;
  position: relative;
  color: var(--font-color);
  padding-top: 5px;
  padding-bottom: 3px;
  display: block;
  margin-bottom: .5rem;
}
.header-w3l a.dropdown-item:hover {
  color: var(--primary-color);
}
.header-w3l a.dropdown-item.active {
  background-color: transparent;
  color: var(--primary-color);
}
.header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
}
.header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--bg-color);
  display: block;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001;
  border: 1px solid var(--border-color-light);
  border-right: 0;
  border-bottom: 0;
}
.header-w3l header.nav-fixed {
  padding: 0px;
  background-color: var(--bg-color);
  height: 80px;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.header-w3l .navbar-dark .navbar-nav .show>, .header-w3l .navbar-dark .navbar-nav .nav-link.show {
  color: var(--font-color);
}
.header-w3l nav ul li {
  display: inline-block;
}
.header-w3l nav ul li a, .header-w3l nav ul li a:after, .header-w3l nav ul li a:before {
  transition: all .5s;
}
.header-w3l nav ul li a:hover {
  color: #fff;
}
.header-w3l .navbar-dark .navbar-nav .nav-link:focus {
  color: #eee;
}
.header-w3l .dropdown-toggle::after {
  display: none;
}
.header-w3l .dropdown-menu {
  border-radius: var(--border-radius);
  background: var(--dropdown-color);
  border: 1px solid var(--border-color-light);
  min-width: 13rem;
  padding: 1.5rem 0rem 1rem;
}
.header-w3l .nav-fixed .phone a span {
  opacity: 1;
  color: var(--primary-color);
}
.header-w3l .nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
  color: var(--primary-color);
}
.header-w3l .nav-fixed .navbar-expand-lg .navbar-brand {
  color: var(--heading-color);
}

.header-w3l .nav-fixed .navbar-expand-lg .navbar-brand span {
  color: var(--heading-color);
}
.header-w3l .dropdown-item:hover, .header-w3l .dropdown-item:focus {
  color: var(--text-color);
  text-decoration: none;
  background-color: transparent;
}
.header-w3l a.btn-clr {
  background: var(--btn-clr);
  color: #fff;
}
.header-w3l header.nav-fixed .mode-container i.gg-moon {
  color: var(--heading-color);
}
.navbar-expand-lg .search-bar {
  display: flex;
  flex: 1;
  max-width: 800px;
  width: 250px;
  margin: 0 auto;
}
.navbar-expand-lg .search-bar .search .search__input {
  display: flex;
  flex: 1;
  padding: 10px 50px 10px 20px;
  height: 48px;
  font-size: 17px;
  color: var(--font-color);
  border: none;
  font-weight: 400;
  border-radius: var(--border-radius-full);
  position: relative;
  right: 0;
  background: var(--bg-color);
  outline: 0;
  border: 1px solid var(--border-color-light);
}
.navbar-expand-lg .search-bar .search .search__icon {
  position: absolute;
  right: 20px;
  font-size: 15px;
  top: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
.header-w3l .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 10px;
  }
.header-w3l .navbar-expand-lg .nav_btn>li {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
.header-w3l .navbar .navbar-brand img {
    max-width: 109px;
  }
.header-w3l .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }
.header-w3l .navbar-expand-lg .navbar-nav.nav_btn>li {
    margin-left: 0px;
  }
.header-w3l .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px;
  }
.header-w3l .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px;
  }
}
@media only screen and (max-width: 991px) {
.header-w3l a.nav-link:before, .header-w3l a.dropdown-item:before {
    display: none;
  }
.header-w3l a.dropdown-item {
    width: auto;
  }
.header-w3l .mobile-position {
    position: absolute;
    right: 45px;
    top: 12px;
  }
.header-w3l .navbar .search-right a {
    margin: 10px auto;
  }
.header-w3l .navbar .navbar-brand img {
    max-width: 140px;
  }
.header-w3l .navbar-toggler {
    border: 0 none;
    font-size: 22px !important;
  }
.header-w3l .navbar-nav {
    -webkit-animation-name: none;
    animation-name: none;
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
.header-w3l .navbar-nav:last-child {
    border: 0;
  }
.header-w3l .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0;
  }
.header-w3l .navbar-expand-lg .navbar-nav.nav_btn>li {
    padding-bottom: 10px;
  }
.header-w3l .navbar-nav .dropdown-menu {
    text-align: center;
  }
.header-w3l .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }
.header-w3l .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0;
  }
.header-w3l .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
  }
.header-w3l header {
    height: auto;
    padding: 15px 0;
  }
.header-w3l .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
  }
.header-w3l header.nav-fixed {
    height: auto;
    padding: 10px 0;
  }
.header-w3l .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
  }
.header-w3l .navbar-dark .navbar-toggler-icon {
    background-image: none;
    padding: 0;
    width: 34px;
    height: 34px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 4px;
    text-align: center;
  }
.header-w3l .navbar-toggler-icon.fa {
    line-height: 1.2em;
    color: #fff;
    line-height: 34px;
    background-color: var(--primary-color);
    border-radius: 5px;
  }
.header-w3l .navbar-toggler {
    padding: 0rem 0rem !important;
  }
}
@media only screen and (max-width: 480px) {
.header-w3l .navbar-brand img {
    max-width: 200px;
  }
.header-w3l .navbar .navbar-brand {
    font-size: 30px !important;
  }
.header-w3l .mobile-position {
    top: 10px;
  }
}
.header-w3l .mode-container i.gg-sun {
  display: none;
  color: var(--font-color);
}
.header-w3l .mode-container i.gg-moon {
  display: block;
  color: var(--font-color);
}
.w3l-banner {
  margin-top: 90px;
  background: var(--bg-color);
}
.w3l-banner h3 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
.w3l-banner {
    margin-top: 75px;
  }
.w3l-banner h3 {
      font-size: 30px;
      line-height: 40px;
  }
}
@media (max-width:600px) {
.w3l-banner h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.w3l-services-block-3 h3.feature-titel {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--heading-color);
  transition: 0.3s ease;
}
.feature-body {
  text-align: center;
}
.feature-img span.fa {
  color: var(--primary-color);
  font-size: 35px;
  margin-top: 5px;
}
h3.counter-text {
  font-size: 50px;
  font-weight: 600;
}
.fact-section {
  border-top: 1px solid var(--border-color-light);
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 991px) {
h3.counter-text {
    font-size: 45px;
  }
}
@media (max-width: 736px) {
h3.counter-text {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
.single-fact {
    grid-template-columns: 90px 1fr;
  }
.fact-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (max-width: 415px) {
h3.counter-text {
    font-size: 30px;
  }
.single-fact {
    grid-template-columns: 60px 1fr;
  }
}
.w3l-content-4 {
  background: var(--bg-grey);
}
.content-4-main-gd {
  padding: 40px 20px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
}
.w3l-content-4 .content-info-in h6 {
  margin: 0px 0 12px 0;
}
.w3l-content-4 .content-info-in h6 a {
  text-align: left;
  margin-bottom: 0;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 20px
}
.w3l-content-4 .content-info-in h6 a:hover {
  color: var(--primary-color);
}
.w3l-content-4 .content4-icon {
  font-size: 30px;
  text-align: center;
}
.w3l-content-4 .content4-right-info {
  padding-left: 0;
}
.w3l-content-4 .content4-icon span.fa {
  margin-top: 4px;
  vertical-align: super;
  color: var(--primary-color);
}
@media (max-width: 767px) {
.w3l-content-4 .content4-icon {
    font-size: 30px;
  }
.w3l-content-4 .content-info-in h6 a {
    font-size: 18px;
  }
.w3l-content-4 .content4-right-info {
    padding-left: 15px;
  }
.w3l-content-4 .content4-icon span.fa {
    margin-top: 0px;
    vertical-align: middle;
  }
}
@media (max-width:600px) {
.content4-right-icon {
    margin-bottom: 20px;
  }
}
.w3l-project {
  border-bottom: 1px solid rgb(34 43 68 / 49%);
  background: var(--footer-bg);
}
.w3l-project h3.title-big {
  color: #fff;
}
.w3l-project p {
  color: #eee;
}
.w3l-bottom-grids-6 {
  background: var(--bg-grey);
  position: relative;
  z-index: 1;
}
.w3l-bottom-grids-6 .area-box {
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
  text-align: center;
}
.w3l-bottom-grids-6 .area-box-feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 25px;
}
.w3l-bottom-grids-6 .area-box:hover {
  transition: .3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}
.w3l-bottom-grids-6 .grids-feature span.fa {
  color: #fff;
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: var(--border-radius);
  background: var(--primary-color);
  line-height: 60px;
}
.w3l-bottom-grids-6 .grids-feature .icon-blue span.fa {
  background: var(--blue-color-1);
}
.w3l-bottom-grids-6 .grids-feature .icon-pink span.fa {
  background: var(--pink-color);
}
.w3l-bottom-grids-6 .grids-feature .icon-yellow span.fa {
  background: var(--yellow-color);
}
.w3l-bottom-grids-6 h4 span.title-head {
  margin-top: 25px;
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 20px;
}
.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color);
}
.w3l-bottom-grids-6 p {
  display: inline-block;
}
.w3l-bottom-grids-6 a.more span.fa {
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 1080px) {
.w3l-bottom-grids-6 h4 a.title-head {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
.w3l-bottom-grids-6 {
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
.w3l-bottom-grids-6 h4 a.title-head {
    font-size: 22px;
  }
}
@media (max-width: 415px) {
.w3l-bottom-grids-6 .area-box {
    padding: 40px 30px;
  }
.w3l-bottom-grids-6 a.more {
    margin-top: 20px;
  }
.w3l-bottom-grids-6 .area-box-feature {
    grid-template-columns: 35px 1fr;
    grid-gap: 15px;
  }
.w3l-bottom-grids-6 .grids-feature span.fa {
    font-size: 25px;
  }
}
.w3l-agent-block {
  background: var(--bg-color);
}
.subscribe-cat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.subscribe-cat .subscribe-cat-link {
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 20px;
}
.subscribe-cat .subscribe-cat-link:hover {
  color: var(--primary-color);
}
.subscribe-cat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  grid-gap: 30px;
}
@media all and (max-width: 668px) {
.subscribe-cat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    grid-gap:20px 10px;
  }
.subscribe-cat .subscribe-cat-link {
      font-size: 18px;
  }
}
.w3l-content-4 .content4-icon.icon-clr1, .w3l-content-4 .content4-icon.icon-clr2, .w3l-content-4 .content4-icon.icon-clr3 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}
.w3l-content-4 .content4-icon.icon-clr1 span.fa, .w3l-content-4 .content4-icon.icon-clr2 span.fa, .w3l-content-4 .content4-icon.icon-clr3 span.fa {
  line-height: 70px;
  margin: 0;
}
.w3l-content-4 .content4-icon.icon-clr1 {
  background: rgba(85, 107, 240, 0.08);
}
.w3l-content-4 .content4-icon.icon-clr2 {
  background: rgba(255, 76, 76, 0.08);
}
.w3l-content-4 .content4-icon.icon-clr3 {
  background: rgb(121 215 137 / 14%);
}
.w3l-content-4 .content4-icon.icon-clr1 span.fa {
  color: var(--blue-color-1);
}
.w3l-content-4 .content4-icon.icon-clr2 span.fa {
  color: var(--pink-color);
}
.w3l-content-4 .content4-icon.icon-clr3 span.fa {
  color: var(--green-color);
}
.w3l-grids-4 .parent-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.w3l-grids-4 img {
  border-radius: 10px 10px 0px 0px;
}
.w3l-grids-4 .info-bg {
  padding: 30px 25px;
  background-color: var(--bg-color);
  border-radius: 0px 0px 10px 10px;
}
.w3l-grids-4 .grids4-info h5 a {
  font-size: 22px;
  line-height: 25px;
  color: var(--heading-color);
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.w3l-grids-4 .grids4-info h5 a:hover {
  color: var(--primary-color);
}
.w3l-grids-4 .grids4-info p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--font-color);
  margin-top: 10px;
  margin-bottom: 20px;
}
.w3l-grids-4 .grids4-info span.price {
  color: var(--blue-color-1);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.w3l-grids-4 .grids4-info ul li {
  display: inline-block;
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--font-color);
}
.w3l-grids-4 .grids4-info ul li span.fa {
  color: var(--primary-color);
}
@media all and (max-width: 1080px) {
.w3l-grids-4 .grids4-info h5 a {
    font-size: 20px;
  }
}
@media all and (max-width: 568px) {
.w3l-grids-4 button.owl-prev {
    left: 0px;
    color: #fff !important;
  }
.w3l-grids-4 button.owl-next {
    right: 0px;
    color: #fff !important;
  }
.w3l-grids-4 #grids4-block {
    padding: 50px 0;
  }
.w3l-grids-4 .grids4-info h5 a {
      font-size: 18px;
  }
}
.w3l-portfolio-8 {
  background: var(--bg-color);
}
a.img-title {
  font-size: 22px;
  color: var(--heading-color);
  font-weight: 600;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.img-title:hover {
  color: var(--primary-color);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.w3l-news-gd-inf h6.date {
  display: block;
  color: var(--green-color);
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0px;
  font-size: 14px;
}
.w3l-news-gd-inf h4 a.news-link {
  display: block;
  color: var(--heading-color);
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 20px;
}
.w3l-news-gd-inf h4 a.news-link:hover {
  color: var(--primary-color);
}
.w3l-error-grid h3 {
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--heading-color);
  font-weight: 600;
}
.w3l-error-grid .back-button {
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  color: var(--heading-color);
  letter-spacing: 0;
}
@media all and (max-width: 992px) {
.w3l-error-grid h3 {
    font-size:30px;
  }
}
@media all and (max-width: 568px) {
.w3l-error-grid h3 {
    font-size:26px;
  }
}
.w3l-faq-block {
  background-color: var(--bg-color);
}
.w3l-faq-block .faq-image {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.w3l-faq-block .w3l-faq .transition, .w3l-faq-block .w3l-faq p, .w3l-faq-block .w3l-faq ul li i:before, .w3l-faq-block .w3l-faq ul li i:after {
  transition: all 0.25s ease-in-out;
}
.w3l-faq-block .w3l-faq .flipIn, .w3l-faq-block .w3l-faq h1, .w3l-faq-block .w3l-faq ul li {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both;
}
.w3l-faq-block .w3l-faq .no-select, .w3l-faq-block .w3l-faq h4 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3l-faq-block .w3l-faq h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: block;
  margin: 0;
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 600;
}
.w3l-faq-block .w3l-faq p {
  color: var(--font-color);
  font-size: 16px;
  line-height: 24.5px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.w3l-faq-block .w3l-faq ul {
  list-style: none;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
}
.w3l-faq-block .w3l-faq ul li {
  position: relative;
  padding: 25px 50px 25px 20px;
  margin: 0 0 15px 0;
  border-radius: 6px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color-light);
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(5) {
  -webkit-animation-delay: 1.50s;
  animation-delay: 1.50s;
}
.w3l-faq-block .w3l-faq ul li:nth-of-type(6) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.w3l-faq-block .w3l-faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 25px;
  top: 16px;
}
.w3l-faq-block .w3l-faq ul li i:before, .w3l-faq-block .w3l-faq ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--heading-color);
  width: 3px;
  height: 9px;
}
.w3l-faq-block .w3l-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.w3l-faq-block .w3l-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.w3l-faq-block .w3l-faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-appearance: none;
}
.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.w3l-faq-block .w3l-faq ul li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
@media screen and (max-width:580px) {
.w3l-faq-block .w3l-faq h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  border: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 568px) {
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
  }
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  display: block;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme:focus {
  outline: none;
  box-shadow: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  text-align: center;
}
.w3l-portflioblock .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background: #d8d8d8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
}
button.owl-next, button.owl-prev {
  position: absolute;
  bottom: 50%;
}
button.owl-prev {
  left: 10px;
}
button.owl-next {
  right: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
@media all and (max-width: 640px) {
button.owl-next, button.owl-prev {
    position: absolute;
    bottom: 38%;
  }
}
.text-11 ul.blog-list li {
  display: inline-block;
  margin: 0 10px;
}
.text-11 .text11-content h4 {
  font-size: 24px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.text-11 .text11-content h5 {
  font-size: 26px;
  line-height: 31px;
  color: var(--heading-color);
  font-weight: 600;
}
.text-11 .text11-content a.next {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
  color: var(--heading-color);
}
.text-11 .text11-content a.prev {
  display: inline-block;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
  color: var(--heading-color);
}
.text-11 .text11-content p, .text-11 .text11-content ul.blog-list {
  margin-top: 25px;
}
.text-11 .text11-content ul.social li p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--heading-color);
}
.text-11 .text11-content .author-left a {
  width: 170px;
  height: 170px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  border-radius: 50%;
}
.text-11 .text11-content .author-right h4 {
  text-align: left;
  margin: 0;
}
.text-11 .text11-content .author-right h4 a {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0;
}
.text-11 .text11-content .share-icons a {
  width: 25px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.text-11 .text11-content .share-icons a span.fa {
  font-size: 16px;
  color: #bbb;
}
.text-11 .text11-content .share-icons a span.fa:hover {
  color: var(--heading-color);
}
.text-11 .text11-content ul.blog-list {
  padding-left: 15px;
}
.text-11 .text11-content h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #999;
  font-weight: 600;
}
.text-11 .text11-content a.category {
  font-weight: 600;
  font-size: 16px;
  color: #999;
  padding-left: 10px;
}
.text-11 .text11-content ul.social li a {
  font-size: 14px;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  transition: .3s;
}
.text-11 .text11-content ul.social li a.facebook {
  background: #3b5998;
  color: #fff;
}
.text-11 .text11-content ul.social li a.twitter {
  background: #1da1f2;
  color: #fff;
}
.text-11 .text11-content ul.social li a.linkedin {
  background: #0077b5;
  color: #fff;
}
.text-11 .text11-content .media-grid p {
  margin: 0px;
  margin-top: 15px;
}
.text-11 .media a, .text-11 .media .media-body {
  float: left;
}
.text-11 .media a.com {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: #f3f6f9;
  border-radius: 50%;
}
.text-11 .media-body.comments-grid-right {
  border: 1px solid var(--border-color-light);
  padding: 30px;
  border-radius: var(--border-radius);
  background: var(--bg-color);
  position: relative;
}
.text-11 .media-body.comments-grid-right:before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--bg-color);
  border: 1px solid var(--border-color-light);
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(-45deg);
  position: absolute;
  top: 19px;
  left: 0%;
  z-index: 1001;
}
.text-11 h3.aside-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.text-11 .comments h5 {
  font-size: 18px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  margin: 0;
}
.text-11 .comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 16px;
  vertical-align: middle;
}
.text-11 .comments-grid-right ul li a {
  font-weight: 600;
}
.text-11 .text11-content h4.heading-no-margin {
  margin: 0;
}
.text-11 img.margin-top {
  margin-top: 30px;
}
.text-11 .text11-content h5.quote {
  border-left: 2px solid var(--heading-color);
  margin: 50px 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: var(--heading-color);
  padding: 2em;
  background: var(--bg-color);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.text-11 .leave-comment-form input[type="text"], .text-11 .leave-comment-form input[type="email"] {
  outline: none;
  border: 1px solid var(--border-color-light);
  padding: 17px 25px;
  font-size: 17px;
  line-height: 26px;
  color: var(--font-color);
  width: 100%;
  height: inherit;
  background: var(--bg-color);
  border-radius: var(--border-radius);
}
.text-11 .leave-comment-form input[type="text"]:focus, .text-11 .leave-comment-form input[type="email"]:focus {
  border: 1px solid var(--primary-color);
  box-shadow: none;
}
.text-11 .feature-main .img1 img {
  width: 35px;
}
.text-11 .features-2 .img1 h4 {
  margin-top: 10px;
}
.text-11 .social li {
  display: inline-block;
}
span.nav-arrow-label {
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
span.nav-arrow-label span.fa {
  font-size: 14px;
}
.nav-links a h6.post-title {
  font-size: 20px;
  color: var(--heading-color);
  margin-top: 15px;
  letter-spacing: 0px;
}
.nav-links a h6.post-title:hover {
  color: var(--primary-color);
}
.nav-links .nav-previous a {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 30px;
}
.nav-links .nav-next a {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-gap: 30px;
}
@media (max-width: 992px) {
.text-11 .text11-content h5.quote {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
.text-11 .text11-content .author-left a {
    width: 150px;
    height: 150px;
  }
.nav-links a h6.post-title {
    font-size: 18px;
  }
}
@media (max-width: 668px) {
.text-11 .text11-content h5.quote {
    padding: 1.5em;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 568px) {
.text-11 .text11-content a.next, .text-11 .text11-content a.prev {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
  }
.text-11 .media-body.comments-grid-right:before {
    transform: translateX(-50%) rotateZ(45deg);
    top: -10px;
    left: 10%;
  }
}
@media (max-width: 480px) {
.text-11 .text11-content p {
    margin-top: 15px;
  }
.text-11 .text11-content h6 {
    font-size: 15px;
  }
.text-11 .text11-content a.category {
    font-size: 15px;
    padding-left: 15px;
  }
.text-11 .text11-content a.next, .text-11 .text11-content a.prev {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 415px) {
.text-11 .text11-content h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
.text-11 h3.aside-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 384px) {
.text-11 .media-body.comments-grid-right {
    padding: 25px;
  }
}
.w3l-clients .testi-des {
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.w3l-clients .testimonial-content {
  max-width: 650px;
  margin: 0 auto;
}
.w3l-clients blockquote q {
  font-size: 24px;
  line-height: 36px;
  color: var(--heading-color);
  font-weight: 600;
}
.w3l-clients a.comment-img {
  left: 0px;
  top: 0px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.w3l-clients blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: block;
  font-family: initial;
}
.w3l-clients.w3l-test blockquote q::before {
  font-size: 50px;
  color: var(--primary-color);
  display: inline-block;
  font-family: initial;
  margin-right: 10px;
}
.w3l-clients .test-img {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: var(--bg-color);
  border-radius: 50%;
}
.w3l-clients .testimonial img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.w3l-clients .testimonial .peopl {
  margin: 0;
  text-align: left;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
  align-items: center;
}
.w3l-clients .testimonial .peopl h3, .w3l-clients .testimonial .people-info h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.w3l-clients p.indentity {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.8;
  margin-top: 4px;
}
@media (max-width: 375px) {
.w3l-clients blockquote q {
    font-size: 22px;
    line-height: 32px;
  }
}
.w3l-innerblock {
  margin-top: 90px;
}
.w3l-team .img-circle a {
  display: block;
}
.w3l-team .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.w3l-team p.team-text {
  font-size: 18px;
  color: var(--font-color);
  line-height: 30px;
  max-width: 650px;
}
.w3l-team .team-info p {
  font-size: 16px;
  line-height: 24px;
  color: var(--font-color);
  margin-top: 2px;
}
.w3l-team h3.name-pos a {
  font-size: 22px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 600;
}
.w3l-team .team-info:hover h3.name-pos a {
  color: var(--primary-color);
  transition: 0.3s ease;
}
.w3l-team .column a img {
  display: block;
  border-radius: 6px 6px 0 0;
}
.w3l-team .social a {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
.w3l-team .social a span {
  font-size: 12px;
  line-height: 30px;
  display: block;
}
.w3l-team .social a.facebook {
  background: #3b5998;
}
.w3l-team .social a.facebook span {
  color: #fff;
}
.w3l-team .social a.twitter {
  background: #1da1f2;
}
.w3l-team .social a.twitter span {
  color: #fff;
}
@media (max-width: 767px) {
.w3l-testimonials .message {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
.w3l-team h3.name-pos a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 667px) {
.w3l-team .team-info p {
    font-size: 15px;
    line-height: 14px;
  }
}
.contact-left h4 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.contact-grids input {
  width: 100%;
  color: var(--font-color);
  background: var(--bg-color);
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  padding: 15px 25px;
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 16px;
  border-radius: var(--border-radius);
}
.cont-left.text-center span.fa {
  color: var(--blue-color-1);
  font-size: 20px;
  margin-top: 3px;
}
.contact-grids input:focus {
  border: 1px solid var(--primary-color);
}
.cont-details p, .cont-details p a {
  font-style: normal;
  font-weight: normal;
  /* font-size: 20px; */
  line-height: 28px;
  margin-top: 3px;
  color: var(--font-color);
}
.cont-details p a:hover {
  color: var(--primary-color);
}
.cont-details h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 415px) {
.cont-details p, .cont-details p a {
    font-size: 17px;
  }
.cont-details h6 {
    font-size: 20px;
  }
.contact-grids input {
    padding: 15px 20px;
  }
}
.footer-17 .footer17_sur {
  background-color: var(--footer-bg);
}
.footer-17 .footer17_sur h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.footer-17 .footer17_sur h5 a {
  margin-top: 0;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.footer-17 .footer17_sur p {
  color: #ccc;
}
.footer-17 .footer17_sur li {
  display: block;
  margin: 10px 0;
}
.footer-17 .footer17_sur li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}
.footer-17 .footer17_sur li a:hover {
  color: var(--primary-color);
}
.footer-17 .footer17-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.5fr;
  grid-gap: 30px;
}
.footer-17 form {
  display: flex;
  position: relative;
}
.footer-17 .subscribe input[type="email"] {
  padding: 15px 60px 15px 20px;
  font-size: 17px;
  line-height: 26px;
  border: 1px solid var(--bg-border);
  background-color: var(--bg-color);
  outline: none;
  width: 100%;
  color: var(--font-color);
  border-radius: 6px;
}
.footer-17 .subscribe button {
  text-align: center;
  background: var(--primary-color);
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  padding: 0px 0px;
  right: 16px;
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 5px;
}
.footer-17 .footer17-top-left5_sur a {
  display: inline-block;
}
.footer-17 .footer17-top-left1_sur a {
  color: #777;
  display: inline-block;
  font-size: 16px;
}
.footer-17 .footer17-top-left1_sur a:hover {
  color: #ccc;
}
.footer-17 ul.footers-17_social li {
  display: inline-block;
  margin: 0;
}
.footer-17 ul.footers-17_social {
  margin-top: 25px;
}
.footer-17 ul.footers-17_social li a {
  margin: 0;
}
.footer-17 ul.footers-17_social li a span.fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color);
}
.footer-17 ul.footers-17_social li {
  margin-right: 5px;
}
.footer-17 ul.footers-17_social li a span.fa:hover {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease-in-out;
}
.copyright {
  border-top: 1px solid rgb(34 43 68 / 49%);
  padding-top: 2em;
  margin-top: 1em;
}
#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 35px;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 992px) {
.footer-17 .footer17_sur p {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
.footer-17 .footer17_sur {
    padding: 50px 0;
  }
.footer-17 .footer17-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 736px) {
.footer-17 .footer17_sur h6 {
    font-size: 16px;
  }
.footer-17 .footer17_sur li {
    margin: 5px 0;
  }
}
@media screen and (max-width: 480px) {
.footer-17 .footer17-top {
    grid-template-columns:1fr;
}
.footer-17 .footer17_sur {
    padding: 40px 0;
  }
.footer-17 .footer17_sur h5 a {
    font-size: 25px;
    line-height: 30px;
  }
.footer-17 .footer17_sur li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 320px) {
.footer-17 .footer17-top {
    grid-template-columns: 1fr;
  }
.footer-17 .footer17-top-left4_sur {
    order: 3;
    grid-column: span 1;
  }
}

.container.py-lg-5.py-md-3 p {
  margin: 5px;
}


ul.feature-list{
  margin-top: 10px;
}

.feature-list li{
  padding: 5px;
}

.container.about h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.container.about p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.6;
}

.container.about ul {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 5px;
}

.container.about li {
  margin-bottom: 5px;
  line-height: 1.6;
}

/* partners */
.w3l-partners {
  background: var(--bg-color);
}

.w3l-partners .partners-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: center;
}

.w3l-partners .partner-item {
  min-height: 96px;
  padding: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.3s ease;
}

.w3l-partners .partner-item:hover {
  transform: translateY(-3px);
}

.w3l-partners .partner-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.w3l-partners .partner-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .w3l-partners .partners-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .w3l-partners .partners-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .w3l-partners .partner-item {
    min-height: 82px;
    padding: 6px;
  }
}

.w3l-lang-switcher {
  background: #1a1a2e;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.w3l-lang-switcher::before {
  content: '';
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(251,86,7,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.lang-switcher-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.lang-globe {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.lang-globe svg {
  width: 18px; height: 18px;
  color: #fb5607;
  flex-shrink: 0;
}
.lang-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 860px;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.1);
  color: #ccc;
  font-size: 0.875rem;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
  transition: all 0.22s ease;
  white-space: nowrap;
}
.lang-btn:hover {
  background: rgba(251,86,7,0.12);
  border-color: rgba(251,86,7,0.5);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}
.lang-btn.active {
  background: rgba(251,86,7,0.18);
  border-color: #fb5607;
  color: #fff;
  font-weight: 600;
}
.lang-btn .fi {
  width: 1.2em;
  height: 0.9em;
  border-radius: 2px;
  flex-shrink: 0;
}
.flag-icon {
  width: 1.3em;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
}