body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}

html {
  scroll-behavior: auto !important;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 700;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
}
h2 big, .h2 big {
  font-size: 40px;
}

h4, .h4 {
  font-weight: bold;
  font-size: 25px;
}
h4 big, .h4 big {
  font-size: 25px;
}

h6, .h6 {
  font-weight: bold;
  font-size: 1rem;
}

nav.with_back {
  display: flex;
  justify-content: space-between;
}

.asterisk {
  color: red;
  font-weight: 900;
}

.theme-color {
  color: #222222 !important;
}

.theme-color-main {
  color: #00698F !important;
}

.theme-color-sec {
  color: #85CE26 !important;
}

.info {
  color: #666;
}

.bg-main {
  background: #00698F !important;
}

.invert a {
  color: #fff;
}
.invert .title,
.invert .description {
  color: #fff;
}

.toggle-search {
  font-size: 17px;
  padding: 37.3px 27px;
  max-height: 100px;
  max-width: 70px;
  display: block;
  color: #222222;
}

body.menu-open .hamburger .hamburger-inner,
body.menu-open .hamburger .hamburger-inner::before,
body.menu-open .hamburger .hamburger-inner::after {
  width: 30px;
}
body.menu-open .hamburger-inner {
  transform: rotate(225deg) scale(0.85);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.menu-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body.menu-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  width: 40px;
  height: 75px;
  max-width: 40px;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  width: 78%;
  margin-top: 2px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  width: 28px;
  height: 2px;
  background-color: #222222;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before,
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -8px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-inner::after {
  bottom: -8px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu.top-menu {
  font-size: 13px;
}
.menu.top-menu li {
  margin-left: 1em;
  display: inline-block;
}
.menu.top-menu li a {
  padding: 8px 0;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  text-decoration: none;
}
.menu.footer-menu {
  font-size: 16px;
  line-height: 1.2;
}
.menu.footer-menu * {
  color: #666;
}
.menu.footer-menu li {
  margin-bottom: 15px;
}
.menu.footer-menu a {
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.1em;
  position: relative;
  font-weight: 700;
  text-decoration: none;
}
.menu.contact-menu {
  font-size: 16px;
  line-height: 1.4;
}
.menu.contact-menu li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.menu.contact-menu li i {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.05em;
  text-align: center;
}
.menu.contact-menu li a {
  text-decoration: none;
}
.menu.contact-menu * {
  color: #666;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu.primary-menu ul li a {
  color: #222222;
  text-decoration: none;
  font-weight: 700;
}
.menu.primary-menu ul li a:hover {
  text-decoration: underline;
}
.menu.primary-menu > ul {
  display: flex;
}
.menu.primary-menu > ul > li {
  position: static;
  display: block;
  transition: all 0.2s ease;
}
.menu.primary-menu > ul > li:hover {
  background: #FAFAFA;
}
.menu.primary-menu > ul > li:hover a {
  text-decoration: none;
}
.menu.primary-menu > ul > li > a {
  max-height: 100px;
  display: block;
  font-size: 16.355px;
  padding: 37px 21px;
}
.menu.primary-menu .expand {
  display: none;
}
.menu.primary-menu li.has-children > a {
  position: relative;
}
.menu.primary-menu li.has-children > a i.fa-chevron-down {
  font-size: 8px;
  position: absolute;
  right: 2px;
  top: 46%;
  color: rgba(0, 0, 0, 0.5);
}
.menu.primary-menu li.has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu.primary-menu ul.sub-menu {
  box-shadow: 0 12px 20px -6px rgba(0, 0, 0, 0.15);
  position: absolute;
  background: #F1F5F8;
  visibility: hidden;
  z-index: 999;
  opacity: 0;
  transition: all 0.125s ease;
  pointer-events: none;
  top: 100%;
  left: 0;
  padding: 30px 0;
  width: 100%;
  list-style: none;
}
.menu.primary-menu ul.sub-menu .container {
  max-width: 1300px;
}
.menu.primary-menu ul.sub-menu li a {
  display: block;
  font-size: 0.875rem;
  padding: 10px 0;
  line-height: 1.1em;
}
.menu.primary-menu ul.sub-menu li a:hover {
  text-decoration: underline;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: inherit;
  cursor: pointer;
}

main.main-content {
  min-height: 500px;
}

header.main-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}
header.main-header .header-top {
  height: 30px;
}
header.main-header .header-bottom {
  background: #fff;
}
header.main-header .logo {
  padding: 15px 0;
  display: inline-block;
}

.button-link {
  color: #00698F;
  text-decoration: underline;
  font-weight: 700;
}
.button-link:hover {
  color: #222222;
}

.button-custom {
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  min-width: 135px;
  text-align: center;
  font-size: 20px;
  padding: 21px 40px;
  vertical-align: top;
  line-height: 18px;
  position: relative;
  transition: all ease 0.3s;
  z-index: 1;
  border: 2px solid transparent;
}
.button-custom.button-custom-main {
  color: #fff;
  border-color: #00698F;
  background: #00698F;
}
.button-custom.button-custom-main:hover {
  border-color: #178db9;
  background: #178db9;
}
.button-custom.button-custom-main-light {
  color: #00698F;
  border-color: #00698F;
  background: #fff;
}
.button-custom.button-custom-main-light:hover {
  color: #178db9;
  border-color: #178db9;
  background: #fff;
}
.button-custom.button-custom-sec {
  color: #fff;
  border-color: #85CE26;
  background: #85CE26;
}
.button-custom.button-custom-sec:hover {
  border-color: #5ea40c;
  background: #5ea40c;
}
.button-custom.button-custom-light {
  color: #222222;
  border-color: #F1F5F8;
  background: #F1F5F8;
}
.button-custom.button-custom-light:hover {
  border-color: #F1F5F8;
  background: #F1F5F8;
}
.button-custom.button-icon {
  height: 46px;
  width: 46px;
  padding: 10px;
  min-width: 46px;
}
.button-custom.button-icon:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.button-custom.button-sm {
  font-size: 16px;
  padding: 10px 20px;
}

.description {
  font-size: 18px;
}

.social-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.social-nav li {
  margin: 0 10px 10px 0;
}
.social-nav li a {
  width: 2.5em;
  height: 2.5em;
  font-size: 1.25rem;
  display: flex;
  border-radius: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #555;
  background: rgba(0, 0, 0, 0.05);
}
.social-nav li a:hover {
  color: #fff;
  background-color: #00698F;
}

footer.main-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 100px 0 10px;
}
footer.main-footer .copyright {
  font-size: 0.75rem;
}

