* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bs-primary-color: #439a97;
  --bs-secondary-color: #666;
  --bs-text-color: #282828;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-dark: #212529;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
  color: #000000;
}
ul.list a:hover {
  color: #000000 !important;
}
/* a:hover {
  color: #fff !important;
} */
.about-butn:hover {
  color: var(--bs-primary-color) !important;
}
.wel-come-msg a:hover {
  color: #fff;
}

/* nav bar css start */
.bgcolor.scrolled {
  background-color: rgb(255, 255, 255) !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 99999999999;
  box-shadow: 2px 3px 8px #888888;
  height: 80px !important;
}

.bgcolor.scrolled {
  background-color: rgb(255, 255, 255) !important;
  position: fixed !important;
  top: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 99999999999;
  box-shadow: 2px 3px 8px #888888;
  height: 80px !important;
}
li.nav-item {
  padding: 0px 16px;
}
.main-head {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.navbar {
  padding: 20px 20px;
}

.header-top {
  background-color: var(--bs-primary-color);
  padding: 10px 0px;
}
li.nav-item:last-child {
  padding: 0px 20px;
}
img.logo-nav {
  width: 196px;
  height: 38px;
}
.nav-link {
  color: var(--bs-primary-color) !important;
}
.nav-link:hover {
  color: var(--bs-green) !important;
}

/* nav bar css end */

/* ------- About Us start ------- */
.about-head {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  color: var(--bs-primary-color);
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
}
.about-para {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: var(--bs-text-color);
  line-height: 1.5;
  text-transform: capitalize;
}
.about-butn {
  background-color: var(--bs-primary-color);
  border-width: 0px;
  border-radius: 5px;
  padding: 10px 50px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.about-butn:hover {
  background-color: #fff;
  color: var(--bs-primary-color);
  border-width: 1px;
  border: 2px solid var(--bs-primary-color);
  font-size: 18px;
  text-transform: capitalize;
}
.about-imgs {
  border: 1px solid rgb(235, 235, 235);
  box-shadow: 2px 10px 20px -15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.about-imgs:hover {
  border: 1px solid rgb(235, 235, 235);
  transform: scale(1.03);
  cursor: pointer;
}
/* ------- About Us Css End ----- */

/* -------------- Our Product start css ------------ */
/* Gallery Css Start */
.gallery {
  background-color: #fff;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
img {
  max-width: 100%;
  height: auto;
}
/* .gallery img {
  background-color: #fff;
  padding: 7px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 6px;
} */
#gallery-modal .modal-img {
  width: 100%;
}

/* product heading css */
.Product-name {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
}
.product {
  background-color: #fff;
  padding: 7px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 6px;
}
.gallery-item {
  transition: 0.5s;
}
img.gallery-item {
  padding: 0 20px;
}

/* Our Product   */
.our-product-head {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  color: var(--bs-primary-color);
  font-style: normal;
  line-height: 1.2;
  text-transform: capitalize;
}
.our-product-para {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  color: var(--bs-text-color);
  line-height: 1.5;
  text-transform: capitalize;
  padding: 0 127px;
}
.our-product-butn {
  background-color: var(--bs-primary-color);
  border-width: 0px;
  border-radius: 5px;
  padding: 10px 50px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.our-product-butn:hover {
  background-color: #fff;
  color: var(--bs-primary-color);
  border-width: 1px;
  border: 2px solid var(--bs-primary-color);
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  color: var(--bs-primary-color) !important;
}
/* -------------- Our Product start css end------------ */

/* --------- Footer CSS Start ------- */
/* Footer Bottom */
.footer .footer-bottom {
  background: rgb(53 53 53);
  padding: 7px 0px;
  text-align: center;
}
.footer .copyright p {
  color: #ddd;
  margin: 0;
  text-transform: capitalize;
}
.footer .copyright p a {
  color: #fff;
}
/* Footer Bottom */

/* Footer  Top */

/* First column start  */
.footer .footer-top {
  padding: 40px 0 70px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* background-color: #fff !important; */
  /* background-image: url(images/footer-bg.png); */
  background-color: #ffffff;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-origin: padding-box !important;
  background-position: 0% 0% !important;
  background-size: auto auto !important;
}
.footer .footer-top .single-widget {
  margin-top: 30px;
}
.footer .footer-top .single-widget.address span img {
  width: 277px;
  height: 51px;
  margin-bottom: 20px;
}
.footer .footer-top .single-widget.address p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}
.footer .footer-top .address p {
  margin-bottom: 10px;
}
.footer .footer-top .single-widget.address ul.list {
  list-style: none;
  padding-left: 0px;
}
.footer .footer-top .single-widget.address ul.list li {
  color: #000000;
  font-size: 17px;
  line-height: 35px;
}
.footer .footer-top .single-widget.address ul.list li i {
  padding-right: 10px;
  color: var(--bs-primary-color);
}
.footer .footer-top li {
  color: #555;
  position: relative;
  margin-bottom: 10px;
}
.footer .footer-top .list li:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .single-widget.address {
  padding-right: 43px;
}

/* second column start  */
.footer .footer-top .single-widget {
  margin-top: 30px;
}
.footer .footer-top h2 {
  color: var(--bs-primary-color);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-top .single-widget.links ul.list {
  list-style: none;
  padding-left: 0px;
}
.footer .footer-top .single-widget.links ul.list a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  font-style: normal;
  color: #000000;
}
.footer .footer-top .single-widget.links ul.list i.fa.fa-angle-right {
  padding-right: 10px;
  color: var(--bs-primary-color);
}
/* second column End  */

/* Qr Code Column  */
.footer .footer-top .single-widget span img {
  width: 80%;
  height: auto;
}
/* QR Code column end  */

/* ------------ Footer CSS End ---------- */

/* Accordian Css STart */
.accordion-button::after {
  background-image: url(/asset/image/Faq/plus.png) !important;
}
.vary {
  background-size: 54%;
  background-position: right top;
  margin: 0;
  padding: 0;
  width: 585px;
  height: auto;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/asset/image/Faq/minus.png) !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordian-sec {
  padding-bottom: 78px;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-primary-color);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
/* Accordian End */

.carousel-control-next-icon:hover {
  font-size: 22px;
  transition: 0.5s;
}

/* ------------ product ---------- */
.gallery-product-imgs {
  height: 300px !important;
  object-fit: cover;
  object-position: center center;
}
.modal-content {
  margin: 100px !important;
}
#gallery-modal .modal-img {
  width: 100%;
}
.gallery {
  background-color: #fff;
  padding: 80px 0;
}
img {
  max-width: 100%;
  height: auto;
}

/* -------- Drop down start ----------*/
.drop-link-menu {
  color: var(--bs-primary-color) !important;
  background-color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
  border: none !important;
  border-top: 3px solid var(--bs-primary-color) !important;
  margin-top: 17px !important;
}
.drop-link-item {
  color: var(--bs-primary-color);
  font-size: 16px;
  font-weight: 500;
  padding: 0 35px;
  line-height: 2.3;
  background-color: #fff !important;
}
.drop-link-item:hover {
  color: var(--bs-green);
  background-color: #fff !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}
/* -------- Drop down end ----------*/

/* -----------Back to top & whatsapp & Phone start----------------*/

/* ---------------whatspp & Phone ------------- */
/* Whatsapp widget  */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 10px;
  float: left;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

/* Phone widget */
.phone_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  left: 10px;
  float: left;
  background-color: #ff1100;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.phone-icon {
  margin-top: 16px;
}
.phone_float:hover {
  color: rgb(0, 225, 255);
  background-color: red;
  transition: 0.2s;
}
/* for mobile */
@media screen and (max-width: 767px) {
  .phone-icon {
    margin-top: 10px;
  }
  .phone_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}

/* ---------back to top -----------*/
.to-top {
  background: var(--bs-primary-color);
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.to-top:hover {
  color: #fff;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}
/* -----------Back to top & whatsapp & Phone end----------------*/
