body {
  color: #333;
  background-color: #172534;
}
.layout-boxed .body-innerwrapper {
  max-width: 960px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0;
  font-weight: normal;
  line-height: 40px;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  color: #cc0000;
  font-size: 1.3em;
}
h4 {
  color: #D59500;
  font-size: 1.2em;
}
h5 {
  color: #5A8406;
  font-size: 1.1em;
}

p {
  padding: 0;
  margin: 10px 0;
}
p:first-child {
  margin-top: 5px;
}
p:last-child {
  margin-bottom: 5px;
}
img {
  display: unset;
}

a {
  color: #009aca;
}
a:hover {
  color: #444;
  text-decoration: underline;
}

ul, ol, fieldset, address, table {
  padding: 0;
  margin: 10px 0;
}
ul.list-arrow {
  list-style: none;
}
ul:last-child {
  margin-bottom: 5px;
}
ul:first-child {
  margin-top: 5px;
}
ul li {
  padding: 0;
  margin: 0.3em 0 0.3em 1.6em;
}
li {
  line-height: 20px;
}
ul.list-arrow li {
  margin-left: 0;
  padding-left: 16px;
  position: relative;
  display: block;
}
ul.list-arrow.arrow-blue li::after {
  border-left-color: #0060BF;
}
ul.list-arrow li::after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  border: 0.34em solid transparent;
  left: 5px;
  top: 4px;
}
table {
  width: 100% !important;
}



#sp-header {
  background: #282828;
}


#sp-header .mod-finder {
  line-height: 60px;
}


.breadcrumb {
  padding: 0 !important;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
.breadcrumb .float-start {
  padding-right: 10px;
}
.breadcrumb-item a {
  color: #404040;
}
.breadcrumb-item.active {
  color: #404040;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before
{
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}


.sp-module-content .mod-languages ul.lang-inline {
  line-height: 38px;
}
.sp-module-content .mod-languages img {
  border: 1px solid #e0e2e5;
  max-width: 32px;
}
div.mod-languages ul li.lang-active {
  background-color: none !important;
  padding: 0;
  border-radius: 0;
}



.burger-icon > span {
  background-color: #fff;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
.offcanvas-menu {
  background-color: #282828;
}
.offcanvas-menu .offcanvas-inner {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #ccc;
  padding: 10px 25px;
  opacity: 1;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #fff;
  background-color: #404040;
  text-decoration: none;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #fff;
  background-color: #404040;
  opacity: 1;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  right: 10px;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #ccc;
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #ccc;
  display: block;
  padding: 10px !important;
}



.sp-megamenu-parent {
  margin: 0 !important;
}
.sp-megamenu-parent > li {
  margin: 0;
  border-right: 1px solid #404040;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 1.1em;
  color: #ccc;
  border-right: 1px solid #000;
  transition: color 0.3s linear, background 0.3s ease-out;
  -moz-transition: color 0.3s linear, background 0.3s ease-out;
  -webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
  background-color: #404040;
}
.sp-megamenu-parent > li:hover > a {
  color: #fff;
  background-color: #404040;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 0;
  background: rgba(40,77,115,0.95);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  text-decoration: none;
  border-top: 1px solid #366999;
  border-bottom: 1px solid #162c40;
  border-left: 1px solid #162c40;
  color: #ccc;
  transition: color 0.3s linear, background 0.3s ease-out;
  -moz-transition: color 0.3s linear, background 0.3s ease-out;
  -webkit-transition: color 0.3s linear, background 0.3s ease-out;
  padding: 8px 12px;
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
  border-top-color: #1f3d59;
  background-color: #1f3d59;
}




#sp-body-top {
  color: #D4D4D4;
  position: relative;
  border-bottom: 5px solid #404040;
  background: #595959 url(../images/bg-promo.jpg) left top repeat-x;
  padding: 15px 0;
}
#sp-body-top .sp-module .sp-module-title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}


#sp-main-body {
  padding: 0;
}


#sp-component {
  padding: 15px;
}
.article-details .featured-article-badge, .article-list .article .featured-article-badge {
  display: none;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 1.6em;
}
.page-header {
  padding-bottom: 0;
}



#sp-right {
  background: #E5E5E5 url(../images/bg-rightside.png) left top repeat-y;
  padding: 15px;
}


