*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
   font-family: "Roboto", sans-serif;
  font-style: normal;

}


.navbar {
  background-color: #fff;
  padding: 10px;
}

.navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #e60012;
}

.navbar-brand img {
  width: 180px;
  height: auto;
}

.icon-buttons i {
  color: white;
  font-size: 1.2rem;
  margin-left: 20px;
  cursor: pointer;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  min-width: 220px;
  margin-top: 0;
  box-shadow: -2px 13px 13px 0px #0000002e;
}

.dropdown-item {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  /* border-bottom: 1px solid #545151; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #e60012;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-item::after {
 /* content: "\f105";*/
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  float: right;
  margin-left: 10px;
  font-size: 14px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 1px;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  border-top: none;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  font-weight: 600;
  font-size: 14px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu .dropdown-menu {
  top: -8px;
  left: 100%;
  margin-left: 0;
  background-color: #fff;
  min-width: 220px;
  display: none;
  position: absolute;
  border: none;
}

.product-box {
  /* border-radius: 24px;
      border: 1px solid #ededed;
      color: #1d1d1d;
      background-color: #ededed;
      padding: 30px; */
  border-radius: 10px;
  border: 1px solid #0000004a;
  color: #1d1d1d;
  background-color: #fff;
  padding: 30px;
}

.product-box:hover {
  border-radius: 10px;
  border: 1px solid #0000004a;
  color: #1d1d1d;
  background-color: #ededed;
  padding: 30px;
  /* border-radius: 24px;
    border: 1px solid #0000004a;
    color: #1d1d1d;
    background-color: #ededed42;
    padding: 30px; */
}

.product-img {
  mix-blend-mode: darken;
  position: relative;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.blue {
  color: #083b70;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-strip {
  font-size: 16px;
  padding: 7px 0;
}

.fw-500 {
  font-weight: 500;
}

.footer {
  background: transparent;
  padding: 40px 0px 0px 20px;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.footer a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.footer a:hover {
  text-decoration: none;
}

.footer h5 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
  color: #083b70;
}
footer ul {
    margin-left: 0px;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 4px;
}

.footer .logo {
  max-width: 90%;
  margin-bottom: 15px;
}

.footer .social-icons a {
  color: #fff;
  font-size: 30px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
}

.footer hr {
  border-color: #fff;
}

/* .red {
  color: #e60012;
} */

/* .arrow::after {
      content: "\f054";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-left: 8px;
      font-size: 20px;
      color: #e60012;
    } */

.form-container {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
}

.form-title {
  font-size: 48px;
}

.form-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}

.form-control {
  font-size: 18px;
  padding: 15px;
  border: 1px solid #000;
}

.btn-submit {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  border: 2px solid black;
  border-radius: 10px;
  background-color: #fff;
}

.btn-submit:hover {
  background-color: #f8f9fa;
  border: 2px solid black;
}

/* .card {
  width: 18rem;
} */

/* .card img {
  height: 180px;
  object-fit: contain;
} */

.b_radius_5 {
  border-radius: 5px;
}

.read-more {
  border: 1px solid #000;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
}

.text2 {
  color: #000;
  font-size: 20px;
}

.carousel-caption.custom-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 5%;
  right: auto;
  text-align: left;
}

@media (max-width: 768px) {
  .carousel-caption.custom-caption {
    left: 10%;
    top: 60%;
  }
}

.carousel-caption.custom-caption h5 {
  font-size: 48px;
  font-weight: 300;
}

.carousel-caption.custom-caption p {
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 992px) {
  .top_header_strip {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .whatsapp {
    display: none !important;
  }
}
h1.elementor-heading-title.elementor-size-default {
    color: #fff;
}
div#margin_btm {
    margin-bottom: 0px !important;
}
.address-list a {
    text-decoration: none !important;
}

.img_div {
    min-height: 400px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.12) 60%);
}





/*CUSTOME CSS
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100% !important;
    }
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100% !important;
    }
}*/
