/*----GANERAL----*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Anybody:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
  cursor: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  cursor: none;
}


h1,
h2,
h3,
h4,
h5 {
  font-family: "Albert Sans", system-ui;
}

.nav-language{
       border: 1px solid #FAB138 !important;
    padding-inline: 10px !important;
    border-radius: 30px !important;  
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.VIpgJd-ZVi9od-vH1Gmf {
    background-color: #FFF;
    text-decoration: none;
     border: none !important; 
    overflow: hidden;
    padding: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    padding: 10px;
}

.goog-te-combo, .VIpgJd-ZVi9od-ORHb *, .VIpgJd-ZVi9od-SmfZ *, .VIpgJd-ZVi9od-xl07Ob *, .VIpgJd-ZVi9od-vH1Gmf *, .VIpgJd-ZVi9od-l9xktf * {
    font-family: "Poppins", sans-serif !important;
    font-size: 13px !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed:nth-child(3) {
    display: none !important;
}

.fs-13{
  font-size: 13px!important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none !important;
}

.p-top {
  padding-top: 50px;
}

h1 {
  margin-bottom: 0px !important;
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .navbar-nav .dropdown-menu {
  display: none;
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .navbar-nav .dropdown-menu {
  display: none;
}

.enquiry-form .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-form .close-btn i {
  font-size: 18px;
  -webkit-text-stroke: .5px;

}

.enquiry-form h4 {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.cursor-div{
  position: relative;
  z-index: 1000000001;
}

.cursor-outline{
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  rotate: 330deg;
}

.cursor-dot {
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #1a2832;
  position: fixed;
  top: 5px;
  left: 12px;
  z-index: 3;
  pointer-events: none;
  transform: translateX(14px) translateY(11px);
}

.footer-logo img {
  width: 145px;
}

/* .cousor-outline {
  border-top: 20px solid #FBB13B;
  border-right: 9px solid transparent;
  border-left: 20px solid transparent;
  width: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  rotate: 30deg;
} */

.website-quick-links {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 10000;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}

.website-quick-links a img{
    width:22px;
}

.website-quick-links a {
    width:40px;
    height:40px;
    display:flex;
        align-items: center;
    justify-content: center;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #FBB13B;
    border-radius: 50px;
  box-shadow: 0px 0px 3px 0px #00000054;
   transition: all 0.5s ease-out;
}

.website-quick-links .span-div{
 font-size: 15px;
    font-weight: 500;
  
}

.website-quick-links a:hover {
  width: 150px;
}

.website-quick-links a:hover.website-quick-links .span-div {
  display:block;
}

.website-quick-links a i {
  font-size: 18px;
}

.d-padding {
  padding-block: 80px;
}

.footer-padding {
  padding-block: 50px 25px;
}

.fixed-top {
  position: fixed;
  top: 10px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-top {
  background: transparent !important;
}

.navbar-top .container {
  background: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar {
  background: transparent !important;
}

body::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #FBB13B;
  height: 200px;
  border-radius: 2px;
}

.h-100 {
  height: 100%;
}

.navbar {
  background: #fff;
}

.nav-form .nav-link {
  background: #FAB138;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
}

.nav-form .nav-link:hover {
  background: #fab038a6;
}

.nav-form .close-btn {
  position: absolute;
  background: #f5f5f5;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.nav-form .close-btn i {
  -webkit-text-stroke: .5px;
}

.nav-form input {
  width: 350px;
  font-size: 15px;
  border: 1px solid #fab13873;
}

.nav-form input::placeholder {
  font-size: 14px;
}

.nav-form textarea::placeholder {
  font-size: 14px;
}

.nav-form select {
  width: 350px;
  font-size: 15px;
  border: 1px solid #fab13873;
}

.nav-form textarea {
  border: 1px solid #fab13873;

}

.nav-form label {
  font-size: 13px;
}

.nav-item .dropdown .btn {
  border: none;
  font-size: 13px;
  font-weight: 500;
}

.nav-search-div .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 50% !important;
    margin-top: var(--bs-dropdown-spacer);
    transform: translateX(-50%) !important;
}

.nav-search-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-item .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.nav-search .nav-link {
  background: #1B2934;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.nav-search .nav-link:hover {
  background: #1b2934cb;
}

.navbar-brand {
  width: 160px;
}

.nav-search input {
  border: none;
  padding: 6px;
  width: 230px;
  outline: none;
  background: transparent;
  color: #000000;
}

.dropdown-menu.show {
  display: block;
  padding: 0;
}


.nav-search span {
  background: #FBB13B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 9px;
}

.nav-search a .bi {
  color: #ffffff;
  font-size: 18px;
}


.home-section {
  height: 100vh;
}


.home-section .carousel {
       z-index: 1000; 
}
.nav-search-div .dropdown-center button {
  background: #FBB13B;
  border: none;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #1a2832;
}


.nav-search-div .dropdown input {
  font-size: 14px;
}



.carousel-item {
  position: relative;
  transition: transform .6s ease-in-out;
}