#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 20px;
  border: none;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px #666;
  -moz-box-shadow: 0px 0px 4px #666;
  -webkit-box-shadow: 0px 0px 4px #666;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.3em;
  font-weight: normal;
  border-bottom: none;
  font-family: 'Nobile', sans-serif !important;
}
.site .sp-module .sp-module-title {
  font-family: 'Nobile', sans-serif !important;
  font-size: 1.3em;
  font-weight: normal;
  color: #000;
  padding-bottom: 5px;
  margin: 0;
  text-shadow: 1px 1px 1px #e5e5e5;
}
.sp-module .col-lg-6 h3 {
  margin: 0;
  color: #000;
  font-size: 1.3em;
  padding-bottom: 5px;
  text-shadow: 1px 1px 1px #e5e5e5;
  font-weight: normal;
  padding-top: 15px;
}
.sp-module.pad-top .sp-module-title {
  padding-top: 15px;
}
.sp-module-title.fas::before {
  font-weight: 900 !important;
  font-family: "Font Awesome 6 Free";
  padding-right: 6px;
  color: #86aceb;
}




.pagination-wrapper, .com-content-category-blog__navigation {
  text-align: center;
  display: block !important;
}
.pagination-wrapper .pagination, .com-content-category-blog__navigation .pagination {
  display: block;
}
.pagination-wrapper .pagination li, .com-content-category-blog__navigation .pagination li {
  display: inline-block;
}
.page-item:nth-child(2) .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


#sp-footer {
  color: #595959;
  font-size: 0.9em;
  background: #FFF;
  border-top: 1px solid #b3b3b3;
}
#sp-footer .container-inner {
  padding: 15px 0;
  border-top: none;
}


.richbox-1 {
  color: #d4d4d4;
  background: #323232 URL(../images/richbox-1.png) left bottom repeat-x;
}
.richbox-2 {
  color: #d4d4d4;
  background: #2B5783 URL(../images/richbox-2.png) left bottom repeat-x;
}
.richbox-1.sp-module .sp-module-title, .richbox-2.sp-module .sp-module-title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.bg-dot {
  background-position: left bottom;
  background-image: url(../images/dot.png);
  background-repeat: repeat-x;
}
.bg-dot .sp-module-content {
  padding-bottom: 15px;
}


#sp-right .sp-module ul.menumenu-treemenu,
#sp-right .sp-module ul.menumenu-treemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sp-right .sp-module ul.menumenu-treemenu {
	border-top: 1px dotted #b3b3b3;
}
#sp-right .sp-module ul.menumenu-treemenu li {
	margin: 0;
	padding: 0;
	position: relative;
}
#sp-right .sp-module ul.menumenu-treemenu > li {
	border-bottom: 1px dotted #b3b3b3;
}
#sp-right .sp-module ul.menumenu-treemenu li a {
  padding: 8px 12px 8px 18px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 20px;
}
ul.menumenu-treemenu li a {
	display: block;
}
ul.menumenu-treemenu li > a {
  background: URL(../images/icons-base.png) left -333px no-repeat;
}
div[class*="box-"] ul.menumenu-treemenu {
	margin: 5px -15px -15px;
}
div[class*="richbox-"] ul.menumenu-treemenu li a {
  color: #d9d9d9;
}
div[class*="richbox-"] ul.menumenu-treemenu li.current {
  background-color: #214263;
}
div[class*="richbox-"] ul.menumenu-treemenu li.current a {
  color: #fff;
  font-weight: bold;
}



@media (min-width: 576px) {
.container, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 98%;
}
#sp-menu .justify-content-end {
  justify-content: flex-start !important;
}
#sp-toolbar .d-flex {
  justify-content: flex-end;
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1180px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px;
}
}


@media (max-width: 992px) {

}
@media (max-width:991.99px) {
#sp-header {
  height: 38px !important;
}
.logo-image {
  height: auto !important;
  max-height: 68px;
}
#sp-toolbar {
  order: 1;
}
#sp-menu {
  order: 2;
}
#offcanvas-toggler {
  height: 38px;
  line-height: 38px;
}
}
@media (max-width:767.99px) {

}
@media (max-width: 576px) {

}
@media (max-width:575.99px) {

}