/********* Header ****************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
.logo-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.text-13 {
  font-size: 13px;
}
li {
  list-style: none;
}
.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.btn-grey {
  background: #808285;
  color: #fff;
  text-transform: capitalize;
}
.table {
  border-color: #fff !important;
}

.imgwrap {
  height: 320px;
  overflow: hidden;
}
.imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-primary {
  color: #0d73bb !important;
}

.theme-text {
  color: #808285;
}

.bg-primary {
  background-color: #0d73bb !important;
}

.btn-primary {
  background-color: #0d73bb !important;
  color: #fff !important;
}
.trust-head {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 7px;
  margin-bottom: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
}

.navbar.header-fixed {
  background: #0d73bb !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar.headers {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background: #0000004a;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar.headers .nav-link {
  color: #fff !important;
}
.btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
  position: absolute;
  right: -50px;
}
.offcanvas {
  width: 300px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #0d73bb;
}
.sidebar li.nav-item a {
  color: #fff;
}
.has-submenu .ul {
  background-color: #075f9f;
}
.aboutus,
.quality {
  padding: 5em 1em;
}
.sidebar li {
  position: relative;
}

.megasubmenu {
  left: 100%;
  top: 0;
  min-height: 100%;
  min-width: auto;
  background-color: #fff !important;
}
.wound_support {
  position: absolute;
  top: 0px;
  right: 13px;
}
.top--5px {
  top: -5px;
}
.wound_support .percircle {
  font-size: 112px;
}
.desktop-view .has-megasubmenu:hover .megasubmenu {
  display: block;
}
.megasubmenu .productmenu .items {
  min-width: 200px;
  position: relative;
  padding: 5px;
  transition: 0.5s ease-in-out;
}

.desktop-view .megasubmenu .productmenu .items:hover .wrapimed img {
  filter: brightness(0) invert(1);
}

.mobile-view .megasubmenu .productmenu .items:hover{
 background: #dedede; 
}  

.megasubmenu .productmenu .items .wrapimed {
  width: 100px;
  overflow: hidden;
  margin: auto;
}
.megasubmenu .productmenu .items .wrapimed img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.5s ease-in-out;
  filter: brightness(1) invert(0);
}
.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.megasubmenu .productmenu .items:hover .caption {
  height: 150px;
  opacity: 1;
  visibility: visible;
}
.megasubmenu .productmenu .items .caption {
  position: absolute;
  width: 150px;
  top: 0;
  left: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  background: #e6e7e8;
  z-index: 1;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.2s;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.round_circle {
  width: 120px;
  height: 120px;
  background: #838587;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.round_circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.round_circle p {
  margin-bottom: 0;
  position: relative;
  color: #000;
}
.para-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.megasubmenu .productmenu .items .caption img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.2s;
}
.navbar.headers .nav-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.navbar.headers form img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.navbar.headers .navbar-brand img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0d73bb;
  margin-left: 10px;
  padding: 20px 5px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0000006e;
  padding: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
li.nav-item .nav-link .icon i,
.nav-links .icon i {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 12px;
}
.nav-links {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.dropdowns .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.submenu {
  background: #0e619d;
}
.nav-item:hover > a.menus {
  background: #fff;
  color: #0e619d;
}
.dropdowns .nav-container .items {
  list-style: none;
  width: 20%;
  max-width: 20%;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 8px;
  border-radius: 5px;
  overflow: hidden;
}

.dropdowns .nav-container .items:hover {
  background: #0d73bb75;
}

.dropdowns .nav-container .items .inner_content {
  width: 100%;
}

.dropdowns .nav-container .items .inner_content .media {
  color: #fff;
}

.dropdowns .nav-container .items .inner_content .media img.products {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #c2bebe;
  margin-right: 12px;
}
.subdrop li a:hover img.heading {
  filter: brightness(1) invert(0);
}
.subdrop li img.heading {
  width: 50px;
  filter: brightness(0) invert(1);
}
.dropdowns .nav-container .items .inner_content .media .media-body img.heading {
  width: 60px;
  filter: brightness(0) invert(1);
}

.dropdowns .nav-container .items .inner_content .media .media-body p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  left: 0;
}
.dropdown-menu {
  background-color: #0d73bb;
  box-shadow: none !important;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/*****Banner***************/
.hero-banner video {
  position: absolute;
  top: -18%;
}
.mobile-view {
  display: none;
}
.hero-banner {
  height: 100vh;
}
.convenience {
  position: relative;
  overflow: hidden;
}

.offering {
  padding: 3em 0 2em;
}

.offering .desc h5 {
  color: #0d73bb;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 600;
}

.offering .desc p {
  font-size: 1rem;
}
.offering .mycards{
	transition: all 0.3s ease-in-out;
	box-shadow: none;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #fff;
}
.offering .mycards:hover{
	
    box-shadow: 0 1rem 6rem #00000024;
}
.trust {
  background: url(../../img/trust-bg.png) 100% no-repeat;
  color: #fff;
  padding: 5em 0;
  height: 550px;
  background-size: cover;
}