.carousel-item .overlay {
   background: linear-gradient(90deg, black, transparent);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.home-banner-head-div {
     position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: center;
    left: 0%;
    transform: translateY(-50%);
    z-index: 1000;
}

.home-banner-head {
      height: 100%;
    transform: scale(1.1);
    padding-inline: 50px;
}


.home-banner-head p {
  color: #fff;
  width: 50%;
  font-size: 16PX;
}

.home-banner-head a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.banner-span-div {
  width: fit-content;
}

.banner-span-div-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.banner-span-div-icon i {
  color: #fff;
  font-size: 20px;
}

.banner-span-div-icon .cube-left {
  border-top: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  rotate: -90deg;
}

.banner-span-div-icon .cube-right {
  border-top: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  rotate: 90deg;
}

.banner-span-div-icon .line {
  border-bottom: 1px solid #fff;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}

.banner-span-div-icon-about {
  display: flex;
  align-items: center;
  justify-content: start;
}

.banner-span-div-icon-about i {
  color: #000000;
  font-size: 20px;
}

.banner-span-div-icon-about .cube-left {
  border-top: 10px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  rotate: -90deg;
  border-radius: 0;
}

.banner-span-div-icon-about .line {
  border-bottom: 1px dashed #000000;
  width: 25%;
}

.home-banner-head .banner-span {
  color: #fff;
}

.home-banner-head a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.banner-form-div {
  background: #757575ab;
  border-radius: 10px;
}

.banner-form-div h5 {
  border-bottom: 1px solid #CACACA;
  text-align: center;
  padding-block: 12px;
  color: #fff;
}

.banner-form-div form {
  padding: 15px;
}

.banner-form-div .form-group label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.banner-form-div .form-group .form-control {
  color: #f0f0f0;
  font-size: 15px;
  border: 1px solid #CACACA;
  background: #969696;
  padding: 10px;
  margin-bottom: 10px;
}


.banner-form-div .form-group .form-control::placeholder {
  color: #f8f8f8;
  font-weight: 200;
  font-size: 14px;

}

.banner-form-div form button {
  background: #FBB13B;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  padding: 10px;
}

.banner-form-div form button:hover {
  background: #FBB13B;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  padding: 10px;
}

.banner-sub-head h6 {
  color: #fff;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
}

.banner-sub-head p {
  color: #fff;
  font-weight: 200;
}

.banner-sub-head-col {
  margin-top: 140px !important;
}

.home-about-section {
  background: #F5F5F5;
  min-height: 100vh;
}

.home-about-more {
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.home-about-more a {
  color: #000;
  background: #FBB13B;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}

.home-about-more a:hover {
  background: #fbb13baf;
}

.home-about-product-nav-div img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(85%) sepia(25%) saturate(0%) hue-rotate(174deg) brightness(71%) contrast(90%);
}

.cat-active img {
  filter: brightness(0) invert(13%) sepia(23%) saturate(755%) hue-rotate(164deg) brightness(100%) contrast(97%) !important;
}

.cat-active p {
  color: #1b2934 !important;
}

.cat-active .stock-count {
  display: flex !important;
}

.text-theme2 {
  color: #1b2934 !important;
  font-weight: 600;
}

.home-about-product-nav-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  padding: 20px;
}

.home-about-product-nav-div p {
  font-size: 13px;
  color: gray;
  margin-top: 5px;
  margin-bottom: 0;
}

.home-about-product-nav {
  background: #fff;
  border-radius: 10px;
}

.about-section {
  background: #FBB13B;
}

.about-head{
        height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-head h1 {
  font-family: "Anybody", system-ui;
  color: #1B2934;
  font-size: 45px;
  font-weight: 600;
  margin-top: 10px;
}


.about-image-div img {
  position: relative;
  width: 695px;
  right: 0px;
}

.about-sub-head h2 {
  font-weight: bold;
  color: #1B2934;
}

.about-para p {
  font-size: 14px;
  line-height: 25px;
}

.about-sub-head {
  height: 100%;
  display: flex;
  align-items: center;
}

.about-service-section {
  background: #1B2934;
}

.about-image-div-two img {
  width: 100%;
}

.about-head-two h2 {
    font-weight: bold;
    color: #FBB13B;
    text-transform: uppercase;
    font-size: 30px;
}

.about-head-two p {
  color: #fff;
  line-height: 24px;
}

.about-head-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-line {
  border-bottom: 1px solid #334654;
}

.about-count-head img {
  width: 52px;
}

.about-count-head h1 {
  color: #FBB13B;
  margin: 0;
  font-size: 60px;
  font-weight: bold;
}

.about-count-head {
  display: flex;
  gap: 5px;
  align-items: center;
}

.about-count-div p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.about-count-div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #334654;
}

.about-mission-section {
  background: #FBFBFB;
}


.about-mission-icon {
  text-align: center;
}

.about-mission-icon img {
  width: 115px;
  height: 115px;
  background: #ffffff;
  padding: 17px;
  border-radius: 50%;
}

.about-mission-head h4 {
  font-weight: 600;
}

.about-mission-head p {
  margin: 0;
}

.about-mission-div .row {
  align-items: center;
}

.about-mission-div {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.footer-section {
  position: relative;
}

.footer-section .overlay {
  background: #00000096;
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.14);
}

.footer-div {
  position: relative;
}

.footer-logo p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 300;
  width: 70%;
}

.footer-email-div h5 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
}

.footer-email-div a {
  color: #fff;
  font-weight: 300;
}

.footer-social-div h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
}

.footer-social-div-icon {
  display: flex;
  align-items: center;
      gap: 10px;
}

.footer-social-div-icon a img{
        width: 22px;
}

.footer-social-div-icon a {
  background: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 5px;
}

.footer-social-div-icon a i {
  font-size: 18px;
}

.footer-section .row {
  align-items: end;
}

.footer-line {
  border-bottom: 1px solid #545454;
}

.footer-by p {
  color: #fff;
  font-size: 14px;
}

.footer-by p span {
  color: #FAB138;
}

.footer-by a {
  color: #FAB138;
}
.banner-serach-div {
  position: relative;
  padding: 2px;
  border: 1px solid #ffffff52;
  border-radius: 4px;
  overflow: hidden;  
  width: fit-content;
}

.banner-serach-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(15px);
  z-index: -1; /* Send it behind the content */
}
/*.banner-serach-div {*/
/*  backdrop-filter: blur(20px);*/
/*  padding: 2px;*/
/*  border: 1px solid #ffffff52;*/
/*  border-radius: 4px;*/
/*}*/

.banner-serach-div input {
  background: none;
  border: none;
  margin-left: 10px;
  color: #fff;
  width: 250px;
}

.banner-serach-div input::placeholder {
  font-size: 13px;
  color: #fff;
  font-weight: 200;
}

.banner-serach-div input:focus {
  outline: none;
}


.banner-serach-div button {
  background: #FBB13B;
  border-radius: 0;
  border: none;
  font-size: 14px;
  border-radius: 0px 4px 4px 0px;
}

.banner-serach-div button:hover {
  background: #FBB13B;
  border-radius: 0;
  border: none;
  font-size: 14px;
}



.carrer-position {
    height: 120px;
    margin-top: 10px;
}

.career-line {
  color: #ffffff !important;
  font-size: 60px;
   margin-top: -10px;
  margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
      line-height: 60px
}

.career-line span {
  color: #FBB13B;
}

/*.career-line:first-child {*/
/*  animation: anim 16s infinite;*/
/*  animation-delay: 4s;*/
/*}*/

/*@keyframes anim {*/
/*  0% {*/
/*    margin-top: 0px;*/
/*  }*/

/*  25% {*/
/*    margin-top: -72px;*/
/*  }*/

/*  50% {*/
/*    margin-top: -138px;*/
/*  }*/

/*  75% {*/
/*    margin-top: -72px;*/
/*  }*/

/*  100% {*/
/*    margin-top: 0px;*/
/*  }*/
/*}*/

.home-product-arrow {
  position: relative;
  z-index: 1000;
  top: 40% !important;
}

.home-product-arrow i {
  -webkit-text-stroke: .5px;
}

.home-product-arrow-prev {
  width: 35px;
  height: 35px;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
}

.home-product-arrow-next {
  width: 35px;
  height: 35px;
  border: none;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  right: 0;
  transform: translate(50%,-50%);
}

.home-product-head h1 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
}

.home-product-head h1 span {
  color: #FBB13B;
}

.home-product-para {
  display: flex;
  align-items: end;
  height: 100%;
}

.home-product-para p {
  margin-bottom: 0;
}

.home-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
      position: relative;
     transition: all 300ms;
}

.home-product-card:hover{
     transform: translateY(-2px);
    /*box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);*/
    box-shadow:0 14px 20px rgba(0, 0, 0, 0.08), 0 10px 11px rgba(0, 0, 0, 0.08)
}

.home-product-card-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.home-product-card-head {
    padding: 15px 10px 0px 10px;
}

.home-product-card-span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.home-product-card-span span {
  background: #FFF1DB;
  padding: 3px 12px;
  border-radius: 30px;
  font-size: 14px;
}

.home-product-card-tag {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 0 10px 10px 10px;
}

.home-product-card-detail {
  background: #FBB13B;
  padding: 7px 25px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  border-radius: 30px;
    border: none;
    text-align: center;
    width: 100%;
}

.home-product-card-detail:hover{
  background-color: #fbb13ba6;
}

.home-product-card-enquire {
    border: 1px solid #FBB13B;
    padding: 7px 25px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.home-product-card-enquire i{
    margin-left:10px;
}

.home-product-card-enquire:hover {
  background-color:  #FBB13B;
}

.home-product-card-tag i {
  margin-left: 5px;
  -webkit-text-stroke: .5px;
}

.home-product-card-head h6 {
  margin-top: 8px;
}

.home-product-card-col {
  width: 97% !important;
}

.home-product-card-prev {
  border: none;
  background: #FBB13B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home-product-card-next {
  border: none;
  background: #FBB13B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home-product-card-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-product-card-arrow i {
  -webkit-text-stroke: .5px;
}

.home-equipment-section {
  background: #1B2934;
}

.home-equipment-head h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
}

.home-equipment-para p {
  color: #fff;
  margin-bottom: 0;
}

.home-equipment-card {
  background: #FBB13B;
  padding: 10px;
  border-radius: 20px;
}


.home-equipment-card img {
  border-radius: 10px;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.home-equipment-card h5 {
  margin-top: 10px;
  font-weight: bold;
}


.home-equipment-card p {
  height: 105px;
  overflow-y: scroll;
  margin-bottom: 0;
}

.home-equipment-card p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
  border-radius: 2px;
}

.home-equipment-card p::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  border-radius: 2px;
}

.home-equipment-card p::-webkit-scrollbar-thumb {
  background: #1B2934;
  height: 50px;
  border-radius: 2px;
}

.equipment-head{
        text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.equipment-head h1{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
}

.equipment-head p{
        width: 80%;
}

.equipment-card {
  padding: 10px;
  border-radius: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.equipment-card-img-div{
    position: relative;
}

.equipment-card-img-div h5{
       position: absolute;
    bottom: 0px;
    margin-left: 10px; 
}

.equipment-card img {
     height: 280px;
    object-fit: cover;
      filter: brightness(0.5);
       border-radius: 10px;
           width: 100%;
}

.equipment-card h5 {
    color: #fff;
}


.equipment-card p {
    height: 105px;
    overflow-y: scroll;
    margin-bottom: 0;
    margin-top: 10px;
}

.equipment-card p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
  border-radius: 2px;
}

.equipment-card p::-webkit-scrollbar {
  background: transparent;
  width: 3px;
  border-radius: 2px;
      margin-right: 10px;
}

.equipment-card p::-webkit-scrollbar-thumb {
  background: #1B2934;
  height: 50px;
  border-radius: 2px;
}







.home-equipment-card-prev {
  border: none;
  background: #FBB13B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home-equipment-card-next {
  border: none;
  background: #FBB13B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.home-equipment-card-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.home-equipment-card-arrow i {
  -webkit-text-stroke: .5px;
}

.testimonial-div {
  margin-top: 50px;
  position: relative;
}

.testimonial-div .line {
  border-bottom: 1px dashed #d9d9d9;
  position: absolute;
  top: 32px;
  width: 100%;
}

.testimonial-div-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial-div-head h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
}

.testimonial-div-head h1 span {
  color: #FBB13B;
}

.testimonial-div-head p {
  width: 50%;
}

.testimonial-image-div {
  text-align: center;
  display: flex;
  justify-content: center;
}

.testimonial-image-div img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-div-content {
    border: 1px solid #e9e9e9;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    text-align: center;
}

.testimonial-div-author {
  text-align: center;
}



.testimonial-div-author h6 {
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-div-author small {
  color: #969696;
}

.testimonial-div-content p {
  font-size: 15px;
  font-weight: 300;
}

.enquire-section {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
}

.home-enquire-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
}

.enquire-section .container {
  position: relative;
  text-align: center;
}

.home-enquire-head h1 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'Poppins';
}

.home-enquire-head h1 span {
  color: #FAB138;
}

.home-enquire-head .span {
  color: #fff;
  border: 1px dashed #fff;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
}

.home-enquire-head a {
  background: #FAB138;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.home-blog-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-blog-head h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
}

.home-blog-head h1 span {
  color: #FAB138;
}

.home-blog-head P {
  width: 50%;
}

.home-blog-card {
  position: relative;
  border-radius: 20px;
  height: 100%;
  min-height: 510px;
  border-radius: 20px;
  overflow: hidden;
}

.home-blog-card-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.home-blog-card-share {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  right: 20px;
}

.home-blog-card-share i {
  font-size: 18px;
  -webkit-text-stroke: .1px;
}

.home-blog-card-head {
  position: absolute;
  bottom: 10px;
  width: 95%;
  left: 50%;
  transform: translatex(-50%);
}

.home-blog-card-head span {
  color: #fff;
  font-weight: 200;
}

.home-blog-card-head span i {
  color: #fff;
}

.home-blog-card-head h3 {
  color: #fff;
}

.home-blog-card-head p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}

.home-blog-card-image-two {
  height: 175px;
  border-radius: 10px;
  overflow: hidden;
}

.home-blog-card-image-two img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-blog-card-two {
  border-bottom: 1px dashed #e1e1e1;
  padding-block: 15px;
}

.home-blog-card-head-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-blog-card-head-two span {
  font-size: 14px;
}

.home-blog-card-head-two h5 {
  font-weight: 600;
  margin-top: 5px;
}

.home-blog-card-head-two a {
  font-size: 14px;
  color: #FAB138;
  display: flex;
  align-items: center;
}

.home-blog-card-head-two a i {
  font-size: 20px;
}

.product-head h4 {
  color: #FAB138;
  font-weight: bold;
  font-size: 20px;
}

.product-main-head .span {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.product-main-head .span i {
  color: #000;
  -webkit-text-stroke: 1.5px;
}

.product-main-head .span a {
  color: #000;
  font-size: 15px;
}
.product-main-img{
  height: calc(845.16px * 3 / 4);
}

.product-main-head h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins; 
  margin-bottom: 0;
}

.product-main-head h1 span {
  color: #FAB138;
}

.product-filter button {
  border: 1px solid #FAB138;
  background-color: #FAB138;
  display: flex;
  gap: 10px;
  padding-inline: 20px;
  border-radius: 30px;
}

.product-filter button:hover {
  border: 1px solid #FAB138;
  background-color: #fab038b4;
  display: flex;
  gap: 10px;
  padding-inline: 20px;
}

.product-filter {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

.product-filter .dropdown-menu {
  width: 350px;
  transform: translate(-90px, 40px) !important;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 10000;
}

.product-filter .dropdown-menu input {
  font-size: 14px;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

.product-filter .dropdown-menu input::placeholder {
  font-size: 14px;
}

.product-filter .dropdown-menu label {
  font-size: 13px;

}

.product-filter .dropdown-menu .form-select {
  font-size: 13px;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

.product-view-head span a {
  color: #000;
}

.product-view-head span i {
  color: #000;
  -webkit-text-stroke: 1.5px;
}

.product-view-head h2 {
  color: #1B2934;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.product-view-share {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.product-view-share a {
  border: 2px solid #FAB138;
  background-color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-view-image img {
  width: 100%;
  border-radius: 10px;
}

.product-view-image-two {
  height: 220px;
}

.product-view-image-two img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-view-image {
  height: 100%;
  min-height: 430px;
}

.product-table .table {
  border-radius: 6px;
  overflow: hidden;
}

.product-table .table tr {
  text-align: center;
  border-bottom: 2px solid #e3e3e3;
  
  margin-top:8px !important;
}

.product-table .table tr th {
  font-size: 15px;
  font-weight: 600 !important;
  background: white !important;
  color: black !important;
        text-align: start !important;
    padding-left: 15px !important;
}


.product-table .table tr td {
  font-weight:600;
  font-size: 15px;
  color: #1B2934;  
  text-align: start !important;
    padding-left: 15px !important;
}

.blog-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.blog-card-image {
  width: 100%;
  height: 380px;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.blog-card-head {
  padding: 20px;
  position: relative;
}

.blog-card-head h4 {
  width: 90%;
}

.blog-card-head p {
  margin-bottom: 0;
}

.blog-card-share {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-head .span {
  color: #000;
  font-weight: 500;
}

.blog-head .span i {
  color: #000;
  -webkit-text-stroke: 1.5px;
}

.blog-head .span a {
  font-weight: 500;
  color: #000;
}

.blog-head h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
  color: #000;
  margin-bottom: 15px!important;
}

.blog-head h1 span {
  color: #FAB138;
}

.blog-head {
  text-align: center;
}

.blog-card-image-two img {
  width: 100%;
  height: 190px;
  border-radius: 10px 0px 0px 10px;
  object-fit: cover;
}

.blog-card-two {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  position: relative;
}

.blog-card-head-two span {
  font-size: 14px;
  font-weight: 500;
}

.blog-card-head-two h6 {
  font-weight: 600;
  margin-top: 5px;
  width: 85%;
}

.blog-card-head-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 15px;
}

.blog-card-head-two p {
  margin-bottom: 0;
  height: 105px;
  overflow-y: scroll;
}

.blog-card-head-two p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
  border-radius: 2px;
}

.blog-card-head-two p::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  border-radius: 2px;
}

.blog-card-head-two p::-webkit-scrollbar-thumb {
  background: #1B2934;
  height: 20px;
  border-radius: 2px;
}

.blog-card-sub-image {
  height: 250px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.blog-sub-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.blog-sub-card p {
  margin-bottom: 0;
  height: 130px;
  overflow-y: scroll;
}

.blog-sub-card p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(211, 211, 211, 0.6);
  background-color: #ffffff;
  border-radius: 2px;
}

.blog-sub-card p::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  border-radius: 2px;
}

.blog-sub-card p::-webkit-scrollbar-thumb {
  background: #1B2934;
  height: 20px;
  border-radius: 2px;
}

.blog-sub-card-head {
  position: relative;
  padding: 15px;
}

.blog-sub-card-head span {
  font-size: 15px;
}

.blog-sub-card-head h6 {
  font-weight: 600;
  width: 85%;
  margin-top: 5px;
}

.blog-card-share p {
  margin-bottom: 0;
}

.blog-view-image-div {
  height: 500px;
}

.blog-view-image-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.5);
}

.blog-view-head .span {
  color: #000;
  font-weight: 500;
}

.blog-view-head .span a {
  color: #000;
}

.blog-view-head h3 {
  font-weight: 600;
  margin-top: 5px;
}


.blog-view-head p {
  font-size: 15px;
  margin-bottom: 0;
}

.blog-view-head p span {
  font-weight: 600;
}

.blog-view-head p i {
  -webkit-text-stroke: 1.5px;
}

.blog-card-view-share{
     background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.blog-view-share {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.blog-view-share span i {
  font-size: 20px;
  margin-left: 5px;
}

.contact-section {
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
}

.contact-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.2);
  position: absolute;
}

.contact-section .container {
  position: relative;
}

.contact-head span {
  color: #fff;
}

.contact-head span a {
  color: #fff;
}

.contact-head span i {
  color: #fff;
}

.contact-head h1 {
  font-weight: bold;
    color: #fbb13b;
}

.contact-head p {
  color: #fff;
  width: 50%;
  margin-bottom: 0;
}

.contact-details-section {
  position: relative;
}

.contact-details-div {
  background: #1B2934;
  padding-block: 25px;
  border-radius: 20px;
  position: absolute;
  top: -90px;
}

.contact-div-icon p {
  color: #fbb13b;
  margin-bottom: 5px;
  font-size: 14px;
  margin-top: 5px;
}

.contact-div-num a {
  color: #fff;
  font-size: 15px;
}


.contact-div-num span {
  color: #fff;
  font-size: 15px;
}

.contact-div-num {
  text-align: center;
  border-right: 1px solid #444444;
  height: 100%;
}

.contact-social-div-icon a {
  width: 35px;
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-social-div-icon a img{
        width: 22px;
}

.contact-social-div-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.contact-form-section {
  margin-top: 70px;
}

.contact-form-section .row{
        align-items: center;
}

.contact-map-div iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.contact-form label {
  font-size: 14px;
  margin-top: 10px;
}

.contact-form input {
  background: #f5f5f5;
}

.contact-form textarea {
  background: #f5f5f5;
  height: 240px;
}

.contact-form input::placeholder {
  font-size: 13px;
  color: gray;
}

.contact-form button {
  background: #FAB138;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 7px 15px;
}

.contact-form button:hover {
  background: #FAB138;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

.h-100{
    height:100%;
}

@media only screen and (min-width: 480px) and (max-width: 766px) {}

@media only screen and (max-width: 1024px) {

  .cursor-div{
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  .product-main-img {
    height: calc(281px* 3 / 4);
}
    .nav-search-div .dropdown-center{
    position:unset !important;
}
.contact-form button {
    width: 100%;
}



.carousel-item .overlay {
    background: linear-gradient(0deg, black, black, transparent);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60%;
    bottom:0;
        opacity: 0.9;
}

.home-banner-head {
    height: 100%;
    transform: scale(1.1);
    padding-inline: 15px 10px;
        text-align: center;
}

.home-banner-head .nav-search{
      display: flex;
    justify-content: center;
}

.home-blog-card-head span {
    color: #fff;
    font-weight: 200;
    font-size: 13px;
}

.home-blog-card-head {
    position: absolute;
    bottom: 10px;
    width: 93%;
    left: 50%;
    transform: translatex(-50%);
}

.home-blog-card-head-two span {
    font-size: 13px;
}

.home-blog-card-head p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    height: 90px;
    overflow-y: scroll;
}

.blog-card-image-two img {
    width: 100%;
    height: 190px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.product-view-head h2 {
    color: #1B2934;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
}

.blog-card-block{
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog-card-image-two {
    height: 125px;
     border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.home-blog-card-head-two h5 {
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}

.home-blog-card-head-two {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 8px 10px;
    border-radius: 0px 10px 10px 0px;
}
.equipment-head p {
    width: 100%;
}

.equipment-card img {
    height: 200px;
    object-fit: cover;
    filter: brightness(0.5);
    border-radius: 10px;
    width: 100%;
}

.contact-head{
       text-align: center; 
}



.home-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-product-card-div .home-product-card-col {
    width: 97% !important;
    height: 100%;
}
.home-product-card-div .slick-slide {
    display: flow-root;
    height: inherit !important;
}
.home-product-card-div .slick-slide div:first-child{
    height:100%;
}

.home-product-card-div .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


.product-view-similar-div .home-product-card-col {
    width: 97% !important;
    height: 100%;
}
.product-view-similar-div .slick-slide {
    display: flow-root;
    height: inherit !important;
}
.product-view-similar-div .slick-slide div:first-child{
    height:100%;
}

.product-view-similar-div .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.contact-div-num {
    text-align: center;
    border-right: none;
    height: 100%;
    margin-top: 15px;
}
.contact-details-div {
    background: #1B2934;
    padding: 20px;
    border-radius: 16px;
    position: absolute;
    top: -90px;
}

.contact-form-section {
    margin-top: 380px;
}

.contact-form-section .row{
        align-items: center;
}

.contact-form textarea {
    background: #f5f5f5;
    height: 100px;
}

.contact-map-div{
        text-align: center;
}

.home-product-card-tag {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-product-card-head h6 {
    margin-top: 8px;
    text-align: center;
}
.home-banner-head-div {
    position: absolute;
        width: 100%;
        bottom: 10%;
        display: flex;
        justify-content: center;
        left: 0;
        transform: none;
        z-index: 1000;
        top: auto;
}
  .website-quick-links {
    right: 10px!important;
  }
  .about-count-div {
      border:none;
  }
  .container{
          padding-inline: 20px;
  }
  
  .home-blog-card-two{
         padding-inline: 12px; 
  }
  
  .blog-card-view-share{
     background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    right: 20px;   
}
  
  .blog-view-share {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}
  .home-product-head h1 {
    font-size: 25px;
}

.product-main-head h1 {
    font-size: 25px;
}

.home-product-para p{
        text-align: center;
}

.home-equipment-head h1 {
    font-size: 25px;
}
.home-equipment-head h1 {
    font-size: 25px;
}

.testimonial-div-head h1 {
    font-size: 25px;
}

.home-enquire-head h1 {
    margin-top: 15px;
    line-height: 30px;
    font-size: 25px;
}

.home-blog-head h1 {
    font-size: 25px;
}

  .p-top {
    padding-top: 25px;
  }
  .blog-view-image-div {
    height: 350px;
}

.home-blog-card-share {
    top: 10px;
}
.blog-view-head h3 {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0;
}

.blog-view-head p {
    font-size: 13px;
    margin-bottom: 0;
}

  p {
    font-size: 15px;
  }

  .career-line {
    font-size: 23px;
        line-height: normal;
            margin-inline: auto;
  }

  .carrer-position {
            height: 45px;
        display: flex;
        align-items: center;
        margin-top: 15px;
  }

  .home-banner-head p {
    color: #fff;
    width: 100%;
            font-size: 13px;
  }

  .banner-serach-div input {
    width: 160px;
  }

  /*.career-line:first-child {*/
  /*  animation: anim 10s infinite;*/
  /*}*/

  @keyframes anim {
    0% {
      margin-top: 0px;
    }

    25% {
      margin-top: -40px;
    }

    50% {
      margin-top: -80px;
    }

    75% {
      margin-top: -40px;
    }

    100% {
      margin-top: 0px;
    }
  }

  .home-product-arrow {
    width: 95%;
  }

  .home-product-arrow-next {
    width: 30px;
    height: 30px;
  }

  .home-product-arrow-prev {
    width: 30px;
    height: 30px;
  }

  .home-product-arrow i {
    font-size: 12px;
  }

  .home-about-product-nav-div img {
    width: 60px;
  }

  .home-about-product-nav-div p {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .home-product-head h1 {
    text-align: center;
  }

  .home-product-card-image {
            height: 100px;
        object-fit: cover;
  }

  .home-product-card-head {
    padding: 0px 10px 0px 10px;
  }

  .home-product-card-detail {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
  }

  .home-product-card-enquire {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    left: 50%;
    width: 100%;
  }

  .home-product-card-arrow {
    justify-content: center;
  }


  .home-product-card-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .home-product-card-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-product-card-arrow i {
    -webkit-text-stroke: .5px;
    font-size: 15px;
  }

  .home-about-more {
    justify-content: center;
  }

  .home-equipment-head {
    text-align: center;
  }

  .home-equipment-para {
    text-align: center;
    margin-top: 10px;
  }

  .home-equipment-card img {
    height: 220px;
  }

  .home-equipment-card-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-equipment-card-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-equipment-card-arrow i {
    -webkit-text-stroke: .5px;
    font-size: 15px;
  }

  .testimonial-div-head p {
    width: 100%;
  }

  .home-blog-head P {
    width: 100%;
  }

  .home-blog-card {
    min-height: 370px;
  }

  .home-blog-card-head h3 {
    color: #fff;
    font-size: 24px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-logo p {
    width: 100%;
  }

  .footer-email-div {
    margin-top: 15px;
    text-align: center;
  }

  .footer-social-div {
    margin-top: 15px;
    text-align: center;
  }

  .footer-social-div-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .footer-by {
    text-align: center;
  }

  .about-head h1 {
    font-family: "Anybody", system-ui;
    color: #1B2934;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
  }

.about-head-two h2 {
    font-size: 25px;
}
  .about-image-div img {
        position: relative;
        width: 100%;
        bottom: 0;
        right: -20px;
  }

 

  .about-image-div-two {
    display: flex;
    justify-content: center;
  }

  .about-image-div-two img {
    width: 90%;
  }

  .about-head-two {
    text-align: center;
    margin-top: 10px;
  }

  .about-count-head h1 {
    font-size: 40px;
  }

  .about-count-head img {
    width: 40px;
  }

  .about-count-div p {
    font-size: 15px;
  }

  .product-main-head {
    text-align: center;
  }

  .product-filter {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .product-filter button {
    padding-inline: 10px;
    padding-block: 4px;
    font-size: 14px;
  }

  .product-filter button:hover {
    padding-inline: 10px;
    padding-block: 4px;
    font-size: 14px;
  }

  .product-head {
    text-align: center;
    margin-top: 30px;
  }
  
  .blog-head h1 {
    font-size: 25px;
}

  .product-view-head {
    text-align: center;
  }

  .product-view-image {
    height: 100%;
    min-height: 100%;
  }

  .product-view-sub-head {
    text-align: center;
            margin-top: 20px;
  }

  .home-about-more a {
    color: #000;
    background: #FBB13B;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
  }

  .blog-card-image {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
  }

  .blog-card-head h4 {
    width: 100%;
    font-size: 20px;
  }

  .blog-card-share span {
    font-size: 14px;
  }

  .blog-card-share {
    position: absolute;
    right: 15px;
    top: 5px;
    border: 2px solid orange;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog-card-share i {
    font-size: 14px;
  }

  .blog-card-head-two {
    padding: 12px;
  }

  .contact-head p {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
  }

  .navbar-top {
    background: transparent !important;
    margin-inline: 10px;
  }

  .navbar-brand {
    width: 100px;
  }

  .nav-search-div {
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;
  }

  .product-filter .dropdown-menu {
    width: 315px;
  }

  .product-filter .dropdown-menu input {
    font-size: 14px;
    color: #000;
    padding: 7px;
    margin-bottom: 7px;
  }

  .product-filter .dropdown-menu .form-select {
    font-size: 14px;
    color: #000;
    padding: 7px;
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .product-main-img {
    height: calc(396px* 3 / 4);
}
  .nav-search-div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
  }
  .contact-form button {
    width: 100%;
}

.banner-serach-div button {
    margin-right: 2px;
}

.banner-serach-div input {
    width: 180px;
}

.banner-serach-div {
    padding: 0;
}


.home-banner-head p {
    color: #fff;
    width: 60%;
    font-size: 14px;
}

.home-banner-head-div {
position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 15%;
        top: auto;
        transform: none;
}

.contact-details-div {
    padding: 20px;
}
  .home-blog-card {
    position: relative;
    border-radius: 20px;
    height: 100%;
    min-height: 340px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-form-section {
    margin-top: 90px;
}
.home-blog-card-two {
    border-bottom: 1px dashed #e1e1e1;
    padding-block: 15px;
    padding-inline: 15px;
}
.footer-logo p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 300;
    width: 100%;
}
  .about-head h1 {
    font-size: 30px;
  }

  .home-product-card-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .home-equipment-card img {
    border-radius: 5px;
    height: 180px;
    object-fit: cover;
    width: 100%;
  }

  .about-head .span {
    padding: 0px 10px;
  }

  .about-image-div img {
              position: absolute;
width: 35%;
        right: 0px;
  }


  .about-para p {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .about-count-head h1 {
    color: #FBB13B;
    margin: 0;
    font-size: 45px;
  }

  .about-count-head img {
    width: 45px;
  }

  .about-count-div p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
  }

  .home-product-card-detail {
    background: #FBB13B;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-product-card-enquire {
    border: 1px solid #FBB13B;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-product-card-head {
    padding-inline: 15px;
    padding-block: 10px;
  }

  .product-view-image-two {
    height: 150px;
  }

  .product-view-image {
    height: 100%;
    min-height: 100%;
  }

  .home-about-more a {
    color: #000;
    background: #FBB13B;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
  }

  .home-blog-card-head-two h5 {
    font-weight: 600;
    margin-top: 5px;
    font-size: 17px;
  }

  .home-blog-card-image-two {
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
  }

  .navbar-brand {
    width: 110px;
  }

  .blog-view-image-div {
    height: 360px;
  }

  .blog-view-head h3 {
    font-weight: 600;
    margin-top: 5px;
    font-size: 25px;
  }

  .blog-view-head .span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
  }

  .p-top {
    padding-top: 40px;
  }

  .career-line {
    color: #ffffff !important;
    font-size: 40px;
    margin-bottom: 0;
            line-height: normal;
  }

  .carrer-position {
        height: auto;
        margin-top: 15px;
  }

  /*.career-line:first-child {*/
  /*  animation: anim 10s infinite;*/
  /*}*/

  @keyframes anim {
    0% {
      margin-top: 0px;
    }

    25% {
      margin-top: -67px;
    }

    50% {
      margin-top: -130px;
    }

    75% {
      margin-top: -67px;
    }

    100% {
      margin-top: 0px;
    }
  }

  .contact-section {
    height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
  }

  h1 {
    font-size: 30px !important;
  }

}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  .home-product-card-span span {
    background: #FFF1DB;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 13px;
}
.home-product-card-detail {
  background: #FBB13B;
  padding: 7px 8px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  text-align: center;
  width: 100%;
}
}


@media only screen and (min-width: 1201px) and (max-width: 1439px) {
  .product-main-img {
    height: calc(536px* 3 / 4);
}
  .about-head h1 {
    font-family: "Anybody", system-ui;
    color: #1B2934;
    font-size: 35px;
    font-weight: 600;
    margin-top: 10px;
  }

.about-image-div img {
    position: absolute;
    width: 430px;
    right: 0px;
}
  .about-image-div img {
    position: relative;
    width: 100%;
    right: -103px;
  }

  h1 {
    font-size: 35px !important;
  }

  .product-view-head h2 {
    color: #1B2934;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
    font-size: 25px;
  }

  .product-view-image-two {
    height: 185px;
  }

  .blog-view-image-div {
    height: 360px;
  }

  .contact-section {
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
  }

  .career-line {
    color: #ffffff !important;
    font-size: 45px !important;
    margin-bottom: 0;
  }

  .carrer-position {
    height: 50px;
    margin-top: 15px;
  }

  /*.career-line:first-child {*/
  /*  animation: anim 10s infinite;*/
  /*}*/

  @keyframes anim {
    0% {
      margin-top: 0px;
    }

    25% {
      margin-top: -70px;
    }

    50% {
      margin-top: -140px;
    }

    75% {
      margin-top: -70px;
    }

    100% {
      margin-top: 0px;
    }
  }

  h1 {
    font-size: 35px !important;
  }
  .home-banner-head p {
    color: #fff;
    width: 50%;
    font-size: 16PX;
    margin-top: 80px !important;
}
}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {

    .career-line {
    color: #ffffff !important;
    font-size: 45px;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
     line-height: normal;
      }
     
    .home-banner-head {
        height: 100%;
        transform: scale(1);
        padding-inline: 50px;
   }
   .carrer-position {
    height: auto;
    margin-top: 10px;
}
.product-main-img {
  height: calc(736px* 3 / 4);
}
}



@media (min-width: 1801px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1490px;
    }
}

.divider {
  border-bottom: 1px dashed #1B2934;
  width: 100%;
  margin-top: 20px;
}

#product-gallery {
  width: 100%;
  max-width: 100%;
}

#product-gallery a {
  border-radius: 10px;
}

.lg-item img {
  width: 100%;
  height: auto;
}

/* changes from akhil */
.nav-search-div .dropdown-menu {
  width: 300px !important;
}

.btn-theme {
  background-color: #FBB13B;
  color: #fff;
}

.not-found {
  width: fit-content;
  border: 1px dashed #1b2934;
  border-radius: 20px;
}

.nav-form .dropdown-menu {
  width: 400px !important;
}

.text-theme {
  color: #FBB13B;
}


.double_range_slider {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #dddddd;
  border-radius: 20px;
}

.range_track {
  height: 100%;
  position: absolute;
  border-radius: 20px;
  background-color: #95d564;
}

.double_range_slider input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 50%;
  transform: translateY(-50%);

}

.min {
  left: 0%;
}

.max {
  right: 0%;
}

.double_range_slider input::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid #FBB13B;
  background-color: #FBB13B;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 1px;
}

.double_range_slider input::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #FBB13B;
  background-color: #FBB13B;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  margin-top: 30%;
}

.minvalue1 {
  /* width: fit-content; */
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  /* transform: translate(0, -100%); */

  font-size: 1rem;
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: left, transform;
}

.maxvalue1 {
  /* width: fit-content; */
  padding: 3px 10px;
  color: #000000;
  border: 1px solid #ddd;
  border-radius: 8px;
  /* transform: translate(0, 100%); */
  font-size: 1rem;
  will-change: right, transform;

}

.rangeInput {
  width: 75% !important;
  height: 15px;
  border: none;
  margin-bottom: 0 !important;
}

.width-fit-content {
  width: fit-content;
}

.text-theme {
  color: #FBB13B !important;
}

.stock-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #FAB138;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: #1b2934;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.stock-count p {
  font-size: 12px;
  color: #1b2934;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 0;
}

.home-about-product-nav-div:hover {
  transform: scale(1.05);
  transition: .5s ease-in-out;
}

.category-item {
  z-index: 10000 !important;
}

.slick-dots li {
  padding: 3px;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active {
  background-color: #f5f5f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fbb13b;
  width: 0;
  height: 0;
  padding: 0px;
  border-radius: 0 !important;
}

.nav-active {
  color: #FAB138 !important;
}

.about-section p, .about-service-section p, .about-mission-section p{
  text-align: justify;
}


.product-view-sub-head h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 22px;
}

.enquire_modal label, .enquire_modal button{
  font-size: 13px;
}

.enquire_modal .form-control{
  font-size: 13px;
  border: 1px solid #fab13873;
}.btn-theme2{
  background-color: #1B2934 !important;
  color: white !important;
}.bg-theme2{
  background-color: #1B2934 !important;
  color: white !important;
}
.product-filter .divider{
    border-bottom:1px dashed #dfdfdf;
    
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


.home-about-section .overlay{
position: absolute;
    /* width: 100%; */
    height: 100%;
    text-align: center;
    color: white;
    top: 50%;
    /* padding-block: 50px; */
    /* font-weight: bold; */
    font-size: 25px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.br-8{
 border-radius:8px !important;   
}


.gallery-img img{
 filter: brightness(0.3);
}

#galleryModal{
    z-index:10000 !important;
}
#galleryModal .modal-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    color: var(--bs-modal-color) !important;
    pointer-events: auto !important;
    background-color: #ffffff;
    background-clip: padding-box !important;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color) !important;
    border-radius: var(--bs-modal-border-radius) !important;
    outline: 0 !important;
    backdrop-filter: blur(1px) !important;
}

