:root {
  --primary-bg: rgba(0, 78, 158, 0.8);
  --secodary-bg: #e4e7ec;
  --light-bg: #fff;
  --text-primary: #004e9e;
  --primary-border: #004e9e;
  --header-bg: linear-gradient(#266cb1c9, #266cb1c9);
}

body {
  background: url("../images/body-bg.png");
  scroll-behavior: smooth;
  position: relative;
}

.card {
  border: none;
}

.bg-white {
  background: #fff;
}

.card-body {
  background: var(--secodary-bg);
}

h2 {
  font-size: 2.3rem;
  color: var(--text-primary);
}

h3 {
  font-size: 1.5rem;
  color: var(--text-primary);
}

h4 {
  font-size: 1.2rem;
  color: var(--text-primary);
}

.container {
  max-width: 1350px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.p-0 {
  padding: 0;
}

.top-nav {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
}

.top-nav {
  background-color: var(--primary-bg);
}

.bg-dark {
  background-color: transparent !important;
}

.top-nav {
  max-width: 1200px;
  margin: 0 auto;
}

.logo-img img {
  width: 170px;
}

.logo-img {
  right: 0;
  top: 30px;
}

.right-menu {
  margin-right: 17%;
  margin-top: 15px;
}

.navbar {
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
  font-weight: 600;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #dcdcdc;
  top: 13px;
  /* left: 73px; */
  right: -1px;
}

#logo-img-mobile {
  display: none !important;
}

.left-nav .nav-item .last-link:after {
  width: 0;
}

.right-nav-menu .nav-link:after {
  content: none !important;
}

.navbar-dark .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255 / 0%);
}

.svgicon {
  position: absolute;
  top: 4px;
  color: #e3000f;
}

.card-body h4 {
  position: relative;
}

.card-body h3:before {
  color: tomato;
  font-size: 22px;
  padding-right: 5px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  position: relative;
}

.owl-dots button {
  outline: none;
}

.owl-dots:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 24px;
  color: #1d509b;
  position: absolute;
  margin: 6px;
  top: -16px;
}

.owl-dots:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 24px;
  color: #1d509b;
  position: absolute;
  margin: -13px;
  top: 4px;
}

.c-item h3:before {
  font-family: FontAwesome;
  content: "\f105";
  color: tomato;
  font-size: 22px;
  padding-right: 5px;
}

.sticky-contact-container {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 100;
}

.sticky-contact-container ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.sticky-contact-container ul li {
  /* background: rgba(0, 78, 158, 0.8); */
  transition: 0.5s;
}
.sticky-contact-container ul li img {
  width: 50px;
}

/* .sticky-contact-container ul .fa-angle-up {
  font-size: 23px;
} */

.sticky-contact-container ul li a {
  color: #ccc;
}

/* .sticky-contact-container ul li:nth-child(3) {
  visibility: hidden;
} */

.sticky-contact-container ul li a:hover {
  opacity: 0.6;
}

#products_table_mobile {
  display: none !important;
}

#mobile #products_table_mobile_paginate {
  display: none !important;
}

#mobile #products_table_mobile_wrapper {
  display: none !important;
}

#mobile li {
  color: #555;
  list-style: none;
}

@media only screen and (max-width: 576px) {
  .navbar-dark .navbar-toggler {
    margin-top: -15px;
  }
  .sticky-contact-container {
    position: fixed;
    /* top: auto; */
    bottom: 10px;
    right: 10px;
    z-index: 100;
    width: 20px;
  }
  .sticky-contact-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    /* display: inline-block; */
  }

  .sticky-contact-container li{
    width: 100% !important;
    height: 100% !important;
    /* padding: 10px !important; */
    margin-bottom: 5px !important;
    
  }
  .navbar {
  }
  .right-menu {
    margin-right: 24%;
    margin-top: 4px;
  }
  .logo-img {
    top: 21px;
  }
  .sticky-contact-container ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-bottom: 2px;
    padding: 8px 8px 2px 13px;
  }
  .sticky-contact-container ul li:last-child {
    margin-bottom: -3px;
  }
  .sticky-contact-container {
    width: 128px;
    bottom: -59px !important;
  }
  .logo-img img {
    width: 100px;
  }

  /* #products_table{
    display: none;
  } */
  #products_table_wrapper {
    display: none !important;
  }
  #products_table {
    display: none !important;
  }
  #products_table_mobile {
    display: block !important;
  }

  #products_table_mobile_paginate {
    display: none !important;
  }
  #mobile #products_table_mobile_paginate {
    display: block !important;
  }

  #mobile #products_table_mobile_wrapper {
    display: block !important;
  }

  #lnk {
    display: inline-block;
    margin: 20px 0;
  }

  #logo-img-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px !important;
  }
}

@media only screen and (max-width: 768px) {
  .right-menu {
    margin-right: 24%;
    margin-top: 4px;
  }
  .logo-img {
    top: 21px;
  }
  .logo-img img {
    width: 140px;
  }
  .right-menu li {
    display: inline-block;
    padding: 13px;
  }
  .right-menu li a {
    color: #fff;
  }
  .right-menu li a img {
    width: 100px;
  }

  .right-nav-menu {
    display: none;
  }

  #logo-img-mobile {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px !important;
  }

}

@media only screen and (max-width: 576px) {
  .navbar-dark .navbar-nav .nav-link:after {
    content: "";
    width: 0;
    height: 0;
  }
  .navbar-dark .navbar-toggler {
    margin-top: -15px;
  }
  .sticky-contact-container {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 10px;
    z-index: 100;
  }
  /* .sticky-contact-container ul {
    display: inline-block;
  } */
  .sticky-contact-container img {
    /* display: block !important; */
  }

  .navbar {
  }
  .right-menu {
    margin-right: 25%;
    margin-top: 4px;
  }
  .logo-img {
    top: 21px;
  }
  .logo-img img {
    width: 110px;
  }

  .no-gutters img {
    display: block;
  }
}

.right-menu li {
  display: inline-block;
  padding: 10px;
}

.right-menu li a {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:after {
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

li.dropdown:hover > .dropdown-menu {
  display: block;
}

.top-arr {
  display: block;
  color: red;
}

.dropdown-menu h3 {
  font-size: 20px;
}

.dropdown-menu ul {
  list-style: none;
  margin: 0;
  /* padding: 0 23px; */
}

.dropdown-menu ul li {
  padding: 5px 0;
}

.dropdown-menu ul li a {
  color: #2e2e2e;
  transition: 0.4s;
}

.dropdown-menu ul li a:hover {
  color: #ccc;
}

.dropdown-menu {
  padding-top: 20px;
  padding-bottom: 50px;
}

.dropdown-menu {
  /*	    width: 1202px;
  
    margin-left: -33px;
    position: relative;
   margin-top: 30px*/
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link:after {
  background: none;
  position: relative;
}

.arrow-up {
  /* width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -10px;
    left: 20px;*/
}

.top-border {
  border-top: 4px solid #004e9e;
  min-height: 100px;
}

.no-gutters img {
  display: block;
  width: 100%;
}
/* Target the col-md-4 class */
.col-md-4 {
    /* Set a fixed width of 200px */
    width: 200px;

    /* Set a fixed height, if needed */
    height: auto;

    /* Ensure the content scales down to fit the container */
    overflow: hidden;
}

/* Adjust the images to fit their container */
.col-md-4 img {
    /* Make the image fully occupy its parent's width */
    width: 100%;

    /* Scale the height automatically to maintain aspect ratio */
    height: auto;

    /* Alternatively, if you want the images to cover the area completely, you can use:
    object-fit: cover;
    height: 100%;
    */
}
