@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');

:root {
  --lt-color-gray-100: #f8f9fc;
  --lt-color-gray-200: #f1f3f9;
  --lt-color-gray-300: #dee3ed;
  --lt-color-gray-400: #c2c9d6;
  --lt-color-gray-500: #8f96a3;
  --lt-color-gray-600: #5e636e;
  --lt-color-gray-700: #2f3237;
  --lt-color-gray-800: #1d1e20;
  --lt-color-gray-900: #111213;
  --lt-color-white: #fff !important;
  --lt-color-black: #111213 !important;
  --lt-color-transparent: rgba(255, 255, 255, 0) !important;
  --lt-color-background-light: var(--lt-color-gray-100) !important;
  --lt-color-background-default: var(--lt-color-gray-200) !important;
  --lt-color-background-dark: var(--lt-color-gray-300) !important;
  --lt-color-border-light: var(--lt-color-gray-200) !important;
  --lt-color-border-default: var(--lt-color-gray-300) !important;
  --lt-color-border-dark: var(--lt-color-gray-400) !important;
  --lt-color-text-very-light: var(--lt-color-gray-500) !important;
  --lt-color-text-light: var(--lt-color-gray-600) !important;
  --lt-color-text-default: var(--lt-color-gray-700) !important;
  --lt-color-text-dark: var(--lt-color-gray-800) !important;
  --lt-color-overlay-default: #fff !important;
  --lt-color-overlay-dark: #fff !important;
  --lt-color-overlay-transparent: rgba(0, 0, 0, 0.1) !important;
  --lt-shadow-website-overlay: 0 0 7px 0 rgba(0, 0, 0, 0.3) !important;
  --lt-shadowDefault: 0 2px 6px -1px rgba(0, 0, 0, 0.16), 0 1px 4px -1px rgba(0, 0, 0, 0.04);
  --lt-shadowActive: 0 0 8px -2px rgba(0, 0, 0, 0.1), 0 6px 20px -3px rgba(0, 0, 0, 0.2);
  --bs-nav-tabs-link-active-color: #005394;
  --bs-nav-link-active-color: #005394;
  --bs-nav-link-focus-color: #005394;
  --bs-nav-link-color: #323232;
  --bs-nav-link-hover-color: #005394;
  
}

body {
  line-height: 24px;
  color: #323232;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #888;
}

.header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

a:focus,
a:hover {}

a:active,
a:hover {
  outline-width: 0;
}

a:hover {
  color: #005394;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.header .nav-link {
  font-family: inherit;
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.btn,
button {
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.btn-icon {
  padding: 0px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-table !important;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-black {
  color: #fff;
  background: #323232;
  border: none;
}

.btn-black:hover {
  color: #fff;
  /*background: #005394;*/
  background: rgba(50, 50, 50, 0.85);
}

.btn-color-a,
.btn-color-b {
  color: #fff;
  background: #005394;
  border: none;
}

.btn-color-a:hover {
  color: #fff;
  background: rgba(121, 149, 171, 0.85);
}

.btn-color-b:hover {
  color: #fff;
  /*color: #005394;
      background: #fff;*/
  background: rgba(121, 149, 171, 0.85);
}

.btn-white {
  color: #323232;
  background: rgba(255, 255, 255, 1);
  border: none;
}

.btn-white:hover {
  /*color: #fff;
      background: #005394;*/
  background: rgba(255, 255, 255, 0.85);
  color: #323232;
}

.btn-black-line,
.btn-white-line,
.btn-color-line {
  border: 2px solid;
  background: none;
}

.btn-black-line {
  color: #323232;
  border-color: #323232;
  padding: 9px 20px;
}

.btn-black-line:hover {
  color: #fff;
  background: #323232;
}

.btn-color-line {
  color: #005394;
  border-color: #005394;
  padding: 9px 20px;
}

.btn-color-line:hover {
  color: #fff;
  background: #005394;
}

.btn-white-line {
  color: #fff;
  border-color: #fff;
  padding: 9px 20px;
}

.btn-white-line:hover {
  color: #323232;
  background: #fff;
}

.btn-link-a,
.btn-link-b {
  color: #323232;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 1px dotted transparent;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-link-a:hover {
  color: #005394;
  border-bottom: 1px solid #005394;
}

.btn-link-b:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.header,
.navbar-brand,
.header .navbar-brand img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.header {
  height: 100px;
  /* gradient white to transparent left to right*/
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.header.sticky {
  background: rgba(255, 255, 255, 0.9);
  height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.navbar-brand {
  padding: 0;
}

.header .navbar-brand img {
  height: 85px;
}

.header.sticky .navbar-brand img {
  height: 55px;
}

.header.sticky .nav-link {
  color: #323232;
}

.header .mod-menu.mod-list.nav {
  justify-content: flex-end;
}

/*Form Style   ||-----------*/
button {
  outline: none;
  border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}

button,
input,
textarea,
select {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #888;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #005394;
  color: #323232;
}

input,
textarea,
select {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}

input.input-sm,
.input-sm {
  padding: 8px 15px;
}

textarea {
  height: 120px;
}

label {
  color: #323232;
  font-size: 13px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  display: block;
}

label.inline {
  display: inline-block !important;
}

.form-full {
  width: 100%;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
  margin-bottom: 0px;
}

form .error {
  border-color: #e1534f;
}

form label.error {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #e1534f;
  font-size: 12px;
  font-weight: 400;
}

.successContent,
.errorContent {
  margin-bottom: 20px;
  display: none;
  text-transform: none;
  letter-spacing: 1px;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 {
  font-size: 43px;
  letter-spacing: 2px;
  line-height: 40px;
}

h1.h1,
h2.h2 {
  letter-spacing: 15px;
}

@media (max-width: 767px) {

  h1.h1,
  h2.h2 {
    letter-spacing: 0px;
  }
}

h2 {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 37px;
  margin-bottom: 20px;
  padding-top: 10px;
}

h3 {
  font-size: 21px;
  letter-spacing: 4px;
  line-height: 32px;
}

h3:after {
  color: #005394;
  content: ".";
  font-size: 34px;
}

h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 28px;
}

h4.h4 {
  letter-spacing: 4px;
}

h5 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 23px;
  font-weight: 600;
}

h6 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 17px;
  font-weight: 600;
}

h1.large {
  font-size: 50px;
}

p.lead,
.lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header .mod-menu.mod-list.nav {
  justify-content: end;
}

.header .navbar-toggler {
  --bs-navbar-color: #000;
  margin-left: 20px;
  color: #000;
  font-size: 16px;
  border: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.offcanvas-header .btn-close {
  color: #fff;
  --btn-close-color: #fff;
  --bs-btn-close-bg: none;
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.action-box [class*="mod-"] {
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  min-height: 30vw;
  display: flex;
  background-attachment: fixed;
  position: relative;
    background-size: cover;
}

.action-box [class*="mod-"]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.action-box [class*="mod-"]>* {
  position: relative;
  z-index: 0;
}

.action-box,
.action-box h4 {
  color: #fff;
}

.action-box1 [class*="mod-"] {
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  min-height: 45vw;
  display: flex;
  background-attachment: fixed;
  position: relative;
    background-size: cover;
}

.action-box1 [class*="mod-"]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.action-box1 [class*="mod-"]>* {
  position: relative;
  z-index: 0;
}

.action-box1,
.action-box1 h4 {
  color: #fff;
}

.module-title {
  padding: 1.5rem 0;
  text-align: center;
  margin-bottom: 0;
}

.page-icon-top {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  width: 100%;
  color: #323232;
}

.contact-box-left,
.contact-box-top {
  display: block;
  position: relative;
}

.contact-box-left {
  padding-left: 45px;
  text-align: left;
}

.contact-icon-left,
.contact-icon-top {
  font-size: 30px;
  position: absolute;
}

.contact-icon-top {
  text-align: center;
}

.contact-icon-left {
  left: 0;
}

.footer-text {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-align: center;
}

.digi_contact>form>.row {
  flex-direction: column;
  align-items: center;
}

.digi_contact {
  padding: 2rem 0;
}

a,
a:focus,
a:active,
a:link,
img {
  outline: none;
}
a:focus,
a:hover,
a:active,
.nav-link:focus,
.nav-link:hover,
.nav-link:active,
.header .nav-link:focus,
.header .nav-link:hover,
.header .nav-link:active
.nav-link.active { 
  --bs-nav-link-hover-color: #005394;
  --bs-nav-link-active-color: #005394;
  --bs-nav-link-focus-color: #005394;
  color: #005394;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  --bs-nav-link-color: #323232;
}

a:hover {
  color: #005394;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  --bs-nav-link-hover-color: #005394;
}

.nav-link,
.nav-link:focus,
.nav-link:active,
.nav-link:link,
img {
  outline: none;
}

.nav-link,

.header .nav-link {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  --bs-nav-link-color: #323232;
}

.nav-link:hover,
.header .nav-link:hover{
  color: #005394;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  --bs-nav-link-hover-color: #005394;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  --bs-nav-tabs-link-active-color: #005394;
  --bs-nav-link-active-color: #005394;
  --bs-nav-link-focus-color: #005394;
  color: #005394;
}
.main {
	padding-top: calc(80px + 2rem);
  padding-bottom: 2rem;
}
.view-article .main {
  padding-top: 0;
}
.view-article .main > .container {
	max-width: 100%;
}

.view-article .article-header {
	margin: 0 calc(var(--bs-gutter-x) * -0.5);
	position: relative;
}
.view-article .article-header .article-title {
  position: absolute;

  padding: 0 15px;
  width: 100%;
  z-index: 2;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.view-article .article-header .article-title h1 {
	color: #fff;
}
.view-article .article-header .article-title .article-info-term {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.view-article .article-header .article-title a,.view-article .article-header .article-title .text-muted{
  color: #fff !important;
}
.article-image {
	position: relative;
}
.article-content {
	padding: 1rem 0;
}
.article-content img {
  max-width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
	margin-bottom: 0;
}
.input-group{
  margin-bottom: 1rem;
}

#categoryTabsContent > div > .row {
	justify-content: center;
}