/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




img {
  max-width: 100%;
}

a {
  color: #9b3133;
}


i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #121212;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 26px;
  margin-top: 30px;
}

h3 {
  padding-top: 33px;
  font-size: 28px;
}


h4 {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 22px;
}



h5 {
  padding-top: 15px;
  font-size: 20px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.is-next .slide-content {
  margin-left: -500px;
}

.is-active .slide-content {
  margin-left: 100px;
  /*  transform: scale(0.1);*/
  transition: 2s;
}




p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
  margin: 0px;
}

.flanges-manufacturer .uses {
  width: 100%;
}

iframe {
  width: 500px;
  height: 450px;
}

/*   slider start   */

.mySlides {
  display: none;
  height: 70vh;
  background: linear-gradient(to right, #db9b369c, #ffffff00);
  /*  animation: 1s fade backwards;   */
}


.mySlides:nth-child(1) {
  display: flex;
}

.mySlides:before {
  background-repeat: repeat;
  content: '';
  scale: 1;
  position: absolute;
  opacity: 0.1;
  top: 0px;
  left: 0px;
  filter: blur(2px);
  width: 110%;
  height: 100vh;
  z-index: -1;
  animation: 10s moving-bg infinite;
}

.mySlides:nth-child(1):before {
  background: url(../images/bg1.png), #fcfcfc;
  height: 80%;

}

.mySlides:nth-child(2):before {
  background: url(../images/bg2.jpeg), #fcfcfc;

}

.mySlides:nth-child(3):before {
  background: url(../images/bg3.jpeg), #fcfcfc;
}

.mySlides div {
  flex: 1;
  min-width: 0;
}

.mySlides div:nth-child(1) {
  top: 20%;
  left: 0%;
  position: relative;
  padding-left: 10%;
}

.mySlides div:nth-child(2) {
  top: 30%;
  padding-right: 3%;
  position: relative;
}

.mySlides img {
  object-fit: contain;
  width: 100%;
  height: 50%;
  /*   animation: 2s 0.2s fade2 backwards;   */
  border-radius: 5px;
}

.mySlides h1 {
  /*animation: 1s 0.5s slide-right backwards;*/

  font-family: Poppins, sans-serif;
  font-size: 48px;

  font-weight: 800;
}

.mySlides h2 {

  animation: 1s 0.5s slide-right backwards;
  font-family: Poppins, sans-serif;
  font-size: 48px;

  font-weight: 800;

}

.mySlides p {
  animation: 1s 1.4s slide-up backwards;
  font-family: Poppins, sans-serif;
  width: 75%;
  margin-top: 30px;
}

.mySlides button {
  animation: 1.5s 2.5s slide-up backwards;
  color: #fff;
  font-family: Poppins, sans-serif;
  background: #982111;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  box-shadow: 3px 6px 6px 0px #0000003d;
  margin-top: 40px;
}

.mySlides .img-1 {
  margin-top: -80px;
}


.w3-left,
.w3-right {
  position: absolute;
  top: 40%;
  background: #0000003d;
  padding: 20px 30px;
  border-radius: 6px;
  box-shadow: 3px 7px 13px #0000002b;
}

.w3-right {
  right: 1%;
}

.w3-left {
  left: 1%;
}

.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0
}

@keyframes slide-right {
  from {
    margin-left: -4%;
    opacity: 0;
  }

  to {
    margin-left: 0%;
    opacity: 1;
  }
}

@keyframes slide-up {
  from {
    transform: translateY(25px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;

  }
}

@keyframes moving-bg {
  from {
    margin-left: -8%;

  }

  to {
    margin-left: 0%;

  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;

  }

}

@keyframes fade2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;

  }

}




/*   slider end   */
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #9b3133;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}


.rounded-buttons .main-btn {
  border-radius: 50px;
}

.rounded-buttons .rounded-one {
  border-color: #9b3133;
}



.form-group {
  margin-bottom: 0;
}

.form-group p {
  font-weight: 600;
  margin-top: 20px;
}

.form-group span {
  margin-right: 5px;
}

/*===========================
        09.NAVBAR css 
===========================*/


header {
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 999;
}

