

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../../s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf") format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../../s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf") format('truetype');
}

:root{
  --blue: #2196d4;
  --blue-dark: #16577a;
  --navy: #0a1330;
  --navy-2: #0d1838;
  --text: #333333;
  --max-width: 1200px;
}

*, *::before, *::after{ box-sizing: border-box; }

html, body{ margin:0; padding:0; }

body{
  font-family: Roboto, Arial, "Arial Unicode MS", Helvetica, sans-serif;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  background:#fff;
}

h1, h2, h3, h4, h5, h6{
  font-family: Oswald, Arial, sans-serif;
  font-weight: 400;
  color: #16233f;
  margin: 0 0 15px 0;
}

p{ margin: 0 0 15px 0; }

a{ color: var(--blue); text-decoration: none; }
a:hover{ color: var(--blue-dark); text-decoration: underline; }

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

hr{ border:none; border-top:1px solid #ddd; margin: 10px 0 15px 0; }

.center1, #center1{ display:block; max-width: var(--max-width); margin:0 auto; }

/* ---------- Grid ---------- */
.row{ display:flex; flex-wrap:wrap; margin:0 -15px; }
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12{
  box-sizing:border-box; padding:0 15px; flex:0 0 auto;
}
.c1{ width:8.333%; } .c2{ width:16.666%; } .c3{ width:25%; }
.c4{ width:33.333%; } .c5{ width:41.666%; } .c6{ width:50%; }
.c7{ width:58.333%; } .c8{ width:66.666%; } .c9{ width:75%; }
.c10{ width:83.333%; } .c11{ width:91.666%; } .c12{ width:100%; }

/* direct children of a .row that aren't grid columns (nested .row grids,
   bare content divs) should take the full row width instead of shrinking
   to their content, since flex items default to content-based sizing */
.row > div:not(.c1):not(.c2):not(.c3):not(.c4):not(.c5):not(.c6):not(.c7):not(.c8):not(.c9):not(.c10):not(.c11):not(.c12){
  flex: 1 1 100%;
}

.left1, #left1{ text-align:left; }
.right1, #right1{ text-align:right; }
.p1020{ padding:10px 20px; }
.clear, .clearfix::after{ content:""; display:block; clear:both; }

@media (max-width: 800px){
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12{ width:100% !important; }
  .left1, #left1, .right1, #right1{ text-align:center; }
}

/* ---------- Header ---------- */
header#mobile1{
  position: relative;
  width:100%;
  background:#fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
header#mobile1 .container{ max-width: var(--max-width); margin:0 auto; padding: 12px 20px; }
header#mobile1 .row{ align-items:center; margin:0; }
header#mobile1 #logo{ max-width: 260px; }
header#mobile1 #logo img{ width:100%; }
header#mobile1 nav{ text-align:right; }
header#mobile1 ul.menu{
  list-style:none; margin:0; padding:0;
  display:flex; flex-wrap:wrap; justify-content:flex-end; gap: 4px;
}
header#mobile1 ul.menu li{ margin:0; }
header#mobile1 ul.menu li a{
  display:inline-block;
  padding: 10px 14px;
  color:#222;
  font-size: 15px;
  text-decoration:none;
  white-space:nowrap;
}
header#mobile1 ul.menu li a:hover,
header#mobile1 ul.menu li.current a,
header#mobile1 ul.menu li.active a{
  color: var(--blue);
}

@media (max-width: 900px){
  header#mobile1 .row{ flex-direction:column; align-items:flex-start; }
  header#mobile1 #logo{ margin: 0 auto 10px auto; }
  header#mobile1 nav{ width:100%; text-align:center; }
  header#mobile1 ul.menu{ justify-content:center; }
}

/* ---------- Page banner (blue title bar) ---------- */
.full1.art-postcontent{ padding:0 !important; }
.full1.art-postcontent > .row.center1:first-child,
#osmap .page-header{
  background: var(--blue);
  width:100%;
  max-width:none;
  margin:0;
  padding: 55px 20px;
  text-align:center;
}
.full1.art-postcontent > .row.center1:first-child h1,
#osmap .page-header h1{
  color:#fff;
  font-size: 46px;
  margin:0;
  text-align:center;
}
.full1.art-postcontent > .row.center1:first-child > [class*="c"]{ width:100%; padding:0; }

/* second (real) content row gets the page padding that used to live on full1 */
.full1.art-postcontent > .row.center1 ~ .row.center1{ padding: 40px 0; }

/* ---------- Detail pages (product / project detail, no blue banner) ---------- */
.page-body{ max-width: var(--max-width); margin:0 auto; padding: 40px 20px; }
.page-body:has(> .full1.art-postcontent),
.page-body:has(> #osmap.osmap-sitemap){
  max-width:none; margin:0; padding:0;
}
.page-body > h1{ font-size: 34px; margin-bottom: 25px; }

/* ---------- Sitemap ---------- */
#osmap.osmap-sitemap{ margin:0; padding:0 0 40px 0; }
#osmap .osmap-items{ max-width: var(--max-width); margin:0 auto; padding: 30px 20px; }
#osmap ul.level_0{ list-style:none; margin:0; padding:0; }
#osmap ul.level_0 li{ padding:6px 0; font-size:16px; }

/* ---------- Cards (product range / project management grids) ---------- */
.row .c3 h3, .row .c4 h3{ font-size:16px; margin-top:12px; }
.row .c3 h3 a, .row .c4 h3 a{ color:#16233f; }
.row .c3 h3 a:hover, .row .c4 h3 a:hover{ color: var(--blue); text-decoration:none; }

/* ---------- Buttons ---------- */
.art-button, input[type="submit"], button.art-button{
  display:inline-block;
  background: var(--blue);
  color:#fff !important;
  padding: 12px 24px;
  font-family: Oswald, Arial, sans-serif;
  font-size:15px;
  border:none;
  cursor:pointer;
  text-decoration:none !important;
  transition: background .15s ease-in-out;
}
.art-button:hover, input[type="submit"]:hover, button.art-button:hover{ background: var(--blue-dark); }

/* ---------- Footer ---------- */
footer.site-footer{ background: #000 url('../../images/parallax/darkblue.jpg') center top; color:#fff; }
footer.site-footer .footer-main{
  max-width: var(--max-width);
  margin:0 auto;
  padding: 50px 20px 30px 20px;
  display:flex;
  flex-wrap:wrap;
  gap: 30px;
}
footer.site-footer .footer-col{ flex:1 1 200px; }
footer.site-footer .footer-col h3{ color:#fff; font-size:20px; margin-bottom:20px; }
footer.site-footer .footer-col ul{ list-style:none; margin:0; padding:0; }
footer.site-footer .footer-col ul li{ margin-bottom:10px; }
footer.site-footer .footer-col ul li a{ color:#cfd6e6; }
footer.site-footer .footer-col ul li a:hover{ color:#fff; text-decoration:none; }
footer.site-footer .contact-list li{ display:flex; align-items:center; gap:10px; }
footer.site-footer .contact-list svg{ flex:none; fill:#cfd6e6; width:16px; height:16px; }
footer.site-footer .footer-logo{ flex:0 0 220px; }
footer.site-footer .footer-logo img{ background:#fff; padding:20px; width:100%; }

footer.site-footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.15);
}
footer.site-footer .footer-bottom-inner{
  max-width: var(--max-width);
  margin:0 auto;
  padding: 15px 20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
  color:#b7bfd2;
}
footer.site-footer .footer-bottom-inner a{ color:#b7bfd2; }
footer.site-footer .footer-bottom-inner a:hover{ color:#fff; }

@media (max-width: 700px){
  footer.site-footer .footer-bottom-inner{ flex-direction:column; text-align:center; }
}

/* ---------- Home hero ---------- */
.hero{
  position:relative;
  min-height: 520px;
  background: linear-gradient(180deg, rgba(10,19,48,.25), rgba(10,19,48,.45)), url('../../images/stories/virtuemart/category/slider0.jpg') center center / cover no-repeat;
  display:flex;
  align-items:flex-end;
}
.hero .hero-inner{ max-width: var(--max-width); margin:0 auto; padding: 40px 20px 70px 20px; width:100%; }
.hero h1{
  color:#fff;
  font-size: 42px;
  max-width: 900px;
  margin:0;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
@media (max-width: 700px){
  .hero{ min-height:360px; }
  .hero h1{ font-size:28px; }
}

.home-intro{ max-width: var(--max-width); margin:0 auto; padding: 50px 20px; text-align:center; }
