/*!
Theme Name: bim
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bim
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bim is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Noto Sans", sans-serif;
}

.section-title {
  font-size: 28px;
  color: #1B1B80;
  font-weight: 700;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}

p,
span {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 576px) {
  p,
  span {
    font-size: 16px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media only screen and (max-width: 576px) {
  .container {
    margin: 0 auto;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
    margin: 0 auto;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1370px) {
  .container {
    width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    margin: 0 auto;
  }
}
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.transition:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tablet {
  display: none !important;
}
@media (max-width: 992px) {
  .tablet {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}
@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}

.red-button {
  margin-top: auto;
  background-color: #ED1B24;
  color: #ffffff;
  text-align: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
  width: fit-content;
  border: 1px solid #ED1B24;
}
.red-button:visited {
  color: #ffffff;
}
.red-button:hover {
  background-color: #ffffff;
  color: #ED1B24;
  border: 1px solid #ED1B24;
}

@media (max-width: 576px) {
  h1 {
    font-size: 27px !important;
    font-weight: 700 !important;
  }
}

body {
  margin: 0 !important;
}
@media (max-width: 576px) {
  body {
    padding-top: 55px;
  }
}

.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination .page-numbers {
  color: #9a9a9a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 4px 8px;
}
.pagination .page-numbers.current {
  margin: 0;
  background-color: #ED1B24;
  color: #ffffff;
}
.pagination .page-numbers.dots {
  margin: 0;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
body:not(.home) {
  padding-top: 60px;
}
@media (max-width: 768px) {
  body:not(.home) {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  body:not(.home) {
    padding-top: 50px;
  }
}

.spacing {
  padding: 50px 0;
}

.site {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.site .page-wrapper {
  flex: 1 0 auto;
}
.site .footer-wrapper {
  flex-shrink: 0;
}

html, body {
  height: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol,
li {
  font-family: "Noto Sans", sans-serif;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  font-family: "Noto Sans", sans-serif;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  opacity: 0.9;
  width: 100%;
}
@media (max-width: 768px) {
  .site-header {
    position: fixed;
    opacity: 1;
  }
}
.site-header .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 992px) {
  .site-header .container-fluid {
    padding: 15px 25px;
  }
}
.site-header .container-fluid .site-branding a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container-fluid .site-branding a img {
  width: 210px;
  min-width: 100px;
}
.site-header .container-fluid .main-navigation {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: auto;
  margin: 0px 10px;
}
@media (max-width: 992px) {
  .site-header .container-fluid .main-navigation {
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .site-header .container-fluid .main-navigation {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
  }
}
.site-header .container-fluid .main-navigation #hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50px;
}
.site-header .container-fluid .main-navigation #hamburger .line {
  fill: none;
  stroke: #ED1B24;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .container-fluid .main-navigation #hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container-fluid .main-navigation #hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.site-header .container-fluid .main-navigation #hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container-fluid .main-navigation #hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.site-header .container-fluid .main-navigation #hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.site-header .container-fluid .main-navigation #hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media all and (min-width: 1200px) {
  .site-header .container-fluid .main-navigation #hamburger {
    display: none;
  }
}
.site-header .container-fluid .main-navigation li {
  margin: 0 20px;
  font-weight: 600;
}
.site-header .container-fluid .main-navigation li a {
  color: #001689;
  position: relative;
}
.site-header .container-fluid .main-navigation li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001689;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header .container-fluid .main-navigation li a:hover::after {
  transform: scaleX(1);
}
.site-header .container-fluid .main-navigation li.current-menu-item a::after {
  transform: scaleX(1);
}
.site-header .container-fluid .main-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 5px;
  min-width: 250px;
}
.site-header .container-fluid .main-navigation .sub-menu li {
  margin: 7px;
}
.site-header .container-fluid .main-navigation .sub-menu li a {
  font-size: 14px;
  width: 100%;
  color: #001689;
  position: relative;
}
.site-header .container-fluid .main-navigation .sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001689;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header .container-fluid .main-navigation .sub-menu li a:hover::after {
  color: #ED1B24;
}
.site-header .container-fluid .main-navigation .sub-menu li a:hover {
  color: #ED1B24;
}
.site-header .container-fluid .search-field {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #001689;
  background-image: url("assets/images/Search.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.site-header .container-fluid .search-field:focus {
  outline: none;
}
.site-header .container-fluid .search-field::-webkit-search-cancel-button {
  display: none;
}
.site-header .container-fluid .search-submit {
  display: none;
}
.site-header .container-fluid .menu-languages-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container-fluid .menu-languages-container ul {
  margin: 0 0 0 30px;
  list-style: none;
  padding-left: 0;
}
.site-header .container-fluid .menu-languages-container a {
  color: #001689;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.site-header .container-fluid .menu-languages-container a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001689;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header .container-fluid .menu-languages-container a:hover::after {
  transform: scaleX(1);
}
.site-header .container-fluid .menu-languages-en-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container-fluid .menu-languages-en-container ul {
  margin: 0 0 0 30px;
  list-style: none;
  padding-left: 0;
}
.site-header .container-fluid .menu-languages-en-container a {
  color: #001689;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.site-header .container-fluid .menu-languages-en-container a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001689;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header .container-fluid .menu-languages-en-container a:hover::after {
  transform: scaleX(1);
}
.site-header #mobileMenu {
  display: none;
  height: calc(100vh - 100px);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.site-header #mobileMenu .mobile-menu-wrapper {
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.site-header #mobileMenu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li {
  margin: 0 0 31px 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a {
  color: #001689;
  text-decoration: none;
  position: relative;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #001689;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a:hover::after {
  transform: scaleX(1);
}
.site-header #mobileMenu .mobile-menu-wrapper ul li.current-menu-item a::after {
  transform: scaleX(1);
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .arrow-image {
  position: absolute;
  right: 30px;
  top: 3px;
  transition: transform 0.3s ease;
  color: #001689;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .active {
  transform: rotate(180deg);
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu {
  display: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li {
  margin: 0 0 16px 0;
  text-transform: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li a {
  font-size: 14px;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li a:after {
  transform: scaleX(0) !important;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li:first-child {
  margin-top: 31px;
}
.site-header #menu-item-1773 .sub-menu {
  width: 30px;
}

.footer-wrapper {
  background-color: #ffffff;
  margin-top: 40px;
}
.footer-wrapper .red-line {
  height: 8px;
  background-color: #ED1B24;
  margin-bottom: 20px;
}
.footer-wrapper .site-footer {
  padding: 2rem 1rem;
}
.footer-wrapper .site-footer .footer-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}
.footer-wrapper .site-footer .footer-logo img {
  max-width: 250px;
  height: auto;
}
.footer-wrapper .site-footer .footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.footer-wrapper .site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #001689;
}
.footer-wrapper .site-footer .footer-social a i {
  font-size: 20px;
  color: #ffffff;
}
.footer-wrapper .site-footer .footer-column-title {
  color: #ED1B24;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
.footer-wrapper .site-footer .footer-menu {
  flex: 1;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu,
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li,
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu li {
  margin-bottom: 0.5rem;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li a,
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu li a {
  text-decoration: none;
  color: #001689;
  font-size: 16px;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li a:hover,
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu li a:hover {
  text-decoration: underline;
}
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu {
  border-top: 1px solid #EDECEC;
  margin-top: 16px;
  padding-top: 10px;
}
.footer-wrapper .site-footer .footer-menu #footer-privacy-pages-menu a {
  font-size: 14px !important;
}
.footer-wrapper .site-footer .footer-office-info .location {
  color: #001689;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-wrapper .site-footer .footer-office-info .location i {
  font-size: 20px;
  color: #ED1B24 !important;
  margin-right: 10px;
}
.footer-wrapper .site-footer .footer-office-info .address {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 10px;
}
.footer-wrapper .site-footer .footer-office-info .phone-number {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-wrapper .site-footer .footer-office-info .phone-number i {
  color: #ED1B24;
  font-size: 20px;
  margin-right: 10px;
}
.footer-wrapper .copyright-text {
  background-color: #001689;
  padding: 20px 0;
}
.footer-wrapper .copyright-text p {
  color: #ffffff;
  text-align: center;
  font-family: 600;
  margin-bottom: 0;
  font-size: 16px;
}

.sticky-side-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: transparent;
}
.sticky-side-buttons .sticky-button {
  background-color: #001689;
  display: block;
  text-align: center;
}
.sticky-side-buttons .sticky-button:not(:last-child) {
  margin-bottom: 4px;
}
.sticky-side-buttons .sticky-button a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 18px 24px;
}
@media (max-width: 576px) {
  .sticky-side-buttons .sticky-button a {
    padding: 14px 20px;
    font-size: 14px;
  }
}
.sticky-side-buttons .sticky-button:hover {
  background-color: rgb(0, 13.8102189781, 86);
}
@media (max-width: 576px) {
  .sticky-side-buttons .sticky-button {
    background-color: rgba(0, 22, 137, 0.7);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.products .filter-header {
  background-color: #001689;
  color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .filter-header h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.products .filter-header a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}
.products .filter-header a:hover {
  color: #ED1B24;
}

.product-card {
  border: 1px solid #D5D5D5;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.product-card .product-card__image {
  display: block;
  overflow: hidden;
}
.product-card .product-card__image img {
  display: block;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.product-card .product-card__body {
  padding: 30px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .product-card__body h5 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
}
.product-card .product-card__body p {
  -webkit-line-clamp: 3;
  overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 30px;
}
.product-card__button {
  background-color: #ED1B24;
  border: 1px solid #ED1B24;
  color: #ffffff !important;
  font-weight: 700;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: auto auto 20px 14px;
}
.product-card__button i {
  font-weight: 900;
  transition: transform 0.3s;
}
.product-card__button:hover {
  background-color: #ffffff;
  color: #ED1B24 !important;
}
.product-card__button:hover i {
  transform: translateX(5px);
}

.contact-form label, .contact-form .forminator-label:not(.forminator-radio-label) {
  font-weight: 700;
  color: #EA0029;
  margin-bottom: 5px;
  display: block;
  font-size: 16px !important;
}
.contact-form .forminator-radio-label {
  color: #000;
}
.contact-form .forminator-button {
  background: #d7000f;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.2s;
}
.contact-form .forminator-button:hover {
  background: rgb(164, 0, 11.4418604651);
}

.forminator-two-columns .forminator-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.forminator-two-columns .forminator-row .forminator-field {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}

.forminator-two-columns .forminator-row .forminator-field.full-width {
  flex: 1 1 100%;
}

/* Optional: make it stack on small screens */
@media (max-width: 768px) {
  .forminator-two-columns .forminator-row .forminator-field {
    flex: 1 1 100%;
  }
}
.single-post-view__image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.single-post-view__meta h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.single-post-view__meta span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.single-post-view__meta span i {
  font-size: 24px;
}
.single-post-view__content h1, .single-post-view__content h2, .single-post-view__content h3, .single-post-view__content h4, .single-post-view__content h5, .single-post-view__content h6 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px;
}
.single-post-view__content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.single-post-view__share {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-post-view__share h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.single-post-view__share > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-view__share > div a {
  color: #000;
  font-size: 20px;
  transition: color 0.3s;
}
.single-post-view__share > div a:hover {
  color: #001689;
}
.single-post-view--product .single-post-view__image {
  display: block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.single-post-view--product .single-post-view__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__image {
    margin-bottom: 30px;
  }
}
.single-post-view--product .single-post-view__meta h1 {
  font-size: 28px;
  color: #001689;
  text-transform: uppercase;
}
.single-post-view--product .single-post-view__meta .specs {
  padding: 20px 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__meta .specs {
    gap: 20px;
  }
}
.single-post-view--product .single-post-view__meta .specs strong {
  font-weight: 700;
  color: #EA0029;
  font-size: 22px;
}
.single-post-view--product .single-post-view__meta .specs span {
  font-size: 16px;
  margin: 0;
}
.single-post-view--product .single-post-view__meta .sheets {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__meta .sheets {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .single-post-view--product .single-post-view__meta .sheets a {
    width: 100%;
  }
}
.single-post-view--product .single-post-view__meta .sheets a {
  background-color: #ED1B24;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 15px;
  transition: background-color 0.3s;
}
.single-post-view--product .single-post-view__meta .sheets a i {
  font-size: 24px;
}
.single-post-view--product .single-post-view__meta .sheets a:hover {
  background-color: rgb(197.4146341463, 15.5853658537, 23.3780487805);
}
.single-post-view--product .single-post-view__content h1, .single-post-view--product .single-post-view__content h2, .single-post-view--product .single-post-view__content h3, .single-post-view--product .single-post-view__content h4, .single-post-view--product .single-post-view__content h5, .single-post-view--product .single-post-view__content h6 {
  font-size: 28px;
}
.single-post-view .product-categories {
  margin-bottom: 50px;
  color: #001689;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.references__types a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  color: #001689;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.references__types a span {
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  position: relative;
  z-index: 1;
  margin: 0;
  text-transform: uppercase;
}
.references__types a img {
  height: 90px;
  width: 40%;
  object-fit: contain;
  z-index: 1;
}
.references__types a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #6161dc;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
  transition: all 0.3s;
  border-radius: 10px;
}
.references__types a .underline {
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.references__types a:hover {
  color: #fff;
}
.references__types a:hover::after {
  background-color: #001689;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.references__types a.active {
  color: #fff;
}
.references__types a.active::after {
  background-color: #001689;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.references__types a.active .underline {
  background-color: #001689 !important;
}
.references__posts {
  margin-top: 50px;
}
.references__posts .card {
  border-radius: 0px !important;
}
.references__posts .card .card-img-top {
  border-radius: 0px !important;
  max-height: 450px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.references__posts .card .card-title {
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0;
}
.references__posts .card .card-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.catalogues .catalogue-card {
  background: #ffffff;
  padding: 28px 20px 36px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.catalogues .catalogue-card .card-body {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.catalogues .catalogue-card img {
  border-radius: 0;
  aspect-ratio: 31/28;
  object-fit: contain;
}
.catalogues .catalogue-card__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 24px 0 32px 0;
}
.catalogues .catalogue-card__button {
  background-color: #ED1B24;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 0;
  border: 2px solid #ED1B24;
  transition: background-color 0.3s ease;
  font-size: 16px !important;
}
.catalogues .catalogue-card__button i {
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
}
.catalogues .catalogue-card__button:hover {
  background-color: #ffffff;
  color: #ED1B24;
}

.tehnical-solutions .tehnical-solution-card {
  background: #ffffff;
  padding: 28px 20px 36px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.tehnical-solutions .tehnical-solution-card .card-body {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.tehnical-solutions .tehnical-solution-card img {
  border-radius: 0;
  aspect-ratio: 31/28;
  object-fit: contain;
}
.tehnical-solutions .tehnical-solution-card__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 24px 0 32px 0;
}
.tehnical-solutions .tehnical-solution-card__button {
  background-color: #ED1B24;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 0;
  border: 2px solid #ED1B24;
  transition: background-color 0.3s ease;
  font-size: 16px !important;
}
.tehnical-solutions .tehnical-solution-card__button i {
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
}
.tehnical-solutions .tehnical-solution-card__button:hover {
  background-color: #ffffff;
  color: #ED1B24;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Sections
--------------------------------------------- */
.hero-section-slider-container {
  height: 90vh;
}
@media (max-width: 576px) {
  .hero-section-slider-container {
    height: 70vh;
  }
}
.hero-section-slider-container .swiper-wrapper {
  height: 100%;
}
.hero-section-slider-container .hero-section-slider-slide {
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.hero-section-slider-container .hero-section-slider-slide .hero-container {
  height: 100%;
  position: relative;
}
.hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 3;
}
.hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper {
  width: fit-content;
  padding: 20px 30px 30px 30px;
  margin-bottom: 80px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
@media (max-width: 576px) {
  .hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper {
    margin-bottom: 0;
  }
}
.hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper .hero-slide-heading {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 !important;
}
@media (max-width: 576px) {
  .hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper .hero-slide-heading {
    font-size: 24px;
  }
}
.hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper .hero-slide-subheading {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper .hero-slide-subheading {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .hero-section-slider-container .hero-section-slider-slide .hero-container .hero-slide-content .hero-slide-content-wrapper .red-button {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }
}
.hero-section-slider-container .swiper-pagination {
  bottom: 40px !important;
}
@media (max-width: 576px) {
  .hero-section-slider-container .swiper-pagination {
    display: none;
  }
}
.hero-section-slider-container .swiper-button-next,
.hero-section-slider-container .swiper-button-prev {
  color: #ffffff;
  width: 50px;
  height: 50px;
}
.hero-section-slider-container .swiper-button-next::after,
.hero-section-slider-container .swiper-button-prev::after {
  font-size: 30px;
  font-weight: 900;
}
.hero-section-slider-container .swiper-pagination-bullet {
  background: #ffffff;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .hero-section-slider-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.hero-section-slider-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.three-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .three-cards-wrapper {
    flex-direction: column;
  }
}
.three-cards-wrapper .card {
  flex: 1 1 calc(33.333% - 13.333px);
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
@media (max-width: 1200px) {
  .three-cards-wrapper .card {
    flex: 1 1 100%;
  }
}
.three-cards-wrapper .card .card-header {
  background-color: #001689;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0;
  transition: background 0.3s;
}
.three-cards-wrapper .card .card-header .card-icon {
  height: 68px;
  object-fit: contain;
  margin-right: 40px;
}
.three-cards-wrapper .card .card-header .card-heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}
.three-cards-wrapper .card .card-text-wrapper {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.three-cards-wrapper .card .card-text {
  font-size: 1rem;
  line-height: 1.5;
  transition: background 0.3s;
}
.three-cards-wrapper .card:hover .card-header {
  background-color: #ffffff;
  color: #001689;
}
.three-cards-wrapper .card:hover .card-text-wrapper {
  background-color: #001689;
}
.three-cards-wrapper .card:hover .card-text-wrapper .card-text p {
  color: #ffffff;
}

.latest-posts {
  background-color: #f5f5ff;
  padding-bottom: 80px;
}

.latest-posts-section {
  margin-bottom: 80px;
  padding-top: 70px;
}
.latest-posts-section .latest-posts-heading {
  font-size: 28px;
  text-transform: capitalize;
  color: #001689;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 700;
}
.latest-posts-section .posts-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.latest-posts-section .posts-row .post-card {
  background-color: #fff;
  position: relative;
  flex: 1 1 calc(25% - 15px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .latest-posts-section .posts-row .post-card {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .latest-posts-section .posts-row .post-card {
    flex: 1 1 100%;
  }
}
.latest-posts-section .posts-row .post-card .post-date-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #001689;
  color: #fff;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}
.latest-posts-section .posts-row .post-card .post-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-posts-section .posts-row .post-card .post-card-link:visited {
  color: #ffffff;
}
.latest-posts-section .posts-row .post-card .post-card-link .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 12/9;
  object-fit: cover;
}
.latest-posts-section .posts-row .post-card .post-card-link .post-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px 0;
  padding: 0 20px 0 20px;
}
.latest-posts-section .posts-row .post-card .post-card-link a {
  margin-left: 20px;
  margin-bottom: 20px;
}
.latest-posts-section.related-posts-section {
  background-color: #F5F5FF;
}
.latest-posts-section.related-posts-section .posts-row .post-card {
  height: 100%;
  margin-bottom: 20px;
}

.latest-posts-button-wrapper {
  display: flex;
  justify-content: center;
}

.accordion-main-header {
  color: #001689;
  text-transform: uppercase;
  margin-top: 60px;
  font-weight: 700;
}

.accordion.accordion--custom {
  margin-bottom: 60px;
}
.accordion.accordion--custom .accordion-item {
  margin-bottom: 12px;
}
.accordion.accordion--custom .accordion-item .accordion-header {
  background-color: #001689;
  color: #ffffff;
  width: 100%;
  padding: 18px 24px;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.accordion.accordion--custom .accordion-item .accordion-header .accordion-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  height: 6px;
  width: 10px;
}
.accordion.accordion--custom .accordion-item .accordion-header.active .accordion-arrow {
  transform: rotate(180deg);
}
.accordion.accordion--custom .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  padding: 0 20px;
}
.accordion.accordion--custom .accordion-item .accordion-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li {
  border-bottom: 1px solid #9A9A9A;
  display: flex;
  justify-content: start;
  align-items: center;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li a {
  margin-left: 10px;
  display: block;
  padding: 12px 0;
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li a:hover {
  text-decoration: underline;
}
.accordion.accordion--custom .accordion-item.open .accordion-content {
  display: block;
}

.accordion.accordion--filter .accordion-item {
  border: 0;
}
.accordion.accordion--filter .accordion-item .accordion-body {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 16px 0;
}
.accordion.accordion--filter .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #001689;
  outline: none;
  box-shadow: none;
  padding: 8px 0;
}
.accordion.accordion--filter .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion.accordion--filter .form-check {
  padding: 6px 0 6px 24px;
}
.accordion.accordion--filter .form-check.form-check-top-level {
  padding: 8px 0 8px 24px;
}
.accordion.accordion--filter .form-check.form-check-top-level .form-check-label {
  color: #001689;
  font-weight: 700;
}
.accordion.accordion--filter .form-check .form-check-input {
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.accordion.accordion--filter .form-check .form-check-input:checked {
  background-color: #EA0029;
  border-color: #EA0029;
  outline: none;
  box-shadow: none;
}
.accordion.accordion--filter .form-check .form-check-label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}
.accordion.accordion--filter .form-check.level-0 label {
  font-weight: 500;
}
.accordion.accordion--filter .form-check.level-1 {
  margin-left: 18px;
}

.text-and-image-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .text-and-image-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .text-and-image-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    pointer-events: none;
  }
}
.text-and-image-section .tai-heading {
  font-size: 32px;
  margin: 30px 0;
  color: #001689;
  font-weight: 700;
}
.text-and-image-section .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
}
.text-and-image-section .container {
  position: relative;
  z-index: 2;
}
.text-and-image-section .tai-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-and-image-section .tai-content .tai-left {
  width: 49%;
}
.text-and-image-section .tai-content .tai-left .tai-text {
  font-size: 16px;
  color: #000000;
}
.text-and-image-section .tai-content .tai-left .tai-text p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-and-image-section .tai-content .tai-right {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-and-image-section .tai-content .tai-right .tai-image img {
  width: 100%;
  height: auto;
  display: block;
}
.text-and-image-section.reverse .tai-content {
  flex-direction: row-reverse;
}
.text-and-image-section.reverse .overlay {
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .text-and-image-section .tai-content {
    flex-direction: column;
  }
  .text-and-image-section .tai-content .tai-left,
  .text-and-image-section .tai-content .tai-right {
    width: 100%;
  }
  .text-and-image-section .tai-content .overlay {
    width: 100%;
  }
}

.text-section {
  background-color: #f5f5ff;
}
.text-section__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #001689;
}
.text-section__text p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-section__subheading {
  font-weight: 700;
  color: #001689 !important;
}
.text-section .card-text-wrapper {
  border-bottom: 1px solid #EDECEC;
  border-left: 1px solid #EDECEC;
  border-right: 1px solid #EDECEC;
  border-top: 3px solid #001689;
  background-color: #ffffff;
  padding: 24px 16px;
  margin-bottom: 0;
  text-align: center;
}
.text-section .card-text-wrapper .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(237, 27, 36, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.text-section .card-text-wrapper .card-icon i {
  font-size: 26px;
  color: #ED1B24;
}
.text-section .card-text-wrapper .card-heading {
  font-size: 20px;
  color: #001689;
  font-weight: 700;
}
.text-section .card-text-wrapper .card-text {
  font-size: 16px;
}

.latest-products {
  background-color: #f5f5ff;
}
.latest-products__heading {
  color: #001689;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.latest-products .swiper-wrapper {
  height: auto;
}
.latest-products .swiper-pagination {
  position: static;
  width: auto !important;
}
.latest-products .swiper-pagination .swiper-pagination-bullet {
  height: 24px;
  width: 24px;
}
.latest-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #001689;
}
.latest-products .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.latest-products .navigation .swiper-button-prev,
.latest-products .navigation .swiper-button-next {
  position: static;
  left: unset;
  right: unset;
  margin: 0 !important;
}
.latest-products .navigation .swiper-button-prev::after,
.latest-products .navigation .swiper-button-next::after {
  font-size: 24px;
  color: #001689;
  line-height: 1;
}
.latest-products .navigation .swiper-button-prev svg,
.latest-products .navigation .swiper-button-next svg {
  width: 14px;
  height: 24px;
  color: #001689;
}
.latest-products .card {
  border-radius: 0px !important;
}
.latest-products .card .card-img-top {
  border-radius: 0px !important;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.timeline__title {
  color: #001689;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}
.timeline .timeline-container {
  position: relative;
}
.timeline .timeline-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: #001689;
}
@media (max-width: 992px) {
  .timeline .timeline-container::before {
    left: 0;
  }
}
.timeline__year {
  color: #001689;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.timeline__description {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.timeline__row {
  display: flex;
  align-items: flex-start;
}
.timeline__image {
  padding: 20px;
}
.timeline__row:nth-child(odd) {
  flex-direction: row;
}
.timeline__row:nth-child(odd) .timeline__year,
.timeline__row:nth-child(odd) .timeline__description {
  text-align: right;
}
@media (max-width: 992px) {
  .timeline__row:nth-child(odd) .timeline__year,
  .timeline__row:nth-child(odd) .timeline__description {
    text-align: left;
  }
}
.timeline__row:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline__row:nth-child(even) .timeline__year,
.timeline__row:nth-child(even) .timeline__description {
  text-align: left;
}
.timeline__item, .timeline__image {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 60px;
}
@media (max-width: 992px) {
  .timeline__item, .timeline__image {
    width: 100%;
    padding-left: 20px;
    padding-right: 0;
  }
}
.timeline__item {
  position: relative;
}
.timeline__item::before {
  content: "";
  position: absolute;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #001689;
}
.timeline__row:nth-child(odd) .timeline__item::before {
  right: -8px;
}
.timeline__row:nth-child(even) .timeline__item::before {
  left: -8px;
}
@media (max-width: 992px) {
  .timeline__row {
    flex-direction: column !important;
  }
  .timeline__item::before {
    left: -8px;
    right: auto;
  }
}

.two-cols__title-first, .two-cols__title-rest {
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
}
.two-cols__title-first {
  color: #001689;
}
.two-cols__title-rest {
  color: #ED1B24;
}

.latest-references {
  background-color: #f5f5ff;
}
.latest-references__heading {
  color: #001689;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.latest-references .swiper-latest-references .swiper-slide {
  width: fit-content;
}
.latest-references .swiper-latest-references .card {
  width: fit-content;
  border: none !important;
  border-radius: 0 !important;
}
@media (max-width: 576px) {
  .latest-references .swiper-latest-references .card {
    width: 100%;
  }
}
.latest-references .swiper-latest-references .card .card-img {
  max-width: 450px;
  width: fit-content;
  object-fit: fill;
  border-radius: 0 !important;
  display: block;
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .latest-references .swiper-latest-references .card .card-img {
    min-height: auto;
    height: auto;
    width: 100%;
  }
}
.latest-references .swiper-latest-references .card .card-img-overlay {
  max-width: 450px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 60%);
}
.latest-references .swiper-latest-references .card .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.latest-references .swiper-latest-references .card .card-content .card-title {
  margin-top: auto;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: auto;
}
.latest-references .swiper-latest-references .card .card-content .card-text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}
.latest-references .swiper-latest-references .swiper-button-prev,
.latest-references .swiper-latest-references .swiper-button-next {
  color: #001689;
  background-color: #ffffff;
  padding: 12px;
  transition: background 0.4s ease-in-out;
}
.latest-references .swiper-latest-references .swiper-button-prev::after,
.latest-references .swiper-latest-references .swiper-button-next::after {
  font-size: 40px !important;
  -webkit-text-stroke: 5px currentColor !important;
  line-height: 1;
}
.latest-references .swiper-latest-references .swiper-button-prev:hover,
.latest-references .swiper-latest-references .swiper-button-next:hover {
  color: #ffffff;
  background-color: #001689;
}

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