/* 



.example-megamenu {



  width: 100%;



  padding: 20px;



  margin: 0 auto;



} */

.example-megamenu img {
  max-width: 140px;
}

.example-megamenu .nav.navbar-nav {
  display: inline-flex;

  /* width: 100%; */
}

.nav > .dropdown-megamenu {
  position: static;
}

.dropdown-toggle::after {
  display: none;
}

.example-megamenu {
  position: relative;
}

.example-megamenu::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background-color: #efefef;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent !important;

  font-weight: 600 !important;
}

.nav > li > a {
  background-color: transparent !important;

  color: #555;

  font-size: 17px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-container-1 {
    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    border: 0;

    box-shadow: none;

    border-radius: 0;
  }
}

.dropdown-megamenu > .dropdown-container-1 {
  position: absolute;
  top: 67px;
  left: -25%;
  right: -12%;
  max-width: 135%;
  padding: 20px 0;
  border: none;
  box-shadow: none;
}

.dropdown-megamenu .dropdown-menu {
  display: block;
}

.link-image .media-object {
  float: left;
}

.link-image-sm + .link-image-sm .media-object {
  margin-left: 7.5px;
}

.thumbnail .caption {
  min-height: 120px;
}

.thumbnail:hover {
  text-decoration: none;
}

/* Link list */

.list-links {
  list-style: none;

  padding: 0;
}

.list-links li {
  line-height: 1.71428571;
}

.list-links a {
  color: #555;
}

.list-links a:hover,
.list-links a:focus,
.list-links a:active {
  color: #22527b;
}

.dropdown-container-1 ul {
  display: flex;
  gap: 8px;
  transition: 0.4s all;
  justify-content: start;
}

.dropdown-container-1 ul li {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  color: #555;

  cursor: pointer;

  transition: 0.4s all;
}

.dropdown-container-1 ul li span {
  position: relative;
  font-size: 13px;
  text-align: center;
}

.dropdown-container-1 ul li img {
  width: 45px;

  height: 45px;

  margin: 0px auto 10px auto;

  object-fit: contain;

  transition: 0.4s all;
}

.dropdown-container-1 ul li:hover span::before {
  content: "";

  position: absolute;

  height: 2px;

  background-color: #22527b;

  top: 0;

  top: 32px;

  width: 100%;

  border-radius: 10px;
}

.dropdown-container-1 ul li:hover {
  color: #000;

  transition: 0.4s all;
}

.submenu h3,
.sub_item h3 {
  font-size: 17px;

  font-weight: 600;

  color: #000;

  margin-bottom: 30px;
}

.submenu ul,
.sub_item ul {
  display: block;

  gap: 30px;
}

.submenu ul li,
.sub_item ul li {
  display: flex;

  margin-bottom: 10px;

  flex-direction: row;

  justify-content: left;

  color: #18181b;

  cursor: pointer;

  transition: 0.4s all;
}

.banner_IMG {
  height: 400px !important;

  width: 100% !important;

  object-fit: contain;

  border-radius: 15px !important;
}

.sub_title span {
  color: #fff !important;

  letter-spacing: 0 !important;

  line-height: 1.3 !important;

  font-size: 16px !important;
}

#thumbs .owl-item {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .example-megamenu img {
    max-width: 94px;
  }

  .navbar-toggle {
    border: 1px solid #22527b !important;
  }

  .icon-b {
    height: 1px;

    margin: 4px;

    width: 100%;

    background-color: #22527b;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    background-color: #000;
  }

  .row.nav_row {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;
  }

  .navbar-toggle {
    margin-top: 15px !important;

    margin-bottom: 0 !important;
  }

  .banner_IMG {
    height: auto;

    width: 100%;

    object-fit: contain;

    border-radius: 15px;
  }
}

.sub_title span {
  color: #fff !important;

  letter-spacing: 0 !important;

  line-height: 1.3 !important;

  font-size: 16px !important;
}

#thumbs .owl-item {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .example-megamenu img {
    max-width: 94px;
  }

  .navbar-toggle {
    border: 1px solid #22527b !important;
  }

  .icon-b {
    height: 1px;

    margin: 4px;

    width: 100%;

    background-color: #22527b;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    background-color: #000;
  }

  .row.nav_row {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;
  }

  .navbar-toggle {
    margin-top: 15px !important;

    margin-bottom: 0 !important;
  }

  .banner_IMG {
    height: auto;

    width: 100%;

    object-fit: contain;

    border-radius: 15px;
  }
}

/* banner css 

 */

.banner-sec .swiper {
  width: 100%;

  height: 600px;
}

.banner-sec .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.banner-sec .autoplay-progress {
  position: absolute;

  right: 16px;

  bottom: 16px;

  z-index: 10;

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: bold;

  color: #22527b;
}

.banner-sec .autoplay-progress svg {
  --progress: 0;

  position: absolute;

  left: 0;

  top: 0px;

  z-index: 10;

  width: 100%;

  height: 100%;

  stroke-width: 4px;

  stroke: #22527b;

  fill: none;

  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));

  stroke-dasharray: 125.6;

  transform: rotate(-90deg);
}

.pb-70 {
  padding-bottom: 70px !important;
}

.swiper-pagination-fraction {
  left: 0 !important;

  right: 0 !important;

  background-color: #22527b;

  width: 70px !important;

  margin: auto;

  border-radius: 10px;

  padding: 10px 10px 7px 10px;

  color: #fff !important;
}

.search {
  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #e1e1e1;

  border-radius: 50px;
}

.search input {
  height: 40px;

  width: 80%;

  padding-left: 0;
}

.dropdown-menu[data-bs-popper].sub_menu_drop {
  top: 130% !important;
  min-width: 220px !important;
}
.sub_menu_drop {
  padding: 5px !important;
  border-radius: 15px !important;
}
.sub_menu_drop li a {
  padding: 15px 15px !important;
  border-radius: 15px;
}
.sub_menu_drop li a:hover {
  background-color: #22527b !important;
  color: #fff !important;
}

.product_wrapper ul {
  padding-left: 30px !important;
}
.product_wrapper ul li {
  margin-bottom: 8px !important;
}

.outer {
  position: sticky;
  top: 30px;
}

@media screen and (max-width: 768px) {
  .banner-sec .swiper {
    width: 100%;

    height: 300px;
  }

  ul.nav {
    display: block;
  }

  .dropdown-megamenu > .dropdown-container-1 {
    opacity: 0;
  }

  .navbar.container {
    padding: 0 !important;
  }

  .navbar-collapse {
    padding: 0 !important;
  }
  .navbar-collapse.collapse {
    position: absolute !important;
    top: 34px !important;
    left: 0 !important;
    width: 360px !important;
    background: #fff;
    z-index: 99;
  }

  .navbar-header {
    width: 300px;
  }

  /* .navbar-collapse.collapse{

    position: absolute;

    top: 65px;

    width: 100%;

    background-color: #fff;

  } */
}

.section-testmonials {
  display: flex;
  gap: 20px;
  align-items: center;
}

.column-testmonials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 20%;
}

.section-details {
  border-left: 10px solid #ffcb00;
  padding-left: 20px;
}

.name-section {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  color: #650061 !important;
  line-height: 1.2em;
  margin: 0;
}

.title-section b {
  color: #650061;
}

.title-section {
  color: #000;

  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.navigation-testmonials {
  display: flex;
  gap: 10px;
}

.swiper-testmonials {
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .section-testmonials {
    flex-direction: column;
    align-items: flex-start;
  }

  .swiper-testmonials {
    width: 100%;
  }
}

.swiper-testmonials .swiper-slide {
  border-radius: 10px;
  background: linear-gradient(118deg, #22527b 10.88%, #153c5e 83.88%);
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transform: scale(0.9) !important;
  filter: blur(1px) grayscale(0.5);
  transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
  margin: 0;
}

.swiper-testmonials .swiper-slide-active {
  filter: blur(0px) !important;
  transform: scale(1) !important;
}

.card-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.head-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-slide {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-slide .image img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.title-slide h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.title-slide h6 {
  color: #ffcb00;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.text-slide {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
  cursor: pointer;
}

@media (max-width: 768px) {
  .header-slide svg {
    width: 50px;
  }

  .title-slide h4 {
    font-size: 14px;
  }

  .swiper-testmonials .swiper-slide {
    padding: 20px;
  }
}

/* new css  */
.mobile-menu {
  display: none;
}

.mobile_list {
  margin-top: 30px;
  padding: 0 14px;
}

.mobile_list li {
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.mobile_list li a {
  font-size: 16px;
  color: #000;
}

.sub_menu img {
  width: 30px;
  object-fit: contain;
}

.sub_menu,
.sub_sub_menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  padding: 30px;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

.sub_menu.active,
.sub_sub_menu.active {
  right: 0;
}

@media (max-width: 768px) {
  .example-megamenu {
    display: none;
  }
  .offcanvas {
    width: 90% !important;
  }
  .mobile-menu {
    display: block;
  }
}

/* new css 18-04-2025 */

.dropdown-container-1 ul li .Menu_sub_dropdown {
  position: absolute;
  top: 85px;
  right: 0;
  left: -10%;
  width: 120%;
  padding: 15px 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #efefef;
}

.dropdown-container-1 ul li:hover .Menu_sub_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(2rem);
}

.dropdown-container-1 ul li:hover .Menu_sub_dropdown span::before {
  display: none !important;
}
.dropdown-container-1 ul li .Menu_sub_dropdown img {
  width: 40px;
  height: 40px;
  margin: 0px auto 10px auto;
  object-fit: contain;
  transition: 0.4s all;
}

.dropdown-container-1 ul li .submenu {
  position: absolute;
  height: 100vh;
  top: 200px;
  right: 0;
  left: -28%;
  width: 157%;
  padding: 15px 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #fff;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #efefef;
}

.dropdown-container-1 ul li .Menu_sub_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-container-1 ul li:hover > .Menu_sub_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-container-1 ul li .submenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.dropdown-container-1 ul li:hover > .Menu_sub_dropdown:hover + .submenu,
.dropdown-container-1 ul li:hover > .submenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.sub_item {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  background-color: red;
  padding: 15px 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  background-color: #fff;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #efefef;
}
.dropdown-container-1 ul li:hover > .Menu_sub_dropdown li:hover .sub_item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.sub_item img {
  height: 100% !important;
  width: 100% !important;
}

/* new css 05-05-2025 */

.tab_gallery .nav-tabs {
  border-bottom: none !important;
  border-radius: 50px;
}

.tab_gallery .product-tabs {
  margin-bottom: 20px;
}

.tab_gallery .product-tabs {
  border-radius: 0;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 50px;
}
.tab_gallery .product-tabs li a {
  color: #fff;
}

.tab_gallery .nav > li > a {
  position: relative;
  display: block;
  padding: 13px 25px;
}

.tab_gallery .product-tabs .active {
  background-color: #0d6efd;
  border-radius: 50px;
}

.tab_gallery .carousel-item {
  position: relative;
  text-align: center;
}

.tab_gallery .nav-pills > li > a {
  border-radius: 50px;
}

.tab_gallery .product-tabs {
  display: inline-block;
  margin: auto;
  background-color: #22527b;
  padding: 10px 20px;
  border-radius: 50px;
}

.tab_gallery .feature_image {
  height: 400px;
  width: 100%;
  border-radius: 30px;
  position: relative;
}

.tab_gallery .feature_image h6 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  color: #fff;
}

.tab_gallery .swiper-slide-active {
  transform: scale(1.2) !important;
  z-index: 999 !important;
}

.tab_gallery .mySwiperConsuser,
.tab_gallery .mySwiperIndustries {
  padding: 50px 0;
}

.tab_gallery .feature_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .tab_gallery .feature_image {
    height: auto;
  }
  .tab_gallery .swiper-slide-active {
    transform: scale(1) !important;
    z-index: 999 !important;
  }
  .tab_gallery .product-tabs {
    padding: 8px 10px;
  }

  .tab_gallery .product-tabs li a {
    color: #fff;
    font-size: 15px;
  }

  .tab_gallery .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
  }
}