#galleryModal .modal-header {
    display: block;
    flex-shrink: 0;
    text-align:center;
    color: black;
    padding: var(--bs-modal-header-padding);
    /* border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); */
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    border:none;
}
.lg-container{
    z-index: 100000;
    position: relative;
}
.lightbox-images img{
    object-fit: cover !important;
}
#lightboxed--container{
    z-index:100000 !important;
}
.loader-container {
            position: fixed; /* Keeps it in the same place */
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center; /* Centers vertically */
            justify-content: center; /* Centers horizontally */
            background-color: rgba(255, 255, 255, 0.8); /* Optional: Semi-transparent background */
            z-index: 9999; /* Ensure it's on top of everything else */
        }
.loader {
  width: 80px;
  aspect-ratio: 1.154;
  clip-path: polygon(50% 0,100% 100%,0 100%);
  --c:no-repeat linear-gradient(#fbb13b 0 0);
  background: var(--c),var(--c),var(--c),var(--c),var(--c);
  background-size: 100% calc(100%/5 + 1px);
  animation: l15 2s infinite;
}

@keyframes l15 {
  0%  {background-position: 0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4)}
  20% {background-position: 0 calc(4*100%/4) ,0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4)}
  40% {background-position: 0 calc(4*100%/4) ,0 calc(3*100%/4) ,0 calc(-2*100%/4),0 calc(-2*100%/4),0 calc(-2*100%/4)}
  60% {background-position: 0 calc(4*100%/4) ,0 calc(3*100%/4) ,0 calc(2*100%/4) ,0 calc(-2*100%/4),0 calc(-2*100%/4)}
  80% {background-position: 0 calc(4*100%/4) ,0 calc(3*100%/4) ,0 calc(2*100%/4) ,0 calc(1*100%/4) ,0 calc(-2*100%/4)}
  100%{background-position: 0 calc(4*100%/4) ,0 calc(3*100%/4) ,0 calc(2*100%/4) ,0 calc(1*100%/4) ,0 calc(0*100%/4)}
}





