* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  scroll-behavior: smooth;
  background: #FBFBFB;
  overflow-x: hidden;
}

#contact-area .hstack p {
  padding-top: 15px;
  font-size: 13px;
}
#contact-area .hstack .nav-link {
  font-size: 15px;
  margin-left: -20px;
  color: #FBFBFB;
}

header .nav-link {
  font-size: 15px;
  font-weight: 700;
  margin-left: 20px;
}
header .dropdown-menu li {
  position: relative;
}
header .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
header .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
header .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
header i {
  font-size: 18px;
  font-weight: 600;
  margin-left: 35px;
}
header i span {
  font-size: 12px;
  margin-left: 5px;
}

#slider .carousel-item img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 26%;
     object-position: 50% 26%;
}
@media screen and (max-width: 600px) {
  #slider .carousel-item img {
    width: 100%;
    height: auto;
  }
}

#hero-image .img-fluid {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
}
#hero-image .aboutImg {
  height: 100% !important;
}
@media screen and (max-width: 600px) {
  #hero-image .img-fluid {
    width: 100%;
    height: auto;
  }
}

#product-area .container-fluid .col .productImg {
  position: relative;
  overflow: hidden;
}
#product-area .container-fluid .col .productImg .img-fluid {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s ease;
}
#product-area .container-fluid .col .productImg .img-fluid:hover {
  transform: scale(1.1);
}
#product-area .container-fluid .col .productImg .overlay {
  background: #d7f4ff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 5px 0;
}
#product-area .container-fluid .col .productImg .overlay p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  padding: 0;
}
#product-area .container-fluid .carousel-item {
  margin-bottom: 30px;
}
#product-area .container-fluid .carousel-item img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#featured .col {
  overflow: hidden;
}
#featured .col .img-fluid {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#featured .col p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 575px) {
  #featured .col {
    overflow: hidden;
  }
  #featured .col .img-fluid {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#collage-area1 .container-fluid > .row > .col:first-child .img-fluid {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#collage-area1 .container-fluid > .row > .col:last-child .img-fluid {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 575px) {
  #collage-area1 .container-fluid .row > .col:last-child .img-fluid {
    height: 150px;
  }
}
#collage-area2 .container-fluid > .row > .col:first-child .img-fluid {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#collage-area2 .container-fluid > .row > .col:last-child {
  overflow: hidden;
}
#collage-area2 .container-fluid > .row > .col:last-child .img-fluid {
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 575px) {
  #collage-area2 .container-fluid > .row > .col:first-child .img-fluid {
    height: 150px;
  }
  #collage-area2 .container-fluid > .row > .col:last-child .img-fluid {
    height: 300px;
  }
}
#secure .container-fluid .col {
  border-right: 1px solid #7e7e7e;
  background: #FE0302;
}
#secure .container-fluid .col .hstack {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 17px;
  padding: 45px;
}
#secure .container-fluid .col .hstack i {
  font-size: 40px;
  margin-right: 15px;
}
#secure .container-fluid .col .hstack p {
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 575px) {
  #secure .container-fluid .col {
    border-bottom: 1px solid #7e7e7e;
    background: #FE0302;
  }
}
footer .vstack b {
  margin-top: 70px;
}
footer .vstack .nav-link {
  color: rgb(53, 53, 53);
  font-size: 20px;
  margin-left: 0;
}
footer h3 {
  font-size: 30px;
  font-weight: 700;
}
footer p {
  color: #616161;
}
footer .nav-link {
  color: #616161;
  font-size: 13px;
  font-weight: 600;
  padding-left: 0;
}
footer .nav-link:hover {
  color: rgb(0, 0, 0);
}
footer #copyright p {
  font-size: 14px;
}

/*..............................
 #Phone & WhatsApp Icon CSS
..............................*/
.whatsapp {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  left: 20px;
}
.whatsapp .img-fluid {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .whatsapp {
    left: 15px;
    bottom: 15px;
  }
  .whatsapp .img-fluid {
    width: 50px;
  }
}
/*--------------------------------------------------------------
# Message box
--------------------------------------------------------------*/
#success-message {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 13px 20px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px;
  background: rgb(12, 161, 12);
  opacity: 0.9;
}

#error-message {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 13px 20px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px;
  background: rgb(255, 40, 40);
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Import Files
--------------------------------------------------------------*/
#admin-panel {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%);
}
#admin-panel .row {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dashboard {
  width: 100%;
  height: 100%;
}
#dashboard .container-fluid .row .col-lg-2 {
  display: flex;
  align-items: between;
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
#dashboard .container-fluid .row .col-lg-2 .vstack h2 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}
#dashboard .container-fluid .row .col-lg-2 .nav .nav-link {
  margin-bottom: 20px;
  color: #ffffff;
}
#dashboard .container-fluid .row .col-lg-10 h2 {
  padding-top: 5px;
  font-size: 25px;
  font-weight: 700;
}
#dashboard .container-fluid .row .col-lg-10 .offcanvas .nav-link {
  color: #000000;
}
#dashboard .container-fluid .row .col-lg-10 .offcanvas .active, #dashboard .container-fluid .row .col-lg-10 .offcanvas .nav-link:hover {
  color: #ffffff;
}
#dashboard .container-fluid .row .col-lg-10 .hstack i {
  font-size: 25px;
  align-self: center;
  margin-left: 10px;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane #latest-product .col .img-fluid {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane #product-body td .img-fluid {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane h2 {
  font-size: 18px;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane .table {
  width: 100%;
  height: auto;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane .table tbody {
  width: 80%;
  overflow-x: scroll;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane .total-product #total-heading {
  font-size: 40px;
}
#dashboard .container-fluid .row .col-lg-10 .tab-pane .total-product #total-paragraph {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #dashboard .container-fluid .row .col-md-10 .tab-pane .total-product {
    padding: 25px;
  }
  #dashboard .container-fluid .row .col-md-10 .tab-pane .total-product #total-heading {
    font-size: 30px;
  }
  #dashboard .container-fluid .row .col-md-10 .tab-pane .total-product #total-paragraph {
    font-size: 18px;
  }
}

#product-section .card {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
#product-section .card .card-image {
  overflow: hidden;
}
#product-section .card .card-image .img-fluid {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#product-section .card .card-body h3 {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #product-section .card .card-image .img-fluid {
    height: 160px;
  }
  #product-section .card .card-body h3 {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */