/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }
}

a {
	text-decoration: none
}

/*    --------------------------------------------------
	:: navbar
	-------------------------------------------------- */
.main-menu {
  background: #001254
}
.main-menu .navbar-nav {
  padding: .4rem 0;
}
.main-menu .navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1rem;
  border-right: 1px solid #fff;
}

@media (max-width: 1199.98px) {
.main-menu .navbar-nav .nav-link {
  padding: .5rem .5rem;
  border-right: 0;
}}

.main-menu .navbar-nav .nav-link:hover {
  color: #0064A3;
}
.main-menu .nav-item:last-child .nav-link {
  border-right: 0;
}
.products-container {
  background: #0064A3;
  margin: 0;
  padding: 1.5rem;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

@media (max-width: 1199.98px) {
.products-container {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
}

@media (max-width: 767.98px) {
.products-container {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
}

.products-container li {
  list-style-type: none;
}
.products-container li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: .5rem;
  display: block;
  text-decoration: none
}
.products-container li a:hover {
  color: #001254
}
.navbar .megamenu {
  padding: 0;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */
/*    --------------------------------------------------
	:: home
	-------------------------------------------------- */
.hero-home {
  background: url("../../../images/herobg.jpg");
  height: 265px;
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center
}
.home-title {
  width: 100%;
  font-size: 22px;
  color: #ffffff !important;
  text-shadow: 3px 3px #000000;
  font-weight: bold;
  line-height: 2em;
}
.quality-home {
  background: url("../../../images/qualitybg.jpg");
  height: 265px;
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center
}
.hse-home {
  background: url("../../../images/hsebg.jpg");
  height: 265px;
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center
}
.contacts-home {
  background: url("../../../images/contactsbg.jpg");
  height: 265px;
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center
}
footer {
  margin-top: auto;
  font-size: .9em;
  background: #0064A3;
  color: #fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(0, 18, 84, .5);
  color: white;
  cursor: pointer;
	padding: .15em .25em .25em;
  border-radius: 10px;
  font-size: 3em;
}
#myBtn:hover {
  background-color: #555;
}


.product-title {
	background-color: #0064A3
}

.product-title h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold
}

.product-title p {
	font-size: .85em;
	color: white
}

.products-list a {
	color: #001254;
	font-size:  .9em;
}

.products-list a:hover {
	color: #0064A3
}

.products-list .list-group-item {
	padding: .25rem;
}