#header {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  padding: 10px 80px;
  box-shadow: 2px 2px 5px rgb(197, 196, 196);
  background-color: #fff;
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
}

#header a span {
  display: none;
}

#click {
  display: none;
}







#navbar li a {
  font-size: 14px;
}

label {
  color: #9b3133;
  cursor: pointer;
}


#navbar li {
  list-style: none;
  padding-top: 5px;
  position: relative;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 40%;

}

#navbar li a:hover,
#navbar li a.active {
  color: #9b3133;
}

#navbar li a.active::after,
#navbar li a:hover::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #9b3133;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

header .navbar {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  justify-content: space-evenly;
  left: -200%;
  transition: all 0.5s ease-in;
  margin-top: 74px;
  padding-top: 0px;
}

.navbar .dropdown i {
  margin-top: -60px;
}



.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.top-navbar {
  background-color: #f8f9fa !important;
  --bs-gutter-x: 0;
  display: none !important;
  display: flex !important;
  padding: 0 !important;
}

.top-navbar .col-lg-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  text-align: left !important;
}

.top-navbar .mobile {
  height: 100%;
  display: inline-flex;
  align-items: center;
  border-left: 1px solid #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.dropdown-menu .first ul {
  border-left: 2px solid #9b3133;
}


.dropdown-menu .first ul li:nth-child(1) a {
  padding: 0px 0px 0px 0px;
  color: #882224;
  font-size: 18px;
  font-weight: 700;
}


.dropdown-menu .first ul li:nth-child(1) a:hover {
  color: #000;
}


.dropdown-menu .first ul li a {
  color: #000;
  padding-top: 5px;
  font-size: 15px !important;
}

.dropdown-menu .first ul li a:hover {
  color: #741012;
}


.dropdown-menu .first ul {
  border-left: 1px solid #9090909c;
}



.dropdown-menu .second ul li:nth-child(1) a {
  padding: 0px 0px 0px 0px;
  color: #882224;
  font-size: 18px;
  font-weight: 700;
}

.dropdown-menu .second ul li:nth-child(1) a:hover {
  color: #000;
}

.dropdown-menu .second ul li a {
  color: #000;
  padding-top: 5px;
  font-size: 15px !important;
}

.dropdown-menu .second ul li a:hover {
  color: #741012;
}


.dropdown-menu .second ul {
  border-left: 1px solid #9090909c;
}

.dropdown-menu .first ul li {
  margin-left: 10px;
}

.dropdown-menu .second ul li {
  margin-left: 10px;
}

.fa-bars {
  display: none;
}



.menu-btn-2 {
  display: none;
}

#click2 {
  display: none;
}

.menu-bar {
  display: none;
}

eader .menu-btn-1 {
  display: block;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
  box-shadow: 2px 2px 5px rgb(197, 196, 196);
  background-color: #fff;
  top: 0;
  z-index: 10;
}

nav img {
  border-radius: 50%;
  width: 80%;
}

.nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

ul li {
  list-style: none;
}

header #navbar {
  display: flex;
  width: 60%;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 12px;
}

#navbar li a {
  font-size: 14px;
  transition: 0.3 ease;
}

.dropdown {
  position: relative;
  cursor: pointer;
  list-style: none;
}


/* Dropdown menu */
.dropdown-menu {
  display: block;
  position: absolute;
  background-color: white !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  justify-content: space-between;
  width: 1000px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: opacity 0.3s, transform 0.3s;
  transform-origin: top;
  margin-left: -550px;
  border: 0;
  opacity: 0;
  transform: scaleY(0);
  padding: 0px 0px 15px 0px;
}

.column {
  border: 1px sild black;

}

/* Dropdown menu items */




/* Nested dropdown menu items */
.dropdown-menu ul {
  list-style: none;
  /* margin-left: 15px; */
}

/* Hover effect for nested dropdown items */
.dropdown-menu ul li:hover .dropdown-menu ul li>a {
  color: white;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  /* display: block; */
  opacity: 1;
  transform: scaleY(1);
}

/* Triangle indicator for top-level dropdown */
.dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}



