@font-face {
  font-family: 'Mulish';
  src: url("../fonts/Mulish-Medium.eot");
  src: url("../fonts/Mulish-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium.woff") format("woff"), url("../fonts/Mulish-Medium.ttf") format("truetype"), url("../fonts/Mulish-Medium.svg#Mulish-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mulish';
  src: url("../fonts/Mulish-Regular.eot");
  src: url("../fonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.ttf") format("truetype"), url("../fonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.fab {
  font-family: "Font Awesome 5 Brands"; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Mulish", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit;
  font-family: "Mulish", sans-serif; }

h1 {
  /*basic heading styles*/
  font-size: 48px;
  font-weight: 500; }

.page-title {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  color: #002b6f;
  margin-top: 50px; }

h2 {
  /*basic heading styles*/ }

h3 {
  /*basic heading styles*/ }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }

ul {
  /*basic list styles*/ }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #002b6f;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #000309; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.main-content {
  padding: 80px 0; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #002b6f; }
    .not-found .label:hover {
      background-color: #001b46;
      color: #fff; }

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .woocommerce .products ul:before, .woocommerce ul.products:before {
    display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0; }

.header-meddle {
  background-color: #002b6f;
  padding: 20px 0; }

.header-top-wrap {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  width: 100%; }
  .header-top-wrap p {
    margin: 0 15px; }
  .header-top-wrap a {
    padding: 0 10px;
    text-decoration: none; }
    .header-top-wrap a svg {
      margin-right: 10px; }
    .header-top-wrap a span {
      margin-left: 10px; }
    .header-top-wrap a:hover {
      text-decoration: underline;
      color: #2d8ceb; }

.header-bottom-wrap {
  padding: 20px; }

#menu-sub-header {
  display: flex;
  justify-content: center;
  flex-direction: row; }
  #menu-sub-header li {
    margin: 0 15px; }
    #menu-sub-header li a:hover {
      color: #2d8ceb;
      text-decoration: underline; }

.wrap-header-nav {
  display: flex;
  justify-content: flex-end; }

.wrap-header-cat {
  display: flex;
  justify-content: center;
  align-items: center; }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: height .3s ease; }

#home-slider .slick-slide-link {
  display: block;
  width: 100%;
  height: 100%; }

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

#home-slider .responsive-embed {
  margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/ } }

.woocommerce {
  /* navigation */ }
  .woocommerce ul.products li.product .button {
    background-color: #CE2B37;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0.75em 1em;
    font-weight: 400;
    text-transform: uppercase; }
    .woocommerce ul.products li.product .button:hover {
      color: #000;
      text-decoration: none; }
  .woocommerce ul.products li.product .onsale {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin: -30px -30px;
    background-color: #00BC0D; }
  .woocommerce .woocommerce-ordering {
    padding-bottom: 50px; }
  .woocommerce ul.products li.product, .woocommerce .woocommerce-page ul.products li.product {
    margin-bottom: 100px; }
  .woocommerce ul.products li.product .price {
    font-size: 1.2em;
    color: #CE2B37;
    font-weight: 900; }
  .woocommerce nav.woocommerce-pagination ul {
    display: flex;
    border: none;
    justify-content: center;
    padding: 30px 0; }
    .woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after {
      display: none; }
    .woocommerce nav.woocommerce-pagination ul li {
      background-color: transparent;
      padding: 0;
      border: none;
      margin: 0 10px; }
      .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
        background-color: transparent;
        border: 2px solid #000;
        padding: 10px;
        font-weight: 700; }
        .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a.current {
          background-color: transparent;
          border-color: #CE2B37;
          color: #CE2B37; }
  .woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    padding: 100px 0; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center; }

li.wpmenucartli a.wpmenucart-contents .wpmenucart-icon-shopping-cart-0 {
  color: #fff;
  font-size: 24px; }

li.wpmenucartli a.wpmenucart-contents span {
  color: #fff;
  font-size: 24px; }

.woocommerce div.product form.cart {
  margin-top: 15px; }

.woocommerce .quantity .qty {
  height: 35px; }

.woocommerce-Price-amount.amount {
  font-weight: 900; }

.our_responsibilities {
  padding: 40px 0; }

.our_responsibilities-title {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  .our_responsibilities-title:after {
    content: '';
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 10px auto;
    height: 2px;
    background-color: #002b6f; }

.our_responsibilities-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0; }

.our_responsibilities-item {
  width: 100%;
  max-width: 19%;
  flex: 19%;
  text-align: center; }
  .our_responsibilities-item img {
    margin: 0 auto 20px; }

.cat_list {
  padding: 50px 15px; }

.cat_list-wrapper {
  display: flex;
  justify-content: space-between; }

.cat_list-item {
  width: 100%;
  height: 285px;
  max-width: 24%;
  flex: 24%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.cat_list-link {
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 900;
  text-align: center; }
  .cat_list-link span {
    font-size: 40px;
    line-height: 50px; }
  .cat_list-link:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.1); }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  margin-top: 50px; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li a {
      display: block;
      padding: 5px 10px 5px 0; }

.footer-top {
  background-color: #002b6f;
  padding: 80px 0; }
  .footer-top h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff; }
  .footer-top a, .footer-top p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px; }
  .footer-top a:hover {
    color: #2d8ceb; }
  .footer-top .col {
    border-left: 2px solid #fff; }

.footer-copyright .container {
  display: flex;
  justify-content: space-between; }
  .footer-copyright .container p {
    margin: 0; }
    .footer-copyright .container p a {
      text-decoration: none;
      color: #333; }
      .footer-copyright .container p a:hover {
        color: #2d8ceb; }

.footer-socials {
  list-style-type: none;
  display: flex;
  justify-content: center; }
  .footer-socials li {
    margin: 0 15px; }
    .footer-socials li i {
      font-size: 20px; }
