html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: rgba(216, 34, 40, 0.5058823529);
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 26px;
  letter-spacing: 0.3px;
}

section {
  padding: 70px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #033566;
  font-weight: 700;
  margin-bottom: 15px;
}

h1.main-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-indent: -9999em;
}

h2 {
  color: #ffffff;
  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  color: #ffffff;
  font-size: 24px;
}

h5 {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 14px;
}

small {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #d82229;
}
a:hover, a:active {
  color: rgb(171.936, 27.064, 32.636);
}

.btn {
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 8px 35px;
}

.btn-primary {
  background-color: #d82229;
  border: 2px solid #d82229;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: transparent;
  border: 2px solid #d82229;
  color: #d82229;
}

.btn-secondary {
  background-color: #033566;
  border: 2px solid #033566;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: transparent;
  border: 2px solid #033566;
  color: #033566;
}

header .top {
  background-color: #033566;
  color: #ffffff;
  padding: 15px 0;
}
header .top .content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .top .content-wrapper i {
  margin-right: 15px;
}

header .logo .content-wrapper {
  display: flex;
  justify-content: center;
}

header .logo .content-wrapper a img {
  max-width: 262px;
  width: 100%;
  margin: 30px 0;
}

header .logo .content-wrapper a img:hover {
  transform: translateX(5px);
}

@media screen and (min-width: 576px) {
  header .logo .content-wrapper {
    justify-content: flex-start;
  }
}
header nav.navbar {
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

header nav.navbar .navbar-toggler {
  border: none;
  outline: none;
}

header nav.navbar .container {
  justify-content: center;
}

header nav.navbar .nav-link,
header nav.navbar .dropdown-item {
  color: #d82229;
  padding: 20px !important;
}

header nav.navbar .nav-link:hover {
  color: #d82229;
}

header nav.navbar .dropdown-menu {
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  border: none;
  background: #d82229;
  width: auto;
}

header nav.navbar .dropdown-item {
  padding: 5px !important;
  color: #ffffff;
}

header nav.navbar .dropdown-item:hover,
header nav.navbar .dropdown-item:active {
  background-color: rgb(171.936, 27.064, 32.636);
}

@media screen and (min-width: 576px) {
  header nav.navbar .container {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  header nav.navbar {
    padding: 0;
  }
  header nav.navbar .nav-link {
    border-top: 3px solid #ffffff;
  }
  header nav.navbar .nav-link:hover {
    border-top: 3px solid #d1d1d1;
  }
}
.carousel.home-img-slide {
  max-height: 550px;
  overflow: hidden;
}

.carousel.home-img-slide .carousel-indicators button {
  width: 16px;
  height: 15px;
  background-color: rgba(1, 1, 1, 0.568627451);
}

.carousel.home-img-slide .carousel-indicators button.active {
  background-color: #ffffff;
}

.products-home .products-grid .item {
  overflow: hidden;
  margin-bottom: 30px;
}
.products-home .products-grid .item img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border-radius: 3px;
}
.products-home .products-grid .item .btn {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.bottom {
  background-color: #033566;
  color: #ffffff;
}
.bottom .contact-info .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.bottom .contact-info .item i {
  margin-right: 15px;
}
.bottom .contact-info .item small a {
  color: #ffffff;
}

footer {
  background-color: #022f5c;
  color: #ffffff;
  padding: 30px 0;
}

.breadcrumbs {
  background-color: #d82229;
  color: #ffffff;
  padding: 40px 0;
}
.breadcrumbs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.breadcrumbs .content-wrapper h4,
.breadcrumbs .content-wrapper p {
  margin-bottom: 0;
}
.breadcrumbs .content-wrapper h4 {
  text-transform: capitalize;
}
.breadcrumbs .content-wrapper a {
  color: #ffffff;
}
.breadcrumbs .content-wrapper a:last-child {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .breadcrumbs .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .breadcrumbs .content-wrapper .path {
    text-align: right;
  }
}
section.about .img-col {
  overflow: hidden;
}
section.about .img-col img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.products-img-slide .carousel-inner {
  border-radius: 3px;
}
.products-img-slide .carousel-indicators {
  position: relative;
}
.products-img-slide .carousel-indicators button {
  width: 120px !important;
  height: 100%;
}
.products-img-slide .carousel-indicators button img {
  border-radius: 3px;
  height: 100%;
}

.services i {
  font-size: 150px;
  color: #d82229;
}

.scroll-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: rotate(-90deg);
  border-radius: 50%;
  outline: none;
  border: 2px solid #022f5c;
  width: 40px;
  height: 40px;
  background-color: #022f5c;
  color: #ffffff;
}
.scroll-top-btn:hover, .scroll-top-btn:active {
  background-color: rgb(1.4574468085, 34.25, 67.0425531915);
}

.news .item {
  overflow: hidden;
}
.news .item img {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 15px;
}
.news .item .date {
  margin-bottom: 15px;
}
.news .item .date small,
.news .item .date i {
  color: #888888;
}
.news .item p {
  color: #333333;
  margin-bottom: 15px;
}

.contact .contact-info .contact-info-items .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.contact .contact-info .contact-info-items .item i {
  color: #d82229;
  margin-right: 15px;
}
.contact .contact-info .contact-info-items .item a,
.contact .contact-info .contact-info-items .item p {
  color: #333333;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #001F3E;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader img {
  width: 60px;
}

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