@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #0F1A2A;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.6;
}

html {
  scroll-behavior: auto !important;
}

main.main-content {
  padding-top: 100px;
  max-width: 1920px;
  margin: 0 auto;
}

html.adminbar-on nav.anchors-module,
html.adminbar-on header.main-header {
  top: 45px;
}
html.adminbar-on main.main-content {
  padding-top: calc(100px + 45px);
}
html.adminbar-on .main-wrapper {
  position: relative;
}

body .adminbar.adminbar--sticky {
  position: fixed;
}

.mw-xl {
  max-width: 1100px;
}

.button-link {
  background: transparent;
  border: none;
  font-size: 25px;
}
.button-link:hover .button-text {
  text-decoration: none;
}
.button-link:hover i {
  transform: translateX(5px);
}
.button-link .button-text {
  transition: all ease 0.3s;
  text-decoration: underline;
}
.button-link i {
  transition: all ease 0.3s;
}

nav.popup-menu {
  position: fixed;
  min-height: auto;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  z-index: 999;
  overflow: auto;
  max-width: 300px;
  top: 0;
  left: inherit;
  right: 0;
  background: #0F1A2A;
  transition: all ease 0.5s;
  transform: translateY(0) translateX(300px) scaleY(1);
}
nav.popup-menu .menu-head {
  background: #194681;
  height: 87px;
  padding: 23px 20px;
}
nav.popup-menu .menu-head .logo {
  max-width: 132px;
}
nav.popup-menu.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.popup-menu.menu > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
nav.popup-menu.menu > ul > li.on {
  background: #194681;
}
nav.popup-menu.menu > ul > li.on > a {
  color: #fff;
}
nav.popup-menu.menu > ul > li.on > .arrow {
  color: #fff;
}
nav.popup-menu.menu > ul > li.on > .arrow:after {
  content: "";
}
nav.popup-menu.menu > ul > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.popup-menu.menu > ul > li > a {
  display: block;
  padding: 14px 20px;
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: calc(100% - 50px);
  text-transform: uppercase;
}
nav.popup-menu.menu > ul > li > ul {
  display: none;
  border-radius: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  transform: translateY(0);
  background: #fff;
}
nav.popup-menu.menu > ul > li > ul li {
  border-bottom: 1px solid #E9E9E9;
}
nav.popup-menu.menu > ul > li > ul li:last-child {
  border-bottom: none;
}
nav.popup-menu.menu > ul > li > ul a {
  display: block;
  color: #0F1A2A;
  padding: 14px 20px 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
nav.popup-menu li {
  position: relative;
}
nav.popup-menu .has-children .arrow {
  cursor: pointer;
  border: none;
  height: 100%;
  text-align: center;
  padding: 0;
  width: 51px;
  top: 0;
  right: 0;
  color: #fff;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 44px;
}
nav.popup-menu .has-children .arrow:before {
  content: "";
  height: 30px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  left: 0;
  position: absolute;
  top: 10px;
}
nav.popup-menu .has-children .arrow:after {
  content: "";
  font-family: "fontAwesome", sans-serif;
  display: inline-block;
}
nav.popup-menu .menu-footer {
  padding: 0 20px;
}
nav.popup-menu .button-holder .button-custom.button-sm {
  width: 100%;
  margin-bottom: 15px;
}

.button-contents {
  font-size: 16px;
  font-weight: 500;
  top: 0;
  right: 0;
  position: absolute;
}

.button-menu {
  position: absolute;
  top: 12px;
  right: 0;
  border: none;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 0;
  z-index: 999;
  background: transparent;
  transition: all ease 0.5s;
  overflow: hidden;
}
.button-menu .hamburger {
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.button-menu .hamburger svg {
  height: 70px;
  width: 70px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.button-menu .hamburger svg path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 24px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}
.button-menu .hamburger svg path#top,
.button-menu .hamburger svg path#bottom {
  stroke-dasharray: 240px 950px;
}
.button-menu .hamburger svg path#middle {
  transition: all 0.3s ease;
  stroke-dasharray: 240px 240px;
}

body.menu-open .hamburger svg path#top,
body.menu-open .hamburger svg path#bottom {
  stroke-dashoffset: -650px;
}
body.menu-open .hamburger svg path#middle {
  stroke: transparent;
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

h1, .h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
}
h1 small, .h1 small {
  font-size: 70px;
  line-height: 1;
}
h1 big, .h1 big {
  line-height: 1;
  font-size: 120px;
  color: #194681;
}
h1 big span, .h1 big span {
  color: #F1C333;
}

h2, .h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.15;
  color: #194681;
}
h2 span, .h2 span {
  color: #F1C333;
}

h3, .h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #194681;
}
h3 small, .h3 small {
  font-size: 28px;
}
h3 span, .h3 span {
  color: #F1C333;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #194681;
}
h4 span, .h4 span {
  color: #F1C333;
}

h5, .h5 {
  font-size: 19px;
  font-weight: 600;
  color: #194681;
  line-height: 1.3;
}
h5 span, .h5 span {
  color: #F1C333;
}

h6, .h6 {
  font-size: 15px;
  color: #194681;
  line-height: 1.6;
  font-weight: 400;
}
h6 span, .h6 span {
  color: #F1C333;
}

p {
  font-weight: 400;
  line-height: 1.6;
}
p a {
  color: #194681;
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
  color: #F1C333;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #194681;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: #194681;
}

ol, ul {
  padding-left: 23px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  font-size: 12px;
  font-style: italic;
}

hr {
  border-color: #BED0D2;
}

p {
  margin-bottom: 0.5rem;
}

blockquote {
  display: block;
  font-size: 15px;
  background: rgba(241, 195, 51, 0.41);
  border: 1px solid #F1C333;
  color: #0F1A2A;
  padding: 15px;
  border-radius: 5px;
}

.pages .page span {
  text-decoration: underline;
}
.pages .page:hover span {
  text-decoration: none;
}
.pages .page:hover i {
  color: #F1C333;
}

article {
  font-size: 17px;
}
article .description {
  line-height: 1.4;
  font-weight: 400;
}
article figure {
  margin-bottom: 15px;
}
article.list-style-custom ul li:before,
article .list-style-custom ul li:before {
  top: 8px;
}
article.article-contents h2 {
  background: #b1cfed61;
  font-size: 17px;
  border-radius: 5px;
  padding: 12px 25px 12px 35px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}
article.article-contents h2:before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 15px;
}
article img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
article ul {
  margin-bottom: 20px;
}
article ul ul {
  margin-bottom: 0;
}
article h2, article .h2 {
  color: #0F1A2A;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 30px;
}
article h3, article .h3 {
  color: #0F1A2A;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
article h4, article .h4 {
  color: #0F1A2A;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
article h5, article .h5 {
  color: #0F1A2A;
  font-size: 18px;
}

.categories {
  margin-right: -15px;
  line-height: 1;
}
.categories .category {
  min-width: 90px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #0F1A2A;
  background: #F1C333;
}

.list-style-custom.list-style-custom-compact ul li {
  width: 50%;
  float: left;
}
.list-style-custom ol {
  padding-left: 16px;
}
.list-style-custom ul {
  padding: 0;
  list-style: none;
}
.list-style-custom ul ul {
  margin-top: 10px;
}
.list-style-custom ul ul li:before {
  border-radius: 50%;
  border-width: 1px;
}
.list-style-custom ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list-style-custom ul li a {
  color: #194681;
  text-decoration: underline;
}
.list-style-custom ul li a:hover {
  color: #F1C333;
}
.list-style-custom ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid #F1C333;
  display: block;
}

.hidden {
  display: none;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px-100 {
  padding-left: 80px;
  padding-right: 80px;
}

.google-map {
  height: 500px;
}

.image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
}

.invert .title {
  color: #fff;
}
.invert .title a {
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.invert .content,
.invert .text,
.invert .description,
.invert .preview,
.invert .except,
.invert .info {
  color: #fff;
}
.invert .content a,
.invert .text a,
.invert .description a,
.invert .preview a,
.invert .except a,
.invert .info a {
  text-decoration: underline;
  transition: all ease 0.3s;
  color: #fff;
}
.invert .content a:hover,
.invert .text a:hover,
.invert .description a:hover,
.invert .preview a:hover,
.invert .except a:hover,
.invert .info a:hover {
  color: #F1C333;
}
.invert .text {
  opacity: 0.7;
}
.invert .date {
  color: #fff;
}
.invert .logo svg path {
  fill: #fff;
}

.pre-title {
  color: #194681;
  font-weight: 300;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
}

.date {
  color: #323336;
  font-size: 15px;
}

.theme-color {
  color: #0F1A2A !important;
}

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

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

.social-links {
  position: relative;
}
.social-links a {
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 10px;
  font-size: 15px;
}
.social-links a span {
  color: #F1C333;
}
.social-links a i {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.description {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
}

.preview {
  font-size: 24px;
  line-height: 1.4;
}

.except {
  font-size: 16px;
}

.light {
  font-weight: 400;
}

.info {
  font-size: 14px;
  line-height: 2;
}
.info p {
  margin-bottom: 0;
}
.info a {
  color: #194681;
  text-decoration: underline;
}

.text {
  font-size: 12px;
}

.button-custom {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  min-width: 150px;
  text-align: center;
  padding: 18px 25px;
  font-size: 16px;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  border: none;
  outline: none;
  transition: all ease 0.3s;
  position: relative;
  color: #fff;
}
.button-custom .button-icon {
  margin: -15px 0 -15px -5px;
}
.button-custom:focus-visible {
  outline: 2px solid #000;
}
.button-custom.button-print {
  font-size: 20px;
  height: 50px;
  line-height: 34px;
  min-width: 50px;
  padding: 10px;
}
.button-custom .button-icon,
.button-custom .button-text {
  position: relative;
  z-index: 3;
}
.button-custom.button-custom-main {
  background: #194681;
}
.button-custom.button-custom-main:hover {
  color: #fff;
  background: #2466bd;
}
.button-custom.button-custom-main-white {
  background: #fff;
  color: #0F1A2A;
}
.button-custom.button-custom-main-white:hover {
  background: #fff;
  color: #0F1A2A;
}
.button-custom.button-custom-sec {
  background: #F1C333;
  color: #0F1A2A;
}
.button-custom.button-custom-sec:hover {
  background: #ffbf00;
  color: #0F1A2A;
}
.button-custom.button-custom-sec-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #F1C333;
}
.button-custom.button-custom-sec-white:hover {
  background: #fff;
  color: #F1C333;
}
.button-custom:hover {
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.25);
}
.button-custom.button-sm {
  font-size: 15px;
  padding: 18px 20px;
}
.button-custom.button-xs {
  font-size: 14px;
  padding: 8px 15px;
  min-width: 50px;
}
.button-custom.button-lg {
  font-size: 18px;
  padding: 20px 35px;
  min-width: 180px;
}
.button-custom.button-xl {
  font-size: 20px;
  padding: 22px 35px;
  min-width: 200px;
}

.button-holder {
  position: relative;
  z-index: 1;
}
.button-holder .button-custom {
  margin-right: 15px;
}
.button-holder .button-custom:last-child {
  margin-right: 0 !important;
}

.slick-arrow {
  z-index: 99;
}
.slick-arrow:before {
  content: none;
}

/* Components */
.scroll-top {
  cursor: pointer;
  line-height: 1.1;
  position: fixed;
  z-index: 999;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  display: block;
  opacity: 0;
  height: 48px;
  width: 48px;
  background: #F1C333;
  padding: 10px 10px;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.5s;
}
.scroll-top:hover {
  background: #194681;
}
.scroll-top:hover svg path {
  fill: #fff;
}
.scroll-top.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.alert {
  font-size: 16px;
}

.decor-line {
  margin: 40px auto;
  height: 1px;
  width: calc(100% - 12px);
  border-bottom: 1px dashed #8C94A1;
  position: relative;
}
.decor-line:after, .decor-line:before {
  content: "";
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 2px solid #8c94a185;
}
.decor-line:before {
  left: -6px;
}
.decor-line:after {
  right: -6px;
}

.table {
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
  color: #0F1A2A;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 1rem;
  border-left: 1px solid #DFDFDF;
  border-bottom: none;
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: $themeColorLight;
  color: #0F1A2A;
  background: #F8F8F8;
}
.table p {
  margin: 0;
}
.table thead {
  border: none;
  border-bottom: 1px solid #ddd;
}
.table thead tr {
  border: none;
  background: transparent;
}
.table thead tr th {
  font-weight: 400;
  border-color: #182942;
  background: #182942;
  color: rgba(255, 255, 255, 0.8);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.table thead tr th:last-child {
  border-right: 1px solid #182942;
}
.table tbody {
  border-bottom: 1px solid #DFDFDF;
}
.table tbody tr:first-child th,
.table tbody tr:first-child td {
  border-top: 1px solid #DFDFDF;
}
.table tbody tr th {
  border-bottom: 1px solid #DFDFDF;
}
.table tbody tr th {
  border-right: 1px solid #DFDFDF;
}
.table tbody tr td {
  border-color: #DFDFDF;
  color: #0F1A2A;
}
.table tbody tr td a:not(.button-custom) {
  text-decoration: underline;
}
.table tbody tr td a:not(.button-custom):hover {
  color: #F1C333;
}
.table tbody tr td:last-child {
  border-right: 1px solid #DFDFDF;
}
.table tbody tr td strong {
  font-weight: 500;
}

.table.table-striped > tbody > tr:not(.table-success):nth-of-type(odd) > *,
.table.table-striped > tbody > tr:not(.table-danger):nth-of-type(odd) > *,
.table.table-striped > tbody > tr:not(.table-warning):nth-of-type(odd) > *,
.table.table-striped > tbody > tr:not(.table-info):nth-of-type(odd) > *,
.table.table-striped > tbody > tr:not(.table-light):nth-of-type(odd) > *,
.table.table-striped > tbody > tr:not(.table-primary):nth-of-type(odd) > * {
  background: #F8F8F8 !important;
  --bs-table-accent-bg: $themeColorLight !important;
}

.table-primary {
  background: #b1cfed61 !important;
  --bs-table-bg: #b1cfed61 !important;
  --bs-table-border-color: #b1cfed61 !important;
  --bs-table-striped-bg:#b1cfed61 !important;
  --bs-table-active-bg:#b1cfed61 !important;
  --bs-table-hover-bg: #b1cfed61 !important;
}

.text-center .g-recaptcha {
  display: inline-block;
}

.text-start .justify-content-center {
  margin-left: -10px;
  justify-content: start !important;
}

.page-item .page-link.page-link-btn {
  border-radius: 5px !important;
  background: #194681;
  color: #fff;
  font-size: 18px;
}
.page-item .page-link.page-link-btn {
  border-radius: 5px !important;
  background: #194681;
  color: #fff;
  font-size: 15px;
}
.page-item .page-link {
  font-size: 15px;
  color: #0F1A2A;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  border: none;
  border-radius: 3px;
}
.page-item .page-link .page-item {
  border: none;
  border-radius: 5px !important;
}
.page-item .page-link:hover {
  color: #0F1A2A;
  border-color: #ddd;
  background: #fff;
}
.page-item .page-link.current {
  color: #0F1A2A;
  background: #F1C333 !important;
}

.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div {
  margin: 10px;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:first-of-type {
  margin-top: 0;
}
.row-eq-height > [class^=col] > [class^=col]:last-of-type div:last-of-type {
  margin-bottom: 0;
}

header.main-header {
  position: absolute;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  backface-visibility: hidden;
}
header.main-header.sticky {
  background: rgba(15, 26, 42, 0.95) !important;
  transition: all 0.3s ease-in-out;
  position: fixed;
  animation: slide-down 0.7s;
  box-shadow: 5px 5px 20px rgba(30, 55, 88, 0.7), 5px 5px 10px rgba(255, 255, 255, 0.15);
  height: 90px;
}
header.main-header.sticky:hover {
  background: #182942 !important;
}
header.main-header.sticky .logo {
  max-width: 150px;
}
header.main-header.sticky nav.menu.main-menu > ul > li > a {
  padding-top: 38px;
}
header.main-header.sticky .button-holder {
  margin-top: 1.2rem !important;
}
header.main-header .logo {
  display: inline-block;
  transition: all ease 0.5s;
  margin: 20px 0 19px;
  position: relative;
}
header.main-header .logo-wiki {
  position: absolute;
  top: 20px;
}
header.main-header .logo-wiki:hover {
  color: #fff;
}
header.main-header .logo-wiki:hover sup svg path {
  fill: #fff !important;
}
header.main-header .logo-wiki sup {
  position: absolute;
  padding-left: 30px;
  top: 0;
}
header.main-header .logo-wiki sup svg {
  left: 0;
  width: 27px;
  position: absolute;
}
header.main-header .logo-wiki sup .h4 {
  font-size: 22px;
  top: 3px;
  font-weight: 500;
  position: relative;
  font-style: italic;
  display: inline-block;
}
header.main-header .button-holder .button-custom.button-sm {
  padding-left: 30px;
  padding-right: 30px;
}

/* Sections */
.bg-white {
  background-color: #fff;
}

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

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

.bg-darker {
  background-color: #0F1A2A !important;
}

.bg-main {
  background-color: #194681 !important;
}

.bg-sec {
  background-color: #F1C333 !important;
}

.py-100 {
  padding: 100px 0;
}

.pb-100 {
  padding: 0 0 100px;
}

.invert .sub-title {
  color: #F1C333;
}

.sub-title {
  position: relative;
}
.sub-title .sub-icon {
  position: absolute;
}
.sub-title.sub-title-left .sub-icon {
  left: -50px;
  top: -10px;
}
.sub-title.sub-title-left .sub-text {
  padding-left: 20px;
}
.sub-title.sub-title-right .sub-icon {
  right: -50px;
  top: -10px;
}
.sub-title.sub-title-right .sub-text {
  padding-right: 20px;
}
.sub-title .sub-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 22px;
}

.slick-dots {
  z-index: 999;
}

.slider-xl {
  margin: 0;
}
.slider-xl .main-slider {
  height: calc(100vh - 100px);
  overflow: hidden;
}
.slider-xl .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-xl .slick-dots {
  bottom: inherit;
  left: inherit;
  right: 5%;
  top: calc(50% - 170px);
  width: 34px;
  padding: 50px 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
.slider-xl .slick-dots:after, .slider-xl .slick-dots:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: -3px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}
.slider-xl .slick-dots:before {
  top: 0;
}
.slider-xl .slick-dots:after {
  bottom: 0;
}
.slider-xl .slick-dots li {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto 55px;
  left: 10px;
}
.slider-xl .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider-xl .slick-dots li.slick-active button {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px #FFFFFF;
}
.slider-xl .slick-dots li.slick-active button:after {
  transform: translateX(-15px);
  border-color: #F1C333;
  background: #fff;
}
.slider-xl .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slider-xl .slick-dots li button {
  background: #0F1A2A;
  position: relative;
  left: -27px;
  height: 19px;
  width: 34px;
  border: 1px solid #CFD1D4;
}
.slider-xl .slick-dots li button:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 1px;
  top: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all ease 0.3s;
  border: 4px solid #194681;
}
.slider-xl .slick-dots li button:before {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  box-shadow: 0px 0px 20px #FFFFFF;
}

.slider-md {
  margin: 0;
}
.slider-md .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-md .slick-dots {
  font-size: 18px;
  bottom: 0px;
  left: 0;
  right: 0;
  max-width: 300px;
  margin: 0 auto;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.slider-md .slick-dots:after, .slider-md .slick-dots:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  top: -3px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
}
.slider-md .slick-dots:before {
  left: 0;
}
.slider-md .slick-dots:after {
  right: 0;
}
.slider-md .slick-dots li {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 20px 0;
  top: -20px;
}
.slider-md .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider-md .slick-dots li.slick-active button {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px #FFFFFF;
}
.slider-md .slick-dots li.slick-active button:after {
  border-color: #F1C333;
  background: #fff;
}
.slider-md .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slider-md .slick-dots li button {
  background: #0F1A2A;
  position: relative;
  top: 0px;
  height: 19px;
  width: 19px;
  border: 1px solid #CFD1D4;
}
.slider-md .slick-dots li button:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 1px;
  top: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all ease 0.3s;
  border: 4px solid #194681;
}
.slider-md .slick-dots li button:before {
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  box-shadow: 0px 0px 20px #FFFFFF;
}

.posts-slider {
  margin-left: -15px;
}

.slider-sm {
  margin: 0;
}
.slider-sm .slick-dots {
  bottom: -50px;
}
.slider-sm .slick-dots li {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0 10px 0;
}
.slider-sm .slick-dots li:last-child {
  margin-bottom: 0;
}
.slider-sm .slick-dots li.slick-active button {
  background: #F1C333;
}
.slider-sm .slick-dots li button {
  border-radius: 50%;
  background: #0F1A2A;
  position: relative;
  padding: 0;
  height: 8px;
  width: 8px;
  background: #E5E7E7;
}
.slider-sm .slick-dots li button:after, .slider-sm .slick-dots li button:before {
  content: none;
}

.clear {
  clear: both;
}

section.remove-space {
  margin-top: -100px;
}

section.add-space {
  padding-top: 100px;
}

section iframe {
  max-width: 100%;
}

footer.main-footer {
  padding: 60px 0 40px;
}
footer.main-footer .logo {
  display: inline-block;
  margin-top: -10px;
}
footer.main-footer .logo svg {
  width: 170px;
}
footer.main-footer hr {
  border-color: #fff;
}
footer.main-footer .registration-block {
  float: right;
  width: 100%;
  max-width: 250px;
}
footer.main-footer .registration-block .title {
  max-width: 220px;
}
footer.main-footer .company {
  max-width: 300px;
}
footer.main-footer .company .info a {
  text-decoration: none;
}
footer.main-footer .company .info a i {
  font-size: 18px;
}

.breadcrumb-nav {
  padding-top: 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  z-index: 20;
  position: relative;
}

.breadcrumb li {
  font-size: 14px;
  font-weight: 500;
  color: #0F1A2A;
}
.breadcrumb li:before {
  font-weight: 300;
}
.breadcrumb li a {
  color: #444;
  font-weight: 300;
}
.breadcrumb li a:hover {
  color: #0F1A2A;
}

nav.contents-menu ol {
  list-style: none;
  padding: 0;
}
nav.contents-menu ol li {
  font-size: 16px;
  margin-bottom: 8px;
}
nav.contents-menu ol li a {
  color: #222;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
nav.contents-menu ol li a .fa-link {
  left: 0;
  top: 2px;
  position: absolute;
  font-size: 14px;
  color: #194681;
  transition: all ease 0.1s;
}
nav.contents-menu ol li a:hover {
  opacity: 1;
  font-weight: 500;
  color: #0F1A2A;
}
nav.contents-menu ol li a:hover .fa-link {
  color: #F1C333;
}

nav.menu ul li a {
  transition: all ease 0.3s;
}
nav.menu.main-menu > ul {
  margin: 0;
  padding: 0;
  position: relative;
}
nav.menu.main-menu > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 45px 0 0;
}
nav.menu.main-menu > ul > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 45px 5px 25px;
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  transition: all ease 0.2s;
}
nav.menu.main-menu > ul > li > a.active:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  background: #F1C333;
}
nav.menu.main-menu > ul > li > a:hover {
  color: #F1C333;
}
nav.menu.main-menu > ul li.has-children {
  position: relative;
}
nav.menu.main-menu > ul li.has-children > a {
  margin-right: 15px;
}
nav.menu.main-menu > ul li.has-children:focus-within > a, nav.menu.main-menu > ul li.has-children:hover > a {
  color: #F1C333;
}
nav.menu.main-menu > ul li.has-children:focus-within > a:after, nav.menu.main-menu > ul li.has-children:hover > a:after {
  content: "";
}
nav.menu.main-menu > ul li.has-children:focus-within > ul, nav.menu.main-menu > ul li.has-children:hover > ul {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 999;
  transform: translateY(0px) translateX(0px);
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.15), -5px -5px 10px rgba(255, 255, 255, 0.05), 5px 5px 20px rgba(0, 0, 0, 0.35);
}
nav.menu.main-menu > ul li.has-children > a:after {
  opacity: 1;
  line-height: 1;
  font-size: 18px;
  position: absolute;
  content: "";
  font-family: "fontAwesome", sans-serif;
  margin-left: 8px;
}
nav.menu.main-menu > ul li.has-children ul {
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  list-style: none;
  position: absolute;
  left: -20px;
  top: 100%;
  margin-top: 0px;
  width: 100%;
  min-width: 260px;
  border-radius: 10px;
  z-index: 998;
  border: none;
  pointer-events: none;
  background: #0F1A2A;
  transition: all ease 0.35s;
  transform: translateY(15px) translateX(0px);
}
nav.menu.main-menu > ul li.has-children ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 20px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0F1A2A;
  border-left: 10px solid transparent;
  transform: translateY(0px);
  opacity: 1;
}
nav.menu.main-menu > ul li.has-children ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  transition: all ease 0.3s;
  overflow: hidden;
}
nav.menu.main-menu > ul li.has-children ul li:last-child {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
nav.menu.main-menu > ul li.has-children ul li:first-child {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
nav.menu.main-menu > ul li.has-children ul li.active a {
  color: #fff;
}
nav.menu.main-menu > ul li.has-children ul li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px 20px 15px 37px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  text-decoration: none;
  transition: all ease 0.3s;
  overflow: hidden;
  position: relative;
}
nav.menu.main-menu > ul li.has-children ul li a:before {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 17px;
  top: 20.5px;
  border: 1px solid #F1C333;
}
nav.menu.main-menu > ul li.has-children ul li a:focus-visible {
  transition: none !important;
  box-shadow: inset 0 0 0 1px #fff;
}
nav.menu.main-menu > ul li.has-children ul li a.active {
  color: #fff;
  background: #182942;
}
nav.menu.main-menu > ul li.has-children ul li a.active:before {
  background: #F1C333;
}
nav.menu.main-menu > ul li.has-children ul li a:hover {
  color: #fff;
  background: #182942;
}
nav.menu.main-menu > ul li.has-children ul li a:hover:before {
  background: #F1C333;
}
nav.menu.footer-menu ul {
  line-height: 1;
}
nav.menu.footer-menu ul li a {
  font-weight: 400;
}
nav.menu.footer-menu ul li a:hover {
  text-decoration: none;
  color: #F1C333 !important;
}
nav.menu.footer-menu > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
nav.menu.footer-menu > ul > li.main-item {
  display: block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
nav.menu.footer-menu > ul > li.main-item > a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
nav.menu.footer-menu > ul > li.main-item ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 25px;
}
nav.menu.footer-menu > ul > li.main-item ul li {
  margin-bottom: 25px;
}
nav.menu.footer-menu > ul > li.main-item ul li > a {
  font-size: 14px;
}
nav.menu.footer-menu > ul > li.main-item ul li.main-item {
  display: block;
  vertical-align: top;
  margin: 0 20px 25px 0;
}
nav.menu.footer-menu > ul > li.main-item ul li.main-item > a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
nav.menu.footer-menu > ul a {
  color: #fff;
  font-size: 14px;
}
nav.menu.bottom-menu > ul {
  padding: 0;
  margin-bottom: 0;
}
nav.menu.bottom-menu > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  margin-left: 5px;
}
nav.menu.bottom-menu > ul > li:first-child {
  margin-left: 0;
}
nav.menu.bottom-menu > ul > li:first-child:before {
  content: none;
}
nav.menu.bottom-menu > ul > li:before {
  content: " ";
  opacity: 0.5;
  height: 10px;
  width: 1px;
  display: inline-block;
  border-left: 1px solid #fff;
  vertical-align: top;
  margin: 6px 10px 6px 5px;
}
nav.menu.bottom-menu > ul > li > a {
  color: #fff;
  opacity: 0.7;
  padding: 0;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
nav.menu.bottom-menu > ul > li > a:hover {
  opacity: 1;
  text-decoration: none;
}

.form-contact form {
  max-width: 900px;
}

.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: #194681;
}
.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: #194681;
}
.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 #194681;
  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: 25px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
.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: #F8F8F8;
  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: #194681;
  border-color: #194681;
}
.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);
}

img.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.form {
  position: relative;
  z-index: 2;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
}
.form label.error {
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  color: #FC304D;
}
.form hr {
  border-top: 1px solid #234A58;
}
.form sup.asterisk {
  font-size: 15px;
  color: #FC304D;
  top: -4px;
}
.form .form-label {
  margin-bottom: 3px;
  font-size: 16px;
  color: #0F1A2A;
  font-weight: 500;
  position: relative;
}
.form .form-field {
  margin-bottom: 30px;
}
.form .form-control {
  color: #0F1A2A;
  position: relative;
  background-color: #F8F8F8;
  border-color: #ddd;
  border-radius: 5px;
  height: 54px;
}
.form .form-control::placeholder {
  font-weight: 300;
}
.form .form-control.error {
  border-color: #FC304D;
  font-weight: 300;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  background-color: #F5F7F9 !important;
  -webkit-box-shadow: 0 0 0px 1000px #F8F8F8 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form textarea.form-control {
  height: 70px;
}

.slider.initialized .loader-holder {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.slider.initialized .loader-holder .loader {
  transform: scale(1.4);
}
.slider.initialized .loader-holder .logo {
  opacity: 0;
  transform: scale(0);
}

.loader-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  z-index: 99;
  background-color: #0F1A2A;
  opacity: 1;
  transition: all ease 1.5s;
  transition-delay: 0.2s;
}
.loader-holder.animate:after {
  opacity: 1;
}
.loader-holder:after {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all ease 1.5s;
  background-size: 25px 25px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
}
.loader-holder .logo {
  display: inline-block;
  transition: all ease 1s;
}
.loader-holder .loader-wrapper {
  position: absolute;
  text-align: center;
  height: 220px;
  width: 220px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 55px;
  top: calc(50% - 120px);
}
.loader-holder .loader {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: transform ease 1s;
}
.loader-holder .loader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 220px;
  margin-left: -110px;
  margin-top: -110px;
  overflow: hidden;
  -webkit-transform-origin: 110px 110px;
  -moz-transform-origin: 110px 110px;
  -ms-transform-origin: 110px 110px;
  -o-transform-origin: 110px 110px;
  transform-origin: 110px 110px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.loader-holder .loader .loader-line-mask .loader-line {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

body.firefox-styles .decor-grid {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
}
body.firefox-styles .loader-holder:after {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
}

.decor-grid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-size: 20px 20px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
}