.dropdown-menu .first {
  display: flex;
  justify-content: space-around;
  align-items: center;


}

.dropdown-menu .second {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.social i {
  font-weight: 400;
  justify-content: center;
  display: flex;
  height: 20px;
  margin-top: 3px;
}

input[type=checkbox] {
  display: none;
}


/*===========================
       10.SLIDER css 
===========================*/
footer {
  background-color: #9b3133;
  height: auto;
  position: relative;
  padding-top: 40px;
}

.footer-about>div a {
  width: 16%;
}

.footer-about>div>a>img {
  /* width: 100vw; */
  background-color: #9b3133;
}

footer::before {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  background: -webkit-linear-gradient(rgb(236 175 86 / 28%) 0%, rgb(219 155 60 / 0%) 100%);
  background: -o-linear-gradient(rgba(236 175 86 / 28%) 0%, rgb(219 155 60 / 0%) 100%);
  background: linear-gradient(rgb(236 175 86 / 28%) 0%, rgb(219 155 60 / 0%) 100%);
  top: 0;
  right: 10%;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}


/*===========================
      17.FEATURES css 
===========================*/
/*===== features TWO =====*/
.features-area {
  background-color: #f4f6f7;

  padding-bottom: 80px;

}

.home-about {
  padding-top: 150px;
}

.single-features {
  padding: 40px 20px 52px;
  background-color: #fff;
}


.single-features h3 {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 22px;
}

/*===========================
      16.PRICING css 
===========================*/
.flanges-manufacturer {
  padding-bottom: 40px;
  /* padding-bottom: 130px;  */
}

.flanges-manufacturer h5 {
  margin: 30px 0px 5px 0px
}


.flanges-manufacturer h1,
.flanges-manufacturer h2,
.flanges-manufacturer h3,
.flanges-manufacturer h4,
.flanges-manufacturer h5,
.flanges-manufacturer h6 {
  color: #9b3133;
}
.flanges-manufacturer .main-page .row{
  margin-bottom: 10px;
}
.flanges-manufacturer h1 {
  font-size: 42px;
  font-weight: bold;
  padding-top: 50px;
}

.home-product {
  padding-top: 100px;
}

.flanges-manufacturer p {

  padding-top: 10px;
  margin-bottom: 15px;
}

.types-of-flanges {
  overflow: auto;
}

.types-of-flanges div {
  border-left: 1px solid #dadada;
  padding: 0 7px;
}

.types-of-flanges div:first-child {
  border: none;
}

.cta {
  background: #f4f4f4;
  border-radius: 15px;
  margin: 20px 0;
}

.cta .row {
  padding: 0 20px;

}

.cta p {
  font-size: 35px;
  font-weight: 700;
  padding: 30px;
  color: #9b3133;
}

.cta .col-lg-4 span {
  background: #ffffff;
  display: block;
  border-radius: 10px;
  height: 150px;
  padding: 40px 0px;
  font-size: 18px;
  text-align: center;
  box-shadow: 1px 3px 8px 0px #e4e4e4;
  margin-bottom: 50px;
}

.cta a {
  display: block;
  font-weight: 700;
}



.cta-circle {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  background-color: #fdd500;
  animation: pulse-animation 0.7s infinite;

}



@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 242 0 / 59%);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}














/*===== PRICING STYLE NINE =====*/
.flanges-industries {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: white;
}


/*# sourceMappingURL=style.css.map */


.industries-use {
  height: 60px;
  width: auto;
  margin-top: -20px;
}


.product-img {
  height: 210px;
  width: auto;
  background-color: white;
  display: block;
  margin: auto;
}

.get-more-product {
  margin-top: 50px;
  padding-bottom: 40px;
}

.footer-about h5 {
  color: white;
}

.footer-about a {
  background-color: #fff;
  margin-top: 25px;

  padding: 9px;
}

.footer-about img {
  width: 80%;
  height: 100%;
}

.footer-about p {
  color: white;
  padding-top: 20px;
}

footer .row {
  margin-bottom: 40px;
}

.product-link h5 {
  color: white;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #0000005c;
}

.product-link ul {
  background: #00000029;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-link ul li {
  color: white;
  border-bottom: 1px solid #0000003d;
  padding: 10px 10px;
}

.product-link a {
  color: white;
}


.contact-footer h5 {
  color: white;
  /* margin-bottom: 20px; */
}

.contact-footer p {
  color: white;
  margin-bottom: 10px;
}


.inpute-form-control-2 {
  background-color: #fff0;
  border: none;
  padding-top: 10px;
  border-bottom: 1px solid black;
  width: 100%;
}



.footer-credit {
  background-color: #9b3133;
  display: flex;
  justify-content: space-around;
}


.footer-credit h5 {
  color: white;
  padding-bottom: 10px;
  font-size: 15px;
}

.footer-credit a {
  color: white;

}

.footer-credit div {
  display: flex;
  margin-top: 15px;
  gap: 25px;
}




.Logo {
  height: 50px;
  width: auto;
}

body {
  overflow-x: hidden;
}

.contact {
  background-color: #f4f6f7;
  padding-bottom: 130px;
}




.contact-heading h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 35px;
}

.contact-heading p {
  text-align: center;
  color: #6c6c6c;
}


form {
  background-color: #f5e7d2;
  border: none;
  margin: 10px 0;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 8px 0px #d5d5d5;
}

.inpute-form-control {
  background-color: #fff0;
  border: none;
  padding-top: 35px;
  border-bottom: 1px solid black;
  width: 100%;
}

.button {
  margin-top: 15px;
}




.main-page h1,
.main-page h2,
.main-page h3 {
  text-align: center;
}

.main-page p {
  text-align: center;
}

.about-section h3 {
  font-size: 40px;
  margin-top: -100px;
  text-align: center;
  font-weight: bold;
}

.about-section p {
  color: #6c6c6c;
  text-align: center;
  padding-top: 20px;
}


.container-2 {
  margin-top: -90px
}

.button-1 {
  margin-top: -50%;
  margin-left: 200px;
}

.inners-1 {
  height: auto;
}

.heading {
  padding-top: 100px;
}


/* Styling for the slider container */
.splide__slide img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}


.slide-content {
  position: absolute;
  bottom: 25%;
  left: 5%;
  padding: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-content p {
  color: black;
  font-weight: bold;
  text-shadow: 2px 7px 7px white;
}

.slide-content h2 {
  color: black;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 50px;
  text-shadow: 2px 7px 7px white;

}

footer::before {
  background-color: #9b3133;
  content: '';
  width: 33%;
  height: auto;
  background: linear-gradient(rgba(236 175 86 / 28%) 0%, rgb(219 155 60 / 0%) 100%);
  top: 0;
  right: 15%;

}

.footer-credit h5 a {
  text-align: center;
  margin-top: -10px;
  font-weight: normal;
  padding: 15px;
  padding-right: 30px;
}


.inners-2 {
  padding-top: 15px;
}

.product-card h3 a {
  color: black;
}

.product-card h3 a:hover {
  color: #9b3133;

}

.product-main-img {
  height: 200px;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}

.product-main-img1 {
  border-radius: 10px;
}


.flanges-industries h2 a {
  color: black;
}

.contact-info {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  margin-top: 20px;
}


.contact-info h2 {
  font-size: 20px;
  margin: 9px 0;
  text-align: left;
}


.contact-info p {
  color: #313131;
  text-align: left;
  margin-bottom: 12px;
}

.contact-info strong {
  color: #9b3133;
}

.contact-info span {
  font-size: 12px;
}

.flanges-manufacturer ul li {
  padding: 15px 15px;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 10px;
}

.flanges-manufacturer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #fff;
  padding: 5px 5px;
  border-radius: 10px;
  box-shadow: 2px 5px 11px 0px #e7e7e7;
}




.flanges-manufacturer .variety {
  margin-top: 40px;
}



input {
  outline: none;
}

.sidebar-flanges span {
  background: #fff4e4;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  width: 100%;
}

