.weblogo img {
  margin-left: 5px;
}

.weblogo img {
  width: 110px;
  height: auto;
}

.header_css {
  padding-top: 5px;
  padding-bottom: 34px;
}

.bg-header {
  background: linear-gradient(to left, #031b4e, #3368c6);
}

.header-carousel {
  position: relative;
  background: linear-gradient(rgba(15, 104, 198, .5), rgba(15, 104, 198, .5)), url(../img/bg1.png) center center no-repeat;
  background-size: auto;
  background-size: cover;
  height: 550px;
}

.header-carousel .carousel-img {
  position: relative;
}

.header-carousel .carousel-img img {
  border-radius: 10px;
}

.carousel-text {
  width: 100%;
  margin: 0 auto;
}

.carousel-text h1 {
  font-family: "Red Rose", cursive;
  font-size: 27px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.carousel-text p {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.banner-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about_img {
  width: 100%;
  height: 270px;
}

/* Style Social Media icons */
.social-container {
  width: 100%;
  text-align: center;
}

.social-container a:hover {
  color: #fff !important;
}

/* Base icon11 (same as before) */
.icon11 {
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}

.icon_foot {
  width: 44px !important;
  height: 44px !important;
  margin-right: 12px !important;
  font-size: 21px !important;
  margin-left: 0px !important;
}

/* Hover lift */
.icon11:hover {
  transform: translateY(-6px);
}

/* Tooltip text */
.icon11::after {
  content: attr(data-title);
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

/* Tooltip arrow */
.icon11::before {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}

/* Show tooltip on hover */
.icon11:hover::after,
.icon11:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Colors */
.facebook {
  background: #1877f2;
}

.twitter {
  background: #1da1f2;
}

.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.linkedin {
  background: #0077b5;
}

.youtube {
  background: #ff0000;
}

/* Style Social Media icons */
/*---- Fixed Side Contact ----*/
.support {
  background: #f97210;
  width: 42px !important;
  height: 42px !important;
  color: #333;
  font-size: 20px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover {
  cursor: pointer;
}

.support img {
  transition: all 300ms ease-in-out;
  width: 60%;
}

.inner-fabs a {
  background: #81b304;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 29px;
  position: fixed;
  right: 15px;
  bottom: 60px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  padding-left: 1px;
}

.inner-fabs a i {
  font-size: 22px;
}

.inner-fabs a:hover {
  text-decoration: none;
}

.inner-fabs.show a {
  transition: all 300ms ease-in-out;
}

.inner-fabs.show a:nth-child(1) {
  bottom: 110px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #f62704;
}

.inner-fabs.show a:nth-child(2) {
  bottom: 160px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #28a745;
}

.inner-fabs.show a:nth-child(3) {
  bottom: 210px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  background: #03e7e7;
}

.returntotop {
  width: 42px !important;
  height: 42px !important;
  color: #fff;
  font-size: 18px;
  position: fixed;
  right: 15px !important;
  bottom: 10px !important;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border: none !important;
}

.returntotop i {
  font-size: 24px;
  display: block;
  color: #fff;
}

.returntotop.show {
  opacity: 1;
}

/*---- Fixed Side Contact ----*/
/*** Single Page Hero Header Start ***/
.page-header {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(15, 104, 198, 0.5),
      rgba(15, 104, 198, 0.5));
  background-size: cover;
  z-index: 1;
} */

.page-header .pager_bannerimg {
  width: 100%;
  height: 400px;
}

.page-header .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  color: #fff;
}

.page-header .banner_text h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  font-size: 35px;
  color: #fff;
  font-family: "Red Rose", cursive;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.page-header .breadcrumb-item.active {
  color: #fff;
}

/*** Single Page Hero Header End ***/
.page_title {
  font-size: 30px;
  font-family: "Red Rose", cursive;
}

.factsCss p {
  font-size: 20px;
}

.factsCss h1 {
  font-size: 40px;
}

.fw-semibold {
  font-weight: 500;
}

.ve-section-tag {
  display: inline-block;
  background: rgba(212, 160, 23, 0.1);
  font-family: "Red Rose", cursive;
  color: #e7af1e;
  border: 1px solid rgba(212, 160, 23, 0.25);
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.ve-hero-badge {
  display: inline-block;
  background: #2b2e26;
  font-family: "Red Rose", cursive;
  color: #e7af1e;
  border: 1px solid rgba(212, 160, 23, 0.8);
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.ve-trust-bar {
  background: #e7af1e;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ve-trust-inner {
  display: inline-flex;
  gap: 60px;
  animation: scrollLeft 15s linear infinite;
}

.ve-trust-inner span {
  font-size: 14px;
  font-weight: 500;
  color: #031b4e;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ve-trust-inner span i {
  font-size: 14px;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.ve-trust-bar:hover .ve-trust-inner {
  animation-play-state: paused;
}

.display-7 {
  font-size: calc(1rem + 1vw);
  font-weight: 700;
  line-height: 1.2
}

.textshadowCss {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.BrdRadius {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #D6D6D6;
}

/* Product Style */
.product-card {
  position: relative;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 8px;
  height: 365px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px #D6D6D6;
  border: 1px solid #D6D6D6;
  transition: .35s;
}

.product-img {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.product-img img {
  width: 100%;
  height: 250px;
  transition: .5s;
}

.product-card:hover img {
  transform: scale(1.10);
}

.product-body h4 {
  font-family: "Red Rose", cursive;
  margin-top: 15px;
  margin-bottom: 17px;
  font-size: 14px;
  color: #031b4e;
  font-weight: 500;
}

.btn-product {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 18px;
  background: linear-gradient(135deg, #0056d6, #0088ff);
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s ease;
}

.btn-product:hover {
  color: #fff;
  background: linear-gradient(135deg, #0045ad, #006be6);
}

.btn-product i {
  transition: .3s;
}

.btn-product:hover i {
  transform: translateX(5px);
}

/* Product Style */

/*--------Load More---------*/
.load_morediv {
  width: 100%;
  text-align: center;
}

.show_more_main {
  margin: 15px auto;
}

.show_more {
  cursor: pointer;
}

.loding {
  background-color: transparent;
  border: 0px solid;
  color: #f6bb14;
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 10px 0;
  outline: 0;
  font-weight: bold;
}

.loding_txt {
  background-image: url(../img/loading.gif);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 16px;
  padding-left: 30px;
}

/*--------Load More---------*/

.form-input-glass {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .4);
  border-color: #0d6efd;
  border-radius: 10px;
  outline: none;
  transition: .3s;
}

.form-input-glass:focus {
  box-shadow: 0 8px 25px rgba(13, 110, 253, .18);
}

/* Side bar Menu Start */

.sidebar {
  width: 100%;
  background: #031b4e;
}

.sidebar .logo {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 10px;
  font-family: "Red Rose", cursive;
  background-color: #e7af1e;
}

.sidebar .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sidebar .nav-link {
  color: #fff;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: #e7af1e;
}

.sidebar .nav-link i:first-child {
  width: 22px;
}

.submenu .nav-link {
  padding-left: 25px;
  font-size: 16px;
  color: #fff;
  background: rgba(212, 160, 23, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.submenu .nav-link.active {
  color: #e7af1e;
}

.menu-toggle {
  display: none;
}

.nav-link .fa-angle-down {
  transition: transform .3s;
}

.nav-link[aria-expanded="true"] .fa-angle-down {
  transform: rotate(180deg);
}

@media(max-width:768px) {

  .sidebar {
    left: -270px;
    transition: .3s;
  }

  .sidebar.show {
    left: 0;
  }

  .menu-toggle {
    display: block;
  }
}

/* Side bar Menu End */

.category-menu {
  width: 290px;
  background: #031b4e;
  border: none;
  padding: 0;
  border-radius: 0;
}

.category-item {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.category-title {
  font-family: "Red Rose", cursive;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.category-title:hover {
  color: #e7af1e;
}

.category-title:not(.collapsed) {
  color: #e7af1e;
}

.category-title .fa-angle-down {
  transition: .3s;
}

.category-title:not(.collapsed) .fa-angle-down {
  transform: rotate(180deg);
}

.submenu {
  background: rgba(212, 160, 23, 0.15);
}

.submenu-link {
  display: block;
  padding: 10px 15px 10px 20px;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, .08);
  transition: .3s;
}

.submenu-link:hover {
  color: #e7af1e;
}