section.banner-module {
  position: relative;
  overflow: hidden;
}
section.banner-module .description {
  font-weight: 300;
}
section.banner-module .decor-grid {
  z-index: 7;
  opacity: 0.5;
}
section.banner-module .slick-slide .image {
  transform: scale(1.05);
  transition: all ease 1s;
}
section.banner-module .slick-slide.slick-current .image {
  transform: scale(1);
}
section.banner-module .video-holder {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 6;
  top: 0;
  left: 0;
}
section.banner-module .video-holder video {
  opacity: 0.2;
  filter: hue-rotate(45deg);
  min-height: 100vh;
  width: 100%;
  left: 0;
  position: relative;
}
section.banner-module.banner-xl .holder {
  min-height: calc(100vh - 100px);
  width: 100%;
}
section.banner-module.banner-md .holder {
  min-height: 500px;
}
section.banner-module .container {
  z-index: 5;
}
section.banner-module .content-holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.banner-module .title {
  color: #fff;
}
section.banner-module .image {
  position: absolute;
  z-index: 6;
}
section.banner-module .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+33,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.5;
}
section.banner-module .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #000;
  opacity: 0.2;
}
section.banner-module .container {
  position: relative;
  z-index: 10;
}
section.banner-module .content-holder {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.content h5 {
  color: #0F1A2A;
  line-height: 1.6;
}
.content h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.carousel.carousel-invert .slick-arrow svg path {
  stroke: #F1C333;
}
.carousel .slick-arrow {
  height: 90px;
  width: 90px;
  text-align: center;
}
.carousel .slick-arrow:hover svg path {
  stroke-width: 2px;
}
.carousel .slick-arrow:hover svg path:nth-child(1), .carousel .slick-arrow:hover svg path:nth-child(2) {
  stroke: #F1C333;
}
.carousel .slick-arrow svg {
  display: inline-block;
}
.carousel .slick-prev {
  left: -80px;
}
.carousel .slick-next {
  right: -80px;
}

.services.services-list {
  margin-bottom: -60px;
}
.services.services-list .col-holder {
  margin-bottom: 30px;
}
.services .slide {
  padding: 15px;
}
.services .service {
  width: 100%;
  max-width: 490px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.services .service .image-holder {
  position: relative;
}
.services .service:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.services .service:hover .image-holder:after {
  opacity: 0.4;
}
.services .service:hover .image-holder .rollover {
  opacity: 1;
}
.services .service:hover .image-holder img {
  transform: scale(1.05);
}
.services .service .title {
  color: #0F1A2A;
}
.services .service .image-holder img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.services .service .content-holder {
  padding: 20px 15px 30px 30px;
  background: #fff;
}
.services .service .content-holder .content {
  min-height: 150px;
}

.posts .slide {
  padding: 15px;
}
.posts .post {
  width: 100%;
  max-width: 490px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.posts .post .image-holder {
  position: relative;
}
.posts .post:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.posts .post:hover .image-holder img {
  transform: scale(1.05);
}
.posts .post .title {
  line-height: 1.6;
  font-weight: 600;
}
.posts .post .title a {
  transition: all ease 0.3s;
  color: #0F1A2A;
  text-decoration: none;
  border-bottom: 1px solid #0F1A2A;
}
.posts .post .image-holder img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.posts .post .content-holder {
  width: 100%;
  min-height: 160px;
  padding: 28px 30px;
  background: #f9f9f9;
}

.bg-light .posts .post .content-holder {
  background: #fff;
}

.projects .project {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.projects .project .image-holder {
  margin-bottom: -10px;
  position: relative;
}
.projects .project:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.projects .project:hover .image-holder img {
  transform: scale(1.05);
}
.projects .project .title {
  line-height: 1.5;
  font-weight: 600;
}
.projects .project .title a {
  transition: all ease 0.3s;
  color: #0F1A2A;
  text-decoration: none;
  border-bottom: 1px solid #0F1A2A;
}
.projects .project .image-holder img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.projects .project .content-holder {
  width: 100%;
  min-height: 160px;
  padding: 30px 30px 0px 0;
}

.partners .carousel .slick-arrow {
  display: none !important;
}
.partners .partner {
  height: 80px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.partners .image-holder {
  width: 200px;
  margin: 0 auto;
}
.partners .image-holder img {
  max-height: 70px;
  max-width: 200px;
  margin: 0 auto;
}

.carousel-partners {
  height: 120px;
  overflow: hidden;
}

.carousel-testimonials {
  height: 300px;
  padding-bottom: 40px;
  overflow: hidden;
}

.carousel-services {
  height: 615px;
  overflow: hidden;
}

.slider.initialized .carousel {
  height: auto !important;
  opacity: 1;
  overflow: visible;
}
.slider .carousel {
  opacity: 0;
  transition: opacity ease 1s;
}

.map-pins {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.map-pins .pin {
  position: absolute;
  text-align: center;
}
.map-pins .pin .pin-title {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: -25px;
  margin: 0 auto;
  top: -45px;
  min-width: 100px;
}
.map-pins .pin .pin-icon {
  position: absolute;
  width: 50px;
  top: 0;
}
.map-pins .pin .pin-icon img {
  position: absolute;
  display: inline-block;
  z-index: 2;
  max-width: 38px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.map-pins .pin .pin-icon:before {
  content: "";
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  transform: scale(1.1);
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid rgba(241, 195, 51, 0.5);
}
.map-pins .pin .pin-icon:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 8px solid #F1C333;
}

.product-profile-tabs .content-holder {
  min-height: 600px;
}

img.mfp-img {
  max-width: 1200px;
  border-radius: 10px;
}

.gallery-boxes .gallery-box {
  max-width: 460px;
}
.gallery-boxes .gallery-box .image-holder {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#323232+0,080808+100 */
  background: #323232;
  /* Old browsers */
  background: -moz-linear-gradient(top, #323232 0%, #080808 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #323232 0%, #080808 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #323232 0%, #080808 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232", endColorstr="#080808", GradientType=0);
  /* IE6-9 */
}

.documents .document {
  color: #0F1A2A;
  max-width: 620px;
  font-size: 16px;
  position: relative;
  padding: 30px 30px 30px 70px;
  display: block;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  transition: all ease 0.1s;
}
.documents .document.invert:hover {
  box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.1);
  background: #182942 !important;
}
.documents .document:hover {
  box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.05), 5px 5px 15px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.documents .document:hover .icon-holder .back-icon {
  stroke: #194681;
  fill: #194681;
}
.documents .document:hover .icon-holder .front-icon {
  fill: #fff;
}
.documents .document .icon-holder {
  position: absolute;
  left: 15px;
  right: 0;
}
.documents .document .text-holder {
  text-decoration: underline;
}

.map-boxes {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.map-boxes .box {
  position: absolute;
  text-align: left;
  padding-left: 55px;
}
.map-boxes .box .box-icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.map-boxes .box:nth-child(1) {
  bottom: 25%;
  left: 5%;
}
.map-boxes .box:nth-child(2) {
  top: 38%;
  left: 30%;
}
.map-boxes .box:nth-child(3) {
  bottom: 25%;
  right: 30%;
}
.map-boxes .box:nth-child(4) {
  bottom: 40%;
  right: 5%;
}
.map-boxes .box .info {
  font-size: 15px;
  font-weight: 500;
  max-width: 180px;
  line-height: 1.2;
  text-transform: uppercase;
}

section.image-module .image-holder {
  position: relative;
  z-index: 2;
}
section.image-module .content-holder {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
}
section.image-module .content h4 {
  color: #0F1A2A;
}
section.image-module .box-left .content-holder {
  margin-left: -100px;
  margin-top: -50px;
  width: calc(100% + 100px);
  padding: 20px 100px 20px 180px;
}
section.image-module .box-right .content-holder {
  margin-right: -100px;
  margin-top: -50px;
  width: calc(100% + 100px);
  padding: 20px 100px 20px 180px;
}

.carousel-events .slick-slide {
  padding-top: 12px;
}

.content.eventbrite-content div,
.content.eventbrite-content li,
.content.eventbrite-content p {
  font-size: inherit !important;
}
.content.eventbrite-content div span,
.content.eventbrite-content li span,
.content.eventbrite-content p span {
  font-size: inherit !important;
}
.content figure img {
  max-width: 100%;
  height: auto;
}

.featured-icon {
  height: 98px;
  width: 98px;
  border-radius: 50%;
  border: 1px solid #0F1A2A;
  background: #182942;
  text-align: center;
  position: relative;
}
.featured-icon .lines {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.featured-icon .lines span:nth-child(1),
.featured-icon .lines span:nth-child(2) {
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px dashed rgba(255, 255, 255, 0.8);
}
.featured-icon .lines span:nth-child(2) {
  transform: rotate(90deg);
}
.featured-icon .dots {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.featured-icon .dots span {
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #0F1A2A;
  position: absolute;
  background: #F1C333;
}
.featured-icon .dots span:nth-child(1) {
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-icon .dots span:nth-child(2) {
  top: calc(50% - 5px);
  right: -5px;
}
.featured-icon .dots span:nth-child(3) {
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-icon .dots span:nth-child(4) {
  top: calc(50% - 5px);
  left: -5px;
}
.featured-icon .icon-holder {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-size: 10px 10px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
}
.featured-icon .icon-holder .wrap {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.featured-icon .icon-holder .wrap .icon {
  background: #182942;
}
.featured-icon .icon-holder .wrap .icon svg path {
  fill: #fff;
}
.featured-icon .icon-holder .wrap .icon img.line-icon {
  width: 55px;
}

.invert .featured-icon {
  background: #fff;
}
.invert .featured-icon .lines span:nth-child(1),
.invert .featured-icon .lines span:nth-child(2) {
  border-left-color: rgba(0, 0, 0, 0.6);
}
.invert .featured-icon .icon-holder {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0) 1px);
}
.invert .featured-icon .icon-holder .wrap .icon {
  background: #fff;
}
.invert .featured-icon .icon-holder .wrap .icon svg path {
  fill: #0F1A2A;
}

.icon-boxes .slide {
  padding: 15px;
}
.icon-boxes .box {
  height: 560px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.03);
  perspective: 560px;
}
.icon-boxes .box.active {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}
.icon-boxes .box.active .image-holder {
  opacity: 1;
}
.icon-boxes .box.active .image {
  transform: scale(1);
}
.icon-boxes .box.active .title,
.icon-boxes .box.active .content,
.icon-boxes .box.active .content * {
  color: #fff;
}
.icon-boxes .box.active .inner {
  transform: rotateY(180deg);
}
.icon-boxes .box.active .button-custom.button-custom-main {
  background: #F1C333;
  color: #0F1A2A;
}
.icon-boxes .box .inner {
  width: 98px;
  height: 98px;
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.icon-boxes .box .inner .front {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.icon-boxes .box .inner .back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.icon-boxes .box .image-holder {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
}
.icon-boxes .box .image {
  position: absolute;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  margin: 0 auto;
  transform: scale(1.1);
  transition: all ease 0.8s;
}
.icon-boxes .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.icon-boxes .content-holder {
  position: relative;
  z-index: 5;
  height: 100%;
  padding: 50px 35px 35px;
  transition: all ease 0.3s;
  transition-delay: 0.2s;
}
.icon-boxes .content-holder .button-custom.button-custom-main {
  transition: none;
}
.icon-boxes .content {
  min-height: 170px;
}

.w-1000 {
  max-width: 1100px;
  margin: 0 auto;
}

.tiles {
  margin: 0 auto;
}
.tiles.tiles-small {
  max-width: 1100px;
}
.tiles .content-holder {
  position: relative;
  z-index: 2;
}
.tiles .tile {
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  perspective: 560px;
}
.tiles .tile.tile-large {
  height: 450px;
}
.tiles .tile.tile-small {
  height: 300px;
}
.tiles .tile .title {
  font-weight: 600;
}
.tiles .tile .image-holder {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: 0;
  opacity: 1;
  overflow: hidden;
}
.tiles .tile .image {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  margin: 0 auto;
  transform: scale(1);
  transition: all ease 0.8s;
}
.tiles .tile .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  z-index: 3;
  border-radius: 0px;
  pointer-events: none;
}
.tiles .tile .content a .fa {
  font-size: 22px;
  color: #F1C333 !important;
}

section.bg-module {
  background: #000000;
}
section.bg-module .image-bg {
  z-index: 1;
  opacity: 0.15;
}
section.bg-module .decor-grid {
  z-index: 2;
}
section.bg-module .container {
  z-index: 5;
}

.card {
  background: transparent;
  border: none;
}
.card .card-header {
  padding: 0;
}
.card .card-header .card-title {
  font-weight: 500;
  position: relative;
}
.card .card-header .card-title a {
  font-size: 18px;
  color: #fff;
  margin-top: -3px;
  position: relative;
  display: block;
  background: #182942;
  padding: 20px 25px;
}
.card .card-header .card-title a[aria-expanded=true] {
  background: #F1C333;
  color: #0F1A2A;
}
.card .card-header .card-title a[aria-expanded=true] .arrow:before {
  content: "";
  color: #0F1A2A;
}
.card .card-header .card-title a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 25px;
  height: 50px;
  font-size: 24px;
}
.card .card-header .card-title a .arrow:before {
  content: "";
  font-family: "fontAwesome", sans-serif;
  display: block;
}

.tabs-preview-products {
  margin-top: 50px;
}
.tabs-preview-products .holder {
  max-width: 740px;
  min-height: 490px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 100px 20px 180px;
  margin-left: -50px;
  margin-top: -40px;
}
.tabs-preview-products .holder .content {
  max-height: 350px;
  overflow: hidden;
}
.tabs-preview-products .holder .content ul li {
  width: 50%;
  float: left;
}
.tabs-preview-products .holder .content h4 {
  color: #0F1A2A;
  font-weight: 500;
}

.image-boxes {
  margin-bottom: -100px;
}
.image-boxes .image-box {
  margin-bottom: 100px;
}
.image-boxes .image-box.product .image-wrap .image-holder img {
  max-width: 650px;
}
.image-boxes .image-box.image-left .content-wrap {
  padding: 0px 80px 0px 200px;
  margin-left: -100px;
}
.image-boxes .image-box.image-right .content-wrap {
  padding: 0px 200px 0px 80px;
  margin-right: -100px;
}
.image-boxes .image-box .content-holder {
  padding: 30px 0;
}
.image-boxes .image-box .content-holder .content h4 {
  color: #0F1A2A;
  font-weight: 500;
}
.image-boxes .image-box .image-holder {
  width: 790px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.image-boxes .image-box .image-holder img {
  position: relative;
  z-index: 2;
}
.image-boxes .image-box .content-wrap {
  height: 500px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.05);
}
.image-boxes .image-box .video-wrap {
  position: relative;
  z-index: 3;
}
.image-boxes .image-box .image-wrap {
  position: relative;
  z-index: 3;
  height: 500px;
  width: 790px;
  overflow: hidden;
}
.image-boxes .image-box .image-wrap video {
  width: 100% !important;
}
.image-boxes .image-box .image-wrap .my-video-dimensions {
  height: 100% !important;
  width: 100% !important;
}
.image-boxes .image-box .image-wrap .vjs-poster {
  height: 100%;
  width: 100%;
}
.image-boxes .image-box .image-wrap:after {
  content: "";
  width: 70%;
  height: 30%;
  pointer-events: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  filter: blur(75px);
  border-radius: 500px;
}

.opacity-10 {
  opacity: 0.15;
}

.product-profile {
  margin-top: -30px;
}

.image-center .product-icon {
  bottom: 10%;
  right: -10%;
  position: absolute;
}

.image-right .product-icon {
  bottom: 10%;
  right: 0%;
  position: absolute;
}

.image-left .product-icon {
  bottom: 0;
  right: 0;
  position: absolute;
}

.product-preview {
  transition: all ease 0.3s;
}
.product-preview img {
  transition: all ease 0.3s;
}
.product-preview:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.product-preview:hover img {
  transform: scale(1.05);
}
.product-preview .title {
  line-height: 1.4;
  font-weight: 600;
}
.product-preview .title a {
  transition: all ease 0.3s;
  color: #0F1A2A;
  text-decoration: none;
  border-bottom: 1px solid #0F1A2A;
}

.product-icon {
  pointer-events: none;
  position: absolute;
}

.image-right .product-badge {
  top: -20px;
}

.product-badge {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  right: -30px;
  top: -80px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1), 5px -5px 30px rgba(255, 255, 255, 0.5);
  padding: 25px;
  background: #fff;
}
.product-badge:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(110deg);
  margin: 0 auto;
  border-top: 6px solid #F1C333;
  border-left: 6px solid #F1C333;
  z-index: 1;
}
.product-badge:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  border-top: 6px solid #194681;
  border-left: 6px solid #194681;
  z-index: -1;
  transform: rotate(-110deg);
}

.laptop {
  height: 520px;
  width: 904px;
  z-index: 5;
  position: relative;
  background-position: center center;
}
.laptop .laptop-shadow {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 30px;
  box-shadow: 0px 0px 100px #4D88D6;
  border-radius: 900px;
}
.laptop .image {
  z-index: 11;
  pointer-events: none;
}
.laptop .slider {
  background: #182942;
  width: 681px;
  height: 426px;
  overflow: hidden;
  position: absolute;
  left: 113px;
  top: 36px;
}
.laptop .slider .laptop-slider {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 0.5s;
}
.laptop .slider.on > .decor-grid {
  opacity: 0;
}
.laptop .slider.on .laptop-slider {
  opacity: 1;
}
.laptop .slider.on .slider-loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.laptop .slider .slider-loader {
  width: 48px;
  height: 48px;
  pointer-events: none;
  border: 5px dotted #FFF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  transition: all ease 0.5s;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition-delay: 0.5s;
  animation: rotation 2s linear infinite;
}
.laptop .slider .decor-grid {
  transition: all ease 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.testimonials .slider {
  max-width: 1000px;
  margin: 0 auto;
}
.testimonials .slider .testimonial {
  padding: 0 40px;
}

.laptop-slider {
  width: 681px;
  height: 426px;
  overflow: hidden;
}
.laptop-slider:hover .slick-dots {
  opacity: 1;
}
.laptop-slider:hover .slick-arrow {
  opacity: 1;
  transform: translateX(0px) !important;
}
.laptop-slider .slick-dots {
  opacity: 0;
  transition: opacity ease 0.5s;
  box-shadow: -10px 10px 20px #000;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.2);
  height: 3px;
  bottom: 0;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  margin: 0;
}
.laptop-slider .slick-dots li {
  width: inherit;
  height: 5px;
}
.laptop-slider .slick-dots li.slick-active {
  margin: 0;
  padding: 0;
}
.laptop-slider .slick-dots li.slick-active button {
  top: -2px;
  height: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F1C333;
  border: none;
}
.laptop-slider .slick-dots li button:after {
  border: none;
  content: none;
}
.laptop-slider .slick-arrow {
  margin-top: -20px;
  opacity: 0;
  z-index: 20;
  transition: all ease 0.5s;
}
.laptop-slider .slick-arrow:hover svg path:nth-child(3) {
  stroke: #F1C333;
}
.laptop-slider .slick-arrow:hover svg path:nth-child(4) {
  stroke: #F1C333;
}
.laptop-slider .slick-arrow svg {
  width: 20px;
  height: 52px;
}
.laptop-slider .slick-arrow svg path {
  transition: all ease 0.5s;
}
.laptop-slider .slick-arrow svg path:nth-child(1) {
  stroke: #fff;
}
.laptop-slider .slick-arrow svg path:nth-child(2) {
  stroke: #fff;
}
.laptop-slider .slick-arrow svg path:nth-child(3) {
  stroke: #fff;
}
.laptop-slider .slick-arrow svg path:nth-child(4) {
  stroke: #fff;
}
.laptop-slider .slick-arrow.slick-prev {
  transform: translateX(-100px);
  left: 10px;
}
.laptop-slider .slick-arrow.slick-next {
  right: 20px;
  transform: translateX(100px);
}

.nav.nav-pills {
  position: relative;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}
.nav.nav-pills:after, .nav.nav-pills:before {
  content: "";
  position: absolute;
  top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 2px solid #8C94A1;
  background: #182942;
}
.nav.nav-pills:before {
  left: 0;
}
.nav.nav-pills:after {
  right: 0;
}
.nav.nav-pills .nav-link {
  color: #fff;
  margin-top: -3px;
  opacity: 0.8;
  position: relative;
  padding: 30px 25px;
  font-size: 22px;
}
.nav.nav-pills .nav-link:before {
  content: "";
  height: 5px;
  width: 0;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  background: #F1C333;
}
.nav.nav-pills .nav-link.active {
  background: transparent;
  opacity: 1;
  font-weight: 700;
}
.nav.nav-pills .nav-link.active:before {
  width: 100%;
}

.wiki-module {
  height: 610px;
  width: 450px;
  background: #0F1A2A;
  overflow: hidden;
  position: relative;
  display: block;
  transition: all ease 0.5s;
}
.wiki-module .image {
  transition: all ease 0.5s;
}
.wiki-module .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all ease 0.3s;
  background: #000;
}
.wiki-module:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.wiki-module:hover .image:after {
  opacity: 0.1;
}
.wiki-module:hover .image {
  transform: scale(1.05);
}
.wiki-module .content-holder {
  padding: 60px 50px 40px;
  position: relative;
  z-index: 2;
}
.wiki-module .logo-holder .h4 {
  font-size: 30px;
  top: 3px;
  font-weight: 500;
  position: relative;
  font-style: italic;
  display: inline-block;
}
.wiki-module .title {
  font-weight: 600;
  font-size: 40px;
}

.image-holder-product {
  height: 500px;
  width: 790px;
}

.images-slider {
  position: relative;
  min-height: 450px;
}
.images-slider .carousel .slick-arrow {
  top: calc(50% - 50px);
}
.images-slider .slick-slide {
  padding: 20px 5px 80px;
}
.images-slider .slick-active.slick-current, .images-slider .slick-active.slick-center {
  padding: 20px 5px;
}
.images-slider .slick-active.slick-current .image-holder, .images-slider .slick-active.slick-center .image-holder {
  transform: scale(1);
}
.images-slider .slick-active.slick-current .image-holder img, .images-slider .slick-active.slick-center .image-holder img {
  opacity: 1;
}
.images-slider .slick-active.slick-current .images-shadow, .images-slider .slick-active.slick-center .images-shadow {
  opacity: 1;
  transform: translateY(0);
}
.images-slider .image-holder {
  transition: all ease 0.5s;
  z-index: 1;
  position: relative;
  width: 680px;
  transform: scale(0.6);
  margin: 0 -65px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(210, 214, 219, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #1d1d1d 0%, #080808 100%);
  background: -webkit-linear-gradient(top, #1d1d1d 0%, #080808 100%);
  background: linear-gradient(to bottom, #1d1d1d 0%, #080808 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232", endColorstr="#080808", GradientType=0);
}
.images-slider .image-holder img {
  border: 1px solid #4c4a4a;
}
.images-slider .images-shadow {
  transition: all ease 0.5s;
  position: absolute;
  opacity: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100px);
  width: 80%;
  height: 30px;
  box-shadow: 0px 0px 100px #4D88D6;
  border-radius: 900px;
}

aside.sidebar {
  width: 100%;
  max-width: 450px;
}

ul.categories-menu {
  position: relative;
  left: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 0;
}
ul.categories-menu:before {
  content: "";
  position: absolute;
  left: 2.5px;
  border-left: 1px dashed #A3A9B3;
  top: 0;
  height: 100%;
  width: 1px;
}
ul.categories-menu:after {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 6px;
  left: 1px;
  border-radius: 50%;
  border: 2px solid #A3A9B3;
  background: rgba(255, 255, 255, 0.5);
}
ul.categories-menu li {
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 65px;
}
ul.categories-menu li:last-child {
  margin-bottom: 15px;
}
ul.categories-menu li .item,
ul.categories-menu li a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
ul.categories-menu li .item sup,
ul.categories-menu li a sup {
  letter-spacing: 1.5px;
  font-size: 15px;
  text-align: center;
}
ul.categories-menu li .item:hover,
ul.categories-menu li a:hover {
  color: #fff;
}
ul.categories-menu li .item:hover svg path,
ul.categories-menu li a:hover svg path {
  stroke: #fff;
}
ul.categories-menu li .item.active,
ul.categories-menu li a.active {
  color: #F1C333;
}
ul.categories-menu li .item.active svg path,
ul.categories-menu li a.active svg path {
  stroke: #F1C333;
}
ul.categories-menu li .item svg,
ul.categories-menu li a svg {
  position: absolute;
  left: 0;
  top: 3px;
}

nav.sidebar-nav {
  min-height: 480px;
  overflow: hidden;
  position: relative;
}
nav.sidebar-nav .icon-holder {
  margin-top: 15px;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}
nav.sidebar-nav .icon-holder svg {
  left: 0;
  top: 0;
  position: absolute;
}
nav.sidebar-nav .icon-holder .title {
  font-weight: 500;
  font-size: 26px;
  position: relative;
  z-index: 2;
}

ul.page-menu {
  margin: 0;
  padding: 0;
}
ul.page-menu li.level-1 {
  border-radius: 10px;
  list-style: none;
  margin-bottom: 5px;
}
ul.page-menu li.level-1 ul {
  margin: 0;
  padding: 0;
}
ul.page-menu li.level-1 ul li {
  list-style: none;
}
ul.page-menu li.level-1 ul li a {
  line-height: 1.4;
  display: block;
}
ul.page-menu li.level-1 > ul {
  background: #fff;
  max-height: 270px;
  overflow: auto;
}
ul.page-menu li.level-1 > ul li {
  list-style: none;
}
ul.page-menu li.level-1 > ul li:last-child {
  border-bottom: none;
}
ul.page-menu li.level-1 > ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
ul.page-menu li.level-1 > ul li a {
  display: block;
  color: #0F1A2A;
  padding: 15px 25px 15px 40px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.page-menu li.level-1 > ul li a.active {
  font-weight: 600;
  background: rgba(189, 214, 240, 0.38);
  color: #0F1A2A;
}
ul.page-menu li.level-1 > ul li a.active:hover {
  text-decoration: none;
}
ul.page-menu li.level-1 > ul li a:hover {
  color: #194681;
}
ul.page-menu li.level-1 > ul li a:hover:before {
  transform: scale(1.25);
}
ul.page-menu li.level-1 > ul li a:before {
  position: absolute;
  left: 20px;
  top: 22px;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid #F1C333;
  display: block;
}
ul.page-menu li.level-1 > a {
  display: block;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  color: #0F1A2A;
  background: #F8F8F8;
  padding: 16px 25px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
ul.page-menu li.level-1 > a.active {
  color: #F1C333;
  background: #182942;
}
ul.page-menu li.level-1 > a.active:before {
  content: "";
  position: absolute;
  left: -42px;
  top: 10px;
  height: 41px;
  width: 42px;
  background-image: url("/assets/core/icon-wiki-pcb.svg");
  background-position: center;
  background-size: cover;
}
ul.page-menu li.level-1 > a.active.has-descendants {
  border-radius: 5px 5px 0 0;
}
ul.page-menu li.level-1 > a.active.has-descendants:after {
  content: "";
}
ul.page-menu li.level-1 > a.has-descendants:after {
  content: "";
  line-height: 1;
  font-size: 20px;
  position: absolute;
  font-family: "fontAwesome", sans-serif;
  margin-left: 8px;
  top: 18px;
  right: 25px;
}
ul.page-menu li.level-1 > a:hover {
  color: #F1C333;
  background: #182942;
}

aside.sticky-column {
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
  margin-bottom: 250px;
}

.form-search {
  position: relative;
  margin: -15px 0;
}
.form-search.load .search-pcb path.dot-line {
  animation: pcbRotate 1s infinite;
}
.form-search.load .search-pcb path.dot-line.dot-line-01 {
  animation-delay: 0.2s;
}
.form-search.load .search-pcb path.dot-line.dot-line-02 {
  animation-delay: 0.4s;
}
.form-search.load .search-pcb path.dot-line.dot-line-03 {
  animation-delay: 0.6s;
}
.form-search.load .search-pcb path.dot {
  animation: pcbRotate 0.8s infinite;
}
.form-search.load .search-pcb path.dot.dot-01 {
  animation-delay: 0.6s;
}
.form-search.load .search-pcb path.dot.dot-02 {
  animation-delay: 0.4s;
}
.form-search.load .search-pcb path.dot.dot-03 {
  animation-delay: 0.2s;
}
.form-search .decor-svg {
  position: absolute;
  left: 0;
  top: 0;
}
.form-search .form-control {
  height: 50px;
  padding-left: 55px;
  background: transparent;
  border: none;
}
.form-search .form-control:focus {
  box-shadow: none;
}
.form-search .form-control::placeholder {
  font-style: italic;
  font-weight: 300;
}
.form-search .button-search {
  text-align: right;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  height: 100%;
  width: 50px;
  padding: 10px;
}
.form-search .button-search:hover svg path {
  stroke: #F1C333;
}

.search-toggle {
  text-align: right;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  height: 54px;
  width: 54px;
  padding: 12px;
}
.search-toggle .search-close {
  opacity: 0;
  pointer-events: none;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 14px;
  background: linear-gradient(45deg, transparent 45%, #F1C333 46%, #F1C333 55%, transparent 56%), linear-gradient(-45deg, transparent 45%, #F1C333 46%, #F1C333 55%, transparent 56%);
}
.search-toggle:hover .search-icon svg path {
  stroke: #F1C333;
}

html.adminbar-on nav.global-search,
html.adminbar-on nav.global-search {
  top: 45px;
}

body.search-open:after {
  opacity: 0.9;
  visibility: visible;
}
body.search-open .search-toggle .search-icon {
  opacity: 0;
  pointer-events: none;
}
body.search-open .search-toggle .search-close {
  opacity: 1;
  pointer-events: all;
}
body.search-open nav.global-search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

nav.global-search {
  visibility: hidden;
  top: 0;
  pointer-events: none;
  padding: 20px 20px 100px;
  transition: all ease 0.2s;
  opacity: 0;
  width: 100%;
  height: calc(100vh - 90px);
  left: 0;
  right: 0;
  margin: 90px auto 0;
  z-index: 9999;
  position: fixed;
}
nav.global-search .sub-title {
  position: absolute;
  bottom: 51px;
  left: -60px;
}
nav.global-search .search-toggle {
  top: 15px;
  right: 15px;
  margin: 0 auto;
  z-index: 20;
}
nav.global-search .form {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  box-shadow: none;
}
nav.global-search .form form {
  margin: 0 auto;
  max-width: 100%;
  width: 550px;
}
nav.global-search .form .form-control {
  padding: 10px 50px 15px 0px;
  height: 60px;
  font-weight: 300;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 24px;
  color: #fff;
  border-bottom: 2px solid #878D95;
  margin-top: 50px;
}
nav.global-search .form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
nav.global-search .form .button-search {
  text-align: right;
  right: 0;
  top: -8px;
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  height: 100%;
  width: 50px;
  padding: 0px;
}
nav.global-search .form .button-search:hover svg path {
  stroke: #F1C333;
}
nav.global-search .form .decor-svg {
  position: absolute;
  bottom: 14px;
  left: 0px;
}

nav.sitemap-menu {
  font-size: 14px;
}
nav.sitemap-menu ul {
  padding-left: 40px;
}
nav.sitemap-menu > ul {
  padding-left: 0;
}
nav.sitemap-menu > ul > li::before,
nav.sitemap-menu > ul > li::after {
  border: 0;
}
nav.sitemap-menu li:last-child::before {
  height: 27px;
}
nav.sitemap-menu li a:hover {
  background: #0F1A2A;
  color: #fff;
  border-color: #0F1A2A;
}
nav.sitemap-menu li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
nav.sitemap-menu li:before, nav.sitemap-menu li:after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
nav.sitemap-menu li:after {
  border-top: 1px solid #000;
  height: 20px;
  top: 25px;
  width: 25px;
}
nav.sitemap-menu li:before {
  border-left: 1px solid #000;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
nav.sitemap-menu li a {
  color: #0F1A2A;
  background: #F8F8F8;
  border: 1px solid #000;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
nav.sitemap-menu li a.parent {
  color: #fff;
  background: #194681;
}
nav.sitemap-menu .toggle-submenu.active .fa-folder-open-o:before {
  content: "";
}
nav.sitemap-menu .toggle-submenu .fa-folder-open-o:before {
  content: "";
}

.pcb-pins {
  width: 12px;
  position: absolute;
  transition: all ease 0.3s;
  top: 20px;
  left: -20px;
}
.pcb-pins span {
  height: 6px;
  width: 12px;
  margin: 10px 5px;
  position: relative;
  display: block;
}
.pcb-pins span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 2px;
  width: 4px;
  border-radius: 1px 1px 0 0;
  transition: all ease 0.5s;
  background: #F1C333;
}
.pcb-pins span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6px;
  width: 8px;
  border-radius: 1px 0 0 1px;
  transition: all ease 0.5s;
  background: #F1C333;
}

.events {
  margin-bottom: -15px;
}
.events .event {
  color: #0F1A2A;
  border-radius: 15px;
  line-height: 1;
  min-height: 130px;
  max-width: calc(100% - 20px);
  position: relative;
  transition: all ease 0.3s;
  margin-bottom: 15px;
}
.events .event:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.events .event:hover .pcb-pins span:after, .events .event:hover .pcb-pins span:before {
  animation: pcbPinRotate 1s infinite;
}
.events .event:hover .pcb-pins span:nth-child(2):after, .events .event:hover .pcb-pins span:nth-child(2):before {
  animation-delay: 0.1s;
}
.events .event:hover .pcb-pins span:nth-child(3):after, .events .event:hover .pcb-pins span:nth-child(3):before {
  animation-delay: 0.2s;
}
.events .event:hover .pcb-pins span:nth-child(4):after, .events .event:hover .pcb-pins span:nth-child(4):before {
  animation-delay: 0.3s;
}
.events .event:hover .pcb-pins span:nth-child(5):after, .events .event:hover .pcb-pins span:nth-child(5):before {
  animation-delay: 0.4s;
}
.events .event:hover .pcb-pins span:nth-child(6):after, .events .event:hover .pcb-pins span:nth-child(6):before {
  animation-delay: 0.5s;
}
.events .event .date-holder {
  position: absolute;
  top: 0;
  left: 0;
  background: #F1C333;
  border-radius: 10px 0 0 10px;
  color: #0F1A2A;
  padding: 25px 0;
  height: 130px;
  width: 130px;
  border-right: none;
}
.events .event .date-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #fff transparent transparent transparent;
}
.events .event .content-holder {
  font-size: 16px;
  color: #0F1A2A;
  padding: 15px 15px 15px 150px;
}
.events .event .month {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.events .event .day {
  font-size: 35px;
  font-weight: bolder;
}
.events .event .year {
  font-weight: 500;
  font-size: 18px;
}
.events .event .title {
  line-height: 1.5;
  font-weight: 600;
  color: #194681;
}
.events .event .title span {
  transition: all ease 0.3s;
  color: #194681;
  text-decoration: none;
  border-bottom: 1px solid #194681;
}

.book-date-time {
  border: none;
  font-weight: 500;
  color: #194681;
}
.book-date-time:focus {
  outline: none;
}

#bookDateTime-error {
  min-width: 180px;
  position: relative;
}

.available {
  background: #E1EDF8 !important;
}

.tentative {
  background: #318CE7 !important;
}

.unavailable {
  background: #EB4C42 !important;
}

.schedule {
  margin: 5px 0;
  border-radius: 10px;
  overflow: hidden;
}
.schedule .schedule-booth {
  width: 130px;
  padding: 12px 15px 11px;
  color: #194681;
  font-weight: 600;
  border: 1px solid #ddd;
  background: #F8F8F8;
}
.schedule .schedule-row:nth-child(even) .schedule-date {
  background: #F8F8F8;
}
.schedule .schedule-row:nth-child(odd) .schedule-date {
  background: #fff;
}
.schedule .schedule-dates {
  font-size: 16px;
  line-height: 1.4;
}
.schedule .schedule-dates .schedule-date {
  width: 130px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #0F1A2A;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.schedule .schedule-row:last-child .schedule-date:first-child {
  border-radius: 0 0 0 5px;
}
.schedule .schedule-row:last-child .schedule-spot:last-child {
  border-radius: 0 0 5px 0;
}
.schedule .schedule-spots {
  width: calc(100% - 130px);
}
.schedule .schedule-spots .schedule-spot {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #E1EDF8;
  box-shadow: inset 0 0 0 2px #fff;
  padding: 20px 10px;
  cursor: pointer;
  position: relative;
}
.schedule .schedule-spots .schedule-spot.tentative {
  pointer-events: none;
}
.schedule .schedule-spots .schedule-spot.unavailable {
  pointer-events: none;
}
.schedule .schedule-spots .schedule-spot:not(.active):hover {
  background: #50C878;
}
.schedule .schedule-spots .schedule-spot.active {
  background: #50C878;
}
.schedule .schedule-times {
  width: calc(100% - 130px);
  font-size: 12px;
  line-height: 1.3;
  background: #F8F8F8;
}
.schedule .schedule-times .schedule-time {
  text-align: center;
  letter-spacing: 1px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #0F1A2A;
  font-weight: 600;
  padding: 10px 8px 10px;
}
.schedule .schedule-times .schedule-time:nth-child(even) {
  background: #F8F8F8;
}
.schedule .schedule-times .schedule-time:nth-child(odd) {
  background: #fff;
}

.tooltip {
  pointer-events: none;
}

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