.categories-of-flanges h4 {
  background-color: #9b3133;
  color: white;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 16px;
  box-shadow: 1px 3px 4px 0px #00000033;
  margin-top: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.categories-of-flanges ul {
  padding: 0;
  margin: 0;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
}

.categories-of-flanges ul li {
  color: black;
  border-radius: 0;
  list-style: none;
  text-align: left;
  font-weight: 600;
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(to right, #f5e7d2 50%, #ffffff00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition-duration: 2s;
}


.categories-of-flanges ul li:hover {
  background-position: left bottom;
  color: white;
  transition-duration: 0.1s;
}


.categories-of-flanges ul li a {
  color: #9b3133;
}

.changetable {
  display: block;
  overflow: auto;
}

.changetable::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

.changetable::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

table {
  margin-top: 15px;
  overflow-y: scroll;
  width: 100%;
  display: block;
  border-collapse: collapse;
}

table thead tr {
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: red;
  width: 0;
  height: 25%;
}

table tr th {
  background-color: #eeeeee;
  color: rgb(0 0 0);
  text-align: center;
  border: 1px solid #80808047;
  font-size: 13px;
  padding: 2px 5px;

}



table tr:hover {
  background: #fff8ee;
}

table tr td {
  border: 1px solid #80808047;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}

.gulf-offices th,
.gulf-offices td {
  padding: 8px 10px;
  text-align: justify;
  font-size: 14px;
}

.gulf-offices th {
  color: #9b3133;
}

.gulf-offices tr {
  border-bottom: 1px solid #d7d7d7;
}

.gulf-offices table {
  border-radius: 10px;
  background-color: white;
  box-shadow: 3px 3px 4px #0000002e;
  border-collapse: collapse;
  margin-top: 10px;
}

.gulf-offices h3 {
  font-size: 21px;
  margin-left: 7px;
}

.ratingStars span {
  display: unset;
  padding: 0;
  background: none;
}

.ratingStars .checked {
  color: gold;
}

.ratingStars p {
  font-size: 11px;
  padding: 0;

}

table::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

table::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}









.variety-of-flanges {
  width: auto;
  background-color: #ffffffc9;
  padding: 23px;
  text-align: left;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-bottom: 15px
}

.variety-of-flanges:hover {
  background: #fff8ee;
}

.variety-of-flanges img {
  /* height: 265px; */
  width: 100%;
  object-fit: cover;
  /* display: block; */
  margin: auto;
  padding: 20px;
  transition: all 300ms ease-out;
}

.variety-of-flanges:hover img {
  scale: 1.1;
  transition: all 300ms ease-out;
}





.about {
  margin-top: 20px;
  font-size: 40px;
  margin-bottom: 20px;
}

.about-m {
  margin-top: 40px;
}


.carousel-inner {
  background-color: #9b3133;

}

.get-more-product a:hover {
  background-color: #611a1a;
  color: #fff;
}

.stanless-steel-manufacturer {
  background-color: #9b3133;
  padding: 80px;
}

.stanless-steel-manufacturer .content h2 {
  color: #fff;
  font-size: 50px;


}

.stanless-steel-manufacturer .content p {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 20px;
}

.stanless-steel-manufacturer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.stanless-steel-manufacturer .btn a {
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.5s;
  font-weight: 600;
  border: 1px solid #fff;
  background: #9b3133;
  color: #fff;




}

.stanless-steel-manufacturer .btn a:hover {
  color: #9b3133;
  background-color: #fff;
  letter-spacing: 1px;

}




/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}



.menu-bar {
  display: none;
}

.menu-btn-1 {
  display: none;
}


.abt-h2 {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 22px;
  margin-top: 0px !important;
}

.navbar li .solid {
  background-color: #9b3133;
  color: #f8f7f7;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: -10px;
  font-weight: 600;
  transition: 0.5s;
}

.navbar li .solid:hover {
  background-color: #bd4c4e;
  color: #ffff;
}


/*styling of table of contents*/
#table-of-contents {
  background: #f8f8f8;
  padding: 15px 10px 5px 15px;
  margin: 20px 0;

}

#table-of-contents span {
  color: #9b3133;
  /*  theme color*/
  font-weight: 600;
}

#table-of-contents>ol {
  background: #f8f8f8;
  border: none !important;
}