.to-top {
  position: fixed;
  bottom: -40px;
  right: 20px;
  width: 2.8em;
  height: 2.8em;
  font-size: 0.875rem;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #00698F;
  z-index: 99;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
  text-decoration: none;
}
.to-top:hover {
  color: #fff;
  background-color: #178db9;
}
.to-top.active {
  bottom: 40px;
  pointer-events: all;
  opacity: 1;
}

.search {
  height: 100px;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.search .search-close {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) rotate(90deg);
  z-index: 10;
}
.search .search-stage {
  max-width: 600px;
  margin: 0 auto;
}
.search .search-form {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.9) translateX(50px);
  position: relative;
}
.search .search-form > .fa-search {
  position: absolute;
  top: 50%;
  left: 23px;
  opacity: 0.3;
  font-size: 1.125rem;
  line-height: 1;
  z-index: 1;
  transform: translateY(-50%);
}
.search .search-form .search-loader {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 40px;
}
.search .search-form .search-input {
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  font-size: 1.125rem;
  padding-left: 55px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
}
.search .search-form .search-input:focus {
  outline: none;
}
.search .search-form .search-input::placeholder {
  font-style: italic;
}
.search .search-form .search-input:required:valid {
  box-shadow: none;
}
.search .search-form .search-autocomplete {
  position: absolute;
  display: none;
  top: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  max-width: 600px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.search-open .search-close {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotate(0);
  transition-delay: 0.5s;
}
body.search-open .search-form {
  opacity: 1;
  transition-delay: 0.3s;
  transform: scale(1) translateX(0);
}
body.search-open .search {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.form-radio {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
  font-size: 17px;
}
.form-radio.form-radio-invert {
  padding-left: 0;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 18px;
}
.form-radio.form-radio-invert:hover .radio-label {
  background: rgba(255, 255, 255, 0.2);
  border-color: #00698F;
}
.form-radio.form-radio-invert strong {
  font-weight: 600;
}
.form-radio.form-radio-invert .checkmark {
  top: 24px;
  left: 20px;
}
.form-radio.form-radio-invert input[type=radio]:checked ~ .checkmark ~ .radio-label {
  background: #fff;
  border-color: #00698F;
}
.form-radio.form-radio-invert .radio-label {
  transition: all ease 0.3s;
  display: block;
  padding: 25px 40px 25px 60px;
  border-radius: 10px;
  border: 1px solid #bed0d2;
}
.form-radio input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  position: absolute;
}
.form-radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.form-radio .checkmark {
  position: absolute;
  left: 0;
}
.form-radio .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #c4d3d5;
}
.form-radio .checkmark:after {
  content: "";
  opacity: 0;
  border-radius: 50%;
  border: 8px solid #00698F;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
}

.form-checkbox {
  display: inline-block;
  padding: 0px 0 0px 40px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  line-height: 24px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-checkbox.orm-checkbox-sm {
  font-size: 14px;
}
.form-checkbox.form-checkbox-invert {
  padding-left: 0;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.form-checkbox.form-checkbox-invert .checkmark {
  top: 24px;
  left: 20px;
}
.form-checkbox.form-checkbox-invert input[type=checkbox]:checked ~ .checkmark ~ .checkbox-label {
  background: #fff;
}
.form-checkbox.form-checkbox-invert .checkbox-label {
  display: block;
  padding: 25px 40px 25px 60px;
  border-radius: 10px;
  border: 1px solid #bed0d2;
}
.form-checkbox:last-child {
  margin-right: 0;
}
.form-checkbox .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c4d3d5;
}
.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  top: 5px;
  left: 10px;
  width: 8px;
  height: 14px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scale(0) rotate(45deg);
}
.form-checkbox label {
  cursor: pointer;
}
.form-checkbox input[type=checkbox] {
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #00698F;
  border-color: #00698F;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:before {
  opacity: 1;
}
.form-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.form label.error {
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  color: red;
}
.form hr {
  border-top: 1px solid #234A58;
}
.form .form-label {
  font-weight: 600;
  font-size: 18px;
}
.form .form-field {
  margin-bottom: 30px;
}
.form .form-control {
  position: relative;
  background-color: #fff;
  border-color: #A1A1A1;
  border-radius: 5px;
  height: 50px;
  /*&:-webkit-autofill {
      -webkit-text-fill-color: #fff;
      background-color: #F5F7F9 !important;
      -webkit-box-shadow: 0 0 0px 1000px $themeColorLight inset;
      transition: background-color 5000s ease-in-out 0s;
  }*/
}
.form .form-control.error {
  border-color: red;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form textarea.form-control {
  height: 100px;
}

aside.sidebar {
  display: block;
  max-width: 360px;
  width: 100%;
}
aside.sidebar .sidebar-form {
  padding: 38px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "fontAwesome";
}
.breadcrumb .breadcrumb-item.active {
  color: #222222;
}
.breadcrumb a {
  color: #222222;
  opacity: 0.5;
  text-decoration: none;
}
.breadcrumb a:hover {
  opacity: 1;
  color: #00698F;
}

.form.form-mode-compact .form-field {
  margin-bottom: 20px;
}
.form.form-mode-compact .form-control {
  border-color: #fff;
  padding-left: 12px;
  height: 40px;
  font-size: 14px;
}
.form.form-mode-compact .form-label {
  font-size: 16px;
  margin-bottom: 4px;
}

.custom-table.custom-table-sm .custom-table-body .custom-table-row .custom-table-cell {
  padding: 13px 8px;
}
.custom-table .custom-table-head {
  font-weight: 600;
}
.custom-table .custom-table-head .custom-table-row {
  font-weight: 900;
}
.custom-table .custom-table-head .custom-table-row .custom-table-cell {
  padding: 13px 10px 0;
}
.custom-table .custom-table-body .custom-table-row {
  background: transparent;
  transition: all ease 0.3s;
}
.custom-table .custom-table-body .custom-table-row.underline {
  border-bottom: 1px solid #9A9A9A;
}
.custom-table .custom-table-body .custom-table-row:hover {
  background: #f9f9f9;
}
.custom-table .custom-table-body .custom-table-row:hover a {
  color: #00698F;
}
.custom-table .custom-table-body .custom-table-row .custom-table-cell {
  padding: 13px 10px;
}

.nav-pills .nav-link {
  background: #F1F5F8;
}
.nav-pills .nav-link svg path {
  stroke: #222222;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #00698F;
}
.nav-pills .nav-link.active svg path,
.nav-pills .show > .nav-link svg path {
  stroke: #fff;
}

#map {
  height: 100%;
  width: 100%;
}

.info-box {
  text-align: center;
}
.info-box .title {
  font-size: 18px;
  line-height: 1.6;
  max-width: 250px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.info-box .title a {
  color: #222222;
  text-decoration: underline;
}
.info-box p {
  font-size: 15px;
  font-weight: 400;
}

.map-holder {
  width: 100%;
  background: #F1F5F8;
}
.map-holder.map-holder-lg {
  height: 765px;
}
.map-holder.map-holder-sm {
  height: 680px;
  max-width: 750px;
}

.select2-container--bootstrap-5 .select2-selection {
  border-color: #A1A1A1;
  padding: 12px 0.75rem;
  box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  box-shadow: none;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option, .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */
