.container-fluid.main {
  position: relative;
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent;
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.navbar-default .navbar-brand {
  font-family: Verdana;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width: 991px) {
  .carousel .background {
    background-size: cover;
  }
}

.carousel .background.a {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://static.pexels.com/photos/92090/pexels-photo-92090-large.jpeg");
}

.carousel .background.b {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://static.pexels.com/photos/93750/pexels-photo-93750-large.jpeg");
}

.carousel .background.c {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://static.pexels.com/photos/76827/bahia-ocean-bay-boat-76827-large.jpeg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.covertext {
  position: absolute;
  top: 200px;
  left: 0px;
  right: 0px;
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #ff4000;
  border-color: #ff4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #ff4000;
  border-color: #ff4000;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.carousel-item {
  height: 43rem !important;
}

.carousel-item > img {
  height: auto !important;
}

header {
  background-color: #0000004a;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.logo-wrapper {
  /* width: 15rem;
  height: 15rem; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  mix-blend-mode: multiply;
  padding: 10px;
  border-radius: 50% !important;
  /* background-color: #ccc; */
}

.logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.logo-wrapper {
  border: 2px solid #756b6b;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.logo-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .logo-wrapper {
    width: 18vw;
  }
}

@media (max-width: 768px) {
  .logo-wrapper {
    width: 24vw;
  }
}

@media (max-width: 480px) {
  .logo-wrapper {
    width: 40vw;
  }
}

.our-brands-heading {
  position: absolute;
  font-size: 5rem;
  background: #1011158f;
  width: 100%;
  color: #fff;
  vertical-align: middle;
  top: 42%;
  text-align: center;
}

.header-text-color li a {
  color: #fff !important;
  font-weight: bolder !important;
}
.header-text-color.header-shadow li a {
  color: #000 !important;
  font-weight: bolder !important;
}
.text-justify {
  text-align: justify;
}

.logo-wrapper img {
  height: 10rem;
}

/* Career Page */
/* Career Page */

.career-page .main-title1 {
  color: #032b73 !important;
  font-size: 18px;
  border-bottom: #e2e2e2 solid 1px;
  padding-bottom: 10px;
  margin-top: 27px;
}

.career-page .block-head1::before {
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 20px;
  position: absolute;
  width: 35px;
  background-color: #ed1c24;
}

.career-page .block-head1::after {
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 80px;
  background-color: #ed1c24;
}

.career-page .career-text {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}

.career-page .block-head1 {
  position: relative;
}

.career-page .form-control1 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.career-page caption,
.career-page td {
  border-right: none;
  border-bottom: none;
}

.career-page tr:nth-child(even) {
  background: none;
}