#table-of-contents ol {
  box-shadow: none;
  border-radius: 0;
  padding: 3px 0 3px 20px;
}

#table-of-contents ol li {
  border-bottom: 1px solid #e8e8e800;
  border-radius: 0;
  font-size: 12px;
  list-style: circle;
}

#table-of-contents ol li a {
  color: #2c2c2c;
  text-decoration: underline;
  text-decoration-color: #cecece;

}

#table-of-contents li a:hover {
  color: #000000;
  background: #f5e7d2;
  border-radius: 5px;
}





@media only screen and (max-width: 990px) {

  #table-of-contents ol {
    padding: 3px 0 3px 10px;
  }

  #navbar li a {
    font-size: 14px;
  }
  

  .fa-bars {
    display: block;
  }

  .dropdown label {
    color: #9b3133;
    margin-left: 15px;
    margin-top: 20px;

  }

  .column {
    height: 330px;
    margin-top: 0px;
  }

  .menu-btn i {
    font-size: 25px;
    align-items: end;
    justify-content: end;
  }

  nav {
    display: flex;
    z-index: 0;
    box-shadow: none;
    top: 0;
  }

  header .navbar {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    justify-content: space-evenly;
    left: -200%;
    transition: all 0.5s ease-in;
    margin-top: 74px;
    padding-top: 0px;
  }

  .navbar .dropdown i {
    margin-top: -60px;
  }

  #click:checked~.navbar {
    left: 0%;
  }

  #click:checked~.menu-btn i::before {
    content: "\f00d";
    transition: 1s;
  }

  .product-toggle {
    display: none;

  }

  .product-label {
    color: #02a251;
    margin-top: -10px;
  }

  .product-toggle:checked~.dropdown-menu {
    left: 0%;
  }

  .mySlides {
    flex-direction: column;
    height: auto;
  }

  .mySlides div:nth-child(1),
  .mySlides div:nth-child(2) {
    top: 0;
    left: 0;
    position: relative;
    padding: 10px;
  }

  .mySlides p {
    width: 100%;
    font-size: 14px;
    color: #545454;
  }

  .mySlides h1 {
    /*  animation: 1s 0.5s slide-right backwards;*/
    font-family: Poppins, sans-serif;
    margin-top: 20px;
  }

  .mySlides h2 {
    animation: 1s 0.5s slide-right backwards;
    font-family: Poppins, sans-serif;
    margin-top: 20px;

  }

  .mySlides p {
    animation: 1s 1.4s slide-up backwards;
    font-family: Poppins, sans-serif;
    width: 75%;
    margin-top: 0px;
  }

  .mySlides button {
    animation: 1.5s 2.5s slide-up backwards;
    color: #fff;
    font-family: Poppins, sans-serif;
    background: #982111;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    box-shadow: 3px 6px 6px 0px #0000003d;
    margin-top: 20px;
    z-index: 1000;
  }

  .mySlides .img-1 {
    margin-top: 0px;
  }

  .menu-logo {
    display: block;
  }

  .mySlides:before {
    width: 100%;
    height: 100vh;
    z-index: -1;
    animation: none;
  }

  /* fottr */
  .sticky {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 80px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
    transition: 0.5s;
    overflow: hidden;
  }

  .sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem;
  }

  .sticky i,
  span {
    color: gray;
    padding-bottom: 5px;
  }

  .sticky span {
    font-family: Poppins;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sticky.hidden {
    transform: translateY(100%);
  }

}

