@charset "UTF-8";
/*
 * CreateX | Multipurpose Bootstrap Theme
 * Copyright 2018 Createx Studio
 * Theme Styles
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600&display=swap");
.step .step-title::after, .animated-digits::after, .block-title::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 36px;
  height: 2px;
  content: "";
}

.btn-style-8::before, .btn-style-8::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.navbar-nav {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #FFF;
  text-align: right;
}
.navbar-nav > li {
  display: block;
  position: relative;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-nav > li > a {
  display: block;
  position: relative;
  padding: 0px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  font-text-transform: uppercase;
  text-decoration: none;
}
.navbar-nav > li::before {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0px;
  width: 65px;
  height: 2px;
  background-color: #116789;
  content: "";
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a {
  color: #ffffff;
}
.navbar-nav .search .fe-icon-search {
  color: #FFF;
}

:root {
  --headerOpacity: 1;
  --headerScale: 1;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

body {
  background-position: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #404040;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main, article {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

a {
  color: #282828;
  text-decoration: underline;
}
a:hover {
  color: #404040;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.small, small {
  font-size: 80%;
}

img,
figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0;
}

.img-thumbnail {
  padding: 6px;
  border: 1px solid rgb(223.35, 223.35, 223.35);
}

.figure {
  position: relative;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.figure > .badge {
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0;
  z-index: 5;
}

.figure-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.figure-caption {
  font-size: 13px;
  font-weight: 600;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
hr.hr-light {
  border-top-color: rgba(255, 255, 255, 0.14);
}

::-moz-selection {
  background: #282828;
  color: #ffffff;
}

::selection {
  background: #282828;
  color: #ffffff;
}

::-moz-selection {
  background: #282828;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.container-fluid {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.request-panel {
  background-color: #5A5A5A;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 15px;
  padding: 25px;
  color: #FFF;
  margin-top: -400px;
}
.request-panel .request-panel-title {
  font-size: 16px;
  color: #FFF;
}
.request-panel .form-control {
  height: auto;
  font-size: 12px;
  border: 0;
  border-radius: 2px;
}
.request-panel .custom-control-label {
  color: #FFF;
}

.widget-conditions {
  background-color: #116789;
  border-radius: 2px;
}
.widget-conditions h6, .widget-conditions dt {
  color: #FFF;
}
.widget-conditions dl * {
  color: #FFF;
}

.hero {
  min-height: 100vh;
  background-image: url("/static/img/bg.ac1012aef574.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-height: 950px) {
  .hero {
    height: 980px;
    background-position: center bottom;
  }
}
@media (min-height: 950px) {
  .hero {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto !important;
  }
}
.hero__wrapper {
  vertical-align: middle;
  padding-top: 170px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__wrapper .lead {
  color: #FFF;
  font-size: 30px;
}

.aside_contacts {
  -ms-flex-item-align: end;
  align-self: end;
}
@media (max-width: 768px) {
  .aside_contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 768px) {
  .main_menu {
    margin-top: 1rem;
    font-size: 18px;
    margin-bottom: 0rem;
  }
  .main_menu.navbar-nav > li > a {
    font-size: 18px;
  }
}

.sub_menu {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub_menu > li {
    margin: 0px;
    font-size: 15px;
    line-height: 2;
  }
}
.sub_menu > li > a {
  text-decoration: none;
}

.table-members p {
  margin: 0px !important;
}
@media (max-width: 768px) {
  .table-members {
    font-size: 11px;
  }
}

.burger-mobile-menu .dropdown-item,
.burger-mobile-menu .dropdown-item:hover,
.burger-mobile-menu .dropdown-item:focus,
.burger-mobile-menu li.dropdown-item > a,
.burger-mobile-menu li.dropdown-item > a:hover {
  color: #ffffff !important;
  border: none;
}

@media (max-width: 991px) {
  .pb-5, .py-5 {
    padding-bottom: 2rem !important;
  }
  .pt-5, .py-5 {
    padding-top: 2rem !important;
  }
  .mt-5, .my-5 {
    margin-top: 2rem !important;
  }
}
.main-title {
  text-transform: uppercase;
  margin-bottom: 120px;
  position: relative;
}
.main-title span {
  font-weight: 300;
}
.main-title h1 {
  position: relative;
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main-title h1 {
    font-size: 24px;
  }
}
.main-title h1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 120px;
  height: 2px;
  background-color: #116789;
}

.header-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-phones {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom-logo {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.video-header, .video-header video, .video-header .viewport-header {
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 900px;
}

.video-header {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 900px;
}
.video-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 338px;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.video-header .viewport-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transform: scale(var(--headerScale));
  transform: scale(var(--headerScale));
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3333333333);
  width: 100%;
  z-index: 2;
}
@media (max-width: 576px) {
  .video-header .viewport-header {
    height: 100%;
    position: relative;
  }
}

.top-nav-phone {
  font-size: 20px;
  text-wrap: nowrap;
}

.font-family-body {
  font-family: "PT Sans Caption", sans-serif !important;
}

.font-family-heading {
  font-family: "PT Sans Caption", sans-serif !important;
}

.text-muted {
  color: #8c8c8c !important;
}

.text-body {
  color: #404040 !important;
}

.text-dark {
  color: #282828 !important;
}

.text-primary {
  color: #116789 !important;
}

.text-accent {
  color: #116789 !important;
}

.text-info {
  color: #5695fe !important;
}

.text-success {
  color: #33cb81 !important;
}

.text-warning {
  color: #fc8c3a !important;
}

.text-danger {
  color: #ff5252 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.text-crossed {
  text-decoration: line-through !important;
}

.text-shadow {
  text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.bg-primary {
  background-color: #116789 !important;
}

.bg-accent {
  background-color: #116789 !important;
}

.bg-info {
  background-color: #5695fe !important;
}

.bg-success {
  background-color: #33cb81 !important;
}

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

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

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

.bg-gray-dark {
  background-color: rgb(28.05, 28.05, 28.05) !important;
}

.bg-secondary,
.bg-gray,
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #F8F8F8 !important;
}

.bg-gradient, .mobile-menu .dropdown-header::after, .noUi-connect, .tag-link::before, .widget-title::after, .accordion-style-3 [data-toggle=collapse], .accordion-style-3 .card-body::after, .btn-style-9.btn-gradient::before, .btn-style-8.btn-gradient:hover::before, .btn-style-8.btn-gradient::after, .btn-style-7.btn-gradient, .btn-style-6.btn-gradient, .btn-style-5.btn-gradient::after, .btn-style-4.btn-gradient, .btn-style-3.btn-gradient:hover::before, .btn-style-3.btn-gradient::after, .btn-style-2.btn-gradient::before, .btn-style-1.btn-gradient, .step .step-title::after, .animated-digits::after, .block-title::after {
  background: #116789 !important;
  background: -webkit-gradient(linear, left top, right top, from(#116789), color-stop(20%, #116789), to(#116789)) !important;
  background: linear-gradient(to right, #116789 0%, #116789 20%, #116789 100%) !important;
}

.bg-gradient-vertical, .author-card .author-card-cover::after, .gallery-item::before {
  background: #116789 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#116789), color-stop(20%, #116789), to(#116789)) !important;
  background: linear-gradient(to bottom, #116789 0%, #116789 20%, #116789 100%) !important;
}

.bg-primary-faded,
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgba(17, 103, 137, 0.1) !important;
}

.bg-accent-faded,
.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: rgba(17, 103, 137, 0.1) !important;
}

.bg-info-faded,
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgba(86, 149, 254, 0.1) !important;
}

.bg-success-faded,
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgba(51, 203, 129, 0.1) !important;
}

.bg-warning-faded,
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgba(252, 140, 58, 0.1) !important;
}

.bg-danger-faded,
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgba(255, 82, 82, 0.1) !important;
}

.bg-dark-faded,
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(40, 40, 40, 0.1) !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.touchevents .bg-fixed {
  background-attachment: scroll !important;
}

.bg-center {
  background-position: center !important;
}

.bg-center-top {
  background-position: center top !important;
}

.bg-center-bottom {
  background-position: center bottom !important;
}

.bg-right-center {
  background-position: right center !important;
}

.bg-left-center {
  background-position: left center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-parallax {
  position: relative;
  overflow: hidden;
}

.bg-parallax-img,
.bg-overlay {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-parallax-img {
  top: -50%;
  height: 200%;
  z-index: 1;
}
.bg-parallax-img > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  pointer-events: none;
}

.bg-overlay {
  top: 0;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 2;
}

.bg-parallax-content,
.bg-content {
  position: relative;
  z-index: 5;
}

.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

[class^=col-] > .img-cover {
  left: 15px;
  width: calc(100% - 30px);
}

.box-shadow {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important;
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09) !important;
}

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

.border {
  border-color: #e7e7e7 !important;
}

.border-top {
  border-top-color: #e7e7e7 !important;
}

.border-right {
  border-right-color: #e7e7e7 !important;
}

.border-bottom {
  border-bottom-color: #e7e7e7 !important;
}

.border-left {
  border-left-color: #e7e7e7 !important;
}

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

.border-accent {
  border-color: #116789 !important;
}

.border-info {
  border-color: #5695fe !important;
}

.border-success {
  border-color: #33cb81 !important;
}

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

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

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

.border-white {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border-white.border, .border-white.border-top, .border-white.border-right, .border-white.border-bottom, .border-white.border-left {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.rounded {
  border-radius: 5px !important;
}

.close {
  border: 0;
  background: 0;
  color: #404040;
  font-family: sans-serif;
  font-size: 20px;
  cursor: pointer;
}
.close:focus {
  outline: none;
}

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

@media (min-width: 360px) {
  .text-xs-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 991px) {
  .text-lg-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .text-xl-nowrap {
    white-space: nowrap;
  }
}

.gray-to-color {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gray-to-color:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.break-word {
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, dt,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-bottom: 12px;
  color: #282828;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.021em;
  text-transform: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, dt small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  display: block;
  padding-top: 3px;
  color: #8c8c8c;
}
h1, h2, h3, h4, h5, h6, dt,
.h1, .h2, .h3, .h4, .h5, .h6 {
  overflow-wrap: normal;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 20px;
  }
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 23px;
  }
}

h3, .h3 {
  font-size: 26px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 23px;
  }
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 21px;
  line-height: 1.35;
}

h6, dt, .h6 {
  font-size: 18px;
  line-height: 1.4;
}

.display-1, .display-2,
.display-3, .display-4 {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: none;
}

.display-1 {
  font-size: 96px;
}

.display-2 {
  font-size: 88px;
}

.display-3 {
  font-size: 72px;
}

.display-4 {
  font-size: 56px;
}

.display-404 {
  color: #ffffff;
  font-size: 304px;
  line-height: 1.12;
  text-shadow: 12px 12px 30px rgba(40, 40, 40, 0.13);
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 62px;
  }
  .display-2 {
    font-size: 61px;
  }
  .display-3 {
    font-size: 50px;
  }
  .display-4 {
    font-size: 47px;
  }
  .display-404 {
    font-size: 258px;
  }
}
@media (max-width: 768px) {
  .display-404 {
    font-size: 182px;
  }
}
@media (max-width: 576px) {
  .display-404 {
    font-size: 121px;
  }
}
p, .p {
  margin: 0 0 16px;
}

.lead {
  font-size: 24px !important;
}

.text-xl {
  font-size: 18px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-md {
  font-size: 14px !important;
}

.text-sm {
  font-size: 12px !important;
}

.text-xs {
  font-size: 10px !important;
}

.navi-link {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #404040;
  font-weight: 600;
  text-decoration: none;
}
.navi-link > i {
  display: inline-block;
  margin-top: -1px;
  font-size: 1.2em;
  vertical-align: middle;
}
.navi-link:hover {
  color: #116789;
}
.navi-link.text-white:hover {
  opacity: 0.6;
}

.navbar ul > li > a.disabled-link,
.mobile-menu ul > li > a.disabled-link,
.disabled-link {
  color: #8c8c8c !important;
  cursor: default;
  pointer-events: none;
}
.navbar ul > li > a.disabled-link:hover,
.mobile-menu ul > li > a.disabled-link:hover,
.disabled-link:hover {
  color: #8c8c8c !important;
}

.navbar ul > li:hover > a.disabled-link {
  color: #8c8c8c !important;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 18px;
}
ul li, ol li {
  margin-bottom: 6px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
}

.list-icon {
  padding: 0;
  list-style: none;
}
.list-icon > li {
  position: relative;
  padding-left: 22px;
}
.list-icon > li > i {
  display: block;
  position: absolute;
  left: 0;
  font-size: 1.1em;
  line-height: inherit;
}
.list-icon.lead > li {
  padding-left: 33px;
}
.list-icon.text-xl > li {
  padding-left: 26px;
}
.list-icon.text-lg > li {
  padding-left: 25px;
}
.list-icon.text-sm > li {
  padding-left: 18px;
}
.list-icon.text-xs > li {
  padding-left: 15px;
}

.blockquote {
  display: block;
  position: relative;
  padding: 30px 24px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
}
.blockquote::before {
  display: block;
  position: absolute;
  top: -6px;
  left: 24px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  content: "“";
}
.blockquote > p {
  margin-bottom: 0;
}
.blockquote .blockquote-footer {
  display: block;
  position: relative;
  margin-top: 12px;
  padding-top: 8px;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.blockquote .blockquote-footer cite {
  display: block;
  color: #8c8c8c;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}
.blockquote .blockquote-footer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #116789;
  content: "";
}
.blockquote.text-right::before {
  right: 24px;
  left: auto;
}
.blockquote.text-right .blockquote-footer::before {
  right: 0;
  left: auto;
}
.blockquote.text-center::before {
  left: 50%;
  margin-left: -13px;
}
.blockquote.text-center .blockquote-footer::before {
  left: 50%;
  margin-left: -8px;
}

dl {
  margin-top: 0;
  margin-bottom: 16px;
}

dt, dd {
  line-height: 1.5;
}

dt {
  margin-bottom: 6px;
  font-size: 16px;
}

dd {
  margin-bottom: 16px;
  margin-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
  color: #8c8c8c;
}
dd:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dl-with-icon dt {
  position: relative;
  padding-left: 28px;
}
.dl-with-icon dt > i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1.1em;
}
.dl-with-icon dd {
  padding-left: 28px;
}

pre {
  display: block;
  padding: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-color: #F8F8F8;
}

kbd {
  background-color: #404040;
}

.drop-cap:first-child::first-letter {
  padding-right: 8px;
  padding-left: 4px;
  float: left;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}
.drop-cap.text-muted, .drop-cap.text-dark, .drop-cap.text-primary, .drop-cap.text-accent, .drop-cap.text-info, .drop-cap.text-success, .drop-cap.text-warning, .drop-cap.text-danger {
  color: #404040 !important;
}
.drop-cap.text-muted:first-child::first-letter {
  color: #8c8c8c !important;
}
.drop-cap.text-dark:first-child::first-letter {
  color: #282828 !important;
}
.drop-cap.text-primary:first-child::first-letter {
  color: #116789 !important;
}
.drop-cap.text-accent:first-child::first-letter {
  color: #116789 !important;
}
.drop-cap.text-info:first-child::first-letter {
  color: #5695fe !important;
}
.drop-cap.text-success:first-child::first-letter {
  color: #33cb81 !important;
}
.drop-cap.text-warning:first-child::first-letter {
  color: #fc8c3a !important;
}
.drop-cap.text-danger:first-child::first-letter {
  color: #ff5252 !important;
}

kbd {
  border-radius: 0;
  background-color: #282828;
}

pre {
  border-radius: 0;
  color: #404040;
}

.nav-tabs.pre-nav-tabs {
  padding: 8px;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  background-color: #F8F8F8;
}
.nav-tabs.pre-nav-tabs .nav-link {
  margin-top: 5px;
  margin-bottom: 5px;
}

.block-title {
  position: relative;
  padding-bottom: 13px;
}
.block-title > small {
  padding: 8px 0 5px 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}
.block-title .block-title-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.block-title.text-white::after {
  background: #ffffff !important;
}

.text-center .block-title::after,
.text-center .animated-digits::after, .text-center.block-title::after, .text-center.animated-digits::after {
  left: 50%;
  margin-left: -18px;
}
.text-center .block-title .block-title-icon,
.text-center .animated-digits .block-title-icon, .text-center.block-title .block-title-icon, .text-center.animated-digits .block-title-icon {
  margin-right: auto;
  margin-left: auto;
}

.text-right .block-title::after,
.text-right .animated-digits::after, .text-right.block-title::after, .text-right.animated-digits::after {
  right: 1px;
  left: auto;
}
.text-right .block-title .block-title-icon,
.text-right .animated-digits .block-title-icon, .text-right.block-title .block-title-icon, .text-right.animated-digits .block-title-icon {
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 768px) {
  .text-md-left .block-title::after,
  .text-md-left .animated-digits::after, .text-md-left.block-title::after, .text-md-left.animated-digits::after {
    left: 1px;
    margin-left: 0;
  }
  .text-md-left .block-title .block-title-icon,
  .text-md-left .animated-digits .block-title-icon, .text-md-left.block-title .block-title-icon, .text-md-left.animated-digits .block-title-icon {
    margin-right: 0;
    margin-left: 0;
  }
}
.form-control,
.custom-file-label {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  border: 1px solid rgb(228.45, 228.45, 228.45);
  border-radius: 0;
  color: #404040;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control:not(textarea),
.custom-file-label:not(textarea) {
  height: 44px;
}
.form-control::-moz-placeholder,
.custom-file-label::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.custom-file-label:-ms-input-placeholder {
  color: #8c8c8c;
}
.form-control::-webkit-input-placeholder,
.custom-file-label::-webkit-input-placeholder {
  color: #8c8c8c;
}
.form-control:hover:not(:focus):not([readonly]):not([disabled]),
.custom-file-label:hover:not(:focus):not([readonly]):not([disabled]) {
  border-color: rgb(205.5, 205.5, 205.5);
}
.form-control:focus,
.custom-file-label:focus {
  border-color: #ffffff;
  outline: none;
  color: #404040;
  -webkit-box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important;
  box-shadow: 0 9px 24px -4px rgba(64, 64, 64, 0.16) !important;
}
.form-control:focus[readonly], .form-control:focus[disabled],
.custom-file-label:focus[readonly],
.custom-file-label:focus[disabled] {
  border-color: #e7e7e7;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
  height: 44px;
  padding-right: 38px;
  background-position: center right 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzQwNDA0MCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.form-control-light-skin.form-control,
.form-control-light-skin .custom-file-label {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: transparent;
  color: #ffffff;
}
.form-control-light-skin.form-control::-moz-placeholder,
.form-control-light-skin .custom-file-label::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-control-light-skin.form-control:-ms-input-placeholder,
.form-control-light-skin .custom-file-label:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control-light-skin.form-control::-webkit-input-placeholder,
.form-control-light-skin .custom-file-label::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control-light-skin.form-control:hover,
.form-control-light-skin .custom-file-label:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.form-control-light-skin.form-control:focus,
.form-control-light-skin .custom-file-label:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.1);
}

select.form-control-light-skin,
.input-group-light-skin select.form-control {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}
select.form-control-light-skin > option,
.input-group-light-skin select.form-control > option {
  color: #404040 !important;
}

.form-control[readonly], .form-control[disabled] {
  background-color: #F8F8F8;
}
.form-control[disabled] {
  cursor: not-allowed;
}

select[disabled] {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iIzk5OTk5OSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
  color: #8c8c8c;
}

label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label) {
  padding-left: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}

.form-control-lg:not(textarea) {
  height: 54px;
  font-size: 16px;
}

.form-control-sm:not(textarea) {
  height: 32px;
  font-size: 12px;
}

.custom-control {
  margin-bottom: 5px;
}
.custom-control .custom-control-label::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control .custom-control-label:focus {
  outline: none;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #116789;
}
.custom-control .custom-control-input:disabled ~ .custom-control-label {
  color: #8c8c8c;
  cursor: not-allowed;
}

.custom-file,
.custom-file-input {
  height: 44px;
  cursor: pointer;
}
.custom-file:focus,
.custom-file-input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-file:focus ~ .custom-file-label,
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e7e7e7;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-file:hover:not(:focus) .custom-file-label {
  border-color: rgb(200.4, 200.4, 200.4);
}

.custom-file-label {
  margin-bottom: 0;
  line-height: 2.2em;
}
.custom-file-label::after {
  height: 42px;
  border: 0;
  border-radius: 0;
  background-color: #116789;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.7em;
  text-transform: uppercase;
}

.was-validated .form-control:valid, .was-validated .form-control.is-valid,
.was-validated .form-control-light-skin:valid,
.was-validated .form-control-light-skin.is-valid {
  border-color: rgb(228.45, 228.45, 228.45) !important;
}
.was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus,
.was-validated .form-control-light-skin:valid:focus,
.was-validated .form-control-light-skin.is-valid:focus {
  border-color: #ffffff !important;
}
.was-validated .form-control:invalid, .was-validated .form-control.is-invalid,
.was-validated .form-control-light-skin:invalid,
.was-validated .form-control-light-skin.is-invalid {
  border-color: #ff5252 !important;
}
.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus,
.was-validated .form-control-light-skin:invalid:focus,
.was-validated .form-control-light-skin.is-invalid:focus {
  border-color: #ffffff !important;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgb(228.45, 228.45, 228.45) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.was-validated .form-control-light-skin:valid:focus, .was-validated .form-control-light-skin.is-valid:focus, .was-validated .form-control-light-skin:invalid:focus, .was-validated .form-control-light-skin.is-invalid:focus {
  border-color: transparent !important;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: #404040;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #FFF;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label {
  color: #404040;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #116789;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5252;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgba(255, 82, 82, 0.7);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label, .was-validated .custom-control-input.is-invalid:checked ~ .custom-control-label {
  color: #ff5252;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff5252;
}

.valid-feedback,
.invalid-feedback {
  margin-top: 0.3rem;
  font-size: 90%;
}

.valid-feedback {
  color: #33cb81;
}

.invalid-feedback {
  color: #ff5252;
}

.valid-tooltip,
.invalid-tooltip {
  border-radius: 0;
  font-size: 90%;
}

.valid-tooltip {
  background-color: #33cb81;
}

.invalid-tooltip {
  background-color: #ff5252;
}

.input-group-text {
  border: 0;
  border-radius: 0 !important;
  background-color: rgb(245.45, 245.45, 245.45);
  font-size: 14px;
  font-weight: 600;
}
.input-group-text > i {
  font-size: 1.1em;
}
.input-group-text .custom-control {
  height: 16px;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
}
.input-group-text .custom-control .custom-control-label {
  width: 16px;
  height: 16px;
}
.input-group-text .custom-control .custom-control-label::before, .input-group-text .custom-control .custom-control-label::after {
  top: 0;
  left: 0;
}
.input-group-text .custom-control .custom-control-label::before {
  border: 1px solid rgb(218.25, 218.25, 218.25);
  background-color: #ffffff;
}
.input-group-text .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #116789;
}

.input-group-prepend,
.input-group-append {
  margin: 0 !important;
}
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .btn + .btn {
  margin-left: 2px;
}

.input-group-light-skin .form-control {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: transparent;
  color: #ffffff;
}
.input-group-light-skin .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.input-group-light-skin .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-group-light-skin .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-group-light-skin .form-control:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.input-group-light-skin .form-control:focus {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.input-group-light-skin .input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.block-table {
  width: 100%;
  display: block;
}

.table thead th, .table td, .table th {
  border-color: #e7e7e7;
}
.table thead th, .table th {
  font-weight: 700;
}
.table.table-inverse {
  background-color: #282828;
  color: #ffffff;
}
.table.table-inverse thead th, .table.table-inverse td, .table.table-inverse th {
  border-color: rgba(255, 255, 255, 0.14);
}

.thead-inverse th {
  background-color: #282828;
  color: #ffffff;
}

.thead-default th {
  background-color: #F8F8F8;
  color: #404040;
}

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

.table-hover tbody tr:hover {
  background-color: #F8F8F8;
}
.table-hover.table-inverse tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  position: relative;
  height: 44px;
  padding: 0 28px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #404040;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 44px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus {
  outline: none;
  background-image: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn::before, .btn::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn::before:not(.btn-style-11), .btn::after:not(.btn-style-11) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btn > i, .btn > img {
  display: inline-block;
  font-size: 1.1em;
  vertical-align: middle;
}
.btn > img {
  width: 20px;
  margin-top: -1px;
  margin-right: 6px;
}
.btn[disabled], .btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn[disabled]:hover, .btn.disabled:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-lg {
  height: 54px;
  font-size: 13px;
  line-height: 54px;
}
.btn.btn-sm {
  height: 32px;
  padding: 0 20px;
  font-size: 11px;
  line-height: 32px;
}
.btn.btn-xs {
  height: 24px;
  padding: 0 12px;
  font-size: 10px;
  line-height: 24px;
}
.btn.btn-block {
  display: block;
  width: 100%;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@supports (-ms-ime-align: auto) {
  .btn > i {
    margin-top: -2px;
  }
}
.btn-style-1.btn-primary {
  background-color: #116789;
  color: #222;
}
.btn-style-1.btn-primary:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-1.btn-primary:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-accent {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-1.btn-accent:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-1.btn-accent:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-info {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-style-1.btn-info:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}
.btn-style-1.btn-info:active {
  background-color: rgb(35.3, 117.2, 253.7);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-success {
  background-color: #33cb81;
  color: #ffffff;
}
.btn-style-1.btn-success:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}
.btn-style-1.btn-success:active {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-warning {
  background-color: #fc8c3a;
  color: #ffffff;
}
.btn-style-1.btn-warning:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}
.btn-style-1.btn-warning:active {
  background-color: rgb(251.235, 110.675, 7.765);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-danger {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-style-1.btn-danger:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}
.btn-style-1.btn-danger:active {
  background-color: #ff1f1f;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-secondary {
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
  line-height: 42px;
}
.btn-style-1.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-1.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-1.btn-secondary:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
}
.btn-style-1.btn-secondary:active {
  background-color: #e7e7e7;
  color: #404040;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-style-1.btn-white {
  background-color: #ffffff;
}
.btn-style-1.btn-white:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-1.btn-white:active {
  color: #404040;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-1.btn-gradient {
  color: #ffffff;
}
.btn-style-1.btn-gradient:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-1.btn-gradient:active {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
}

.btn-style-2 {
  padding: 0 36px;
}
.btn-style-2.btn-sm {
  padding: 0 28px;
}
.btn-style-2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: 100%;
  -webkit-transform: translate(-50%, -50%) skew(-35deg, 0);
  transform: translate(-50%, -50%) skew(-35deg, 0);
  content: "";
  z-index: -1;
}
.btn-style-2.btn-primary {
  color: #ffffff;
}
.btn-style-2.btn-primary::before {
  background-color: #116789;
}
.btn-style-2.btn-primary:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-2.btn-primary:active::before {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-accent {
  color: #ffffff;
}
.btn-style-2.btn-accent::before {
  background-color: #116789;
}
.btn-style-2.btn-accent:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-2.btn-accent:active::before {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-info {
  color: #ffffff;
}
.btn-style-2.btn-info::before {
  background-color: #5695fe;
}
.btn-style-2.btn-info:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}
.btn-style-2.btn-info:active::before {
  background-color: rgb(35.3, 117.2, 253.7);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-success {
  color: #ffffff;
}
.btn-style-2.btn-success::before {
  background-color: #33cb81;
}
.btn-style-2.btn-success:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}
.btn-style-2.btn-success:active::before {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-warning {
  color: #ffffff;
}
.btn-style-2.btn-warning::before {
  background-color: #fc8c3a;
}
.btn-style-2.btn-warning:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}
.btn-style-2.btn-warning:active::before {
  background-color: rgb(251.235, 110.675, 7.765);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-danger {
  color: #ffffff;
}
.btn-style-2.btn-danger::before {
  background-color: #ff5252;
}
.btn-style-2.btn-danger:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}
.btn-style-2.btn-danger:active::before {
  background-color: #ff1f1f;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-2.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-2.btn-secondary::before {
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
}
.btn-style-2.btn-secondary:hover, .btn-style-2.btn-secondary:focus {
  color: #404040;
}
.btn-style-2.btn-secondary:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
}
.btn-style-2.btn-secondary:active::before {
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.15);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.15);
}
.btn-style-2.btn-white::before {
  background-color: #ffffff;
}
.btn-style-2.btn-white:hover, .btn-style-2.btn-white:focus {
  color: #404040;
}
.btn-style-2.btn-white:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-2.btn-white:active::before {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-2.btn-gradient {
  color: #ffffff;
}
.btn-style-2.btn-gradient:hover::before {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-2.btn-gradient:active::before {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
}

.btn-style-3::before, .btn-style-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  z-index: -1;
}
.btn-style-3::before {
  top: 7px;
  left: -7px;
}
.btn-style-3.btn-primary {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-3.btn-primary::before, .btn-style-3.btn-primary::after {
  border: 1px solid #116789;
}
.btn-style-3.btn-primary::after {
  background-color: #116789;
}
.btn-style-3.btn-primary:hover {
  color: #116789;
}
.btn-style-3.btn-primary:hover::before {
  background-color: #116789;
}
.btn-style-3.btn-primary:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-accent {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-3.btn-accent::before, .btn-style-3.btn-accent::after {
  border: 1px solid #116789;
}
.btn-style-3.btn-accent::after {
  background-color: #116789;
}
.btn-style-3.btn-accent:hover {
  color: #116789;
}
.btn-style-3.btn-accent:hover::before {
  background-color: #116789;
}
.btn-style-3.btn-accent:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-info {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-style-3.btn-info::before, .btn-style-3.btn-info::after {
  border: 1px solid #5695fe;
}
.btn-style-3.btn-info::after {
  background-color: #5695fe;
}
.btn-style-3.btn-info:hover {
  color: #5695fe;
}
.btn-style-3.btn-info:hover::before {
  background-color: #5695fe;
}
.btn-style-3.btn-info:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-success {
  background-color: #33cb81;
  color: #ffffff;
}
.btn-style-3.btn-success::before, .btn-style-3.btn-success::after {
  border: 1px solid #33cb81;
}
.btn-style-3.btn-success::after {
  background-color: #33cb81;
}
.btn-style-3.btn-success:hover {
  color: #33cb81;
}
.btn-style-3.btn-success:hover::before {
  background-color: #33cb81;
}
.btn-style-3.btn-success:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-warning {
  background-color: #fc8c3a;
  color: #ffffff;
}
.btn-style-3.btn-warning::before, .btn-style-3.btn-warning::after {
  border: 1px solid #fc8c3a;
}
.btn-style-3.btn-warning::after {
  background-color: #fc8c3a;
}
.btn-style-3.btn-warning:hover {
  color: #fc8c3a;
}
.btn-style-3.btn-warning:hover::before {
  background-color: #fc8c3a;
}
.btn-style-3.btn-warning:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-danger {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-style-3.btn-danger::before, .btn-style-3.btn-danger::after {
  border: 1px solid #ff5252;
}
.btn-style-3.btn-danger::after {
  background-color: #ff5252;
}
.btn-style-3.btn-danger:hover {
  color: #ff5252;
}
.btn-style-3.btn-danger:hover::before {
  background-color: #ff5252;
}
.btn-style-3.btn-danger:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-secondary {
  background-color: #116789;
}
.btn-style-3.btn-secondary::before, .btn-style-3.btn-secondary::after {
  border: 1px solid #e7e7e7;
}
.btn-style-3.btn-secondary::after {
  background-color: #F8F8F8;
}
.btn-style-3.btn-secondary:hover {
  color: #404040;
}
.btn-style-3.btn-secondary:hover::before {
  background-color: #F8F8F8;
}
.btn-style-3.btn-secondary:hover::after {
  background-color: #ffffff;
}
.btn-style-3.btn-white::before, .btn-style-3.btn-white::after {
  border: 1px solid #ffffff;
}
.btn-style-3.btn-white::after {
  background-color: #ffffff;
}
.btn-style-3.btn-white:hover {
  color: #404040;
}
.btn-style-3.btn-gradient {
  color: #ffffff;
}
.btn-style-3.btn-gradient::before, .btn-style-3.btn-gradient::after {
  border: 1px solid #116789;
}
.btn-style-3.btn-gradient:hover {
  color: #116789;
}
.btn-style-3.btn-gradient:hover::after {
  background: #ffffff !important;
}

.btn-style-4::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
  z-index: -1;
}
.btn-style-4:hover::after {
  height: 5px;
}
.btn-style-4.btn-primary {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-4.btn-primary:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-4.btn-accent {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-4.btn-accent:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-4.btn-info {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-style-4.btn-info:active {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-4.btn-success {
  background-color: #33cb81;
  color: #ffffff;
}
.btn-style-4.btn-success:active {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-4.btn-warning {
  background-color: #fc8c3a;
  color: #ffffff;
}
.btn-style-4.btn-warning:active {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-4.btn-danger {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-style-4.btn-danger:active {
  background-color: #ff1f1f;
}
.btn-style-4.btn-secondary {
  background-color: rgb(235.25, 235.25, 235.25);
}
.btn-style-4.btn-secondary:hover {
  color: #404040;
}
.btn-style-4.btn-secondary:active {
  background-color: rgb(210.6, 210.6, 210.6);
}
.btn-style-4.btn-gradient {
  color: #ffffff;
}

.btn-style-5 {
  padding-left: 42px;
}
.btn-style-5::before, .btn-style-5::after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 30px;
  height: 100%;
  -webkit-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
  content: "";
  z-index: -1;
}
.btn-style-5::after {
  position: absolute;
  left: 30px;
  width: calc(100% - 30px);
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: -2;
}
.btn-style-5.btn-lg::before, .btn-style-5.btn-lg::after {
  left: 15px;
  width: 39px;
}
.btn-style-5.btn-lg::after {
  left: 35px;
  width: calc(100% - 35px);
}
.btn-style-5.btn-sm {
  padding-left: 35px;
}
.btn-style-5.btn-primary {
  color: #ffffff;
}
.btn-style-5.btn-primary::before, .btn-style-5.btn-primary::after {
  background-color: #116789;
}
.btn-style-5.btn-primary:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-5.btn-primary:active::before, .btn-style-5.btn-primary:active::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-5.btn-primary:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-accent {
  color: #ffffff;
}
.btn-style-5.btn-accent::before, .btn-style-5.btn-accent::after {
  background-color: #116789;
}
.btn-style-5.btn-accent:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-5.btn-accent:active::before, .btn-style-5.btn-accent:active::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-5.btn-accent:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-info {
  color: #ffffff;
}
.btn-style-5.btn-info::before, .btn-style-5.btn-info::after {
  background-color: #5695fe;
}
.btn-style-5.btn-info:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}
.btn-style-5.btn-info:active::before, .btn-style-5.btn-info:active::after {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-5.btn-info:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-success {
  color: #ffffff;
}
.btn-style-5.btn-success::before, .btn-style-5.btn-success::after {
  background-color: #33cb81;
}
.btn-style-5.btn-success:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}
.btn-style-5.btn-success:active::before, .btn-style-5.btn-success:active::after {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-5.btn-success:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-warning {
  color: #ffffff;
}
.btn-style-5.btn-warning::before, .btn-style-5.btn-warning::after {
  background-color: #fc8c3a;
}
.btn-style-5.btn-warning:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}
.btn-style-5.btn-warning:active::before, .btn-style-5.btn-warning:active::after {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-5.btn-warning:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-danger {
  color: #ffffff;
}
.btn-style-5.btn-danger::before, .btn-style-5.btn-danger::after {
  background-color: #ff5252;
}
.btn-style-5.btn-danger:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}
.btn-style-5.btn-danger:active::before, .btn-style-5.btn-danger:active::after {
  background-color: #ff1f1f;
}
.btn-style-5.btn-danger:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-5.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-5.btn-secondary::before, .btn-style-5.btn-secondary::after {
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
}
.btn-style-5.btn-secondary::before {
  border-right: 0;
}
.btn-style-5.btn-secondary:hover {
  color: #404040;
}
.btn-style-5.btn-secondary:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
  box-shadow: -9px 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
}
.btn-style-5.btn-secondary:active::before, .btn-style-5.btn-secondary:active::after {
  background-color: #e7e7e7;
}
.btn-style-5.btn-secondary:active::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-style-5.btn-white::before, .btn-style-5.btn-white::after {
  background-color: #ffffff;
}
.btn-style-5.btn-white:hover {
  color: #404040;
}
.btn-style-5.btn-white:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-5.btn-white:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-5.btn-gradient {
  color: #ffffff;
}
.btn-style-5.btn-gradient::before {
  background-color: #116789;
}
.btn-style-5.btn-gradient:hover::after {
  -webkit-box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: -9px 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-5.btn-gradient:active::after {
  -webkit-box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: -11px 6px 19px 0.2px rgba(64, 64, 64, 0.24);
}

.btn-style-6 {
  position: relative;
  border-radius: 22px;
  border: 1px solid #fff;
  color: #FFF;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.14);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.14);
}
.btn-style-6.btn-icon-right i, .btn-style-6.btn-icon-left i {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 31px;
  height: 46px;
  margin-top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  line-height: 46px;
}
.btn-style-6.btn-icon-right i::before, .btn-style-6.btn-icon-left i::before {
  margin-left: 2px;
}
.btn-style-6.btn-icon-left {
  padding-left: 46px;
}
.btn-style-6.btn-icon-right {
  padding-right: 46px;
}
.btn-style-6.btn-icon-right i {
  right: 7px;
  left: auto;
}
.btn-style-6.btn-lg {
  border-radius: 27px;
}
.btn-style-6.btn-sm {
  border-radius: 16px;
}
.btn-style-6.btn-sm.btn-icon-right i, .btn-style-6.btn-sm.btn-icon-left i {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  line-height: 26px;
}
.btn-style-6.btn-sm.btn-icon-left {
  padding-left: 34px;
}
.btn-style-6.btn-sm.btn-icon-left i {
  left: 2px;
}
.btn-style-6.btn-sm.btn-icon-right {
  padding-right: 34px;
}
.btn-style-6.btn-sm.btn-icon-right i {
  right: 2px;
  left: auto;
}
.btn-style-6.btn-primary {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-6.btn-primary.btn-icon-right i, .btn-style-6.btn-primary.btn-icon-left i {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-6.btn-primary:hover {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-primary:hover.btn-icon-right i, .btn-style-6.btn-primary:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #116789;
}
.btn-style-6.btn-accent {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-6.btn-accent.btn-icon-right i, .btn-style-6.btn-accent.btn-icon-left i {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-6.btn-accent:hover {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-accent:hover.btn-icon-right i, .btn-style-6.btn-accent:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #116789;
}
.btn-style-6.btn-info {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-style-6.btn-info.btn-icon-right i, .btn-style-6.btn-info.btn-icon-left i {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-6.btn-info:hover {
  background-color: rgb(35.3, 117.2, 253.7);
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-info:hover.btn-icon-right i, .btn-style-6.btn-info:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #5695fe;
}
.btn-style-6.btn-success {
  background-color: #33cb81;
  color: #ffffff;
}
.btn-style-6.btn-success.btn-icon-right i, .btn-style-6.btn-success.btn-icon-left i {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-6.btn-success:hover {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-success:hover.btn-icon-right i, .btn-style-6.btn-success:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #33cb81;
}
.btn-style-6.btn-warning {
  background-color: #fc8c3a;
  color: #ffffff;
}
.btn-style-6.btn-warning.btn-icon-right i, .btn-style-6.btn-warning.btn-icon-left i {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-6.btn-warning:hover {
  background-color: rgb(251.235, 110.675, 7.765);
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-warning:hover.btn-icon-right i, .btn-style-6.btn-warning:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #fc8c3a;
}
.btn-style-6.btn-danger {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-style-6.btn-danger.btn-icon-right i, .btn-style-6.btn-danger.btn-icon-left i {
  background-color: #ff1f1f;
}
.btn-style-6.btn-danger:hover {
  background-color: #ff1f1f;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-danger:hover.btn-icon-right i, .btn-style-6.btn-danger:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #ff5252;
}
.btn-style-6.btn-secondary {
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
  color: #404040;
  line-height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-style-6.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-6.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-6.btn-secondary.btn-icon-right i, .btn-style-6.btn-secondary.btn-icon-left i {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  color: #404040;
}
.btn-style-6.btn-secondary:hover {
  background-color: #e7e7e7;
  color: #404040;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-secondary:hover.btn-icon-right i, .btn-style-6.btn-secondary:hover.btn-icon-left i {
  background-color: #ffffff;
  color: #404040;
}
.btn-style-6.btn-white {
  background-color: #ffffff;
}
.btn-style-6.btn-white.btn-icon-right i, .btn-style-6.btn-white.btn-icon-left i {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  color: #404040;
}
.btn-style-6.btn-white:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-6.btn-white:active {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-6.btn-gradient {
  color: #ffffff;
  border: 0px;
}
.btn-style-6.btn-gradient.btn-icon-right i, .btn-style-6.btn-gradient.btn-icon-left i {
  background-color: transparent;
  color: #ffffff;
}
.btn-style-6.btn-gradient:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}

.btn-style-7 {
  overflow: hidden;
}
.btn-style-7::after {
  position: absolute;
  top: -20%;
  left: -43px;
  width: 50px;
  height: 200%;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  content: "";
  z-index: -1;
}
.btn-style-7:hover::after {
  left: -80px;
}
.btn-style-7.btn-primary {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-7.btn-primary::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-7.btn-primary:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-7.btn-primary:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-accent {
  background-color: #116789;
  color: #ffffff;
}
.btn-style-7.btn-accent::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-7.btn-accent:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-7.btn-accent:active {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-info {
  background-color: #5695fe;
  color: #ffffff;
}
.btn-style-7.btn-info::after {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-7.btn-info:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}
.btn-style-7.btn-info:active {
  background-color: rgb(35.3, 117.2, 253.7);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-success {
  background-color: #33cb81;
  color: #ffffff;
}
.btn-style-7.btn-success::after {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-7.btn-success:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}
.btn-style-7.btn-success:active {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-warning {
  background-color: #fc8c3a;
  color: #ffffff;
}
.btn-style-7.btn-warning::after {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-7.btn-warning:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}
.btn-style-7.btn-warning:active {
  background-color: rgb(251.235, 110.675, 7.765);
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-danger {
  background-color: #ff5252;
  color: #ffffff;
}
.btn-style-7.btn-danger::after {
  background-color: #ff1f1f;
}
.btn-style-7.btn-danger:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}
.btn-style-7.btn-danger:active {
  background-color: #ff1f1f;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-secondary {
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
  line-height: 42px;
}
.btn-style-7.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-7.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-7.btn-secondary::after {
  background-color: #e7e7e7;
}
.btn-style-7.btn-secondary:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.15);
}
.btn-style-7.btn-secondary:active {
  background-color: #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-style-7.btn-white {
  background-color: #ffffff;
}
.btn-style-7.btn-white::after {
  background-color: #e7e7e7;
}
.btn-style-7.btn-white:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-7.btn-white:active {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-7.btn-gradient {
  color: #ffffff;
}
.btn-style-7.btn-gradient::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-7.btn-gradient:hover {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-7.btn-gradient:active {
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}

.btn-style-8, .btn-style-8::before, .btn-style-8::after {
  border-radius: 22px;
}
.btn-style-8.btn-lg, .btn-style-8.btn-lg::before, .btn-style-8.btn-lg::after {
  border-radius: 27px;
}
.btn-style-8.btn-sm, .btn-style-8.btn-sm::before, .btn-style-8.btn-sm::after {
  border-radius: 16px;
}
.btn-style-8::before, .btn-style-8::after {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  z-index: -2;
}
.btn-style-8::after {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: -1;
}
.btn-style-8.btn-primary {
  color: #ffffff;
}
.btn-style-8.btn-primary::before {
  border: 1px solid #116789;
  background-color: transparent;
}
.btn-style-8.btn-primary::after {
  background-color: #116789;
}
.btn-style-8.btn-primary:hover::before {
  border: 1px solid #116789;
  background-color: #116789;
}
.btn-style-8.btn-primary:active::before {
  border: 1px solid rgb(11.3701298701, 68.8896103896, 91.6298701299);
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-8.btn-primary:active::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-8.btn-accent {
  color: #ffffff;
}
.btn-style-8.btn-accent::before {
  border: 1px solid #116789;
  background-color: transparent;
}
.btn-style-8.btn-accent::after {
  background-color: #116789;
}
.btn-style-8.btn-accent:hover::before {
  border: 1px solid #116789;
  background-color: #116789;
}
.btn-style-8.btn-accent:active::before {
  border: 1px solid rgb(11.3701298701, 68.8896103896, 91.6298701299);
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-8.btn-accent:active::after {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-8.btn-info {
  color: #ffffff;
}
.btn-style-8.btn-info::before {
  border: 1px solid #5695fe;
  background-color: transparent;
}
.btn-style-8.btn-info::after {
  background-color: #5695fe;
}
.btn-style-8.btn-info:hover::before {
  border: 1px solid #5695fe;
  background-color: #5695fe;
}
.btn-style-8.btn-info:active::before {
  border: 1px solid rgb(35.3, 117.2, 253.7);
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-8.btn-info:active::after {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-8.btn-success {
  color: #ffffff;
}
.btn-style-8.btn-success::before {
  border: 1px solid #33cb81;
  background-color: transparent;
}
.btn-style-8.btn-success::after {
  background-color: #33cb81;
}
.btn-style-8.btn-success:hover::before {
  border: 1px solid #33cb81;
  background-color: #33cb81;
}
.btn-style-8.btn-success:active::before {
  border: 1px solid rgb(40.7598425197, 162.2401574803, 103.0984251969);
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-8.btn-success:active::after {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-8.btn-warning {
  color: #ffffff;
}
.btn-style-8.btn-warning::before {
  border: 1px solid #fc8c3a;
  background-color: transparent;
}
.btn-style-8.btn-warning::after {
  background-color: #fc8c3a;
}
.btn-style-8.btn-warning:hover::before {
  border: 1px solid #fc8c3a;
  background-color: #fc8c3a;
}
.btn-style-8.btn-warning:active::before {
  border: 1px solid rgb(251.235, 110.675, 7.765);
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-8.btn-warning:active::after {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-8.btn-danger {
  color: #ffffff;
}
.btn-style-8.btn-danger::before {
  border: 1px solid #ff5252;
  background-color: transparent;
}
.btn-style-8.btn-danger::after {
  background-color: #ff5252;
}
.btn-style-8.btn-danger:hover::before {
  border: 1px solid #ff5252;
  background-color: #ff5252;
}
.btn-style-8.btn-danger:active::before {
  border: 1px solid #ff1f1f;
  background-color: #ff1f1f;
}
.btn-style-8.btn-danger:active::after {
  background-color: #ff1f1f;
}
.btn-style-8.btn-secondary.btn-lg {
  line-height: 52px;
}
.btn-style-8.btn-secondary.btn-sm {
  line-height: 30px;
}
.btn-style-8.btn-secondary::before {
  border: 1px solid #e7e7e7;
  background-color: transparent;
}
.btn-style-8.btn-secondary::after {
  background-color: rgb(240.35, 240.35, 240.35);
}
.btn-style-8.btn-secondary:hover {
  color: #404040;
}
.btn-style-8.btn-secondary:hover::before {
  border: 1px solid #e7e7e7;
  background-color: rgb(240.35, 240.35, 240.35);
}
.btn-style-8.btn-secondary:active::before {
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
}
.btn-style-8.btn-secondary:active::after {
  background-color: #e7e7e7;
}
.btn-style-8.btn-white::before {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.btn-style-8.btn-white::after {
  background-color: #ffffff;
}
.btn-style-8.btn-white:hover {
  color: #404040;
}
.btn-style-8.btn-white:hover::before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.btn-style-8.btn-gradient {
  color: #ffffff;
}
.btn-style-8.btn-gradient::before {
  border: 1px solid #116789;
  background: transparent;
}
.btn-style-9 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.15);
  box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.15);
  overflow: hidden;
}
.btn-style-9::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  z-index: -2;
}
.btn-style-9:hover::before {
  width: 100%;
}
.btn-style-9:focus {
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-primary::before {
  background-color: #116789;
}
.btn-style-9.btn-primary:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-9.btn-primary:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-primary:active::before {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-9.btn-accent::before {
  background-color: #116789;
}
.btn-style-9.btn-accent:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-9.btn-accent:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-accent:active::before {
  background-color: rgb(11.3701298701, 68.8896103896, 91.6298701299);
}
.btn-style-9.btn-info::before {
  background-color: #5695fe;
}
.btn-style-9.btn-info:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(86, 149, 254, 0.24);
}
.btn-style-9.btn-info:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-info:active::before {
  background-color: rgb(35.3, 117.2, 253.7);
}
.btn-style-9.btn-success::before {
  background-color: #33cb81;
}
.btn-style-9.btn-success:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(51, 203, 129, 0.24);
}
.btn-style-9.btn-success:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-success:active::before {
  background-color: rgb(40.7598425197, 162.2401574803, 103.0984251969);
}
.btn-style-9.btn-warning::before {
  background-color: #fc8c3a;
}
.btn-style-9.btn-warning:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(252, 140, 58, 0.24);
}
.btn-style-9.btn-warning:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-warning:active::before {
  background-color: rgb(251.235, 110.675, 7.765);
}
.btn-style-9.btn-danger::before {
  background-color: #ff5252;
}
.btn-style-9.btn-danger:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(255, 82, 82, 0.24);
}
.btn-style-9.btn-danger:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-danger:active::before {
  background-color: #ff1f1f;
}
.btn-style-9.btn-secondary {
  background-color: #ffffff;
}
.btn-style-9.btn-secondary::before {
  background-color: rgb(215.7, 215.7, 215.7);
}
.btn-style-9.btn-secondary:hover {
  color: #404040;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(40, 40, 40, 0.24);
}
.btn-style-9.btn-secondary:hover::before {
  background-color: rgb(235.25, 235.25, 235.25);
}
.btn-style-9.btn-secondary:active {
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(64, 64, 64, 0.24);
}
.btn-style-9.btn-gradient {
  background-color: #ffffff;
}
.btn-style-9.btn-gradient:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
}
.btn-style-9.btn-gradient:active {
  color: #ffffff;
  -webkit-box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 6px 8px 0.2px rgba(17, 103, 137, 0.24);
}

.btn-group {
  position: relative;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  right: 16px;
  bottom: -88px;
  width: 44px;
  height: 44px;
  -webkit-transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  transition: bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.3s, border-color 0.3s;
  background-color: rgba(40, 40, 40, 0.3);
  color: #ffffff;
  font-size: 21px;
  opacity: 0;
  z-index: 1050;
  text-align: center;
  text-decoration: none;
}
.scroll-to-top-btn:hover {
  background-color: #282828;
  color: #ffffff;
}
.scroll-to-top-btn:focus, .scroll-to-top-btn:active {
  color: #ffffff;
}
.scroll-to-top-btn.visible {
  bottom: 14px;
  opacity: 1;
}
.scroll-to-top-btn > i {
  line-height: 44px;
}
@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: -64px;
    width: 32px;
    height: 32px;
    line-height: 27px;
  }
  .scroll-to-top-btn > i {
    line-height: 32px;
  }
}

.social-btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center !important;
  text-decoration: none;
}

/* Amazon */
.sb-amazon {
  color: #ff9900 !important;
  font-size: 1.15em;
}
.sb-amazon:hover, .sb-amazon.hover {
  color: #ff9900 !important;
}

/* Airbnb */
.sb-airbnb {
  color: #fd5c63 !important;
}
.sb-airbnb:hover, .sb-airbnb.hover {
  color: #fd5c63 !important;
}

/* Behance */
.sb-behance {
  color: #1769ff !important;
  font-size: 1.1em;
}
.sb-behance:hover, .sb-behance.hover {
  color: #1769ff !important;
}

/* DeviantArt */
.sb-deviantart {
  color: #4e6252 !important;
  font-size: 1.2em;
}
.sb-deviantart:hover, .sb-deviantart.hover {
  color: #4e6252 !important;
}

/* Digg */
.sb-digg {
  color: #000000 !important;
  font-size: 1.2em;
}
.sb-digg:hover, .sb-digg.hover {
  color: #000000 !important;
}

/* Disqus */
.sb-disqus {
  color: #2e9fff !important;
  font-size: 1.1em;
}
.sb-disqus:hover, .sb-disqus.hover {
  color: #2e9fff !important;
}

/* Dribbble */
.sb-dribbble {
  color: #ea4c89 !important;
}
.sb-dribbble:hover, .sb-dribbble.hover {
  color: #ea4c89 !important;
}

/* Drupal */
.sb-drupal {
  color: #0077c0 !important;
  font-size: 1.1em;
}
.sb-drupal:hover, .sb-drupal.hover {
  color: #0077c0 !important;
}

/* Facebook */
.sb-facebook {
  color: #3b5998 !important;
}
.sb-facebook:hover, .sb-facebook.hover {
  color: #3b5998 !important;
}

/* Flickr */
.sb-flickr {
  color: #0063dc !important;
}
.sb-flickr:hover, .sb-flickr.hover {
  color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare {
  color: #ef4b78 !important;
}
.sb-foursquare:hover, .sb-foursquare.hover {
  color: #ef4b78 !important;
}

/* GitHub */
.sb-github {
  color: #4183c4 !important;
}
.sb-github:hover, .sb-github.hover {
  color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
  color: #dd4b39 !important;
  font-size: 1.2em;
}
.sb-google-plus:hover, .sb-google-plus.hover {
  color: #dd4b39 !important;
}

/* Instagram */
.sb-instagram {
  color: #3f729b !important;
}
.sb-instagram:hover, .sb-instagram.hover {
  color: #3f729b !important;
}

/* LastFM */
.sb-lastfm {
  color: #e31b23 !important;
  font-size: 1.1em;
}
.sb-lastfm:hover, .sb-lastfm.hover {
  color: #e31b23 !important;
}

/* LinkedIn */
.sb-linkedin {
  color: #0976b4 !important;
}
.sb-linkedin:hover, .sb-linkedin.hover {
  color: #0976b4 !important;
}

/* PayPal */
.sb-odnoklassniki {
  color: #ed812b !important;
  font-size: 1.1em;
}
.sb-odnoklassniki:hover, .sb-odnoklassniki.hover {
  color: #ed812b !important;
}

/* PayPal */
.sb-paypal {
  color: #253b80 !important;
  font-size: 0.9em;
}
.sb-paypal:hover, .sb-paypal.hover {
  color: #253b80 !important;
}

/* Pinterest */
.sb-pinterest {
  color: #cc2127 !important;
}
.sb-pinterest:hover, .sb-pinterest.hover {
  color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
  color: #ff4500 !important;
  font-size: 1.1em;
}
.sb-reddit:hover, .sb-reddit.hover {
  color: #ff4500 !important;
}

/* Reddit */
.sb-rss {
  color: #f26522 !important;
  font-size: 0.9em;
}
.sb-rss:hover, .sb-rss.hover {
  color: #f26522 !important;
}

/* Skype */
.sb-skype {
  color: #00aff0 !important;
}
.sb-skype:hover, .sb-skype.hover {
  color: #00aff0 !important;
}

/* SoundCloud */
.sb-soundcloud {
  color: #ff8800 !important;
  font-size: 1.2em !important;
}
.sb-soundcloud:hover, .sb-soundcloud.hover {
  color: #ff8800 !important;
}

/* Stack Overflow */
.sb-stackoverflow {
  color: #fe7a15 !important;
  font-size: 1.1em !important;
}
.sb-stackoverflow:hover, .sb-stackoverflow.hover {
  color: #fe7a15 !important;
}

/* Steam */
.sb-steam {
  color: #7da10e !important;
}
.sb-steam:hover, .sb-steam.hover {
  color: #7da10e !important;
}

/* StumbleUpon */
.sb-stumbleupon {
  color: #eb4924 !important;
}
.sb-stumbleupon:hover, .sb-stumbleupon.hover {
  color: #eb4924 !important;
}

/* Tumblr */
.sb-tumblr {
  color: #35465c !important;
}
.sb-tumblr:hover, .sb-tumblr.hover {
  color: #35465c !important;
}

/* Twitch */
.sb-twitch {
  color: #6441a5 !important;
}
.sb-twitch:hover, .sb-twitch.hover {
  color: #6441a5 !important;
}

/* Twitter */
.sb-twitter {
  color: #55acee !important;
}
.sb-twitter:hover, .sb-twitter.hover {
  color: #55acee !important;
}

/* Vimeo */
.sb-vimeo {
  color: #1ab7ea !important;
}
.sb-vimeo:hover, .sb-vimeo.hover {
  color: #1ab7ea !important;
}

/* Vine */
.sb-vine {
  color: #00b488 !important;
}
.sb-vine:hover, .sb-vine.hover {
  color: #00b488 !important;
}

/* VKontakte */
.sb-vk {
  color: #45668e !important;
  font-size: 1.1em;
}
.sb-vk:hover, .sb-vk.hover {
  color: #45668e !important;
}

/* WordPress */
.sb-wordpress {
  color: #21759b !important;
}
.sb-wordpress:hover, .sb-wordpress.hover {
  color: #21759b !important;
}

/* XING */
.sb-xing {
  color: #026466 !important;
}
.sb-xing:hover, .sb-xing.hover {
  color: #026466 !important;
}

/* Yahoo! */
.sb-yahoo {
  color: #400191 !important;
  font-size: 1.1em !important;
}
.sb-yahoo:hover, .sb-yahoo.hover {
  color: #400191 !important;
}

/* Yelp */
.sb-yelp {
  color: #af0606 !important;
}
.sb-yelp:hover, .sb-yelp.hover {
  color: #af0606 !important;
}

/* YouTube */
.sb-youtube {
  color: #e52d27 !important;
}
.sb-youtube:hover, .sb-youtube.hover {
  color: #e52d27 !important;
}

.sb-light-skin {
  color: #ffffff !important;
}

.sb-style-1:hover, .sb-style-1.hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}
.sb-style-1:active {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #F8F8F8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sb-style-2,
.sb-style-3,
.sb-style-4,
.sb-style-5 {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #F8F8F8;
}
.sb-style-2.sb-light-skin,
.sb-style-3.sb-light-skin,
.sb-style-4.sb-light-skin,
.sb-style-5.sb-light-skin {
  background-color: rgba(255, 255, 255, 0.1);
}
.sb-style-2:hover, .sb-style-2.hover,
.sb-style-3:hover,
.sb-style-3.hover,
.sb-style-4:hover,
.sb-style-4.hover,
.sb-style-5:hover,
.sb-style-5.hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}

.sb-style-4,
.sb-style-5 {
  background-color: rgb(211.4, 211.4, 211.4);
  color: #ffffff !important;
}

.sb-style-6,
.sb-style-7 {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 3px solid #e7e7e7;
  border-radius: 50%;
  line-height: 31px;
}
.sb-style-6.sb-light-skin,
.sb-style-7.sb-light-skin {
  border-color: rgba(255, 255, 255, 0.18);
}
.sb-style-6:hover, .sb-style-6.hover,
.sb-style-7:hover,
.sb-style-7.hover {
  border-color: transparent;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}

.sb-style-3,
.sb-style-5,
.sb-style-7 {
  border-radius: 0;
}

.text-center .sb-style-2, .text-center .sb-style-3,
.text-center .sb-style-4, .text-center .sb-style-5,
.text-center .sb-style-6, .text-center .sb-style-7 {
  margin-right: 5px;
  margin-left: 5px;
}

.text-right .sb-style-2, .text-right .sb-style-3,
.text-right .sb-style-4, .text-right .sb-style-5,
.text-right .sb-style-6, .text-right .sb-style-7 {
  margin-right: 0;
  margin-left: 10px;
}

.nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
  border: 0;
}
.nav-tabs .nav-link {
  position: relative;
  margin: 0 5px 10px;
  padding: 9px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  background-color: rgb(240.35, 240.35, 240.35);
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-tabs .nav-link > i {
  display: inline-block;
  margin-top: -2px;
  font-size: 1.1em;
  vertical-align: middle;
}
.nav-tabs .nav-link > sup {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #8c8c8c;
  font-size: 10px;
}
.nav-tabs .nav-link:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.1);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.1);
}
.nav-tabs .nav-link.active {
  background-color: #116789;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.nav-tabs .nav-link.active > sup {
  color: rgba(255, 255, 255, 0.7);
}
.nav-tabs .show .dropdown-toggle {
  background-color: rgb(240.35, 240.35, 240.35) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-tabs-bordered {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav-tabs.nav-tabs-bordered .nav-link.active {
  z-index: 1;
}
.nav-tabs.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-bordered .nav-link.active::before {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.nav-tabs.nav-tabs-bordered .nav-link.active::after {
  margin-left: -9px;
  border-width: 9px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.nav-tabs.nav-tabs-bordered .nav-link.active::before {
  margin-left: -10px;
  border-width: 10px;
  border-color: rgba(231, 231, 231, 0);
  border-bottom-color: rgb(218.25, 218.25, 218.25);
}
@media (max-width: 768px) {
  .nav-tabs.nav-tabs-bordered {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-tabs.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-bordered .nav-link.active::before {
    display: none;
  }
}
.nav-tabs.nav-tabs-style-2 .nav-link, .nav-tabs.nav-tabs-style-3 .nav-link, .nav-tabs.nav-tabs-style-4 .nav-link {
  padding-bottom: 6px;
  border-bottom: 3px solid #e7e7e7;
  background-color: transparent;
}
.nav-tabs.nav-tabs-style-2 .nav-link:hover, .nav-tabs.nav-tabs-style-3 .nav-link:hover, .nav-tabs.nav-tabs-style-4 .nav-link:hover {
  border-color: #116789;
  -webkit-box-shadow: 0 12px 14px -9px rgba(17, 103, 137, 0.3);
  box-shadow: 0 12px 14px -9px rgba(17, 103, 137, 0.3);
}
.nav-tabs.nav-tabs-style-2 .nav-link.active, .nav-tabs.nav-tabs-style-3 .nav-link.active, .nav-tabs.nav-tabs-style-4 .nav-link.active {
  border-color: #116789;
  background-color: #116789;
}
.nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-2.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-3.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::after, .nav-tabs.nav-tabs-style-4.nav-tabs-bordered .nav-link.active::before {
  bottom: -25px;
}
.nav-tabs.nav-tabs-style-2 .show .dropdown-toggle, .nav-tabs.nav-tabs-style-3 .show .dropdown-toggle, .nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
  border-color: #e7e7e7;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-tabs-style-3 .nav-link {
  color: #8c8c8c;
}
.nav-tabs.nav-tabs-style-3 .nav-link.active {
  border-color: #116789;
  background-color: transparent;
  color: #404040;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-tabs-style-3 .nav-link.active > sup {
  color: #8c8c8c;
}
.nav-tabs.nav-tabs-style-4 {
  margin-bottom: 22px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 10px 22px -5px rgba(64, 64, 64, 0.12);
  box-shadow: 0 10px 22px -5px rgba(64, 64, 64, 0.12);
}
.nav-tabs.nav-tabs-style-4 .nav-link {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.nav-tabs.nav-tabs-style-4 .nav-link:hover {
  border-color: transparent;
  color: #116789;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-tabs-style-4 .nav-link:hover > sup {
  color: rgba(17, 103, 137, 0.7);
}
.nav-tabs.nav-tabs-style-4 .nav-link.active {
  border-color: #116789;
  background-color: transparent;
  color: #116789;
  -webkit-box-shadow: 0 12px 14px -9px rgba(17, 103, 137, 0.3);
  box-shadow: 0 12px 14px -9px rgba(17, 103, 137, 0.3);
}
.nav-tabs.nav-tabs-style-4 .nav-link.active > sup {
  color: rgba(17, 103, 137, 0.7);
}
.nav-tabs.nav-tabs-style-4 .show .dropdown-toggle {
  border-color: transparent;
  color: #116789;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs.nav-tabs-style-5 .nav-link {
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background-color: transparent;
}
.nav-tabs.nav-tabs-style-5 .nav-link:hover {
  border-color: transparent;
}
.nav-tabs.nav-tabs-style-5 .nav-link.active {
  border-color: #116789;
  background-color: #116789;
}
.nav-tabs.nav-tabs-style-5 .show .dropdown-toggle {
  border-color: #e7e7e7;
  background-color: transparent !important;
}
.nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::before, .nav-tabs.nav-tabs-style-5.nav-tabs-bordered .nav-link.active::after {
  bottom: -23px;
}

.nav-tabs-bordered + .tab-content {
  padding: 14px 20px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}
.nav-tabs-bordered + .tab-content p:last-child, .nav-tabs-bordered + .tab-content ul:last-child,
.nav-tabs-bordered + .tab-content ol:last-child {
  margin-bottom: 0;
}

.nav-pills .nav-item {
  margin-right: 5px;
  margin-bottom: 8px;
}
.nav-pills .nav-link {
  padding: 9px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.nav-pills .nav-link > i {
  display: inline-block;
  margin-top: -2px;
  font-size: 1.1em;
  vertical-align: middle;
}
.nav-pills .nav-link:hover {
  border-color: #e7e7e7;
  background-color: #F8F8F8;
}
.nav-pills .nav-link.active {
  background-color: #116789;
}
.nav-pills .nav-link.disabled {
  border-color: transparent !important;
  background: none !important;
  color: #8c8c8c !important;
  cursor: default;
  pointer-events: none;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  border-color: #116789 !important;
  background-color: #116789 !important;
  color: #ffffff;
  cursor: default;
}
.nav-pills.nav-pills-style-2 .nav-link {
  border-radius: 19px;
}

.nav-justified .nav-item, .nav-justified .nav-link {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.transition.fade {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.transition.fade.show {
  opacity: 1;
}
.transition.scale.fade {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.transition.scale.fade.show, .transition.scaledown.fade.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.transition.left.fade {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.transition.right.fade {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.transition.left.fade.show, .transition.right.fade.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.transition.top.fade {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.transition.top.fade.show, .transition.bottom.fade.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.transition.flip.fade.show {
  -webkit-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.menu_promo {
  background-color: #116789;
  color: #fff !important;
}
.menu_promo:hover {
  background-color: #116789 !important;
  color: #fff !important;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.1);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.1);
}

@-webkit-keyframes bg_animation {
  100% {
    -webkit-transform: rotateZ(45deg) translate(1em, -9em);
    transform: rotateZ(45deg) translate(1em, -9em);
  }
}

@keyframes bg_animation {
  100% {
    -webkit-transform: rotateZ(45deg) translate(1em, -9em);
    transform: rotateZ(45deg) translate(1em, -9em);
  }
}
.btn_animation {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.btn_animation:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(45deg) translate(-10em, 12em);
  transform: rotateZ(45deg) translate(-10em, 12em);
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
}

.btn_animation:after, .btn_animation:after {
  -webkit-animation: bg_animation 3s forwards;
  animation: bg_animation 3s forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.card {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  border: 2px solid #116789;
}
.card > img {
  display: block;
  width: 100%;
}

a.card {
  text-decoration: none;
}

.card-header,
.card-footer {
  border-radius: 0 !important;
  background-color: #ffffff;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header dt, .card-header p,
.card-header .h1, .card-header .h2, .card-header .h3, .card-header .h4, .card-header .h5, .card-header .h6,
.card-footer h1,
.card-footer h2,
.card-footer h3,
.card-footer h4,
.card-footer h5,
.card-footer h6,
.card-footer dt,
.card-footer p,
.card-footer .h1,
.card-footer .h2,
.card-footer .h3,
.card-footer .h4,
.card-footer .h5,
.card-footer .h6 {
  margin: 0;
}

.card-header {
  border-bottom: 1px solid #e7e7e7;
}
.card-header .nav-tabs {
  padding-bottom: 0;
}

.card-footer {
  border-top: 1px solid #e7e7e7;
}

.card-img-top,
.card-img-bottom {
  border-radius: 0 !important;
}

.card-body {
  padding: 24px;
  padding-bottom: 26px;
}

.card-title {
  margin: 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.card-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #282828;
  text-decoration: none;
}
.card-title > a:hover {
  color: #116789;
}

.card-text {
  padding-top: 12px;
  color: #8c8c8c;
}

.card .widget-contacts {
  margin-bottom: 4px;
}
.card .widget-contacts ul > li {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-top: 0;
}
.card .widget-contacts ul > li > i {
  top: 8px !important;
}

.accordion .card {
  border-top: 1px solid #e7e7e7;
}
.accordion .card:first-child {
  border: 0;
}
.accordion .card::after {
  display: none;
}
.accordion .card-header,
.accordion .card-footer {
  padding: 0;
  border: 0;
}
.accordion .card::before,
.accordion [data-toggle=collapse]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #116789;
  content: "";
  z-index: 5;
}
.accordion [data-toggle=collapse] {
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 30px;
  padding-right: 65px;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.2s;
  transition: color 0.3s, -webkit-box-shadow 0.2s;
  transition: color 0.3s, box-shadow 0.2s;
  transition: color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  color: #116789;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: inset 0 20px 30px -12px rgba(64, 64, 64, 0.12);
  box-shadow: inset 0 20px 30px -12px rgba(64, 64, 64, 0.12);
}
.accordion [data-toggle=collapse] > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 7px;
  font-size: 1.1em;
  vertical-align: middle;
}
.accordion [data-toggle=collapse]::before {
  height: 0;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
  background-color: #ffffff;
}
.accordion [data-toggle=collapse].collapsed::before {
  height: 100%;
}
.accordion [data-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50%;
  background-color: #116789;
  color: #ffffff;
  font-family: feather;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  -webkit-box-shadow: 1px 8px 15px 0 rgba(17, 103, 137, 0.35);
  box-shadow: 1px 8px 15px 0 rgba(17, 103, 137, 0.35);
  content: "\e931";
}
.accordion [data-toggle=collapse].collapsed {
  color: #282828;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion [data-toggle=collapse].collapsed::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #ffffff;
  color: #282828;
  -webkit-box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
  box-shadow: 1px -8px 15px 0 rgba(64, 64, 64, 0.15);
}
.accordion .card:first-child [data-toggle=collapse] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .card-body {
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.accordion-style-2 .card {
  border-top: 0;
  border-bottom: 1px solid #e7e7e7 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-style-2 .card:first-child {
  border-top: 1px solid #e7e7e7 !important;
}
.accordion-style-2 [data-toggle=collapse] {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-style-2 [data-toggle=collapse]::after {
  padding-left: 1px;
  background-color: rgba(17, 103, 137, 0.2);
  color: #116789;
  font-size: 16px;
  line-height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "\e998";
}
.accordion-style-2 [data-toggle=collapse].collapsed::after {
  padding-left: 0;
  -webkit-transform: none;
  transform: none;
  background-color: rgba(64, 64, 64, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "\e9b3";
}
.accordion-style-2 .card::before,
.accordion-style-2 [data-toggle=collapse]::before {
  display: none;
}

.accordion-style-3 .card {
  margin-bottom: 7px;
  border: 0 !important;
}
.accordion-style-3 .card-body {
  position: relative;
  padding: 30px;
  padding-bottom: 33px;
}
.accordion-style-3 .card-body::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}
.accordion-style-3 .card::before,
.accordion-style-3 [data-toggle=collapse]::before {
  display: none;
}
.accordion-style-3 [data-toggle=collapse] {
  padding-right: 50px;
  -webkit-transition: none;
  transition: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-style-3 [data-toggle=collapse]::after {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion-style-3 [data-toggle=collapse].collapsed {
  background: none !important;
}
.accordion-style-3 [data-toggle=collapse] > i {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #282828;
  line-height: 28px;
  text-align: center;
  -webkit-box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
  box-shadow: 1px 8px 15px 0 rgba(64, 64, 64, 0.15);
}

@-moz-document url-prefix() {
  .accordion-style-3 [data-toggle=collapse] > i {
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .accordion [data-toggle=collapse] {
    padding: 20px 18px;
    padding-right: 50px;
    font-size: 14px;
  }
  .accordion [data-toggle=collapse]::after {
    right: 16px;
  }
  .accordion-style-3 [data-toggle=collapse] {
    padding-right: 40px;
  }
}
.pagination,
.entry-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination .pages {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .pages > li {
  display: inline-block;
  width: 36px;
  margin-bottom: 0;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.pagination .pages > li > a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #404040;
  line-height: 36px;
  text-decoration: none;
}
.pagination .pages > li.active > a {
  color: #116789;
  cursor: default;
  pointer-events: none;
}
.pagination .pages > li.active > a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .prev-btn,
.pagination .next-btn {
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
}
.pagination .prev-btn > i,
.pagination .next-btn > i {
  display: inline-block;
  margin-top: -1px;
  font-size: 1.3em;
  vertical-align: middle;
}
.pagination .prev-btn {
  padding-left: 10px;
}
.pagination .prev-btn > i {
  margin-right: 2px;
}
.pagination .next-btn {
  padding-right: 10px;
}
.pagination .next-btn > i {
  margin-left: 2px;
}
.pagination .pages > li > a:hover,
.pagination .prev-btn:hover, .pagination .next-btn:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}
.pagination .pages > li > a:active,
.pagination .prev-btn:active, .pagination .next-btn:active {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #F8F8F8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-moz-document url-prefix() {
  .pagination .prev-btn > i,
  .pagination .next-btn > i {
    margin-top: -2px;
  }
}
@supports (-ms-ime-align: auto) {
  .pagination .prev-btn > i,
  .pagination .next-btn > i {
    margin-top: -2px;
  }
}
.entry-navigation {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.entry-navigation .prev-btn,
.entry-navigation .back-btn,
.entry-navigation .next-btn {
  display: block;
  min-height: 44px;
  color: #404040;
}
.entry-navigation .prev-btn .label,
.entry-navigation .back-btn,
.entry-navigation .next-btn .label {
  height: 44px;
  background-color: #ffffff;
  line-height: 44px;
  text-decoration: none;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}
.entry-navigation .prev-btn, .entry-navigation .next-btn {
  position: relative;
  width: 50%;
}
.entry-navigation .prev-btn .label, .entry-navigation .next-btn .label {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 16px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 5;
}
.entry-navigation .prev-btn .label > i, .entry-navigation .next-btn .label > i {
  display: inline-block;
  margin-top: -1px;
  font-size: 1.3em;
  opacity: 0.4;
  vertical-align: middle;
}
.entry-navigation .prev-btn .post-preview, .entry-navigation .next-btn .post-preview {
  display: table;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.entry-navigation .prev-btn .post-preview > .post-preview-thumb,
.entry-navigation .prev-btn .post-preview > .post-preview-details, .entry-navigation .next-btn .post-preview > .post-preview-thumb,
.entry-navigation .next-btn .post-preview > .post-preview-details {
  display: table-cell;
  vertical-align: middle;
}
.entry-navigation .prev-btn .post-preview > .post-preview-thumb > img, .entry-navigation .next-btn .post-preview > .post-preview-thumb > img {
  display: block;
  width: 100%;
}
@media (max-width: 480px) {
  .entry-navigation .prev-btn .post-preview > .post-preview-thumb, .entry-navigation .next-btn .post-preview > .post-preview-thumb {
    display: none;
  }
}
.entry-navigation .prev-btn .post-preview > .post-preview-details, .entry-navigation .next-btn .post-preview > .post-preview-details {
  text-decoration: none;
}
.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-title, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-title {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}
.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta {
  display: block;
  color: #8c8c8c;
  font-size: 11px;
  font-weight: 600;
}
.entry-navigation .prev-btn .post-preview > .post-preview-details .post-preview-meta > i, .entry-navigation .next-btn .post-preview > .post-preview-details .post-preview-meta > i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  font-size: 1.1em;
  vertical-align: middle;
}
.entry-navigation .prev-btn .label:hover, .entry-navigation .next-btn .label:hover {
  opacity: 0;
}
.entry-navigation .prev-btn .label:hover + .post-preview, .entry-navigation .next-btn .label:hover + .post-preview {
  opacity: 1;
}
.entry-navigation .prev-btn {
  padding-right: 10px;
}
.entry-navigation .prev-btn .label {
  left: 0;
  padding-left: 13px;
}
.entry-navigation .prev-btn .label > i {
  margin-right: 5px;
}
.entry-navigation .prev-btn .post-preview > .post-preview-thumb {
  width: 56px;
  padding-right: 12px;
}
.entry-navigation .next-btn {
  padding-left: 10px;
}
.entry-navigation .next-btn .label {
  right: 0;
  padding-right: 13px;
}
.entry-navigation .next-btn .label > i {
  margin-left: 5px;
}
.entry-navigation .next-btn .post-preview {
  text-align: right;
}
.entry-navigation .next-btn .post-preview > .post-preview-thumb {
  width: 57px;
  padding-left: 13px;
}
.entry-navigation .back-btn {
  width: 44px;
  min-width: 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 21px;
  text-align: center;
}
.entry-navigation .back-btn:hover {
  background-color: #F8F8F8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tooltip {
  font-family: "PT Sans Caption", sans-serif;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: rgb(27.25, 27.25, 27.25);
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: rgb(27.25, 27.25, 27.25);
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgb(27.25, 27.25, 27.25);
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: rgb(27.25, 27.25, 27.25);
}
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: 0.35rem 0.6rem;
  border-radius: 0;
  background-color: rgb(27.25, 27.25, 27.25);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.example-tooltip .tooltip {
  display: inline-block;
  position: relative;
  margin: 10px 20px;
  opacity: 1;
}
.example-tooltip .tooltip.bs-tooltip-top .arrow, .example-tooltip .tooltip.bs-tooltip-bottom .arrow {
  left: 50%;
  margin-left: -6px;
}
.example-tooltip .tooltip.bs-tooltip-right .arrow, .example-tooltip .tooltip.bs-tooltip-left .arrow {
  top: 50%;
  margin-top: -6px;
}

.popover {
  border-radius: 0;
  border-color: #e7e7e7;
  font-family: "PT Sans Caption", sans-serif;
  -webkit-box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
}
.popover.bs-popover-top .arrow::before {
  border-top-color: rgb(220.8, 220.8, 220.8);
}
.popover.bs-popover-right .arrow::before {
  border-right-color: rgb(220.8, 220.8, 220.8);
}
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: rgb(220.8, 220.8, 220.8);
}
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #f7f7f7;
}
.popover.bs-popover-left .arrow::before {
  border-left-color: rgb(220.8, 220.8, 220.8);
}

.popover-header {
  padding: 0.6rem 0.75rem;
  color: #282828;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.popover-body {
  color: #404040;
  font-size: 13px;
}

.example-popover .popover {
  display: block;
  position: relative;
  width: 260px;
  margin: 1.25rem;
  float: left;
}

.bs-tooltip-bottom-demo .arrow,
.bs-tooltip-top-demo .arrow {
  left: 50%;
  margin-left: -2px;
}

.bs-tooltip-left-demo .arrow,
.bs-tooltip-right-demo .arrow {
  top: 50%;
  margin-top: -6px;
}

.bs-popover-bottom-demo .arrow,
.bs-popover-top-demo .arrow {
  left: 50%;
  margin-left: -11px;
}

.bs-popover-left-demo .arrow,
.bs-popover-right-demo .arrow {
  top: 50%;
  margin-top: -8px;
}

.dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
  margin-top: -1px;
  vertical-align: middle;
}

.dropright .dropdown-toggle::after {
  margin-top: -2px;
  margin-left: 4px;
  border-left: 0.4em solid;
}

.dropleft .dropdown-toggle::before {
  margin-top: -2px;
  margin-right: 4px;
}

.dropdown-menu {
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  -webkit-box-shadow: 0 8px 20px -4px rgba(64, 64, 64, 0.2);
  box-shadow: 0 8px 20px -4px rgba(64, 64, 64, 0.2);
}

.dropdown-header,
.dropdown-item,
.dropdown-item-text {
  min-width: 190px;
  padding: 12px 20px;
}
.dropdown-header > i,
.dropdown-item > i,
.dropdown-item-text > i {
  display: inline-block;
  vertical-align: middle;
}

.lang-dropdown .dropdown-header,
.lang-dropdown .dropdown-item,
.lang-dropdown .dropdown-item-text {
  min-width: 140px;
}

.dropdown-item,
li.dropdown-item > a,
.dropdown-item-text {
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border-top: 1px solid #e7e7e7;
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.dropdown-item:focus,
li.dropdown-item > a:focus,
.dropdown-item-text:focus {
  background-color: transparent;
}
.dropdown-item:first-child,
li.dropdown-item > a:first-child,
.dropdown-item-text:first-child {
  border-top: 0;
}
.dropdown-item > img,
li.dropdown-item > a > img,
.dropdown-item-text > img {
  display: inline-block;
  width: 20px;
  margin-top: -1px;
  margin-right: 6px;
  vertical-align: middle;
}

.dropdown-item:hover, .dropdown-item.active,
li.dropdown-item > a:hover,
li.dropdown-item > a.active {
  background-color: transparent;
  color: #116789;
}

li.dropdown-item {
  padding: 0;
}
li.dropdown-item > a {
  display: block;
  padding: 12px 20px;
}
li.dropdown-item:hover > a, li.dropdown-item:hover > a::after, li.dropdown-item.active > a, li.dropdown-item.active > a::after {
  color: #116789 !important;
}

.dropdown-item.has-children {
  position: relative;
}
.dropdown-item.has-children > a {
  position: relative;
  padding-right: 32px;
}
.dropdown-item.has-children > a::after {
  content: none !important;
}
.dropdown-item.has-children > a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #282828;
  font-family: Feather;
  font-size: 16px;
  font-weight: normal;
  content: "\e930";
}
.dropdown-item.has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-item.has-children:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-slide-right 0.3s;
  animation: dropdown-slide-right 0.3s;
}

.right-aligned .dropdown-item.has-children > .dropdown-menu {
  right: 100%;
  left: auto;
}
.right-aligned .dropdown-item.has-children:hover > .dropdown-menu {
  -webkit-animation: dropdown-slide-left 0.3s;
  animation: dropdown-slide-left 0.3s;
}

.dropdown-item-text:hover, .dropdown-item-text.active {
  color: #282828;
}

.dropdown-header {
  color: #8c8c8c;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.dropdown-header > i {
  margin-top: -2px;
}

.dropdown-divider {
  display: none;
}

.mega-dropdown {
  padding: 0;
}
.mega-dropdown .column {
  width: 220px;
  padding: 30px 15px;
}
.mega-dropdown .column:first-child {
  margin-left: 15px;
}
.mega-dropdown .column:last-child {
  margin-right: 15px;
}
.mega-dropdown .widget {
  margin: 0;
}
.mega-dropdown .widget .widget-title {
  color: #404040;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.mega-dropdown .widget .widget-title::after {
  bottom: -2px;
  height: 2px;
}
.mega-dropdown .widget.widget-custom-menu ul > li > a {
  font-size: 13px;
}

.show .dropdown-menu {
  -webkit-animation: dropdown-show 0.25s;
  animation: dropdown-show 0.25s;
}

@-webkit-keyframes dropdown-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdown-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dropdown-slide-down {
  from {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropdown-slide-down {
  from {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes dropdown-slide-right {
  from {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes dropdown-slide-right {
  from {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes dropdown-slide-left {
  from {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes dropdown-slide-left {
  from {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.list-group {
  background-color: #ffffff;
}

.list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e7e7e7 !important;
  border-radius: 0 !important;
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.list-group-item i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}
.list-group-item p, .list-group-item ul, .list-group-item ol, .list-group-item li, .list-group-item span:not(.badge), .list-group-item small {
  font-weight: normal !important;
  letter-spacing: 0;
  text-transform: none;
}
.list-group-item h1, .list-group-item .h1, .list-group-item h2, .list-group-item .h2, .list-group-item h3, .list-group-item .h3,
.list-group-item h4, .list-group-item .h4, .list-group-item h5, .list-group-item .h5, .list-group-item h6, .list-group-item dt, .list-group-item .h6 {
  letter-spacing: 0;
  text-transform: none;
}
.list-group-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
  content: "";
}
.list-group-item.active:not(.disabled) {
  border-color: #e7e7e7;
  background: #ffffff;
  color: #116789;
  cursor: default;
  pointer-events: none;
}
.list-group-item.active:not(.disabled) > i, .list-group-item.active:not(.disabled) i {
  color: #116789 !important;
}
.list-group-item.active:not(.disabled)::before {
  background-color: #116789;
}
.list-group-item.disabled {
  color: #8c8c8c;
  cursor: default;
  pointer-events: none;
}
.list-group-item .badge {
  margin: 0;
}

a.list-group-item,
.list-group-item-action {
  color: #404040;
  font-weight: 600;
}
a.list-group-item:hover,
.list-group-item-action:hover {
  background-color: #F8F8F8;
}
a.list-group-item:hover:not(.disabled), a.list-group-item:active:not(.disabled),
.list-group-item-action:hover:not(.disabled),
.list-group-item-action:active:not(.disabled) {
  border-color: #e7e7e7;
}

.list-group-flush .list-group-item {
  border-right: 0 !important;
  border-left: 0 !important;
}

.list-group-item-primary {
  border-color: rgb(83.4831168831, 191.1506493506, 233.7168831169) !important;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789 !important;
}
.list-group-item-primary > *,
.list-group-item-primary h1, .list-group-item-primary h2, .list-group-item-primary h3, .list-group-item-primary h4, .list-group-item-primary h5, .list-group-item-primary h6, .list-group-item-primary dt, .list-group-item-primary p, .list-group-item-primary ul, .list-group-item-primary ol, .list-group-item-primary a {
  color: #116789 !important;
}

.list-group-item-secondary {
  border-color: #e7e7e7 !important;
  background-color: #F8F8F8;
  color: #404040 !important;
}
.list-group-item-secondary > *,
.list-group-item-secondary h1, .list-group-item-secondary h2, .list-group-item-secondary h3, .list-group-item-secondary h4, .list-group-item-secondary h5, .list-group-item-secondary h6, .list-group-item-secondary dt, .list-group-item-secondary p, .list-group-item-secondary ul, .list-group-item-secondary ol, .list-group-item-secondary a {
  color: #404040 !important;
}

.list-group-item-accent {
  border-color: rgb(83.4831168831, 191.1506493506, 233.7168831169) !important;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789 !important;
}
.list-group-item-accent > *,
.list-group-item-accent h1, .list-group-item-accent h2, .list-group-item-accent h3, .list-group-item-accent h4, .list-group-item-accent h5, .list-group-item-accent h6, .list-group-item-accent dt, .list-group-item-accent p, .list-group-item-accent ul, .list-group-item-accent ol, .list-group-item-accent a {
  color: #116789 !important;
}

.list-group-item-info {
  border-color: rgb(187.4, 212.6, 254.6) !important;
  background-color: rgba(86, 149, 254, 0.1);
  color: #5695fe !important;
}
.list-group-item-info > *,
.list-group-item-info h1, .list-group-item-info h2, .list-group-item-info h3, .list-group-item-info h4, .list-group-item-info h5, .list-group-item-info h6, .list-group-item-info dt, .list-group-item-info p, .list-group-item-info ul, .list-group-item-info ol, .list-group-item-info a {
  color: #5695fe !important;
}

.list-group-item-success {
  border-color: rgb(172.6811023622, 234.3188976378, 204.311023622) !important;
  background-color: rgba(51, 203, 129, 0.1);
  color: rgb(47.9279527559, 190.7720472441, 121.2295275591) !important;
}
.list-group-item-success > *,
.list-group-item-success h1, .list-group-item-success h2, .list-group-item-success h3, .list-group-item-success h4, .list-group-item-success h5, .list-group-item-success h6, .list-group-item-success dt, .list-group-item-success p, .list-group-item-success ul, .list-group-item-success ol, .list-group-item-success a {
  color: rgb(47.9279527559, 190.7720472441, 121.2295275591) !important;
}

.list-group-item-warning {
  border-color: rgb(254.295, 227.975, 208.705) !important;
  background-color: rgba(252, 140, 58, 0.1);
  color: rgb(251.7705, 131.2025, 42.9295) !important;
}
.list-group-item-warning > *,
.list-group-item-warning h1, .list-group-item-warning h2, .list-group-item-warning h3, .list-group-item-warning h4, .list-group-item-warning h5, .list-group-item-warning h6, .list-group-item-warning dt, .list-group-item-warning p, .list-group-item-warning ul, .list-group-item-warning ol, .list-group-item-warning a {
  color: rgb(251.7705, 131.2025, 42.9295) !important;
}

.list-group-item-danger {
  border-color: rgb(255, 194.2, 194.2) !important;
  background-color: rgba(255, 82, 82, 0.1);
  color: rgb(255, 66.7, 66.7) !important;
}
.list-group-item-danger > *,
.list-group-item-danger h1, .list-group-item-danger h2, .list-group-item-danger h3, .list-group-item-danger h4, .list-group-item-danger h5, .list-group-item-danger h6, .list-group-item-danger dt, .list-group-item-danger p, .list-group-item-danger ul, .list-group-item-danger ol, .list-group-item-danger a {
  color: rgb(255, 66.7, 66.7) !important;
}

.list-group-item-dark {
  border-color: #282828 !important;
  background-color: #282828;
  color: #ffffff !important;
}
.list-group-item-dark > *,
.list-group-item-dark h1, .list-group-item-dark h2, .list-group-item-dark h3, .list-group-item-dark h4, .list-group-item-dark h5, .list-group-item-dark h6, .list-group-item-dark dt, .list-group-item-dark p, .list-group-item-dark ul, .list-group-item-dark ol, .list-group-item-dark a {
  color: #ffffff !important;
}

a:hover.list-group-item-primary, a.active.list-group-item-primary,
.list-group-item-action:hover.list-group-item-primary,
.list-group-item-action.active.list-group-item-primary {
  background-color: rgba(17, 103, 137, 0.18);
}
a:hover.list-group-item-accent, a.active.list-group-item-accent,
.list-group-item-action:hover.list-group-item-accent,
.list-group-item-action.active.list-group-item-accent {
  background-color: rgba(17, 103, 137, 0.18);
}
a:hover.list-group-item-info, a.active.list-group-item-info,
.list-group-item-action:hover.list-group-item-info,
.list-group-item-action.active.list-group-item-info {
  background-color: rgba(86, 149, 254, 0.18);
}
a:hover.list-group-item-success, a.active.list-group-item-success,
.list-group-item-action:hover.list-group-item-success,
.list-group-item-action.active.list-group-item-success {
  background-color: rgba(51, 203, 129, 0.18);
}
a:hover.list-group-item-warning, a.active.list-group-item-warning,
.list-group-item-action:hover.list-group-item-warning,
.list-group-item-action.active.list-group-item-warning {
  background-color: rgba(252, 140, 58, 0.18);
}
a:hover.list-group-item-danger, a.active.list-group-item-danger,
.list-group-item-action:hover.list-group-item-danger,
.list-group-item-action.active.list-group-item-danger {
  background-color: rgba(255, 82, 82, 0.18);
}
a:hover.list-group-item-dark, a.active.list-group-item-dark,
.list-group-item-action:hover.list-group-item-dark,
.list-group-item-action.active.list-group-item-dark {
  background-color: rgb(32.35, 32.35, 32.35);
}

.alert {
  display: block;
  position: relative;
  padding: 24px;
  border: 5px solid transparent;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}
.alert i {
  display: inline-block;
  margin-top: -1px;
  font-size: 1.1em;
  vertical-align: middle;
}
.alert a:not(.btn) {
  font-weight: 600;
}
.alert > *:last-child:not(.btn),
.alert h1:last-child:not(.btn), .alert h2:last-child:not(.btn), .alert h3:last-child:not(.btn), .alert h4:last-child:not(.btn), .alert h5:last-child:not(.btn), .alert h6:last-child:not(.btn), .alert dt:last-child:not(.btn), .alert p:last-child:not(.btn), .alert ul:last-child:not(.btn), .alert ol:last-child:not(.btn), .alert a:last-child:not(.btn) {
  margin: 0;
}
.alert::before {
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px solid transparent;
  border-radius: 0;
  content: "";
  z-index: -1;
}
.alert .alert-dismissible {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert .alert-dismissible.fade.show {
  opacity: 1;
}
.alert .alert-close {
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  font-family: feather;
  font-size: 16px;
  cursor: pointer;
}
.alert .alert-close::before {
  content: "\ea04";
}

a.alert {
  text-decoration: none !important;
}

.alert-secondary {
  background-color: rgba(64, 64, 64, 0.05);
  color: #404040;
}
.alert-secondary::before {
  border-color: #e7e7e7;
}
.alert-secondary > *:not(.text-white), .alert-secondary > *:not(.text-light),
.alert-secondary h1:not(.text-white),
.alert-secondary h1:not(.text-light), .alert-secondary h2:not(.text-white), .alert-secondary h2:not(.text-light), .alert-secondary h3:not(.text-white), .alert-secondary h3:not(.text-light), .alert-secondary h4:not(.text-white), .alert-secondary h4:not(.text-light), .alert-secondary h5:not(.text-white), .alert-secondary h5:not(.text-light), .alert-secondary h6:not(.text-white), .alert-secondary dt:not(.text-white), .alert-secondary h6:not(.text-light), .alert-secondary dt:not(.text-light), .alert-secondary p:not(.text-white), .alert-secondary p:not(.text-light), .alert-secondary ul:not(.text-white), .alert-secondary ul:not(.text-light), .alert-secondary ol:not(.text-white), .alert-secondary ol:not(.text-light), .alert-secondary a:not(.text-white), .alert-secondary a:not(.text-light) {
  color: #404040;
}
.alert-secondary .alert-close {
  color: #404040;
}

.alert-primary {
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
}
.alert-primary::before {
  border-color: rgba(17, 103, 137, 0.25);
}
.alert-primary > *:not(.text-white), .alert-primary > *:not(.text-light),
.alert-primary h1:not(.text-white),
.alert-primary h1:not(.text-light), .alert-primary h2:not(.text-white), .alert-primary h2:not(.text-light), .alert-primary h3:not(.text-white), .alert-primary h3:not(.text-light), .alert-primary h4:not(.text-white), .alert-primary h4:not(.text-light), .alert-primary h5:not(.text-white), .alert-primary h5:not(.text-light), .alert-primary h6:not(.text-white), .alert-primary dt:not(.text-white), .alert-primary h6:not(.text-light), .alert-primary dt:not(.text-light), .alert-primary p:not(.text-white), .alert-primary p:not(.text-light), .alert-primary ul:not(.text-white), .alert-primary ul:not(.text-light), .alert-primary ol:not(.text-white), .alert-primary ol:not(.text-light), .alert-primary a:not(.text-white), .alert-primary a:not(.text-light) {
  color: #116789;
}
.alert-primary .alert-close {
  color: #116789;
}

.alert-accent {
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
}
.alert-accent::before {
  border-color: rgba(17, 103, 137, 0.25);
}
.alert-accent > *:not(.text-white), .alert-accent > *:not(.text-light),
.alert-accent h1:not(.text-white),
.alert-accent h1:not(.text-light), .alert-accent h2:not(.text-white), .alert-accent h2:not(.text-light), .alert-accent h3:not(.text-white), .alert-accent h3:not(.text-light), .alert-accent h4:not(.text-white), .alert-accent h4:not(.text-light), .alert-accent h5:not(.text-white), .alert-accent h5:not(.text-light), .alert-accent h6:not(.text-white), .alert-accent dt:not(.text-white), .alert-accent h6:not(.text-light), .alert-accent dt:not(.text-light), .alert-accent p:not(.text-white), .alert-accent p:not(.text-light), .alert-accent ul:not(.text-white), .alert-accent ul:not(.text-light), .alert-accent ol:not(.text-white), .alert-accent ol:not(.text-light), .alert-accent a:not(.text-white), .alert-accent a:not(.text-light) {
  color: #116789;
}
.alert-accent .alert-close {
  color: #116789;
}

.alert-info {
  background-color: rgba(86, 149, 254, 0.1);
  color: #5695fe;
}
.alert-info::before {
  border-color: rgba(86, 149, 254, 0.25);
}
.alert-info > *:not(.text-white), .alert-info > *:not(.text-light),
.alert-info h1:not(.text-white),
.alert-info h1:not(.text-light), .alert-info h2:not(.text-white), .alert-info h2:not(.text-light), .alert-info h3:not(.text-white), .alert-info h3:not(.text-light), .alert-info h4:not(.text-white), .alert-info h4:not(.text-light), .alert-info h5:not(.text-white), .alert-info h5:not(.text-light), .alert-info h6:not(.text-white), .alert-info dt:not(.text-white), .alert-info h6:not(.text-light), .alert-info dt:not(.text-light), .alert-info p:not(.text-white), .alert-info p:not(.text-light), .alert-info ul:not(.text-white), .alert-info ul:not(.text-light), .alert-info ol:not(.text-white), .alert-info ol:not(.text-light), .alert-info a:not(.text-white), .alert-info a:not(.text-light) {
  color: #5695fe;
}
.alert-info .alert-close {
  color: #5695fe;
}

.alert-success {
  background-color: rgba(51, 203, 129, 0.1);
  color: #33cb81;
}
.alert-success::before {
  border-color: rgba(51, 203, 129, 0.25);
}
.alert-success > *:not(.text-white), .alert-success > *:not(.text-light),
.alert-success h1:not(.text-white),
.alert-success h1:not(.text-light), .alert-success h2:not(.text-white), .alert-success h2:not(.text-light), .alert-success h3:not(.text-white), .alert-success h3:not(.text-light), .alert-success h4:not(.text-white), .alert-success h4:not(.text-light), .alert-success h5:not(.text-white), .alert-success h5:not(.text-light), .alert-success h6:not(.text-white), .alert-success dt:not(.text-white), .alert-success h6:not(.text-light), .alert-success dt:not(.text-light), .alert-success p:not(.text-white), .alert-success p:not(.text-light), .alert-success ul:not(.text-white), .alert-success ul:not(.text-light), .alert-success ol:not(.text-white), .alert-success ol:not(.text-light), .alert-success a:not(.text-white), .alert-success a:not(.text-light) {
  color: #33cb81;
}
.alert-success .alert-close {
  color: #33cb81;
}

.alert-warning {
  background-color: rgba(252, 140, 58, 0.1);
  color: #fc8c3a;
}
.alert-warning::before {
  border-color: rgba(252, 140, 58, 0.25);
}
.alert-warning > *:not(.text-white), .alert-warning > *:not(.text-light),
.alert-warning h1:not(.text-white),
.alert-warning h1:not(.text-light), .alert-warning h2:not(.text-white), .alert-warning h2:not(.text-light), .alert-warning h3:not(.text-white), .alert-warning h3:not(.text-light), .alert-warning h4:not(.text-white), .alert-warning h4:not(.text-light), .alert-warning h5:not(.text-white), .alert-warning h5:not(.text-light), .alert-warning h6:not(.text-white), .alert-warning dt:not(.text-white), .alert-warning h6:not(.text-light), .alert-warning dt:not(.text-light), .alert-warning p:not(.text-white), .alert-warning p:not(.text-light), .alert-warning ul:not(.text-white), .alert-warning ul:not(.text-light), .alert-warning ol:not(.text-white), .alert-warning ol:not(.text-light), .alert-warning a:not(.text-white), .alert-warning a:not(.text-light) {
  color: #fc8c3a;
}
.alert-warning .alert-close {
  color: #fc8c3a;
}

.alert-danger {
  background-color: rgba(255, 82, 82, 0.1);
  color: #ff5252;
}
.alert-danger::before {
  border-color: rgba(255, 82, 82, 0.25);
}
.alert-danger > *:not(.text-white), .alert-danger > *:not(.text-light),
.alert-danger h1:not(.text-white),
.alert-danger h1:not(.text-light), .alert-danger h2:not(.text-white), .alert-danger h2:not(.text-light), .alert-danger h3:not(.text-white), .alert-danger h3:not(.text-light), .alert-danger h4:not(.text-white), .alert-danger h4:not(.text-light), .alert-danger h5:not(.text-white), .alert-danger h5:not(.text-light), .alert-danger h6:not(.text-white), .alert-danger dt:not(.text-white), .alert-danger h6:not(.text-light), .alert-danger dt:not(.text-light), .alert-danger p:not(.text-white), .alert-danger p:not(.text-light), .alert-danger ul:not(.text-white), .alert-danger ul:not(.text-light), .alert-danger ol:not(.text-white), .alert-danger ol:not(.text-light), .alert-danger a:not(.text-white), .alert-danger a:not(.text-light) {
  color: #ff5252;
}
.alert-danger .alert-close {
  color: #ff5252;
}

.alert-image-bg {
  border: 0;
}
.alert-image-bg::before {
  display: none;
}

.iziToast {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  background: #ffffff;
}
.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  content: "";
  z-index: -1;
}
.iziToast > .iziToast-body {
  margin-left: 15px;
}
.iziToast > .iziToast-body > .iziToast-icon {
  margin-top: -10px;
}
.iziToast > .iziToast-close {
  width: 40px;
  background: none;
  opacity: 1;
}
.iziToast > .iziToast-close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: feather;
  font-size: 14px;
  text-align: center;
  content: "\ea04";
}
.iziToast.iziToast-primary {
  border-color: rgba(17, 103, 137, 0.5);
  color: #116789;
}
.iziToast.iziToast-primary > .iziToast-close {
  color: #116789;
}
.iziToast.iziToast-accent {
  border-color: rgba(17, 103, 137, 0.5);
  color: #116789;
}
.iziToast.iziToast-accent > .iziToast-close {
  color: #116789;
}
.iziToast.iziToast-info {
  border-color: rgba(86, 149, 254, 0.5);
  color: #5695fe;
}
.iziToast.iziToast-info > .iziToast-close {
  color: #5695fe;
}
.iziToast.iziToast-success {
  border-color: rgba(51, 203, 129, 0.5);
  color: #33cb81;
}
.iziToast.iziToast-success > .iziToast-close {
  color: #33cb81;
}
.iziToast.iziToast-warning {
  border-color: rgba(252, 140, 58, 0.5);
  color: #fc8c3a;
}
.iziToast.iziToast-warning > .iziToast-close {
  color: #fc8c3a;
}
.iziToast.iziToast-danger {
  border-color: rgba(255, 82, 82, 0.5);
  color: #ff5252;
}
.iziToast.iziToast-danger > .iziToast-close {
  color: #ff5252;
}

.modal {
  z-index: 1999;
}

.modal-backdrop {
  z-index: 1900;
}

.modal-content {
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}

.modal-header,
.modal-body,
.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-header,
.modal-footer {
  border-color: border-color;
}

.modal-header {
  position: relative;
}
.modal-header .close {
  position: absolute;
  top: 5px;
  right: 12px;
}

.modal-title {
  font-size: 21px;
}

.example-modal .modal {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}

.icon-box {
  display: block;
  max-width: 400px;
  padding: 24px;
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  text-decoration: none;
}
.icon-box .icon-box-icon,
.icon-box .icon-box-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  border-radius: 50%;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
  font-size: 28px;
  line-height: 70px;
  text-align: center;
}
.icon-box .icon-box-image > img {
  display: block;
  width: 100%;
}
.icon-box .icon-box-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.icon-box .icon-box-text {
  margin-bottom: 12px;
  color: #8c8c8c;
}
.icon-box .icon-box-link {
  display: inline-block;
  padding-bottom: 8px;
  color: #116789;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.icon-box .icon-box-link > i {
  display: inline-block;
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 1.2em;
  vertical-align: middle;
}
.icon-box .icon-box-link:hover > i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.icon-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.icon-box:hover .icon-box-icon {
  background-color: #116789;
  color: #ffffff;
}
.icon-box.icon-box-horizontal {
  width: 100%;
  min-width: 100%;
}
.icon-box.icon-box-light-skin .icon-box-icon {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.icon-box.icon-box-light-skin .icon-box-title,
.icon-box.icon-box-light-skin .icon-box-text,
.icon-box.icon-box-light-skin .icon-box-link {
  color: #ffffff;
}
.icon-box.icon-box-light-skin .icon-box-text {
  opacity: 0.5;
}
.icon-box.icon-box-light-skin:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.icon-box.icon-box-light-skin:hover .icon-box-icon {
  background-color: #ffffff;
  color: #116789;
}

.touchevents .icon-box:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.touchevents .icon-box .icon-box-icon {
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
}

.progress {
  height: 32px;
  border-radius: 0;
  background-color: #F8F8F8;
  overflow: visible;
}
.progress.progress-light-skin {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.progress-bar {
  padding-left: 10px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  background-color: #116789;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

.progress-bar i,
.progress-label i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 6px;
  font-size: 1.2em;
  vertical-align: middle;
}
.progress-bar .text-white,
.progress-label .text-white {
  color: #ffffff;
}
.progress-bar .text-white i,
.progress-label .text-white i {
  color: rgba(255, 255, 255, 0.5);
}

.progress-label {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 600;
}
.progress-label i {
  color: rgb(178.25, 178.25, 178.25);
}

.progress-style-2,
.progress-style-3 {
  display: block;
  position: relative;
}
.progress-style-2 .progress-bar,
.progress-style-3 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-style-2 {
  height: 2px;
  background-color: rgb(237.8, 237.8, 237.8);
}
.progress-style-2 .progress-bar::before, .progress-style-2 .progress-bar::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}
.progress-style-2 .progress-bar::before {
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: inherit;
}
.progress-style-2 .progress-bar::after {
  top: -7px;
  right: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(215.7, 215.7, 215.7);
  z-index: -1;
}
.progress-style-2 .progress-bar.bg-gradient::before, .progress-style-2 .progress-bar.noUi-connect::before, .progress-style-2 .progress-bar.tag-link::before, .progress-style-2 .progress-bar.btn-style-1.btn-gradient::before, .progress-style-2 .progress-bar.btn-style-2.btn-gradient::before, .progress-style-2 .progress-bar.btn-style-3.btn-gradient:hover::before, .progress-style-2 .progress-bar.btn-style-4.btn-gradient::before, .progress-style-2 .progress-bar.btn-style-6.btn-gradient::before, .progress-style-2 .progress-bar.btn-style-7.btn-gradient::before, .progress-style-2 .progress-bar.btn-style-8.btn-gradient:hover::before, .progress-style-2 .progress-bar.btn-style-9.btn-gradient::before, .progress-style-2 .accordion-style-3 .progress-bar[data-toggle=collapse]::before, .accordion-style-3 .progress-style-2 .progress-bar[data-toggle=collapse]::before {
  background-color: #116789;
}
.progress-style-2.progress-light-skin .progress-bar {
  z-index: 1;
}
.progress-style-2.progress-light-skin .progress-bar::after {
  border-color: rgba(255, 255, 255, 0.25);
}

.progress-style-3 {
  height: 4px;
  background-color: rgb(245.45, 245.45, 245.45);
}

.progress-animate-fill .progress-bar {
  width: 0;
}
.progress-animate-fill .progress-bar::before, .progress-animate-fill .progress-bar::after {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.progress-animate-fill.progress-in-view .progress-bar::before, .progress-animate-fill.progress-in-view .progress-bar::after {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: block;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -51px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
  color: #404040;
  line-height: 48px;
  text-align: center;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  opacity: 0.65;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #116789;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
  font-family: feather;
  font-size: 21px;
}
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 25px;
}
.owl-carousel .owl-nav button.owl-prev::after {
  margin-left: -2px;
  content: "\e92f";
}
.owl-carousel .owl-nav button.owl-next {
  right: 25px;
}
.owl-carousel .owl-nav button.owl-next::after {
  margin-right: -2px;
  content: "\e930";
}
.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50%;
  background-color: #8c8c8c;
  opacity: 0.4;
  vertical-align: middle;
}
.owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(2);
  transform: scale(2);
  background-color: #116789;
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-carousel.dots-inside .owl-nav button.owl-next,
.owl-carousel.dots-inside .owl-nav button.owl-prev {
  margin-top: -24px;
}
.owl-carousel.dots-inside .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  padding-top: 6px;
}
.owl-carousel.dots-inside .owl-dots .owl-dot {
  background-color: #ffffff;
  opacity: 1;
}
.owl-carousel.carousel-flush .owl-dots {
  padding-top: 0 !important;
}
.owl-carousel.carousel-flush .owl-item {
  padding: 0 15px;
}

.owl-slide-item {
  background-size: cover;
}
.owl-slide-item::before {
  content: ".";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1333333333);
  z-index: 0;
}
.owl-slide-item > .container {
  height: 80vh;
  position: relative;
  z-index: 1;
}

.owl-centered .owl-wrapper {
  display: table !important;
}

.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.owl-centered .owl-item > div {
  text-align: center;
}

.gallery-item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.35s 0.12s;
  transition: -webkit-box-shadow 0.35s 0.12s;
  transition: box-shadow 0.35s 0.12s;
  transition: box-shadow 0.35s 0.12s, -webkit-box-shadow 0.35s 0.12s;
  color: #ffffff;
  text-decoration: none;
}
.gallery-item > img {
  display: block;
  width: 100%;
}
.gallery-item::before, .gallery-item::after {
  display: block;
  position: absolute;
}
.gallery-item::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s 0.12s;
  transition: opacity 0.35s 0.12s;
  content: "";
  opacity: 0;
  z-index: 1;
}
.gallery-item::after {
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  z-index: 5;
}
.gallery-item:not(.type-video)::after {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  color: #404040;
  font-family: feather;
  font-size: 21px;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
  content: "\ea08";
  opacity: 0;
}
.gallery-item.type-video::after {
  background-position: center;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.26);
}
.gallery-item:hover {
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.26);
}
.gallery-item:hover::before {
  opacity: 0.5;
}
.gallery-item:hover:not(.type-video)::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.owl-carousel .gallery-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fancybox-thumbs > ul > li::before {
  border-color: #116789;
}

.fancybox-button:focus {
  outline: none;
}

.countdown .countdown-item {
  display: inline-block;
  margin-right: 0.9em;
  margin-bottom: 0.6em;
  text-align: center;
}
.countdown .countdown-item:last-child {
  margin-right: 0 !important;
}
.countdown .countdown-value {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
}
.countdown .countdown-label {
  padding-top: 4px;
  color: #8c8c8c;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.countdown.h4 .countdown-label, .countdown.h5 .countdown-label, .countdown.h6 .countdown-label, .countdown.lead .countdown-label, .countdown.text-xl .countdown-label, .countdown.text-lg .countdown-label, .countdown.text-md .countdown-label, .countdown.text-sm .countdown-label, .countdown.text-xs .countdown-label {
  font-size: 10px;
}

.countdown-style-1 .countdown-item {
  margin-right: 0.6em;
  margin-bottom: 0.5em;
}
.countdown-style-1 .countdown-value {
  position: relative;
  min-width: 56px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 20px -4px rgba(64, 64, 64, 0.2);
  box-shadow: 0 8px 20px -4px rgba(64, 64, 64, 0.2);
}
.countdown-style-1 .countdown-label {
  padding-top: 7px;
}
.countdown-style-1.countdown-light-skin .countdown-value {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.countdown-style-2 .countdown-item {
  margin-right: 0.7em;
  margin-bottom: 0.5em;
}
.countdown-style-2 .countdown-value {
  position: relative;
  min-width: 56px;
  padding: 5px 10px;
  z-index: 1;
}
.countdown-style-2 .countdown-value::before, .countdown-style-2 .countdown-value::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.countdown-style-2 .countdown-value::before {
  top: 6px;
  left: 6px;
  border: 1px solid #e7e7e7;
  background-color: #F8F8F8;
}
.countdown-style-2 .countdown-value::after {
  top: 0;
  left: 0;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}
.countdown-style-2 .countdown-label {
  padding-top: 11px;
}
.countdown-style-2.countdown-light-skin .countdown-value {
  color: #282828;
}
.countdown-style-2.countdown-light-skin .countdown-value::before {
  opacity: 0.2;
}
.countdown-style-2.countdown-light-skin .countdown-value::after {
  border-color: #ffffff;
}

.countdown-style-3 .countdown-value {
  position: relative;
  min-width: 35px;
}
.countdown-style-3 .countdown-value::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: #116789;
  content: "";
}
.countdown-style-3 .countdown-label {
  padding-top: 10px;
}

.countdown-light-skin .countdown-value {
  color: #ffffff;
}
.countdown-light-skin .countdown-label {
  color: rgba(255, 255, 255, 0.5);
}

.animated-digits {
  display: table;
  position: relative;
  padding-bottom: 18px;
}
.animated-digits .animated-digits-digit {
  display: block;
  margin: 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 32px;
  font-weight: bold;
}
.animated-digits .animated-digits-text {
  margin: 0;
  margin-top: -5px;
}
.animated-digits .animated-digits-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  background-color: rgba(17, 103, 137, 0.1);
  color: #116789;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.animated-digits.text-white::after {
  background: #ffffff !important;
}

.card .animated-digits {
  display: block;
}

.step {
  position: relative;
}
.step .step-number {
  padding-bottom: 10px;
  color: #ffffff;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 138px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 10px 24px rgba(64, 64, 64, 0.14);
}
.step .step-title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.step .step-text {
  margin: 0;
  padding-top: 26px;
  color: #8c8c8c;
  font-size: 14px;
}
.step .step-link {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #116789;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  opacity: 0;
}
.step .step-link > i {
  display: inline-block;
  margin-left: 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 1.2em;
  vertical-align: middle;
}
.step .step-link:hover > i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.step:hover .step-link {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.step.text-center .step-title::after {
  left: 50%;
  margin-left: -18px;
}
.step.step-with-icon {
  padding-top: 70px;
  text-align: center;
}
.step.step-with-icon .step-number {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 176px;
}
.step.step-with-icon .step-icon {
  position: relative;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  border-radius: 50%;
  color: #116789;
  font-size: 36px;
  line-height: 140px;
  text-align: center;
  z-index: 5;
}
.step.step-with-icon .step-icon > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 48px;
  margin-left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step.step-with-icon .step-icon::before, .step.step-with-icon .step-icon::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  content: "";
}
.step.step-with-icon .step-icon::before {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: rgba(17, 103, 137, 0.1);
  opacity: 0;
}
.step.step-with-icon .step-icon::after {
  border: 1px dashed rgba(17, 103, 137, 0.3);
}
.step.step-with-icon .step-title::after {
  left: 50%;
  margin-left: -18px;
}
.step.step-with-icon:hover .step-icon::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.step.step-with-icon:hover .step-icon::after {
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
}
.step.step-light-skin .step-number {
  color: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.step.step-light-skin .step-title {
  color: #ffffff;
}
.step.step-light-skin .step-text {
  color: rgba(255, 255, 255, 0.5);
}

.pricing-card:not(.card) {
  position: relative;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 43px;
  padding-left: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border: 1px solid #e7e7e7;
}
.pricing-card:not(.card) .pricing-card-body {
  text-align: center;
}
.pricing-card:not(.card):hover {
  border-color: transparent !important;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}

.pricing-card-image {
  display: block;
  width: 70px;
  margin: 12px auto;
  margin-bottom: 24px;
}

.pricing-card-price {
  color: #282828;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.pricing-card-price > span {
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
  font-size: 0.4em;
  font-weight: normal;
  vertical-align: top;
}
.pricing-card-price.monthly, .pricing-card-price.yearly {
  display: none;
}
.pricing-card-price.monthly.active, .pricing-card-price.yearly.active {
  display: block;
}

.pricing-card-button {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  text-align: center;
}

.pricing-card .badge {
  margin-left: -5px;
}

.widget {
  margin-bottom: 43px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-title {
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.widget-title::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 90px;
  height: 3px;
  content: "";
}

.widget-custom-menu ul,
.widget-categories ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-custom-menu ul > li,
.widget-categories ul > li {
  margin: 0;
}
.widget-custom-menu ul > li > a,
.widget-categories ul > li > a {
  display: block;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #404040;
  font-weight: 600;
  text-decoration: none;
}
.widget-custom-menu ul > li > a > span,
.widget-categories ul > li > a > span {
  color: #8c8c8c !important;
  font-weight: 400;
}
.widget-custom-menu ul > li > a > i,
.widget-categories ul > li > a > i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.widget-custom-menu ul > li:hover > a, .widget-custom-menu ul > li.active > a,
.widget-categories ul > li:hover > a,
.widget-categories ul > li.active > a {
  color: #116789 !important;
}
.widget-custom-menu > ul,
.widget-categories > ul {
  margin-top: -12px;
}
.widget-custom-menu > ul > li,
.widget-categories > ul > li {
  border-bottom: 1px solid #e7e7e7;
  min-width: 220px;
}
.widget-custom-menu > ul > li > a,
.widget-categories > ul > li > a {
  padding: 12px 0;
}
.widget-custom-menu > ul > li:last-child,
.widget-categories > ul > li:last-child {
  border-bottom: 0;
}
.widget-custom-menu > ul > li:last-child > a,
.widget-categories > ul > li:last-child > a {
  padding-bottom: 0;
}
.widget-custom-menu [data-toggle=collapse],
.widget-categories [data-toggle=collapse] {
  position: relative;
  padding-right: 25px;
  color: #404040;
}
.widget-custom-menu [data-toggle=collapse]::after,
.widget-categories [data-toggle=collapse]::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius: 50%;
  background-color: rgba(64, 64, 64, 0.1);
  color: #404040;
  font-family: feather;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  content: "\e998";
}
.widget-custom-menu [data-toggle=collapse].collapsed::after,
.widget-categories [data-toggle=collapse].collapsed::after {
  content: "\e9b3";
}
.widget-custom-menu .collapse > ul,
.widget-custom-menu .collapsing > ul,
.widget-categories .collapse > ul,
.widget-categories .collapsing > ul {
  padding-bottom: 12px;
}
.widget-custom-menu .collapse > ul > li,
.widget-custom-menu .collapsing > ul > li,
.widget-categories .collapse > ul > li,
.widget-categories .collapsing > ul > li {
  border-left: 2px solid rgb(241.2, 241.2, 241.2);
}
.widget-custom-menu .collapse > ul > li > a,
.widget-custom-menu .collapsing > ul > li > a,
.widget-categories .collapse > ul > li > a,
.widget-categories .collapsing > ul > li > a {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
}
.widget-custom-menu .collapse > ul > li > a::before,
.widget-custom-menu .collapsing > ul > li > a::before,
.widget-categories .collapse > ul > li > a::before,
.widget-categories .collapsing > ul > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: rgb(236.1, 236.1, 236.1);
  content: "";
}

.widget-gallery .gallery-item {
  width: 33.3333333333%;
}
.widget-gallery .gallery-item::after {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.widget-gallery .gallery-item:not(.type-video)::after {
  font-size: 16px;
  line-height: 32px;
}
.widget-gallery .gallery-item.type-video::after {
  background-size: 8px 8px;
}

.widget-contacts ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-contacts ul > li, .widget-contacts ul > li > a {
  display: block;
  color: #282828;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.021em;
}
.widget-contacts ul > li > a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
}
.widget-contacts ul > li > a:hover {
  color: #116789;
}
.widget-contacts ul > li {
  position: relative;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-top: 1px solid #e7e7e7;
}
.widget-contacts ul > li > span {
  display: block;
  padding-bottom: 1px;
  color: #8c8c8c;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.widget-contacts ul > li > i {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #116789;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.11);
}
.widget-contacts ul > li > i.icon-style-2 {
  background-color: rgba(17, 103, 137, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-contacts ul > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.widget-contacts ul > li:first-child > i {
  top: 1px;
}
.widget-contacts ul > li:last-child {
  padding-bottom: 0;
}

.widget-subscribe .btn {
  padding-right: 18px;
  padding-left: 18px;
}

.widget-testimonials-carousel .owl-carousel {
  margin-top: -5px;
}
.widget-testimonials-carousel .testimonial {
  margin-top: 8px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-testimonials-carousel .testimonial::before {
  left: 0;
}
.widget-testimonials-carousel .testimonial.text-right::before {
  right: 0;
  left: auto;
}
.widget-testimonials-carousel .testimonial.text-right .blockquote-footer::before {
  right: 0;
  left: auto;
}
.widget-testimonials-carousel .testimonial .testimonial-avatar {
  width: 43px;
}
.widget-testimonials-carousel .testimonial .testimonial-avatar > img {
  width: 43px;
  height: 43px;
}
.widget-testimonials-carousel .testimonial .testimonial-footer {
  padding-top: 16px;
}

.widget-author {
  margin-bottom: 58px;
}

.author-card {
  position: relative;
  padding-bottom: 48px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.author-card .author-card-cover {
  position: relative;
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.author-card .author-card-cover::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
}
.author-card .author-card-cover > .btn {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0 10px;
}
.author-card .author-card-profile {
  display: table;
  position: relative;
  margin-top: -22px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 20px;
  z-index: 5;
}
.author-card .author-card-profile .author-card-avatar,
.author-card .author-card-profile .author-card-details {
  display: table-cell;
  vertical-align: middle;
}
.author-card .author-card-profile .author-card-avatar {
  width: 85px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.author-card .author-card-profile .author-card-avatar > img {
  display: block;
  width: 100%;
}
.author-card .author-card-profile .author-card-details {
  padding-top: 20px;
  padding-left: 15px;
}
.author-card .author-card-profile .author-card-name {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.author-card .author-card-profile .author-card-position {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}
.author-card .author-card-info {
  margin-bottom: 0;
  padding: 0 25px;
  font-size: 13px;
}
.author-card .author-card-social-bar-wrap {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
}
.author-card .author-card-social-bar-wrap .author-card-social-bar {
  display: table;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.11);
}

.widget-featured-posts .featured-post,
.widget-featured-posts-carousel .featured-post {
  display: table;
  width: 100%;
  padding: 17px 0;
  border-top: 1px solid #e7e7e7;
  text-decoration: none !important;
}
.widget-featured-posts .featured-post:first-of-type,
.widget-featured-posts-carousel .featured-post:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.widget-featured-posts .featured-post:last-of-type,
.widget-featured-posts-carousel .featured-post:last-of-type {
  padding-bottom: 0;
}
.widget-featured-posts .featured-post .featured-post-thumb,
.widget-featured-posts .featured-post .featured-post-info,
.widget-featured-posts-carousel .featured-post .featured-post-thumb,
.widget-featured-posts-carousel .featured-post .featured-post-info {
  display: table-cell;
  vertical-align: top;
}
.widget-featured-posts .featured-post .featured-post-thumb,
.widget-featured-posts-carousel .featured-post .featured-post-thumb {
  width: 60px;
}
.widget-featured-posts .featured-post .featured-post-thumb > img,
.widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.widget-featured-posts .featured-post .featured-post-info,
.widget-featured-posts-carousel .featured-post .featured-post-info {
  padding-left: 12px;
}
.widget-featured-posts .featured-post .featured-post-meta,
.widget-featured-posts-carousel .featured-post .featured-post-meta {
  margin-bottom: 5px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}
.widget-featured-posts .featured-post .featured-post-meta i,
.widget-featured-posts-carousel .featured-post .featured-post-meta i {
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  font-size: 1.1em;
  vertical-align: middle;
}
.widget-featured-posts .featured-post .featured-post-title,
.widget-featured-posts-carousel .featured-post .featured-post-title {
  display: block;
  color: #404040;
  font-size: 14px;
  line-height: 1.4;
}

.widget-featured-posts-carousel .owl-carousel .owl-dots {
  padding-top: 12px;
  padding-bottom: 0;
}
.widget-featured-posts-carousel .featured-post {
  padding: 0;
  border: 0;
}
.widget-featured-posts-carousel .featured-post .featured-post-thumb > img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-recent-comments .recent-comment {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 21px;
  border-top: 1px solid #e7e7e7;
  text-decoration: none !important;
}
.widget-recent-comments .recent-comment::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  color: #8c8c8c;
  font-family: feather;
  font-size: 14px;
  content: "\e927";
}
.widget-recent-comments .recent-comment:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.widget-recent-comments .recent-comment:first-of-type::before {
  top: 1px;
}
.widget-recent-comments .recent-comment:last-of-type {
  padding-bottom: 0;
}
.widget-recent-comments .recent-comment .recent-comment-meta {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.widget-recent-comments .recent-comment .recent-comment-title {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.widget-recent-comments .recent-comment:hover .recent-comment-title {
  color: #116789;
}

.tag-link {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-right: 6px;
  margin-bottom: 5px;
  padding: 5px 12px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  background-color: #ffffff;
  color: #404040;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  z-index: 1;
}
.tag-link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  content: "";
  opacity: 0;
  z-index: -1;
}
.tag-link:hover, .tag-link.active {
  color: #ffffff;
}
.tag-link:hover::before, .tag-link.active::before {
  opacity: 1;
}

.range-slider {
  padding-top: 8px;
}

.noUi-target {
  border: 0;
  border-radius: 0;
  background-color: #e7e7e7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-handle {
  top: -3px;
  left: -6px;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-horizontal .noUi-handle::after {
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: none;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower {
  background-color: #116789;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower::after {
  border-color: rgba(17, 103, 137, 0.6);
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-color: #116789;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper::after {
  border-color: rgba(17, 103, 137, 0.6);
}
.noUi-horizontal .noUi-handle:focus {
  outline: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -6px;
  left: auto;
}

.ui-range-slider-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 31px;
}
.ui-range-slider-footer > .column:last-child {
  padding-left: 15px;
  text-align: right;
}

.ui-range-values {
  display: inline-block;
}
.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.ui-range-values .ui-range-label {
  display: inline-block;
  margin-right: 2px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}

.widget-featured-products .featured-product,
.widget-featured-products-carousel .featured-product,
.widget-cart .featured-product {
  display: table;
  width: 100%;
  padding: 17px 0;
  border-top: 1px solid #e7e7e7;
  text-decoration: none !important;
}
.widget-featured-products .featured-product:first-of-type,
.widget-featured-products-carousel .featured-product:first-of-type,
.widget-cart .featured-product:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.widget-featured-products .featured-product:last-of-type,
.widget-featured-products-carousel .featured-product:last-of-type,
.widget-cart .featured-product:last-of-type {
  padding-bottom: 0;
}
.widget-featured-products .featured-product-thumb,
.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-thumb,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-thumb,
.widget-cart .featured-product-info {
  display: table-cell;
  vertical-align: top;
}
.widget-featured-products .featured-product-thumb,
.widget-featured-products-carousel .featured-product-thumb,
.widget-cart .featured-product-thumb {
  width: 60px;
}
.widget-featured-products .featured-product-thumb > img,
.widget-featured-products-carousel .featured-product-thumb > img,
.widget-cart .featured-product-thumb > img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
.widget-featured-products .featured-product-info,
.widget-featured-products-carousel .featured-product-info,
.widget-cart .featured-product-info {
  padding-left: 12px;
}
.widget-featured-products .featured-product-title,
.widget-featured-products-carousel .featured-product-title,
.widget-cart .featured-product-title {
  margin-bottom: 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 14px;
  font-weight: bold;
}
.widget-featured-products .featured-product-price,
.widget-featured-products-carousel .featured-product-price,
.widget-cart .featured-product-price {
  display: block;
  margin-top: 3px;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.widget-featured-products .featured-product:hover .featured-product-title,
.widget-featured-products-carousel .featured-product:hover .featured-product-title,
.widget-cart .featured-product:hover .featured-product-title {
  color: #116789;
}

.widget-featured-products-carousel .owl-carousel .owl-dots {
  padding-top: 10px;
  padding-bottom: 0;
}
.widget-featured-products-carousel .featured-product {
  padding: 0;
  border: 0;
}
.widget-featured-products-carousel .featured-product-thumb > img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-cart .featured-product {
  position: relative;
  padding-right: 30px;
}
.widget-cart .remove-product {
  display: block;
  position: absolute;
  top: 19px;
  right: 5px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  background-color: rgba(64, 64, 64, 0.1);
  color: #404040;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
}
.widget-cart .remove-product:hover {
  background-color: #ff5252;
  color: #ffffff;
}
.widget-cart .featured-product:first-of-type .remove-product {
  top: 2px;
}

.rating-stars {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.rating-stars i {
  display: inline-block;
  margin-right: 3px;
  color: #bfbfbf;
  font-size: 14px;
  vertical-align: middle;
}
.rating-stars i.active {
  color: #fc8c3a;
}

.widget-light-skin .widget-title {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}
.widget-light-skin.widget-custom-menu ul > li > a, .widget-light-skin.widget-categories ul > li > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #ffffff !important;
}
.widget-light-skin.widget-custom-menu ul > li > a > span, .widget-light-skin.widget-categories ul > li > a > span {
  color: rgba(255, 255, 255, 0.5) !important;
}
.widget-light-skin.widget-custom-menu ul > li:hover > a, .widget-light-skin.widget-custom-menu ul > li.active > a, .widget-light-skin.widget-categories ul > li:hover > a, .widget-light-skin.widget-categories ul > li.active > a {
  color: #ffffff !important;
  opacity: 0.6;
}
.widget-light-skin.widget-custom-menu > ul > li, .widget-light-skin.widget-categories > ul > li {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-custom-menu [data-toggle=collapse],
.widget-light-skin.widget-custom-menu [data-toggle=collapse]:hover, .widget-light-skin.widget-categories [data-toggle=collapse],
.widget-light-skin.widget-categories [data-toggle=collapse]:hover {
  color: #ffffff !important;
}
.widget-light-skin.widget-custom-menu [data-toggle=collapse].collapsed,
.widget-light-skin.widget-custom-menu [data-toggle=collapse]:hover.collapsed, .widget-light-skin.widget-categories [data-toggle=collapse].collapsed,
.widget-light-skin.widget-categories [data-toggle=collapse]:hover.collapsed {
  color: #ffffff !important;
}
.widget-light-skin.widget-custom-menu [data-toggle=collapse]::after, .widget-light-skin.widget-categories [data-toggle=collapse]::after {
  background-color: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}
.widget-light-skin.widget-custom-menu .collapse > ul > li,
.widget-light-skin.widget-custom-menu .collapsing > ul > li, .widget-light-skin.widget-categories .collapse > ul > li,
.widget-light-skin.widget-categories .collapsing > ul > li {
  border-left-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-custom-menu .collapse > ul > li > a::before,
.widget-light-skin.widget-custom-menu .collapsing > ul > li > a::before, .widget-light-skin.widget-categories .collapse > ul > li > a::before,
.widget-light-skin.widget-categories .collapsing > ul > li > a::before {
  background-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-contacts ul > li, .widget-light-skin.widget-contacts ul > li > a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #ffffff;
}
.widget-light-skin.widget-contacts ul > li > a:hover {
  color: #ffffff;
  opacity: 0.6;
}
.widget-light-skin.widget-contacts ul > li {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-contacts ul > li > span {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-featured-posts .featured-post, .widget-light-skin.widget-featured-posts-carousel .featured-post {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-featured-posts .featured-post .featured-post-meta, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-meta {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-featured-posts .featured-post .featured-post-title, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title {
  color: #ffffff;
}
.widget-light-skin.widget-featured-posts .featured-post .featured-post-title:hover, .widget-light-skin.widget-featured-posts-carousel .featured-post .featured-post-title:hover {
  color: #ffffff;
  opacity: 0.6;
}
.widget-light-skin.widget-recent-comments .recent-comment {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-recent-comments .recent-comment::before,
.widget-light-skin.widget-recent-comments .recent-comment .recent-comment-meta {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-recent-comments .recent-comment .recent-comment-title {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #ffffff;
}
.widget-light-skin.widget-recent-comments .recent-comment:hover .recent-comment-title {
  color: #ffffff;
  opacity: 0.6;
}
.widget-light-skin .owl-carousel .owl-dots .owl-dot {
  background-color: #ffffff;
}
.widget-light-skin.widget-testimonials-carousel .testimonial {
  background: none;
}
.widget-light-skin.widget-testimonials-carousel .testimonial::before {
  background-color: #ffffff;
}
.widget-light-skin.widget-testimonials-carousel .testimonial > p {
  color: #ffffff;
}
.widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer {
  color: #ffffff;
}
.widget-light-skin.widget-testimonials-carousel .testimonial .blockquote-footer > cite {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-featured-products .featured-product, .widget-light-skin.widget-featured-products-carousel .featured-product, .widget-light-skin.widget-cart .featured-product {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin.widget-featured-products .featured-product .featured-product-title, .widget-light-skin.widget-featured-products-carousel .featured-product .featured-product-title, .widget-light-skin.widget-cart .featured-product .featured-product-title {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #ffffff;
}
.widget-light-skin.widget-featured-products .featured-product:hover .featured-product-title, .widget-light-skin.widget-featured-products-carousel .featured-product:hover .featured-product-title, .widget-light-skin.widget-cart .featured-product:hover .featured-product-title {
  color: #ffffff;
  opacity: 0.6;
}
.widget-light-skin.widget-featured-products .featured-product-price, .widget-light-skin.widget-featured-products-carousel .featured-product-price, .widget-light-skin.widget-cart .featured-product-price {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin.widget-cart .remove-product {
  background-color: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}
.widget-light-skin.widget-cart .remove-product:hover {
  background-color: #ff5252;
  color: #ffffff;
}
.widget-light-skin .rating-stars i {
  color: rgba(255, 255, 255, 0.4);
}
.widget-light-skin .rating-stars i.active {
  color: #fc8c3a;
}
.widget-light-skin .noUi-target {
  background-color: rgba(255, 255, 255, 0.14);
}
.widget-light-skin .ui-range-values {
  color: rgba(255, 255, 255, 0.5);
}
.widget-light-skin .ui-range-values .ui-range-value-min,
.widget-light-skin .ui-range-values .ui-range-value-max {
  color: #ffffff;
}
.widget-light-skin .ui-range-values .ui-range-label {
  color: rgba(255, 255, 255, 0.5);
}

.wizard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.wizard .wizard-steps .wizard-step {
  width: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 18px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e7e7e7;
  color: #282828;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.wizard .wizard-steps .wizard-step > i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 6px;
  color: #33cb81;
  font-size: 1.2em;
  vertical-align: middle;
}
.wizard .wizard-steps .wizard-step > .wizard-icon {
  display: block;
  margin: 0 auto 10px;
  color: #8c8c8c;
  font-size: 1.6em;
}
.wizard .wizard-steps .wizard-step:hover {
  background-color: #F8F8F8;
}
.wizard .wizard-steps .wizard-step.active {
  border-color: #116789;
  background-color: #116789;
  color: #ffffff;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  box-shadow: 0 12px 18.8px 1.2px rgba(17, 103, 137, 0.24);
  cursor: default;
  pointer-events: none;
}
.wizard .wizard-steps .wizard-step.active > .wizard-icon {
  color: #ffffff;
}
.wizard .wizard-body {
  padding: 40px 25px 30px;
}
.wizard .wizard-footer {
  padding: 15px 25px;
  border-top: 1px solid #e7e7e7;
}

.isotope-grid {
  position: relative;
}
.isotope-grid:not(.filter-grid) {
  min-height: 180px;
  background-position: center;
  background-image: url("../../img/loading.f84e11f12835.gif");
  background-repeat: no-repeat;
  background-size: 74px;
}
.isotope-grid:not(.filter-grid) > .grid-item {
  display: none;
}
.isotope-grid:not(.filter-grid)[style] {
  background: none;
}
.isotope-grid:not(.filter-grid)[style] > .grid-item {
  display: inline-block;
  -webkit-animation: showGrid 0.6s;
  animation: showGrid 0.6s;
}
.isotope-grid .gutter-sizer {
  width: 30px;
}
.isotope-grid .grid-item {
  margin-bottom: 30px;
}
.isotope-grid .grid-item .post-tile,
.isotope-grid .grid-item .portfolio-tile {
  margin-bottom: 0;
}
.isotope-grid.cols-1 .gutter-sizer {
  width: 0;
}
.isotope-grid.cols-1 .grid-sizer,
.isotope-grid.cols-1 .grid-item {
  width: 100%;
}
.isotope-grid.cols-2 .grid-sizer,
.isotope-grid.cols-2 .grid-item {
  width: calc(50% - 15px);
}
.isotope-grid.cols-3 .grid-sizer,
.isotope-grid.cols-3 .grid-item {
  width: calc(33.3333333333% - 20px);
}
.isotope-grid.cols-4 .grid-sizer,
.isotope-grid.cols-4 .grid-item {
  width: calc(25% - 22.5px);
}
.isotope-grid.cols-5 .grid-sizer,
.isotope-grid.cols-5 .grid-item {
  width: calc(20% - 24px);
}
.isotope-grid.cols-6 .grid-sizer,
.isotope-grid.cols-6 .grid-item {
  width: calc(16.6666666667% - 25px);
}
@media (max-width: 1200px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc(33.3333333333% - 22.5px);
  }
}
@media (max-width: 768px) {
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .isotope-grid.cols-6 .gutter-sizer, .isotope-grid.cols-5 .gutter-sizer, .isotope-grid.cols-4 .gutter-sizer, .isotope-grid.cols-3 .gutter-sizer, .isotope-grid.cols-2 .gutter-sizer {
    width: 0;
  }
  .isotope-grid.cols-6 .grid-sizer,
  .isotope-grid.cols-6 .grid-item, .isotope-grid.cols-5 .grid-sizer,
  .isotope-grid.cols-5 .grid-item, .isotope-grid.cols-4 .grid-sizer,
  .isotope-grid.cols-4 .grid-item, .isotope-grid.cols-3 .grid-sizer,
  .isotope-grid.cols-3 .grid-item, .isotope-grid.cols-2 .grid-sizer,
  .isotope-grid.cols-2 .grid-item {
    width: 100%;
  }
}
.isotope-grid.grid-no-gutters .gutter-sizer {
  width: 0;
}
.isotope-grid.grid-no-gutters .grid-item {
  margin-bottom: 0;
}
.isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-2 .grid-item {
  width: 50%;
}
.isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-3 .grid-item {
  width: 33.3333333333%;
}
.isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-4 .grid-item {
  width: 25%;
}
.isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-5 .grid-item {
  width: 20%;
}
.isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
.isotope-grid.grid-no-gutters.cols-6 .grid-item {
  width: 16.6666666667%;
}
@media (max-width: 1200px) {
  .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-3 .grid-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-3 .grid-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .isotope-grid.grid-no-gutters.cols-6 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-6 .grid-item, .isotope-grid.grid-no-gutters.cols-5 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-5 .grid-item, .isotope-grid.grid-no-gutters.cols-4 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-4 .grid-item, .isotope-grid.grid-no-gutters.cols-3 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-3 .grid-item, .isotope-grid.grid-no-gutters.cols-2 .grid-sizer,
  .isotope-grid.grid-no-gutters.cols-2 .grid-item {
    width: 100%;
  }
}

@-webkit-keyframes showGrid {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showGrid {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@supports (-ms-ime-align: auto) {
  .isotope-grid:not(.filter-grid) {
    min-height: auto;
    background: none;
  }
  .isotope-grid:not(.filter-grid) > .grid-item {
    display: inline-block;
  }
  .isotope-grid:not(.filter-grid)[style] > .grid-item {
    -webkit-animation: none;
    animation: none;
  }
}
.search-box,
.search-box > input,
.search-box > .easy-autocomplete > input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-box {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.search-box::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  font-family: feather;
  font-size: 20px;
  content: "\e9c1";
  z-index: 5;
}
.search-box > .easy-autocomplete > input,
.search-box > input {
  padding-right: 30px;
  padding-left: 32px;
  border: 0;
  color: #404040;
  font-size: 16px;
  -webkit-appearance: none;
}
.search-box > .easy-autocomplete > input:focus,
.search-box > input:focus {
  outline: none;
}
.search-box .search-close {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  color: #404040;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}
.search-box.is-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .search-box::before {
    left: 12px;
  }
  .search-box > .easy-autocomplete > input,
  .search-box > input {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 14px;
  }
  .search-box .search-close {
    right: 0;
  }
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2);
  box-shadow: 0 6px 20px 0 rgba(64, 64, 64, 0.2);
}
.easy-autocomplete-container > ul {
  display: none;
  margin: 0;
  margin-top: 1px;
  padding: 10px 25px 20px;
  list-style: none;
}
.easy-autocomplete-container > ul li {
  margin: 0;
}

.eac-item > a {
  display: inline-block;
  padding: 5px 0;
  color: #404040;
  font-size: 14px;
  text-decoration: none;
}
.eac-item > a > i {
  margin-right: 12px;
  color: #116789;
  vertical-align: middle;
}
.eac-item > a:hover > .ac-title {
  text-decoration: underline;
}

.site-logo {
  display: block;
  width: 300px;
  color: #282828;
  text-decoration: none;
}
.site-logo > img {
  display: block;
  width: 100%;
}

.header-buttons {
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  list-style: none;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.13);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.13);
}
.header-buttons::after {
  display: table;
  clear: both;
  content: "";
}
.header-buttons > li {
  display: block;
  position: relative;
  margin: 0;
  float: left;
}
.header-buttons > li > a {
  display: block;
  width: 52px;
  height: 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid rgba(231, 231, 231, 0.6);
  color: #282828;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.header-buttons > li:last-child > a {
  width: 51px;
  padding-right: 3px;
  border-right: 0;
}
.header-buttons > li .badge {
  position: absolute;
  top: -4px;
  right: -6px;
}
.header-buttons:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-buttons:hover > li > a {
  border-color: transparent;
}
.header-buttons:hover > li:hover > a {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.13);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.13);
}
.header-buttons > li > a:active {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #F8F8F8;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-link,
.footer-link {
  display: inline-block;
  padding: 8px 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}
.header-link > i, .header-link > img,
.footer-link > i,
.footer-link > img {
  display: inline-block;
  vertical-align: middle;
}
.header-link > i,
.footer-link > i {
  margin-right: 5px;
  font-size: 1.1em;
}
.header-link > img,
.footer-link > img {
  width: 20px;
  margin-top: -1px;
  margin-right: 6px;
}
.header-link:hover,
.footer-link:hover {
  color: #282828;
}

.header-dropdown-toggle,
.header-mega-dropdown-toggle {
  position: relative;
}
.header-dropdown-toggle .dropdown-menu,
.header-mega-dropdown-toggle .dropdown-menu {
  margin: 0;
}
.header-dropdown-toggle .dropdown-menu.right-aligned,
.header-mega-dropdown-toggle .dropdown-menu.right-aligned {
  right: 0;
  left: auto;
}
.header-dropdown-toggle:hover > .dropdown-menu,
.header-mega-dropdown-toggle:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-slide-down 0.3s;
  animation: dropdown-slide-down 0.3s;
}
.header-dropdown-toggle:hover .header-link,
.header-mega-dropdown-toggle:hover .header-link {
  color: #282828;
  opacity: 1;
}

.header-mega-dropdown-toggle {
  position: static !important;
}

.header {
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  background-color: #ffffff;
  z-index: 900;
}
.header .header-branding,
.header .header-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.header .header-wrapper {
  width: 100%;
}
.header .topbar {
  padding: 7px 0;
  background-color: #393835;
  color: #FFF;
}
.header .topbar .dropdown-item {
  text-transform: none;
}
.header .topbar a {
  color: #FFF;
}
.header .topbar a:hover {
  color: #C6AB92;
}
.header .navbar {
  position: relative;
  padding: 5px 0;
  background-color: #f5f5f5;
}
.header .search-box {
  margin-top: -1px;
}
.header .social-btn {
  width: 28px;
  height: 28px;
  margin-right: 7px;
  margin-bottom: 0;
  line-height: 28px;
}
@media (max-width: 991px) {
  .header .navbar {
    position: static;
  }
  .header .site-logo {
    width: 280px;
  }
  .header .header-wrapper {
    padding-left: 0;
  }
}
.header.header-boxed, .header.header-floating {
  display: block;
  padding: 0;
}
.header.header-boxed > .container, .header.header-floating > .container {
  display: table;
}
.header.header-boxed .header-wrapper, .header.header-floating .header-wrapper {
  padding-left: 20px;
}
.header.header-boxed .navbar-nav > li.active > a::before, .header.header-floating .navbar-nav > li.active > a::before {
  top: -17px;
}
.header.header-floating {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0 30px;
  border: 0;
  background: none;
}
.header.header-floating > .container {
  display: block;
  padding: 0 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.header.header-floating .search-box {
  height: calc(100% - 1px);
  margin-top: 0;
}
.header.header-floating.navbar-stuck > .container {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .header.header-floating {
    position: relative;
    top: 0;
    padding: 0;
  }
}

.header-ghost {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 25px;
  z-index: 900;
  background-color: rgba(52, 59, 67, 0.5019607843);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
}
.header-ghost .container {
  position: relative;
}
.header-ghost .search-trigger,
.header-ghost .linkto_user,
.header-ghost .menu-trigger {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #404040;
  text-decoration: none;
  color: #fff;
}
.header-ghost .search-trigger > i,
.header-ghost .linkto_user > i,
.header-ghost .menu-trigger > i {
  display: inline-block;
  font-size: 21px;
  vertical-align: middle;
}
.header-ghost .search-trigger:hover,
.header-ghost .linkto_user:hover,
.header-ghost .menu-trigger:hover {
  color: #116789;
}
.header-ghost .search-trigger.text-white:hover,
.header-ghost .linkto_user.text-white:hover,
.header-ghost .menu-trigger.text-white:hover {
  opacity: 0.6;
}
.header-ghost .search-trigger {
  right: 110px;
}
.header-ghost .linkto_user {
  right: 145px;
}
.header-ghost .menu-trigger {
  right: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-ghost .menu-trigger > span {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
}
.header-ghost .menu-trigger > i {
  margin-left: 8px;
}
@media (max-width: 576px) {
  .header-ghost .site-logo {
    width: 200px;
  }
}

.header-branding-wrapper {
  padding: 20px 0;
  color: #FFF;
}
.header-branding-wrapper a {
  color: #FFF;
  text-decoration: none;
}
.header-branding-wrapper a:not(.btn):hover {
  color: #C6AB92;
}

.mobile-menu-button a {
  color: #0063B1;
}

.navbar {
  background-color: #FFF;
}

.header-simple-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
}
.header-simple-ghost .navbar {
  position: static;
}
.header-simple-ghost .search-box .search-close {
  right: 0;
}
.header-simple-ghost .search-box::before {
  left: 15px;
}
.header-simple-ghost .search-box > .easy-autocomplete > input,
.header-simple-ghost .search-box > input {
  padding-left: 42px;
}
.header-simple-ghost .header-buttons {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-simple-ghost .header-buttons > li > a {
  border-right-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.1);
}
.header-simple-ghost .header-buttons > li > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-simple-ghost .navbar-nav > li > a {
  color: rgba(0, 0, 0, 0.95);
}
.header-simple-ghost .navbar-nav > li:hover > a, .header-simple-ghost .navbar-nav > li.active > a {
  color: #222;
}

@media (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}
@media (min-width: 991px) {
  .navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
    box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
    -webkit-animation: dropdown-slide-down 0.5s;
    animation: dropdown-slide-down 0.5s;
  }
  .navbar-sticky.navbar-stuck .topbar {
    display: none !important;
  }
  .navbar-sticky.navbar-stuck.header-boxed, .navbar-sticky.navbar-stuck.header-floating {
    padding: 0;
  }
  .navbar-sticky.navbar-stuck.header-floating > .container {
    padding: 0 15px;
  }
  .navbar-sticky.navbar-stuck.header-ghost-white, .navbar-sticky.navbar-stuck.header-simple-ghost {
    background-color: #ffffff;
  }
}
.navbar-stuck .header-branding-wrapper {
  padding: 10px 0;
}
.navbar-stuck .site-logo {
  width: 240px;
  -webkit-transition-duration: 0.2s;
}

.mobile-menu-button {
  font-size: 30px;
  text-decoration: none;
}

.main-phone {
  text-align: right;
  font-size: 23px;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.page-title {
  min-height: 360px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 245px;
  padding-bottom: 57px;
  background-position: center center;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .page-title {
    padding-top: 125px;
  }
  .page-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.page-title > .container {
  z-index: 1;
}
.page-title .page-title-heading {
  font-size: 44px;
  letter-spacing: 0.034em;
  line-height: 1.2;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}
.page-title .page-title-subheading {
  display: inline-block;
}
.page-title .page-title-subheading * {
  color: #FFF;
}
.page-title.page-title-lg {
  min-height: 450px;
}
.page-title.page-title-indent-left {
  padding-left: 335px;
}
.page-title.page-title-indent-right {
  padding-right: 335px;
}
@media (max-width: 768px) {
  .page-title {
    min-height: 150px;
    margin-bottom: 43px;
  }
  .page-title .page-title-heading {
    font-size: 24px;
  }
  .page-title.page-title-lg {
    min-height: 250px;
  }
}
@media (max-width: 1480px) {
  .page-title.page-title-indent-left {
    padding-left: 285px;
  }
  .page-title.page-title-indent-right {
    padding-right: 285px;
  }
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  list-style: none;
}
.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs > li > a {
  display: block;
  position: relative;
  margin-left: 14px;
  padding-left: 18px;
  color: #116789;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  background-color: #ffffff;
  content: "";
}
.breadcrumbs > li:first-child > a {
  margin-left: 0;
  padding-left: 4px;
}
.breadcrumbs > li:first-child > a::before {
  display: none;
}

.offcanvas-container.is-static,
.offcanvas-container.is-triggered {
  display: block;
  position: fixed;
  top: 25px;
  left: 0;
  width: 320px;
  height: calc(100% - 50px);
  padding-top: 42px;
  padding-bottom: 24px;
  -webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
  transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
  background-color: #ffffff;
  -webkit-box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
  box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
  z-index: 1100;
}
.offcanvas-container.is-static + .offcanvas-wrapper,
.offcanvas-container.is-triggered + .offcanvas-wrapper {
  padding-left: 335px;
}
.offcanvas-container.is-static.offcanvas-container-reverse,
.offcanvas-container.is-triggered.offcanvas-container-reverse {
  right: 0;
  left: auto;
  -webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
  transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
  transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
  transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
  -webkit-box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
  box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
}
.offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper,
.offcanvas-container.is-triggered.offcanvas-container-reverse + .offcanvas-wrapper {
  padding-right: 335px;
  padding-left: 0;
}
.offcanvas-container.is-static .offcanvas-scrollable-area,
.offcanvas-container.is-triggered .offcanvas-scrollable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
.offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
  display: none;
}

.offcanvas-container.is-triggered {
  top: 0;
  left: -320px;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-container.is-triggered.in-view {
  left: 0;
  -webkit-box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
  box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
}
.offcanvas-container.is-triggered.offcanvas-container-reverse {
  right: -320px;
  left: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
  right: 0;
  -webkit-box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
  box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
}
.offcanvas-container.is-triggered .offcanvas-close {
  display: block;
}

@media (max-width: 1480px) {
  .offcanvas-container.is-static {
    width: 270px;
  }
  .offcanvas-container.is-static + .offcanvas-wrapper {
    padding-left: 285px;
  }
  .offcanvas-container.is-static.offcanvas-container-reverse + .offcanvas-wrapper {
    padding-right: 285px;
    padding-left: 0;
  }
}
.offcanvas-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background-color: #ffffff;
}

.offcanvas-toggle {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 47px;
  height: 44px;
  margin-top: -22px;
  padding-right: 3px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #ffffff;
  color: #404040;
  font-size: 22px;
  line-height: 44px;
  -webkit-box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.2);
  box-shadow: 0 12px 18.8px 1.2px rgba(64, 64, 64, 0.2);
  cursor: pointer;
  z-index: 1090;
  text-align: center;
  text-decoration: none;
}
.offcanvas-toggle > i {
  position: relative;
  z-index: 5;
}
.offcanvas-toggle::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  background-color: #116789;
  content: "";
  z-index: 1;
}
.offcanvas-toggle:hover {
  color: #ffffff;
}
.offcanvas-toggle:hover::after {
  width: 100%;
}
.offcanvas-toggle.offcanvas-toggle-reverse {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 3px;
}
.offcanvas-toggle.offcanvas-toggle-reverse::after {
  right: auto;
  left: 0;
}

.offcanvas-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 13px;
  color: #404040;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .offcanvas-toggle,
  .offcanvas-close {
    display: block;
  }
  .offcanvas-container,
  .offcanvas-container.is-static,
  .offcanvas-container.is-triggered {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    padding-top: 42px;
    padding-bottom: 24px;
    -webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
    background-color: #ffffff;
    z-index: 1100;
    overflow-y: auto;
  }
  .offcanvas-container.in-view,
  .offcanvas-container.is-static.in-view,
  .offcanvas-container.is-triggered.in-view {
    left: 0;
    -webkit-box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
    box-shadow: 22px 0 36px -12px rgba(64, 64, 64, 0.12);
  }
  .offcanvas-container.offcanvas-container-reverse,
  .offcanvas-container.is-static.offcanvas-container-reverse,
  .offcanvas-container.is-triggered.offcanvas-container-reverse {
    right: -320px;
    left: auto;
    -webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, -webkit-box-shadow 0.3s 0.3s;
    transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s, -webkit-box-shadow 0.3s 0.3s;
  }
  .offcanvas-container.offcanvas-container-reverse.in-view,
  .offcanvas-container.is-static.offcanvas-container-reverse.in-view,
  .offcanvas-container.is-triggered.offcanvas-container-reverse.in-view {
    right: 0;
    -webkit-box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
    box-shadow: -22px 0 36px -12px rgba(64, 64, 64, 0.12);
  }
  .offcanvas-container + .offcanvas-wrapper,
  .offcanvas-container.is-static + .offcanvas-wrapper,
  .offcanvas-container.is-triggered + .offcanvas-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .offcanvas-container .offcanvas-scrollable-area,
  .offcanvas-container.is-static .offcanvas-scrollable-area,
  .offcanvas-container.is-triggered .offcanvas-scrollable-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  .offcanvas-container .offcanvas-scrollable-area::-webkit-scrollbar,
  .offcanvas-container.is-static .offcanvas-scrollable-area::-webkit-scrollbar,
  .offcanvas-container.is-triggered .offcanvas-scrollable-area::-webkit-scrollbar {
    display: none;
  }
  .page-title.page-title-indent-left,
  .page-title.page-title-indent-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.mobile-menu {
  border: 0;
}
.mobile-menu .mobile-menu-link {
  display: block;
  position: relative;
  padding: 20px 0;
  padding-right: 58px;
  padding-left: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu .mobile-menu-link:hover, .mobile-menu .mobile-menu-link.active {
  color: #116789;
}
.mobile-menu .mobile-menu-link.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #116789;
  content: "";
}
.mobile-menu .card {
  margin-top: -1px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu .card::before {
  display: none;
}
.mobile-menu .card-header {
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.mobile-menu .card:first-child .card-header {
  border-top: 0;
}
.mobile-menu [data-toggle=collapse] {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #e7e7e7;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 5;
}
.mobile-menu [data-toggle=collapse]::before {
  display: none;
}
.mobile-menu [data-toggle=collapse]::after {
  right: 15px;
  margin-top: -15px;
}
.mobile-menu .card-body {
  padding-top: 10px;
  padding-bottom: 18px;
  background-color: rgb(253.1, 253.1, 253.1);
}
.mobile-menu .card-body ul {
  margin: 0;
  padding: 0;
}
.mobile-menu .dropdown-header,
.mobile-menu .dropdown-item,
.mobile-menu .dropdown-item > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}
.mobile-menu .dropdown-header {
  position: relative;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 8px;
  color: #404040;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mobile-menu .dropdown-header > i {
  color: rgb(127.25, 127.25, 127.25);
}
.mobile-menu .dropdown-header::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 90px;
  height: 2px;
  content: "";
}
.mobile-menu .dropdown-header + li > a {
  padding-top: 16px;
}
.mobile-menu .mobile-sublevel {
  padding-bottom: 9px !important;
}
.mobile-menu .mobile-sublevel li {
  border: 0;
  border-left: 2px solid #e7e7e7;
}
.mobile-menu .mobile-sublevel li > a {
  position: relative;
  padding: 8px 0 8px 15px;
  font-size: 13px;
}
.mobile-menu .mobile-sublevel li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #e7e7e7;
  content: "";
}

.fs-overlay-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-position: center;
  background-color: rgba(52, 59, 67, 0.5019607843);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  z-index: 9900;
}
.fs-overlay-wrapper.in-view {
  opacity: 1;
  visibility: visible;
}

.fs-overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.fs-overlay-content {
  display: table-cell;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s 0.25s;
  transition: all 0.3s 0.25s;
  opacity: 0;
  vertical-align: middle;
}
.fs-overlay-content .input-group {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  background-color: #FFF;
}
.fs-overlay-content .input-group-text {
  padding-right: 0;
  padding-left: 20px;
  background: none;
  font-size: 24px;
}
.fs-overlay-content .form-control {
  height: 80px;
  border: 0;
  font-size: 18px;
}
.fs-overlay-content .form-control:hover {
  border-color: #e7e7e7 !important;
}
.fs-overlay-content .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.in-view .fs-overlay-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fs-overlay-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 23px;
  line-height: 53px;
  text-align: center;
  -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.11);
  cursor: pointer;
}
.fs-overlay-close > i {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fs-overlay-close:hover {
  background-color: #F8F8F8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs-overlay-close:hover > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.portfolio-card:not(.card) {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  text-align: center;
}
.portfolio-card:not(.card) .portfolio-card-body {
  padding: 20px;
}

.no-touchevents .portfolio-card:not(.card):hover {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.no-touchevents .portfolio-card:not(.card):hover .portfolio-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-thumb {
  display: block;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  box-shadow: 0 22px 36px -12px rgba(64, 64, 64, 0.13);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.portfolio-thumb > img {
  display: block;
  width: 100%;
}

.portfolio-meta {
  padding-bottom: 9px;
  color: rgba(140, 140, 140, 0.75);
  font-size: 11px;
  font-weight: 600;
}
.portfolio-meta i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.1em;
  vertical-align: middle;
}
.portfolio-meta > a {
  color: rgba(140, 140, 140, 0.75);
  text-decoration: none;
}

.portfolio-title {
  margin-bottom: 12px;
  font-size: 18px;
}
.portfolio-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #282828;
  text-decoration: none;
}
.portfolio-title > a:hover {
  color: #116789;
}

.card.portfolio-card .portfolio-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card.portfolio-card .portfolio-title {
  margin-bottom: 0;
}
.card.portfolio-card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 24px;
  padding-left: 24px;
}
.card.portfolio-card .card-footer .portfolio-meta {
  padding-bottom: 0;
}

.portfolio-list {
  display: table;
  width: 100%;
}
.portfolio-list .portfolio-thumb,
.portfolio-list .card-body {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-list .portfolio-thumb {
  width: 46%;
  min-height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-list .card-body {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 36px;
}
.portfolio-list .portfolio-title {
  margin-bottom: 12px !important;
}
@media (max-width: 576px) {
  .portfolio-list {
    display: block;
  }
  .portfolio-list .portfolio-thumb,
  .portfolio-list .card-body {
    display: block;
    width: 100%;
  }
  .portfolio-list .card-body {
    padding: 24px;
  }
}

.blog-card .card-body {
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-card .post-format {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #116789;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  -webkit-box-shadow: 0 9px 18px 0 rgba(64, 64, 64, 0.14);
  box-shadow: 0 9px 18px 0 rgba(64, 64, 64, 0.14);
}
.blog-card .post-format > i {
  display: inline-block;
  font-style: normal;
}
.blog-card .post-thumb {
  display: block;
  position: relative;
}
.blog-card .post-thumb > img {
  display: block;
  width: 100%;
}
.blog-card .post-title {
  display: block;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}
.blog-card .post-title > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #282828;
  text-decoration: none;
}
.blog-card .post-title > a:hover {
  color: #116789;
}
.blog-card .post-title.post-title-link {
  padding-bottom: 0;
}
.blog-card .post-title.post-title-link::after {
  display: none;
}
.blog-card .post-title.post-title-link > a {
  color: #116789;
  text-decoration: underline;
}
.blog-card .post-title.post-title-link > a:hover {
  text-decoration: none;
}
.blog-card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 24px;
  padding-left: 24px;
}

.post-author {
  display: table;
  text-decoration: none;
}
.post-author .post-author-avatar,
.post-author .post-author-name {
  display: table-cell;
  vertical-align: middle;
}
.post-author .post-author-avatar {
  width: 28px;
}
.post-author .post-author-avatar > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.post-author .post-author-name {
  padding-left: 8px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}
.post-author:hover .post-author-name {
  opacity: 1;
}

.post-meta > span, .post-meta > a {
  margin-left: 10px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .post-meta > span, .post-meta > a {
    font-size: 10px;
  }
}
.post-meta > span > i, .post-meta > a > i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.1em;
  vertical-align: middle;
}
.post-meta > a:hover {
  opacity: 1;
}

.featured-posts-slider > .column {
  position: relative;
  width: 50%;
}
.featured-posts-slider > .column:last-child {
  background-color: #ffffff;
  -webkit-box-shadow: -5px 0 24px 0 rgba(40, 40, 40, 0.16);
  box-shadow: -5px 0 24px 0 rgba(40, 40, 40, 0.16);
  z-index: 5;
}
.featured-posts-slider > .column:last-child::before {
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 4px;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.featured-posts-slider .post-preview-img-carousel,
.featured-posts-slider .post-preview-img-carousel .owl-stage-outer,
.featured-posts-slider .post-preview-img-carousel .owl-stage,
.featured-posts-slider .post-preview-img-carousel .post-preview-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-posts-slider .post-preview-img-carousel .owl-item {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.featured-posts-slider .post-preview-img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-posts-slider .post-cards-carousel {
  padding: 75px;
}
.featured-posts-slider .blog-card .post-title {
  font-size: 26px;
}
.featured-posts-slider .blog-card .post-title::after {
  left: 0;
}
.featured-posts-slider .owl-carousel .owl-nav {
  position: absolute;
  bottom: -68px;
  left: -2px;
  width: 100%;
  width: calc(100% + 2px);
  height: 68px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
  box-shadow: 0 12px 20px 1px rgba(64, 64, 64, 0.09);
}
.featured-posts-slider .owl-carousel .owl-nav button.owl-next,
.featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
  top: 5px;
  margin-top: 0;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  line-height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.featured-posts-slider .owl-carousel .owl-nav button.owl-next:hover,
.featured-posts-slider .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #F8F8F8;
  color: #404040;
}
.featured-posts-slider .owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.featured-posts-slider .owl-carousel .owl-nav button.owl-next {
  right: auto;
  left: 63px;
  border-left: 0;
}
@media (max-width: 1400px) {
  .featured-posts-slider .post-cards-carousel {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .featured-posts-slider .post-cards-carousel {
    padding: 10px;
  }
  .featured-posts-slider .blog-card .post-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .featured-posts-slider > .column {
    width: 100%;
  }
  .featured-posts-slider .post-preview-img-carousel {
    position: relative;
    height: 400px;
  }
  .featured-posts-slider .post-cards-carousel {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .featured-posts-slider .blog-card .post-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .featured-posts-slider .post-preview-img-carousel {
    height: 300px;
  }
  .featured-posts-slider .blog-card .post-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .featured-posts-slider .owl-carousel .owl-nav {
    display: none;
  }
  .featured-posts-slider .post-preview-img-carousel {
    height: 250px;
  }
  .featured-posts-slider .post-cards-carousel {
    padding: 5px 0 0;
  }
  .featured-posts-slider .blog-card .post-title {
    font-size: 18px;
  }
}

img.richtext-image.left {
  float: left !important;
  margin: 14px 20px 14px 0;
}

img.img_left {
  float: left !important;
  margin: 14px 20px 14px 0;
}

.memberships-table table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-stage-wrapper:last-child .card-stage:before, .card-stage-wrapper:last-child .card-stage:after {
  content: none;
}
@media (max-width: 768px) {
  .card-stage-wrapper .card-stage:before, .card-stage-wrapper .card-stage:after {
    content: none;
    display: none;
  }
}

.card-stage {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.card-stage:before {
  content: " ";
  position: absolute;
  top: 30px;
  right: -45px;
  display: block;
  width: 60px;
  height: 1px;
  background: #116789;
}
.card-stage:after {
  content: " ";
  position: absolute;
  top: 25px;
  right: -55px;
  border: 5px solid transparent;
  border-left-color: #116789;
}

.card-stage-number {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #116789;
  color: #222;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}