.goog-te-gadget-simple {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 14px !important;
  display: inline-block;
  padding: 5px !important;
  cursor: pointer;
  font-family: 'Poppins';
}

.goog-te-gadget-simple span {
  color: black !important;
}

.navbar-active .goog-te-gadget-simple {
  background-color: black !important;
}

.navbar-active .goog-te-gadget-simple span {
  color: black !important;
}
.home-banner-head font{
    color:white;
}
.career-line font{
   color: #FAB138;
}
.career-line span font{
   color: white;
}
.home-equipment-section font{
    color:white;
}.home-equipment-card font{
    color:black;
}
.home-product-head span font{
    color:#FAB138;
}
.home-equipment-section .home-equipment-head span font{
    color: #FAB138;
}
.home-enquire-head font{
    color:white;
}.home-enquire-head h1 span font{
    color:#FAB138;
}
.home-blog-card-head font{
    color:white;
}
footer font{
    color:white;
}
footer span font{
    color:#FAB138;
}
footer a font{
    color:#FAB138;
}
.about-service-section span font{
    color:#FAB138;
}.about-head-two h2 font{
    color:#FAB138;
}.about-head-two font{
    color:white;
}
.about-count-div font{
    color:white;
}
.about-count-head h1 font{
    color:#FAB138;
}
.text-theme font{
    color:#FAB138;
}.equipment-card-img-div font{
    color:white;
}.product-main-head h1 span font{
    color:#FAB138;
}.btn-theme2 font{
    color:white;
}.blog-head span font{
    color:#FAB138;
}.contact-head font{
    color :white;
}
.contact-head h1 font{
    color:#FAB138;
}.contact-details-div font{
    color:white;
}
.home-blog-card-head-two a font{
    color:#FAB138;
}.home-blog-head h1 span font{
    color:#FAB138;
}.contact-div-icon p font{
    color:#FAB138;
}.gallery-img .overlay font{
    color:white;
}
#goog-gt-tt iframe .VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    z-index: 10000002;
    border: none;
    border-radius: 8px !important;
    position: fixed;
    box-shadow: 0 3px 8px 2px #999;
}
#goog-gt-tt iframe .VIpgJd-ZVi9od-vH1Gmf {
    background-color: #FFF!important;
    text-decoration: none!important;
    border: 1px solid #fbb13b!important;
    overflow: hidden!important;
    padding: 4px!important;
    border-radius: 8px !important;
}#goog-gt-tt iframe .VIpgJd-ZVi9od-xl07Ob-OEVmcd body .VIpgJd-ZVi9od-vH1Gmf {
    background-color: #FFF;
    text-decoration: none;
    border: 1px solid #fbb13b;
    overflow: hidden;
    padding: 4px;
    border-radius: 8px;
}
/*#goog-gt-tt iframe .VIpgJd-ZVi9od-vH1Gmf-ibnC6b div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div, .VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {*/
/*    color: #000000 !important;*/
/*    background: #fbb13b !important;*/
/*}*/