.trust .show-brands {
  margin-top: 23%;
}

.trust .show-brands ul {
  list-style: none;
  overflow: hidden;
}

.trust .show-brands ul li {
  width: 20%;
  float: left;
}

footer {
  background: #fff;
  font-size: 13px;
  padding: 2em 0;
}

footer.footer {
  background: #838587;
  color: #fff;
}

footer.footer a {
  color: #fff;
}

footer.footer .useful-linkss a {
  color: #fff;
}

footer a {
  color: #808285;
}

footer .useful-links ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer .useful-links ul li {
  list-style: none;
  float: left;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #808285;
}

footer .useful-links ul li:last-child {
  margin-right: 0;
  border-right: 0;
}

footer .useful-links ul li a {
  color: #808285;
}

footer .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .social-media ul li {
  margin-right: 10px;
}

footer .social-media ul li a {
  color: #808285;
}

footer .social-media ul li a img {
  width: 30px;
}

footer .useful-linkss ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .useful-linkss ul li {
  margin-right: 10px;
  border-right: 1px solid #fff;
}
footer .useful-linkss ul li:last-child {
  border: none;
}
footer .useful-linkss ul li a:last-child {
  padding-right: auto;
}
footer .useful-linkss ul li a {
  color: #808285;
  padding-right: 10px;
}

.product {
  position: relative;
  padding: 3em;
}

.product #product_slider .item:focus,
.product #product_slider_thumb .item:focus {
  outline: none;
}

.product .working_count {
  position: relative;
}

.product .working_count::before {
  content: "";
  position: absolute;
  right: 30%;
  bottom: 0;
  background: url(../../img/products/arrow.png);
  width: 34px;
  height: 23px;
  z-index: 9;
}

.product .working_count .content {
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.product .working_count .content h3 {
  color: #808285;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
}

/************ Counter *****************/
.circle_percent {
  font-size: 110px;
  width: 1em;
  height: 1em;
  margin: auto;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dcdcdc;
}

.circle_percent .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.circle_percent .circle_inner .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #9a6d9b;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #9a6d9b;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
  border: 2px solid #dcdcdc;
}

.circle_inbox .percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #808285;
  font-weight: 700;
}

/*********** Breadcrumb***************/
.page-title-section {
  position: relative;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
}
.rotate-90 {
  transform: rotate(90deg);
}
/* .page-title-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004d;
} */

.page-title-section h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.page-title-section ul {
  position: relative;
}

.page-title-section ul li {
  display: inline-block;
}

.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/************ products *******************/
.allproduct {
  padding: 5em 0;
  padding: 5em 0;
  background: #eee;
}

.allproduct .card {
  margin-bottom: 1rem;
}

.allproduct .card .img-prowrape {
  height: 250px;
}

.allproduct .card .img-prowrape img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.filter {
  background: #eee;
  padding: 3em 0;
}

.filter form .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter form .filter-list .filter-item {
  list-style: none;
  margin: 0.3rem;
  min-width: 290px;
}

.filter form .filter-list .filter-item .select2-container {
  display: block;
}

.filter
  form
  .filter-list
  .filter-item
  .select2-container
  .select2-selection--multiple {
  min-height: 40px;
}

.filter
  form
  .filter-list
  .filter-item
  .select2-container
  .select2-search__field {
  margin-top: 10px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #bdbdbd !important;
}

.select2-results__option--highlighted {
  background-color: #0d73bb !important;
}

.select2-selection__choice {
  background-color: #0d73bb !important;
  color: #fff !important;
}

.select2-selection__choice .select2-selection__choice__remove {
  color: #fff !important;
}

.product-details {
  padding: 5em 0;
}

.otherprojects .card .img-prowrape {
  height: 250px;
  overflow: hidden;
}

.otherprojects .card .img-prowrape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.allcatalogue {
  padding: 1em 0;
}

.allcatalogue h3 {
  color: #808285;
}

.table th {
  font-weight: 600 !important;
}

.product_icon {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.product_icon li {
  width: 20%;
  list-style: none;
}
.product_icon li img {
  height: 85px;
  object-fit: cover;
  margin-bottom: 15px;
}
/******** Tooltip *************/
.title-big {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  position: relative;
  color: #838587;
}
.title-big span {
  font-weight: 700;
  color: #0d73bb;
}
.w3l-contact-info .icon-box span.fa {
  color: #e5e5e5;
  font-size: 50px;
}
.text-box {
  margin-top: 5px;
}
.text-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #838587;
}
.text-box p {
  font-size: 16px;
  margin-bottom: 15px;
}
.w3l-contact-info .text-box p a {
  color: var(--font-color);
}
.w3l-contact-info .form-inner-cont input,
.w3l-contact-info .form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 20px;
  margin-bottom: 20px;
  color: #304659;
  height: 55px;
  text-align: left;
  -webkit-appearance: none;
  background: #e1e1e1;
  display: grid;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.w3l-contact-info .form-inner-cont textarea {
  height: 150px;
  resize: none;
  padding: 15px 20px;
}
/*# sourceMappingURL=style.css.map */