.career-page table {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.career-page .form-group {
  margin-bottom: 15px;
}

.career-page .form-group label {
  color: #000;
}

.career-page .required {
  color: red;
}

.career-page input[type="radio"],
.career-page input[type="checkbox"] {
  -webkit-appearance: auto;
}
/* Career Page End */

.contact-us .grey-section {
  padding: 2.5rem 2.5rem 1.4rem;
  background-color: #f6f7f9;
  font-family: "Nunito", sans-serif;
}
.grey-section {
  background: #f6f7f9;
}
.contact-us .grey-section h4 {
  font-size: 2rem;
  line-height: 1.1;
}
.contact_us_page {
  margin-top: 5rem;
  padding-top : 0rem;
  font-family: "Nunito", sans-serif;
}

.contact-us .grey-section h4 {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}
.contact-us .grey-section p,
.contact-us .grey-section a {
  font-size: 1rem;
  font-weight: 600;
  color: #000000c2;
  text-decoration: none;
}


.punjab {
  left: 258px;
  position: absolute;
  top: 191px;
  width: 5px;
}

.dehradun {
  left: 335px;
  position: absolute;
  top: 228px;
  width: 5px;
}

.delhi {
  left: 301px;
  position: absolute;
  top: 282px;
  width: 5px;
}

.jaipur {
  left: 262px;
  position: absolute;
  top: 317px;
  width: 5px;
}

.lucknow {
  left: 375px;
  position: absolute;
  top: 324px;
  width: 5px;
}

.guwahati{
  left: 744px;
  position: absolute;
  top: 348px;
  width: 5px;
}

.patna{
  left: 552px;
  position: absolute;
  top: 407px;
  width: 5px;
}

.ahmedabad{
  left: 149px;
  position: absolute;
  top: 465px;
  width: 5px;
}

.bhopal{
  left: 333px;
  position: absolute;
  top: 455px;
  width: 5px;
}

.ranchi{
  left: 554px;
  position: absolute;
  top: 462px;
  width: 5px;

}

.kolkata {
  left: 634px;
  position: absolute;
  top: 511px;
  width: 5px;
}

.raipur {
  left: 443px;
  position: absolute;
  top: 537px;
  width: 5px;
}

.bhubaneshwar {
  left: 571px;
  position: absolute;
  top: 565px;
  width: 5px;
}

.mumbai {
  left: 159px;
  position: absolute;
  top: 612px;
  width: 5px;
}

.hyderabad {
  left: 383px;
  position: absolute;
  top: 663px;
  width: 5px;
}

.bengaluru {
  left: 257px;
  position: absolute;
  top: 801px;
  width: 5px;
}

.chennai {
  left: 392px;
  position: absolute;
  top: 809px;
  width: 5px;
}

.kochi {
  left: 239px;
  position: absolute;
  top: 845px;
  width: 5px;
}

.tooltip {
  all: unset;
}

.remove-all-div div{
  display: none;
}

.left-separator::after{
  content: " ";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #ed1c24;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 4px;
  /* margin: 0 auto; */
  margin-top: 10px;
}

.separator::after{
  content: " ";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #ed1c24;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 10px;
}

.img-height-8rem {
  height: 8rem !important;
}

.customize-background-footer{
  background-color: #ffd7d7;
  /* box-shadow: inset rgb(245 245 245) -20px 3px 10px 10px; */
  margin-top: 5rem;
}

.customize-background-footer li a {
  font-weight: 600;
  color: #00000099 !important;
}
.accordion-button.p-8{
  padding: 8px;
}
.accordion-button::after {
  display: none;
}
h3.product-name a {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
}

.product-price ins {
  text-decoration: none;
  font-weight: 500;
}

.accordion-header button {
  font-size: 1rem;
  font-weight: 500;
}

.accordion-body ul {
  list-style: none;
  padding-left: 0;
}

.accordion-body ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #000;
}

.accordion-body ul li {
  border-bottom: 1px solid #ccc;
}

/*Product Detail Page*/
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: sticky;
}

.product-single-carousel.product-box-shadow {
    box-shadow: 0px 5px 14px 3px rgb(66 56 56 / 32%);
}

figure.product-image {
    position: relative;
}

.col-md-8 {
    padding-top: 2px;
}

.product-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2px 1.1rem;
}

ul.breadcrumb.breadcrumb-lg {
    margin: 0 2rem 1rem 0;
    font-size: inherit;
}
.breadcrumb li:not(:last-child) a {
    color: #999;
    transition: color 0.3s;
}

.breadcrumb li:not(:last-child):after {
    content: "";
    position: relative;
    margin: 0 0.6em;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #999;
}
.breadcrumb li:last-child {
    color: #222;
}

h1.product-name {
    margin-bottom: 0.6rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    white-space: normal;
    color: #222;
}

.product-price {
    display: block;
    margin-bottom: 1.1rem;
    color: #d26e4b;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1;
}

.tag {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    margin: 0.5rem 1rem 0.5rem 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 0.3s, border-color 0.3s;
    text-decoration: none;
    color: inherit;
}

.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666;
}
.product-image img {
  max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.tab.tab-nav-simple.product-tabs  {
  display: none;
}
.product.product-single{
  margin-top: 1.5rem !important;
}
.team-data .card {
  cursor: pointer;
}