/*.google-trans {*/
/*    background-color: #FFF;*/
/*    text-decoration: none;*/
/*    border: 1px solid #6B90DA;*/
/*    overflow: hidden;*/
/*    border-radius:8px !important;*/
/*    padding: 4px*/
/*}*/
.VIpgJd-ZVi9od-vH1Gmf {
    background-color: white;
    text-decoration: none;
    border: none !important;
    overflow: hidden;
    padding: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    padding: 10px;
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    z-index: 10000002;
    border: none;
    position: fixed;
    box-shadow: 0 3px 8px 2px #999;
    border-radius:8px !important;
}

/*.skiptranslate {*/
/*    display: none;*/
/*}*/


.VIpgJd-ZVi9od-ORHb-OEVmcd {
        visibility: hidden !important;
}

.category-item{
  width: 11.1111111100% ;
}


[role=button] {
  cursor: none;
}

.btn{
  cursor: none;
}
.fs-12{
  font-size: 12px !important;
}

.product-main-img a{
  height: 100%;
  display: block;
}
.product-img-slick .slick-slide img {
  display: block;
  height: 75px !important;
  object-fit: cover;
  width: 96% !important;
}#productPrevImage{
  position: absolute;
  bottom: 9%;
  left: 0px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: bolder;
  font-size: 20px;
  height: 90% !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.8437221324076506) 19%, rgba(255,255,255,0) 96%);
}#productNextImage{
  position: absolute;
  bottom: 9%;
  right: 0px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: bolder;
  font-size: 20px;
  height: 90% !important;
  background: linear-gradient(270deg, rgba(0,0,0,0.8437221324076506) 19%, rgba(255,255,255,0) 96%);
}