/*General--*/
:root {
  --color-primary: #333;
  --color-secondary: #444;
  --color-accent: #0091dc;
  --color-border: #ddd;
  --color-border-dark: #aeabab;
  --color-white: #fff;
  --color-gray: #777;
  --color-light-gray: #495057;
  --font-family-primary: 'arimoregular', Arial, sans-serif;
  --transition-fast: 100ms;
  --transition-base: 150ms;
  --border-radius: 0.25rem;
  --primary-color: #0091dc;
  --secondary-color: #4a6fa5;
  --text-primary: #2d3748;
  --text-secondary: #4a5568;
  --bg-light: #f8f9fa;
  --border-color: #e2e8f0;
  --shadow-light: 0 2px 8px rgba(0,0,0,0.08);
}

body {
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.6;
  text-align: left;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, ol {
  margin:0;
  padding:0;
  line-height: 1.6;
  list-style-type: none;   
}

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

.h1, h1 {
  font-size: 140%;
  color: var(--color-secondary);
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 120%;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
}

.h3, h3 {
  font-size: 100%;
  font-weight: 600;
  margin: 0.3rem 0 0.75rem 0;
  line-height: 1.3;
}

.h4, h4 {
  font-size: 120%;
  font-weight: 600;
  margin: 1.25rem 0 0.75rem 0;
  line-height: 1.4;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast) ease-in-out;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: var(--color-accent);
}

hr {
  border: 0;
  border-top: 1px solid var(--color-border);
  margin: 2rem 0;
  width: 100%;
  float: left;
}

.btn {
  display: inline-block;
  border: 1px solid var(--color-gray);
  background: var(--color-gray);
  margin-left: 1px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-white);
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  transition: all var(--transition-base) ease-in-out;
}

.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #02517a;
  background-color: #02517a;
}

.form-control {
  width: 100%;
  padding-left:10px;
  color: var(--color-light-gray);
  font-family: inherit;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid var(--color-border-dark);
  border-radius: 0.25rem 0 0 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 0.2rem rgba(0, 145, 220, 0.25);
}

.container {
  width: 100%;
  padding: 0 3%;
  margin-right: auto;
  margin-left: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#system-message-container {
    margin: 1rem 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: relative;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.sp-pre-loader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #061c45;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sp-pre-loader .circle-two > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    animation: effect-2 2s infinite linear;
}

.sp-pre-loader .circle-two > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.sp-pre-loader .circle-two > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@keyframes effect-2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*--General*/

/*Top Bar--*/
#sp-top-bar {
  color: #333;
  height: auto;
  font-size: 90%;
  background: linear-gradient(to bottom, #fff 0,#ccc 100%);
}

#sp-top-bar p {margin-bottom: 0;}

#sp-slogan{
  padding: 10px 5px 10px 20px;
  flex: 0 0 48%;
  max-width: 48%;
}

#sp-search {
  padding-top: 5px;
  flex: 0 0 28%;
  max-width: 28%;
}

.input-group .js-finder-search-query.form-control {
  width: 83%;
  line-height: 23px !important;
}

#sp-login {
  text-align: right;
  flex: 0 0 14%;
  max-width: 14%;
  padding: 10px 5px;
}

#sp-language {
  text-align: right;
  flex: 0 0 8%;
  max-width: 8%;
  padding: 10px;
}

/*Top Bar--*/
#sp-header {
  background: #fff;
  padding: 20px 0;
  height:110px;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  padding-top: 10px;
  animation: spFadeInDown 0.5s;
  border-bottom: 5px solid #aaa;
}

#sp-header .process-bar {
  background: #f18b21;
  height: 5px;
  width: 0%;
  transition: width 1.2s ease;
  top: 90px;
  position: fixed;
}

.logo-image{width:149px;margin-top:8px;}

#sp-mainmenu {
  display: inline;
  top: 25px;
}
/*--Top Bar*/

/*Banner--*/
#sp-banner {background: linear-gradient(to right, #8FA3BB, #5C7291 25%, #5C7291 75%, #8FA3BB);}
/*--Banner*/

/*Breadcrumb--*/
.breadcrumb {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 3px 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
}
/*--Breadcrumb*/

/*Main Body--*/
#sp-main-body {
  margin: 10px 0;
}
/*--Main Body*/

/*Footer--*/
#sp-footer {
  font-size: 14px;
  background: #f2f3f5;
  margin-top: 10px;
  border-top: 2px solid #0091dc;
  padding: 10px 0 15px 0;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 12px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #f2f3f5;
  z-index: 1000;
  transition: all 0.3s ease;
}
/*--Footer*/

@media (max-width: 768px) {
#sp-slogan,
#sp-search{
    flex: 0 0 100%;
    max-width: 100%;
}

#sp-slogan{padding-left:10px;}

#sp-search{padding-bottom:15px;}
}