/**
* Template Name: Logis - v1.1.0
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
@font-face {
  font-family: Poppins;
  src: url('webfonts/Poppins-Regular.ttf');
}

:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
  --color-footer: #7c8a55;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/* customize scrollbar */
::-webkit-scrollbar {
  width: 0px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: Poppins;
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
}

.sidebar .sidebar-nav {
  height: max-content;
  flex-wrap: wrap;
}
.sidebar .sidebar-nav a {
  text-decoration: none;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.sidebar .sidebar-nav .sidebar-item {
  width: inherit;
  border-radius: 0.5rem;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.sidebar .sidebar-nav .sidebar-item:hover {
  cursor: pointer;
}
.sidebar .sidebar-nav .sidebar-item:hover:not(.active) i {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-nav .sidebar-item i {
  margin-right: 12px;
}
.sidebar .sidebar-nav a .submenu {
  display: none;
  width: 100%;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 0px;
  padding-left: 1rem;
}
.sidebar .sidebar-nav a .submenu .submenu-item {
  border-radius: 1rem;
  padding-inline: 10px;
  padding-block: 5px;
  /* margin-bottom: 2px; */
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-nav a .submenu .submenu-item:hover {
  cursor: pointer;
  background-color: rgba(25, 75, 120, 0.15);
}
.sidebar .sidebar-nav .sidebar-item.side-parent i:last-child {
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}
.sidebar .sidebar-nav .sidebar-item.side-parent.active i:last-child {
  transform: rotate(90deg);
}
.sidebar .sidebar-nav .sidebar-item.side-parent.active {
  margin-bottom: 0px;
}
.sidebar .logout {
  padding: 1rem;
}
/* Link new sidebar */
.link-new {
  background-color: var(--white);
  box-shadow: 1px 1px 4px rgba(108, 108, 108);
  color: var(--primary);
  width: max-content;
  height: max-content;
  padding-block: 4px;
  padding-inline: 6px;
  border-radius: 3px;
  position: absolute;
  top: -65px;
  display: none;
}
.link-new.show {
  display: flex;
  flex-direction: column;
}
.link-new .link-item .link-items {
  width: 100%;
  height: max-content;
  transition: all 0.2s ease-in-out;
  padding-inline: 4px;
  padding-block: 6px;
  border-radius: 4px;
}
.link-new .link-item hr {
  border: none;
  height: 1px;
  background-color: var(--primary-40);
}
.link-new .link-item .link-items:hover {
  background-color: rgba(25, 75, 120, 0.25);
  transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding-top: 80px;
  padding-bottom: 10px;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #001973;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

.merk-list li a {
  color: rgb(108, 117, 125);
  text-decoration: none;
}
.merk-list li a:hover {
  color: #FE7418;
  text-decoration: underline;
}
.merk-list li a.active {
  color: #FE7418;
  text-decoration: underline;
}

/* News */
.catnames span a.active {
  color: #FE7418;
  text-decoration: underline;
}
.cattname span a.active {
  color: #FE7418;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: Poppins;
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumbs nav ol span {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  color: rgba(29, 26, 26, 0.9);
}

.breadcrumbs a:hover,
  .breadcrumbs .active,
  .breadcrumbs .active:focus,
  .breadcrumbs li:hover>a {
    color: rgba(29, 26, 26, 0.4);
    transition: 0.2s ease-in-out;
  }

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #FF7517;
  font-weight: normal;
  content: "/";
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  color: transparent;
  right: 80px;
  bottom: 20px;
  z-index: 99999;
  background: #FF7517;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(254, 116, 24, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/* Whatsapp Floating Button */
.whatsapp-float {
  position: fixed;
  visibility: visible;
  text-decoration: none;
  opacity: 1;
  z-index: 99999;
  right: 15px;
  bottom: 15px;
  background-color: #0CC243;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.whatsapp-float i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
}

.whatsapp-float:hover {
  background-color: #3E8E56;
  color: #fff;
}

#floating-button{
  position: fixed;
  visibility: visible;
  text-decoration: none;
  opacity: 1;
  z-index: 99999;
  right: 15px;
  bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  transition: all 0.4s;
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

.plus img {
  width: 50%;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

@keyframes plus-in{
  from {
    transform: scale(1.0);
  }
  to {
    transform: scale(1.1);
  }
}

@keyframes plus-out{
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.0);
  }
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltipText {
  visibility: visible;
  top: -8px;
  right: 150%;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-weight: 600;
  text-align: center;
  padding: 3.5px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
}

.edit{
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.contactPerson-3{
  right: 10px;
  bottom: 215px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.contactPerson-2{
  right: 10px;
  bottom: 165px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.contactPerson-1{
  right: 10px;
  bottom: 115px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.contactPerson-0{
  right: 10px;
  bottom: 65px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  width: 100%;
  z-index: 997;
  background-image: url('bg/bg-header.png');
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  max-height: max-content;
  transition: 0.5s ease-in-out;
  /* padding-bottom: 15px; */
  padding: 10px 0;
}

.header.sticked {
  background-image: url('bg/bg-header.png');
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  max-height: max-content;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
}
.header .container .row .col-lg-10 {
  padding-left: 0px;
  padding-right: 0px;
}
.header .logo img {
  max-height: 65px;
}

@media (max-width: 768px) {
  /* .navbar ul {
    height: max-content;
    width: 100% !important;
  }

  .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }

  .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.5);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }

  .navbar ul li a.active {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
  } */

  /* Product Page */
  #img-cont {
    max-width: 100% !important;
  }
  .owl-carousel {
    width: 100%;
  }
  .sidebar .sidebar-nav .sidebar-item {
    padding-inline: 0px;
  }
  .sidebar .sidebar-nav .sidebar-item .fw-normal {
    font-size: 1rem;
  }
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: Poppins;
}

/* Semi Desktop */
@media (min-width: 1024px) {
  .footer .footer-info .logo img {
    margin-left: 0px;
    max-width: 12vw;
  }

  a.no-parent .sidebar-item .fw-normal {
    height: 16px;
    font-size: 0.9rem;
  }

  a.no-parent .sidebar-item .navicon {
    font-size: 0.6rem;
  }

  a.has-parent .sidebar-item .fw-normal {
    height: 16px;
    font-size: 0.9rem;
  }

  a.has-parent .sidebar-item .navicon {
    font-size: 0.6rem;
  }
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  a.no-parent .sidebar-item .fw-normal {
    height: 20px;
    font-size: 1rem;
  }

  a.no-parent .sidebar-item .navicon {
    font-size: 0.8rem;
  }

  a.has-parent .sidebar-item .fw-normal {
    height: 20px;
    font-size: 1rem;
  }

  a.has-parent .sidebar-item .navicon {
    font-size: 0.8rem;
  }

  .sidebar .sidebar-nav .sidebar-item .fw-normal {
    font-size: 1.05rem;
  }
  .section div.container div.row div.col-lg-10 div.row .col-lg-6 {
    padding-right: 1.5rem;
  }
  .section div.container div.row div.col-lg-10 div.row .col-lg-6 {
    padding-left: 1.5rem;
  }

  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
    margin-left: 25px;
  }

  .navbar a,
  .navbar a:focus {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: 0.2s ease-in-out;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #F37435 !important;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {
  i.mobile-nav-show,
  i.mobile-nav-hide {
    display: none;
    color: #fff;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9999;
  }

  .navbar ul {
    display: none;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #2C2727;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    display: block;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    margin-left: calc(20vw - 90%);
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active ul li a:hover {
    border-radius: 5px;
    background: rgba(55, 52, 53, 0.9);
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(243, 116, 53);
    z-index: 9996;
  }
  
  /* Merk */
  .row-merk .col-lg-2 {
    flex: 0 0 auto;
    width: 25%;
  }

  /* Footer */
  .footer .footer-info .logo img {
    margin-left: 0px !important;
    max-width: 100px;
  }
  .footer .footer-links {
    text-align: start !important;
  }
  .footer .footer-contact p {
    text-align: start !important;
  }
  .footer .footer-info p {
    text-align: start !important;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: Poppins;
  color: #001f8d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #001973;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #001973;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--color-primary);
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 29, 52, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, 0.15);
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: rgba(14, 29, 52, 0.5);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff;
}

.horizontal-pricing .featured {
  background: var(--color-primary);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: #FF7517;
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 20vh;
  color: rgba(255, 255, 255, 0.8);
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero form {
  background: #fff;
}

.hero form .form-control {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  border-radius: 3px;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 12px 50px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.loaders img {
  max-width: 35px;
  max-height: 35px;
  transform: scale(1.8);
}
#img-cont {
  overflow: hidden;
}
.footer {
  font-size: 14px;
  background-color: var(--color-footer);
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer .footer-info p {
  font-size: 14px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #FF7517;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul li a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}


@media (max-width: 1280px) {
  .footer {
    font-size: 14px;
    background-color: var(--color-footer);
    padding: 50px 0;
    color: white;
  }

  .footer .footer-info .logo {
    line-height: 0;
    margin-top: -3vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 25vw;
  }
  
  .footer .footer-info .logo img {
    margin-right: 6px;
  }
  
  .footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
  }
  
  .footer .footer-info p {
    font-size: 14px;
    text-align: center;
  }

  .footer .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: #FF7517;
    border-color: #fff;
  }
  
  .footer h4 {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-links {
    margin-bottom: 25px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-links ul li a:hover {
    color: #FF7517;
  }
  
  .footer .footer-contact p {
    line-height: 26px;
    text-align: center;
  }
  
  .footer .copyright {
    text-align: center;
  }
  
  .footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
  }
  
  .footer .credits a {
    color: #fff;
  }
}

.mini-head {
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
  background-color: purple;
}
.header .mini-head .row .col-lg-10 {
  display: flex;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 71vw;
}
.mini-header {
  font-size: 14px;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 18px;
}
.mini-header a {
  text-decoration: none;
  color: #6C757D;
}
.mini-header a:hover {
  color: #F37435;
  transition: 0.2s ease;
}

@media (max-width: 1280px) {
  .form-contact .row .text-contact {
    margin-top: 15px;
  }

  .form-contact .row .text-contact button {
    margin: auto;
  }
}
/* Manual Normal Size Init */
/* Merk List */
.conta-merk {
  padding-top: 32px;
}
.swiper {
  width: 100%;
  height: 86vh !important;
  margin-top: -25px;
}
.section .container-fluid .breadcrumbs .container {
  padding-top: 0px;
}
.section div.container {
  padding-top: 28px;
}

/* Product Page */
img#img-prevod {
  border: 0.5px solid #dee2e6;
  width: 100%;
}
.accor-product {
  display: none;
}
.accor-categ {
  display: none !important;
}
.product-card {
  border: 0.1px solid rgba(108, 117, 125, 0.2);
  min-height: 32vh;
}
.wrap-desc {
  width: 100%;
}

/* Contact Us Page */
.maps {
  padding-bottom: 20px;
}
.maps iframe {
  width: 100%;
  height: 65vh;
}

@media (min-width: 1566px) {
  .product-card {
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
    height: 5em;
    overflow: overlay;
  }
}

@media (max-width: 1566px) {
  .product-card {
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
    height: 5em;
    overflow: overlay;
  }
}

@media (max-width: 1366px) {
  .product-card {
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
    height: 5em;
    overflow: overlay;
    text-align: left;
  }
  .product-card .img-prod .prod-name span a {
    font-size: 11px;
  }
  .merks a  {
    font-size: 12px;
  }
}

/* Manual Breakpoint */
@media (min-width: 1566px) {
  .product-card {
    min-height: 258px;
  }

  .product-card .img-prod .prod-name span a {
    font-size: 12px;
  }
}

/* Landscape */
@media only screen and (max-width: 992px) and (orientation: landscape) {  
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    max-height: 85px;
  }
  .header.sticked {
    max-height: 85px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.3);
  }
  .header .container {
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-right: 10px;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .logo img {
    max-height: 65px;
    margin: 10px;
    margin-left: 0px;
  }
  i.mobile-nav-show {
    margin: 0;
    padding: 0;
    font-size: 22px;
  }

  /* Section */
  .section, 
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 40px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
  }
  .section div.container {
    padding-top: 20px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(3);
  }

  /* Navbar */
  .navbar ul {
    display: none;
  }
  /* .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.8);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }
  .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.8);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  } */
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 65vh;
    margin-left: calc(20vw - 45%);
    background-color: rgba(243, 116, 53);
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }

  /* Merk List */
  .conta-merk {
    padding-top: 18px;
  }
  .row-merk {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Swiper */
  .swiper {
    margin-top: 18px;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 33.33333333% !important;
    height: auto;
  }

   /* Product Page */
   img#img-prevod {
    border: 0.5px solid #dee2e6;
    width: 100%;
    height: auto;
  }
  .product-card .img-prod .prod-name span {
    font-size: 11px;
  }
  .owl-carousel {
    margin: 0 auto;
    max-width: 100%;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .product-card {
    width: 100%;
    min-height: 30vh;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 2px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }

  /* Contact Us Page */
  .maps {
    padding-bottom: 5px;  
  }
  .maps iframe {
    width: 100%;
    height: 50vh;
  }

  /* Footer */
  .footer .footer-info {
    margin-bottom: 10px;
  }
  .footer .footer-info .logo {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .footer .footer-info .logo img {
    margin-left: 0px;
    max-width: 18vw;
  }
  .footer .footer-info p {
    font-size: 14px;
    text-align: center !important;
  }
  .footer .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .footer-links h4 {
    font-size: 16px;
    text-align: center !important;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100% !important;
    text-align: center !important; 
  }
  .footer .footer-contact p {
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) and (orientation: landscape) {  
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    padding: 0px;
    margin: 0px;
    max-height: max-content;
  }
  .header.sticked {
    max-height: max-content;
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.3);
  }
  .header .container {
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    padding: 0;
    margin: 0px;
    padding-left: 0px;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .logo img {
    max-height: 55px;
  }
  i.mobile-nav-show {
    margin: 0;
    padding: 0;
    font-size: 22px;
  }

  /* Navbar */
  .navbar ul {
    display: none;
    height: max-content;
    width: 100%;
    padding-top: 20px;
    margin-left: 25vw;
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    margin-top: 0px;
    margin-left: calc(20vw - 35%);
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
  }
  .mobile-nav-active ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }

  /* Section */
  .section, 
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 35px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
  }
  .section div.container {
    padding-top: 20px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(1.5);
  }

  /* Swiper */
  .swiper {
    margin-top: 8px;
  }

  /* Merk List */
  .conta-merk {
    padding-top: 18px;
  }
  .row-merk {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 50% !important;
    height: auto;
  }

  /* News */
  .accor-categ {
    display: block;
  }

   /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    width: 100%;
    height: auto;
  }
  .owl-carousel {
    width: 100%;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .product-card .img-prod .prod-name span {
    font-size: 10px;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card {
    width: 100%;
    height: 100% !important;
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }

  /* News */
  .accor-categ {
    display: block !important;
  }
  .categ-search {
    display: none !important;
  }

  /* Contact Us Page */
  .maps {
    padding-bottom: 5px;  
  }
  .maps iframe {
    width: 100%;
    height: 45vh;
  }

  /* Footer */
  .footer .footer-info {
    margin-bottom: 10px;
  }
  .footer .footer-info .logo {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .footer .footer-info .logo img {
    margin-left: 0px;
    max-width: 18vw;
  }
  .footer .footer-info p {
    font-size: 14px;
    text-align: center !important;
  }
  .footer .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .footer-links h4 {
    font-size: 16px;
    text-align: center;
  }
  .footer .footer-contact p {
    text-align: center !important;
  }
}

@media (min-width: 500px) and (max-width: 565px) {
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px !important;
    padding-right: 8px !important;
  }

  /* Section */
  .section .container-fluid .breadcrumbs {
    padding-top: 4vh !important;
  }

  i.mobile-nav-show {
    margin: 0 auto;
    font-size: 1.5em !important;
    padding-right: 10px !important;
  }
  .navbar ul {
    display: none;
  }
  .mobile-nav-active i.mobile-nav-hide {
    font-size: 1.5em !important;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }

  /* Floating Button */
  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 65px;
  }
  .whatsapp-float {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 567px) and (max-width: 767px) {
  i.mobile-nav-show {
    padding: 0px !important;
  }
  .header .container {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .navbar ul {
    margin-left: 30vw !important;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    padding-top: 20px;
    margin-left: 5vw !important;
  }

  .swiper {
    max-width: 100%;
    max-height: 65vh;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 420px) and (max-width: 767px) and (orientation: portrait) {  
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    max-height: 65px;
    background-color: transparent;
    background-image: url('bg/bg-head-mini.png');
    background-size: cover;
    background-position: center;
  }
  .header.sticked {
    max-height: 65px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
    background-image: url('bg/bg-head-mini.png');
    background-size: cover;
    background-position: center;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 4vw;
  }
  .header .logo img {
    max-height: 50px;
    margin: 10px;
  }
  i.mobile-nav-show {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
  }
  .mobile-nav-active i.mobile-nav-hide {
    font-size: 22px;
    margin: 0;
    padding: 0;
  }

  /* Navbar */
  .navbar, 
  .navbar ul {
    display: none;
  }
  
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 32vh !important;
    margin-left: calc(20vw - 30%);
  }
  .mobile-nav-active .navbar:before {
    backgrsound-color: rgba(243, 116, 53);
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active i.mobile-nav-hide {
    font-size: 20px;
    margin: 0;
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }

  /* Section */
  .section, 
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 32px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
    padding-left: calc(15vw - 50px);
    padding-right: calc(15vw - 50px);
  }
  .section div.container {
    padding-top: 20px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(2);
  }

  /* Swiper */
  .swiper {
    width: 100%;  
    position: relative;
    max-height: 40vh;
    padding-bottom: 0px;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    min-height: max-content;
  }

  /* Merk List */
  .conta-merk {
    padding-top: 18px;
  }
  .conta-merk .row .col-lg-10 h3 {
    font-size: 90px;
  }
  .row-merk {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 50% !important;
    height: auto;
  }

   /* Product Page */
   img#img-prevod {
    border: 0.5px solid #dee2e6;
    width: 100%;
    height: auto;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .prod-search {
    padding-top: 10px;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .product-card {
    width: 100%;
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 2px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }

  /* News */
  .accor-categ {
    display: block !important;
  }
  .categ-search {
    display: none !important;
  }

  /* Contact Us Page */
  .maps {
    padding-bottom: 5px;  
  }
  .maps iframe {
    width: 100%;
    height: 30vh;
  }
  
  /* Footer */
  .footer .footer-info p {
    text-align: center !important;
  }
  .footer .footer-links {
    text-align: center !important;
  }
  .footer .social-links {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .footer .social-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    transition: 0.3s;
  }
  .footer .social-links a:hover {
    color: #FF7517;
    border-color: #fff;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100% !important;
    text-align: center;
  }
  .footer .footer-contact p {
    text-align: center !important;
  }

  /* Font-Resize */
  .conta-merk .row .col-lg-10 h3 {
    font-size: 1.5em !important;
  }
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 li,
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 ol li a,
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 ol li span {
    font-size: 1.1em !important;
  }
  .accordion-header .accordion-button {
    font-size: 0.6em;
  }
  .prod-search .form-group label {
    font-size: 1.2em !important;
    font-weight: normal !important;
  }
  .info-item div h4 {
    font-size: 1.2em !important;
  }
  /* Floating Button */
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .whatsapp-float {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 320px) {
  .swiper {
    margin-top: 8px;
  }
  .cont-product {
    height: auto;
  }
  .product-card {
    width: 100%;
    min-height: 100% !important;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 2px;
    text-align: center;
  }
  
  /* Navbar */
  .navbar ul {
    display: none;
    height: max-content;
    width: 100%;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 25px !important;
    margin-left: calc(20vw - 25%);
  }

  /* Breadcrumbs */
  .section .container-fluid .breadcrumbs .container {
    padding-left: calc(12vw - 20px) !important;
    padding-right: calc(12vw - 20px) !important;
  }

  /* Footer */
  .footer .footer-info {
    margin-bottom: 10px;
  }
  .footer .footer-info .logo {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .footer .footer-info .logo img {
    margin-left: 0px;
    max-width: 25vw;
  }
  .footer .footer-info p {
    font-size: 14px;
    text-align: center !important;
  }
  .footer .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer .footer-links h4 {
    font-size: 16px;
    text-align: center;
  }
  .footer .footer-contact p 
  {
    text-align: center !important;
  }
}

@media (min-width: 320px) and (max-width: 420px) {  
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header Page */
  .header {
    max-height: 65px;
    width: 100%;
    background-image: url('bg/bg-head-mini.png');
    background-position: center;
    background-size: cover;
  }
  .header.sticked {
    max-height: 65px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
    background-image: url('bg/bg-head-mini.png');
    background-size: cover;
    background-position: left;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .container .row .col-lg-10 .head-wrap {
    padding: 0px !important;
    margin: 0px !important;
  }
  .header .container .row .col-lg-10 .head-wrap .logo {
    max-width: max-content;
  }
  .header .logo img {
    max-height: 55px;
    padding: 0px !important;
  }
  i.mobile-nav-show {
    margin: 0px;
    font-size: 22px;
  }
  .mobile-nav-active i.mobile-nav-hide {
    font-size: 22px;
    margin: 0;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 40vh;
    margin-left: calc(20vw - 35%);
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }

  /* Section Padding */
  .section, 
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 32px !important;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
    padding-left: calc(18vw - 50px);
    padding-right: calc(18vw - 50px);
  }
  .section div.container {
    padding-top: 18px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(2);
  }
  /* Swiper JS */
  .swiper {
    width: 100%;
    position: relative;
    max-height: 32vh;
    padding-bottom: 0px;
    margin-top: 3px;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    min-height: max-content;
    object-fit: cover !important;
  }

  /* Merk List */
  .conta-merk {
    padding-top: 18px;
  }
  .conta-merk .row .col-lg-10 .row .col-lg-2 .card {
    min-height: 100%;
  }
  .row-merk {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 50% !important;
    height: auto;
  }

  /* Navbar On Mobile */
  .navbar,
  .navbar ul {
    display: none;
  }

  /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    max-width: 100%;
    height: auto;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .product-card {
    width: 100%;
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 2px;
    text-align: center;
  }
  .prod-search {
    padding-top: 2vh;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }

  /* News */
  .accor-categ {
    display: block !important;
  }
  .categ-search {
    display: none !important;
  }

  /* Contact Us Page */
  .maps {
    padding-bottom: 5px;
  }
  .maps iframe {
    width: 100%;
    height: 35vh !important;
  }

  /* Footer */
  .footer .footer-info p {
    text-align: center !important;
  }
  .footer .footer-links {
    text-align: center !important;
  }
  .footer .social-links {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .footer .social-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    transition: 0.3s;
  }
  .footer .social-links a:hover {
    color: #FF7517;
    border-color: #fff;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100% !important;
    text-align: center !important;
  }
  .footer .footer-contact p {
    width: 100% !important;
    text-align: center !important;
  }

  /* Font-Resize */
  .conta-merk .row .col-lg-10 h3 {
    font-size: 1.5em !important;
  }
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 li,
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 ol li a,
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 ol li span {
    font-size: 1em !important;
  }
  .accordion-header .accordion-button {
    font-size: 0.6em;
  }
  .prod-search .form-group label {
    font-size: 1.2em !important;
    font-weight: normal !important;
  }
  .info-item div h4 {
    font-size: 1em !important;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .whatsapp-float {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 767px) and (max-width: 992px) and (orientation: portrait) {
  .header {
    width: 100%;
    max-height: 85px;
  }
  .header.sticked {
    max-height: 85px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 5px;
  }
  .header .logo img {
    max-height: 70px;
    margin: 5px;
    margin-left: 0px;
  }
  i.mobile-nav-show {
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
    font-size: 28px;
  }

  /* Navbar */
  .navbar ul {
    display: none;
    height: max-content;
    width: 100%;
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 32vh !important;
    margin-left: calc(20vw - 50%);
    background-color: rgba(243, 116, 53, 0.8);
  }
  .mobile-nav-active .navbar ul li a {
    font-size: 18px !important;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }
  .mobile-nav-active ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }

  /* Section */
  .section, 
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section,
  .section .container-fluid .breadcrumbs {
    padding-top: 42px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
  .section div.container {
    padding-top: 18px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(2.5);
  }

  /* Merk List */
  .conta-merk {
    padding-top: 18px;
  }
  .row-merk {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 50% !important;
    height: auto;
  }

  /* Swiper */
  .swiper {
    width: 100%;
    position: relative;
    max-height: 40vh;
    padding-bottom: 0px;
    margin-top: 15px;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 40vh;
  }

  /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    width: 100%;
    height: auto;
  }
  .product-card .img-prod .prod-name span {
    font-size: 11px;
  }
  #img-cont {
    max-width: 100% !important;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .product-card {
    width: 100%;
    min-height: 30vh;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }
  .owl-carousel {
    width: 100% !important;
  }

  /* News */
  .accor-categ {
    display: block !important;
  }
  .categ-search {
    display: none !important;
  }

  /* Contact Us Page */
  .maps {
    padding-bottom: 5px;  
  }
  .maps iframe {
    width: 100%;
    height: 45vh;
  }
  .scroll-top {
    width: 50px;
    height: 50px;
    bottom: 75px;
  }
  .whatsapp-float {
    width: 50px;
    height: 50px;
  }

  /* Footer */
  .footer .footer-info p {
    text-align: center !important;
  }
  .footer .footer-links {
    text-align: center !important;
  }
  .footer .footer-info .logo {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .footer .footer-info .logo img {
    max-width: 18vw;
    margin-left: 0px;
  }
  .footer .social-links {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .footer .social-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    transition: 0.3s;
  }
  .footer .social-links a:hover {
    color: #FF7517;
    border-color: #fff;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100% !important;
    text-align: center;
  }
  .footer .footer-contact p {
    text-align: center !important;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .header {
    width: 100%;
    max-height: 120px;
  }
  .header.sticked {
    max-height: 120px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
  }
  .header .row,
  .header.sticked .row {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
  }
  .header .logo img {
    max-height: 65px;
  }
  i.mobile-nav-show {
    padding: 0px;
    margin: 0;
    font-size: 28px;
  }
  
  /* Section */
  .section,
  .section .container-fluid {
    margin: 0px;
  }
  .section,
  .section .container-fluid .breadcrumbs {
    padding-top: 40px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
  }
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .section div.container {
    padding-top: 18px;
  }
  .section div.container .row .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
  }
  .section div.container div.row div.col-lg-10 div.row .col-lg-6 {
    padding-right: 1.5rem;
  }
  .section div.container div.row div.col-lg-10 div.row .col-lg-6 {
    padding-left: 1.5rem;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(3);
  }

  /* Navbar */
  .navbar ul {
    display: none;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    padding-top: 25vh;
    margin-left: calc(20vw - 45%);
    background-color: rgba(243, 116, 53, 1);
  }
  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 1);
    transition: 0.2s;
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }

  /* Swiper */
  .swiper {
    width: 100%;
    max-height: 86vh;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 86vh;
  }

  /* Merk List */
  .conta-merk .col-lg-10 h3 {
    font-size: 28px;
  }
  .row-merk {
    padding-left: 4px;
    padding-right: 4px;
  }

  /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    width: 100%;
    height: auto;
  }
  .owl-carousel {
    width: 100% !important;
  }
  .product-card .img-prod .prod-name span {
    font-size: 11px;
  }
  .cont-product {
    width: 50% !important;
    padding: 6px;
  }
  .section div.container .row .col-lg-10 .row .col-lg-9 .row .col-lg-3 {
    flex: 0 0 auto;
    width: 33.333333% !important;
  }
  .product-card {
    width: 100%;
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .total-prod {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }

  /* Bootstrap Change */
  .col-lg-2 {
    width: 33.33333333% !important;
    height: auto;
  }

  /* Footer */
  .footer .footer-info {
    width: 25%;
  }
  .footer .footer-links {
    width: 25%;
  }
  .footer .footer-contact {
    width: 25% !important;
  }
  .footer .footer-info .logo {
    max-width: 100%;
  }
  .footer .footer-info .logo img {
    margin-left: 0px;
    max-width: 12vw;
  }
  .footer .footer-info p {
    font-size: 14px;
    text-align: start;
  }
  .footer .social-links {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
  }
  .footer h4 {
    font-size: 16px;
  }
  .footer .footer-contact p {
    text-align: start;
  }
}

/* Galaxy Fold Single */
@media (min-width: 280px) and (max-width: 320px) {
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    max-height: max-content;
    background-image: url('bg/bg-head-mini.png');
    background-size: cover;
    background-position: center;
  }
  .header.sticked {
    max-height: max-content;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
    background-image: url('bg/bg-head-mini.png');
    background-size: cover;
    background-position: center;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .logo img {
    max-height: 45px !important;
  }
  i.mobile-nav-show {
    padding: 0px;
    padding-right: 8px;
    font-size: 18px;
    margin: 0px;
  }
  

  /* Section */
  .section,
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 28px !important;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
  }
  .section div.container {
    padding-top: 18px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(2.5);
  }

  /* Swiper */
  .swiper {
    width: 100%;
    max-height: 40vh;
    margin-top: 3px;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /* Merk List */
  .conta-merk {
    padding-top: 8px;
  }
  .conta-merk .row .col-lg-10 h3 {
    font-size: 1rem;
  }
  .row-merk {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row-merk .col-lg-2 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* Navbar */
  .navbar ul {
    display: none;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar ul {
    display: block;
    height: max-content;
    width: 100%;
    margin-left: calc(20vw - 35%);
  }
  .mobile-nav-active .navbar ul li a  {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }
  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.9);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }
  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.9);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }
  .mobile-nav-active i.mobile-nav-hide {
    font-size: 18px;
    margin: 0px;
  }
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .whatsapp-float {
    opacity: 0;
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }
  /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    max-width: 100%;
    height: auto;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .product-card {
    width: 100%;
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }
  
  /* Contact */
  .maps {
    padding-bottom: 8px;
  }
  .maps iframe {
    width: 100%;
    height: 25vh;
  }

  /* Footer */
  .footer .footer-links {
    text-align: center;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 280px) {
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    max-height: 65px;
  }
  .header.sticked {
    max-height: 65px;
    width: 1005;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.2);
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .container {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    margin: 0 auto;
    padding-left: 18px;
  }
  .header .logo img {
    max-height: 55px;
  }
  i.mobile-nav-show {
    padding: 0px;
    padding-right: 8px;
    font-size: 18px;
    margin: 0px;
  }
  i.mobile-nav-hide {
    padding: 0px;
    padding-right: 2px;
    font-size: 18px;
    margin: 0px;
  }
  .mobile-nav-active .navbar {
    margin: 0 auto;
  }
  .mobile-nav-active .navbar:before {
    background-color: rgba(243, 116, 53);
  }
  /* Navbar */
  .mobile-nav-active .navbar ul {
    height: max-content;
    width: 100%;
    padding-top: 34vh !important;
    margin-left: -8vw;
    background-color: rgba(243, 116, 53, 0.8);
  }

  .mobile-nav-active .navbar ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
  }

  .mobile-nav-active .navbar ul li a:hover {
    border-radius: 5px;
    background-color: rgba(55, 52, 53, 0.8);
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
  }

  .mobile-nav-active .navbar ul li a.active {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(55, 52, 53, 0.8);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    color: rgba(255, 255, 255, 1);
  }

  /* Section */
  .section,
  .section .container-fluid {
    padding: 0px;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 16px;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
  }
  .section div.container {
    padding-top: 18px;
  }
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(2.5);
  }

  /* Swiper */
  .swiper {
    width: 100%;
    max-height: 40vh;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /* Merk List */
  .conta-merk {
    padding-top: 8px;
  }
  .conta-merk .row .col-lg-10 h3 {
    font-size: 1rem;
  }
  .row-merk {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Product Page */
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    max-width: 100%;
    height: auto;
  }
  .accor-product {
    display: block;
  }
  .cont-merk {
    display: none;
  }
  .product-card {
    width: 100%;
    min-height: 100%;
  }
  .img-prod {
    border-bottom: 0.2px solid rgba(108, 117, 125, 0.3);
  }
  .product-card .bname {
    padding: 0px;
    text-align: center;
  }
  .wrap-desc {
    width: 100%;
  }
  .ecatalog {
    text-align: center;
  }
  
  /* Contact */
  .maps {
    padding-bottom: 8px;
  }
  .maps iframe {
    width: 100%;
    height: 25vh;
  }

  /* Footer */
  .footer .footer-links {
    text-align: center;
  }
  .footer .footer-links ul li a {
    margin: 0 auto;
  }
  .footer .footer-contact {
    width: 100%;
    text-align: center;
  }
}

@media (width: 1280px) {
  body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Header */
  .header {
    width: 100%;
    max-height: 85px;
  }
  .header.sticked {
    max-height: 85px;
    width: 100%;
    box-shadow: 0px 2px 15px rgba(44, 39, 39, 0.3);
  }
  .header .container {
    width: 100%;
  }
  .header .container .row .col-lg-10 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header .row,
  .header.sticked .row {
    margin: 0 auto;
    padding: 0px;
  }
  .header .logo img {
    max-height: 65px;
    margin: 10px;
  }
  
  /* Section */
  .section,
  .section .container-fluid {
    padding: 0px;
    padding-top: 5vh !important;
    margin: 0px;
  }
  .section, 
  .section .container-fluid .breadcrumbs {
    padding-top: 1.8vh;
  }
  .section .container-fluid .breadcrumbs .container {
    padding-top: 0px;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  .section .container-fluid .breadcrumbs .container .row .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }
  .section div.container {
    padding: 0px;
  }
  .section div.container .row .col-lg-10 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
  .section div.container {
    padding-top: 20px;
  }
  .section 
  .loaders img {
    max-width: 25px;
    max-height: 25px;
    transform: scale(3);
  }

  /* Navbar */
  .navbar ul {
    display: flex;
    height: max-content;
    width: 100%;
    background-color: transparent;
  }
  .navbar ul li a {
    font-size: 1rem !important;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar ul li a:hover {
    color: #fff;
    background-color: transparent;
    transition: 0.2s;
  }
  .navbar ul li a.active {
    color: #fff;
    text-decoration: none;
  }

  /* Swiper */
  .swiper {
    width: 100%;
    max-height: 86vh;
  }
  .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 86vh;
  }

  /* Merk List */
  .conta-merk .row .col-lg-10 .row .col-lg-2 {
    flex: 0 0 auto;    
    width: 16.66666667% !important;
  }

  /* Product Page */
  .section div.container .row .col-lg-10 .row .col-lg-9 .row .col-lg-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .product-card {
    min-height: 100%;
  }
  img#img-prevod {
    border: 0.5px solid #dee2e6;
    max-width: 100%;
    height: auto;
  }
  .owl-carousel {
    width: 100% !important;
  }
}

/* For All screen size without (Portrait, Landscape) */
@media (max-width: 992px) {
  #img-cont {
    max-width: 100%;
  }
}

/* Bigger Screen Size */
@media screen and (max-width: 7680px) {
  body {
    margin: 0px;
    padding: 0px;
  }
}

.form-log {
  padding: calc(5rem - 10px);
}
.alert-cont {
  position: absolute;
}

@media (min-width: 1280px) {
    .form-log {
      padding: 3rem !important;
    }  
    .form-log-header .hero {
      padding: 0.5rem !important;
    }
}

/* Login Screen On Mobile */
@media screen and (max-width: 768px) {
  .alert-cont {
    max-width: max-content;
    width: 100%;
  }
  .alert-cont.col-lg-3 {
    margin: 0px !important;
    margin-top: 18px !important;
  }
  .glow-cont { 
    padding: 0px !important;
    margin: 0px !important;
    height: 100% !important;
  }
  .glow-cont .row {
    margin-top: -8vh !important;
  }
  .glow-cont .row .col-lg-5 .form-log {
    margin: -10px;
  }
  .form-log {
    padding: calc(3em - 25px);
  }
  .btn-cont {
    width: 100%;
  }
  .btn-cont button {
    margin-top: 5vh;
    height: calc(2rem + 20px) !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 320px) {
  .alert-cont {
    position: fixed;
    z-index: 99999;
  }
  .alert-cont.col-lg-3 {
    margin: auto;
    margin-top: 10px !important;
  }
  .glow-cont .row {
    padding-top: 100px;
  }
}