@media screen and (max-width:990px) {

  /* navbar */
  .menu-btn {
    position: absolute;
    justify-content: space-between;
    right: 30px;
    margin-left: 80px;
    display: block;
  }

  .fa-caret-down {
    margin-left: 200px;
    font-size: larger;
    padding: 10px;
    background-color: white;
    border: 1px solid gray;
    box-shadow: 2px 2px 5px gray;
  }

  .navbar li a {
    font-size: 14px;
    padding: 15px;
  }

  #header .navbar #dropdown>i {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
    padding-left: 10px;
    margin-right: 40px;
  }

  .navar li a {
    margin-top: 30px;
  }



  #header {
    height: 70px;
    justify-content: space-between;
    /* padding: 20px 30px; */
    top: 0;
    left: 0;
  }

  #header img {
    position: absolute;
    left: 15px;
    /* top: 5; */
    margin-top: -22px;

    width: 146px;
  }

  #navbar li {
    margin-bottom: 20px;
    margin-bottom: 20px;
  }

  #mobile {
    display: flex;
    align-items: center;
  }

  nav {
    display: flex;
    z-index: 0;
    box-shadow: none;
    top: 0;
  }

  .navbar {
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    margin-top: 70px;
    background-color: white;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    left: -200%;
    transition: all 0.5s ease-in;
    margin-top: 70px;
    padding: 16px;
  }

  .navbar li .solid {
    background-color: #ffffff;
    border: none;
    color: #9b3133;
    padding: 10px 15px;
    border-radius: 30px;
    transition: 0.5s;
    margin-top: 0px;
    font-weight: 400;
  }

  .first ul li a {
    font-size: 14px;
    padding: 7px;
  }

  .second ul li a {
    font-size: 14px;
    padding: 7px;
  }

  .dropdown-menu .first ul {
    border-left: none;
  }

  .dropdown-menu .second ul {
    border-left: none;
  }

  .navbar .dropdown i {
    margin-top: -60px;
  }



  .product-toggle {
    display: none;
  }

  .dropdown-menu {
    left: -200%;
    position: absolute;
    margin-top: 05px;
    overflow-y: scroll;
    margin-left: 5%;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(238, 235, 235) !important;
    padding: 0px;
  }

  .dropdown-menu::-webkit-scrollbar {
    width: 2px;
  }

  .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgb(228, 212, 197);
    border-radius: 5px rgb (121, 139, 121);
  }

  .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f3f5f3;
  }

  .product-toggle:checked~.dropdown-menu {
    left: 0%;
    padding: 10px 0;
  }

  /* Style for the dropdown menu items */
  .dropdown-menu li {
    padding: 0px;
  }



  /* Hover effect for dropdown menu items */
  .dropdown-menu li:hover {
    background-color: #f3f3f3;
  }

  /* #click:checked ~   */




  .flanges-manufacturer .variety-of-flanges .col-lg-4 {
    margin-top: 15px;
  }

  .flanges-manufacturer .variety-of-flanges {
    margin-top: 15px;
  }


  iframe {
    width: 100%;
    height: 350px;
  }

  .types-flanges {
    padding-right: 0px !important;
  }

  .stanless-steel-manufacturer {

    padding: 10px;
  }

  .stanless-steel-manufacturer .content h2 {
    font-size: 30px;

  }

  .stanless-steel-manufacturer .content p {
    font-size: 18px;
  }

  .stanless-steel-manufacturer .btn {
    margin: 20px;
  }

  .flanges-manufacturer .variety {
    margin-top: 0px;
  }

  .flanges-industries {
    margin-top: 20px;
  }



  .dropdown-menu .first {
    display: block;
    justify-content: space-around;
    align-items: center;
    /* background-color: rgb(240, 240, 240); */
  }

  .dropdown-menu .second {
    display: block;
    justify-content: space-around;
    align-items: center;
    /* background-color: rgb(240, 240, 240); */
  }

}



@media screen and (max-width: 768px) {
  .sticky {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 80px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
    transition: 0.5s;
    overflow: hidden;
  }

  .sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem;
  }

  .sticky i,
  span {
    color: gray;
    padding-bottom: 5px;
  }

  .sticky span {
    font-family: Poppins;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .sticky.hidden {
    transform: translateY(100%);
  }
}

/*---------------------------------------
    FAQs              
  -----------------------------------------*/

.faq {
  margin-left: 10px;
}

.faq summary {
  background: #ececec;
  padding: 10px;
  /* transition: 5s; */
  /* margin-bottom: 8px; */
  border-radius: 15px;

}

.faq details {
  margin-bottom: 10px;
}

.faq p {
  background-color: #f4f4f4d0;
  color: #2a2a2a;
  padding: 5px;
  margin-top: 3px;
  border-radius: 10px;
  padding: 20px;
}

.side-effect {
  padding: 20px;
}