@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  /* color: var(--theme-color) !important; */
}

@font-face {
  font-family: Satoshi-Regular;
  src: url(../fonts/Satoshi-Regular.otf);
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
  font-family: Satoshi-Regular;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
  color: inherit;
}

p {
  margin: 0;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 65px;
  font-weight: 400;
}

h2 {
  font-size: 40px;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* NAVBAR */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #f29902;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #f29902;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  z-index: 2;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
  z-index: 9999;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p {
  margin-bottom: 0px;
}

/* MOBILE FIXED BUTTON */
.mobile-fixed-button {
  display: none;
}

/* MOBILE HEADER */
.small {
  display: none;
}

/* HEADER START */
.header {
  padding: 15px 0px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 1px #00000026;
}
.container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_logo img {
  width: 250px;
}
.nav_menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 0px 0px 40px;
}
.nav_social_media {
  display: flex;
  align-items: center;
  justify-content: end;
}
.nav_social_media ul li a i {
  color: #000;
  margin: 0px 0px 0px 22px;
  font-size: 20px;
}
.nav_btn {
  text-transform: uppercase;
  background-color: #f29902;
  padding: 11px 0px;
  display: inline-block;
  font-size: 15px;
  width: 220px;
  text-align: center;
  border-radius: 50px;
  color: #fff !important;
  transition: all 0.8s;
}
.nav_btn:hover {
  background-color: #414141;
  color: #fff;
}
.nav_call a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0px 20px;
  display: inline-block;
}
/* DROPDOWN */
.header ul li {
  position: relative;
}
.dropdown {
  position: absolute;
  left: 20px;
  width: 260px;
  background: #341d0d;
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  transition: 0.3s;
  pointer-events: none;
  border-radius: 3px;
  box-shadow: 0px 3px 13px 3px rgb(0 0 0 / 18%);
  padding: 5px 0px;
}
.dropdown ul li {
  padding: 8px 25px !important;
}
.dropdown ul li a {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 0px;
}
.dropdown ul li a:hover {
  color: #ffffff !important;
}
.header ul li:hover .dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* HEADER END */

/* HOME BANNER */
.home_banner {
  padding: 150px 0px;
  color: #000;
}
.banner_heading h1 {
  text-transform: uppercase;
  color: #3c2a04;
}
.banner_heading h4 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 13px;
}
.banner_heading p {
  margin-right: 100px;
}
.banner_btn {
  background-color: #414141;
  padding: 12px 45px;
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.8s;
}
.banner_btn:hover {
  background-color: #f29902;
  color: #fff;
}

/* ABOUT SEC STRAT */
.about_sec {
  color: #000;
}
.about_sec .heading h2 {
  color: #565656;
  text-transform: uppercase;
  font-weight: 500;
}
.about_sec .hd_btn {
  text-align: right;
}
.common_btn {
  background-color: #f29902;
  color: #fff;
  padding: 11px 0px;
  width: 220px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: all 0.8s;
  text-transform: uppercase;
  font-size: 15px;
}
.btn_bg {
  background-color: #414141;
}
.btn_bg:hover {
  background-color: #f29902 !important;
}
.common_btn:hover {
  background-color: #414141;
  color: #fff;
}
.about_sec .common_btn {
  margin-bottom: 10px;
}
.about_content {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about_content h4 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.about_content img {
  position: relative;
}
.about_img img {
  transition: all 0.8s;
}
.about_img img:hover {
  transform: scale(1.1);
}
.about_content h4 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* ABOUT SEC END */

/* .AIR WATER SEC END */
.air_water_sec {
  color: #fff;
  padding: 40px 0px;
}
.air_water_sec .heading h2 {
  text-transform: uppercase;
}
.air_water_sec .heading span {
  color: #000;
}
.air_water_sec img {
  width: 400px;
  margin: 0 auto;
}
/* .AIR WATER SEC STRAT */

/* GEO THERMAL SEC STRAT */
.geo_thermal_sec {
  color: #000;
  padding: 120px 0px;
  background-attachment: fixed;
}
.geo_thermal_sec .heading p {
  padding-right: 80px;
}
.geo_thermal_sec .heading h2 {
  text-transform: uppercase;
}
.geo_thermal_sec .heading span {
  color: #f29902;
}
.geo_thermal_sec .hd_btn a {
  margin: 5px 4px 0px 0px;
}
/* GEO THERMAL SEC END  */

/* OUR PRODUCT SEC STRAT */
.our_product_sec .heading h2 {
  text-transform: uppercase;
  color: #565656;
}
.product_item .hd_btn {
  margin-top: 20px;
}
.product_item .hd_btn .common_btn {
  width: 100%;
}
.product_item {
  border: 1px solid #a4a4a4;
  padding: 10px 12px;
}
.our_product_sec .owl-prev {
  background-color: #f29902 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  bottom: 50%;
  position: absolute;
  left: -55px;
}
.our_product_sec .owl-prev span {
  color: #fff;
  font-size: 43px;
  font-weight: 200;
  line-height: 37px;
}
.our_product_sec .owl-next {
  background-color: #f29902 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  bottom: 50%;
  position: absolute;
  right: -55px;
}
.our_product_sec .owl-next span {
  color: #fff;
  font-size: 43px;
  font-weight: 200;
  line-height: 37px;
}
/* OUR PRODUCT SEC END */

/* RADIATOR PANNELS SEC START */
.radiator_pannels_sec {
  color: #565656;
  padding: 120px 0px;
  background-attachment: fixed;
}
.radiator_pannels_sec .heading h2 {
  text-transform: uppercase;
}
.radiator_pannels_sec .heading p {
  padding: 0px 40px;
}

/* RADIATOR PANNELS SEC END */

/* UNDER FLOOR SEC STRAT */
.under_floor_sec {
  color: #565656;
}
.under_floor_sec .heading {
  padding: 50px 50px 0px 100px;
}
.under_floor_sec .heading h2 {
  text-transform: uppercase;
  color: #f29902;
}
.under_floor_sec .heading h2 span {
  color: #565656;
}
.under_floor_sec .heading h4 {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
/* UNDER FLOOR SEC END */

/* WHY CHOOSE SEC START */
.why_choose_sec {
  color: #000;
}
.why_choose_sec .heading h2 {
  text-transform: uppercase;
}
.why_choose_item img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.why_choose_item h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.why_choose_item p {
  margin-bottom: 0px;
}
.why_choose_item {
  text-align: center;
  border: 1px solid #c0c0c0;
  padding: 30px 10px;
  border-radius: 4px;
  transition: all 0.5s;
  height: 100%;
}
.why_choose_item:hover {
  background-color: #f29902;
  color: #fff;
  border: 1px solid #f29902;
}
.why_choose_btn a {
  color: #f29902;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-top: 30px;
}
.why_choose_btn a span {
  color: #000;
}
/* WHY CHOOSE SEC END */

/* HEATING COMPANY SEC STRAT */
.heating_company_sec {
  color: #fff;
}
.heating_company_sec .heading {
  text-align: right;
}
.heating_company_sec .heading h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.heating_company_sec .heading h2 span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  position: relative;
  top: -10px;
}
.heat_content {
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 25px;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 1px 1px #00000038;
  transition: all 0.8s;
}
.heat_content:hover {
  background-color: #f29902;
  color: #fff;
}
.heat_content p {
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 0px;
}
.heat_content img {
  width: 70px;
  margin-bottom: 10px;
}
.heating_btm p {
  margin-top: 20px;
}
/* HEATING COMPANY SEC END */

/* BLOG SEC STRAT */
.blog_content {
  background-color: #f29902;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 80px 110px;
}
.blog_content h2 {
  text-transform: uppercase;
}
.blog_item img {
  width: 135px;
}
.blog_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog_item h5 a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffff;
}
.blog_item p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog_contact {
  text-align: center;
  padding: 80px 100px;
}
.blog_contact h2 {
  text-transform: uppercase;
}
.blog_contact input {
  width: 100%;
  outline: none;
  padding: 13px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog_contact textarea {
  width: 100%;
  outline: none;
  padding: 13px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.blog_contact button {
  background-color: #f29902;
  color: #fff;
  padding: 11px 0px;
  width: 220px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: all 0.8s;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  margin-top: 20px;
  transition: all 0.8s;
}
.blog_contact button:hover {
  background-color: #000;
  color: #fff;
}
/* BLO SEC END */

/* TESTIMONIAL SEC STRAT */
.testimonial_sec {
  color: #000;
}
.testimonial_sec .heading h2 {
  text-transform: uppercase;
}
.cilent_conent img {
  width: 155px !important;
}
.cilent_conent h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.cilent_conent h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.cilent_conent p {
  color: #565656;
}
.testimonial_sec .owl-prev {
  display: none;
}
.testimonial_sec .owl-next {
  display: none;
}
/* TESTIMONIAL SEC END */

/* INSTAGRAM SEC STRAT */
.instagram_sec .heading img {
  width: 290px;
  margin-bottom: 30px;
}
.instagram_sec .heading h3 {
  text-transform: uppercase;
  color: #000;
}
.instagram_sec .owl-prev {
  display: none;
}
.instagram_sec .owl-next {
  display: none;
}
/* INSTAGRAM SEC END */

/* FOOTER START */
.footer {
  background-color: #000;
  padding: 80px 0px 40px;
}
.ft_top {
  color: #fff;
  border-bottom: 1px solid #333333;
  padding-bottom: 40px;
}
.ft_top img {
  width: 265px;
}
.ft_top .hd_btn {
  text-align: right;
}
.ft_top p {
  margin-bottom: 0px;
  padding-right: 20px;
}
.ft_content {
  display: flex;
  color: #fff;
  border-right: 1px solid #333333;
  gap: 110px;
  padding: 40px 0px;
}
.ft_content h4 {
  font-size: 22px;
}
.ft_content ul li a {
  color: #c9c9c9;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 400;
}
.ft_btm {
  border-bottom: 1px solid #333333;
}
.ft_content1 {
  color: #ffff;
  border: none !important;
}
.ft_content1 {
  display: flex;
  flex-direction: column;
  padding: 40px 0px 0px 20px;
}
.ft_content1 h4 {
  text-transform: capitalize;
}
.ft_content1 li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 23px;
}
.ft_social {
  display: flex;
  align-items: center;
}
.ft_social li a i {
  margin-right: 25px;
  font-size: 22px;
}
.copy_right p {
  color: #c9c9c9;
  margin-top: 30px;
}
/* FOOTER END */

/* INNER PAGE */
#inner_page {
  padding: 180px 0px;
}
#inner_page .banner_heading h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
#inner_page .banner_heading {
  background-color: #ffffff94;
  padding: 35px 25px;
  border-radius: 10px;
}
.air_to_water {
  color: #000;
}
.air_to_water img {
  object-fit: cover;
  max-height: 620px;
  margin-bottom: 30px;
}
.air_to_water a {
  color: #717171;
}
.service_content h4 {
  margin-top: 20px;
  color: #000;
}
.service_content p {
  color: #8a8a8a;
}
.service_by p {
  margin-bottom: 0;
}
.service_by date {
  color: #8a8a8a;
}
.service_by p span {
  color: #000;
}
.service_by {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog_page {
  color: #000;
}

.center {
  text-align: center;
  margin-top: 40px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #000000;
  float: left;
  padding: 6px 14px;
  text-decoration: none;
  transition: background-color 0.5s;
  border: 1px solid #ddd;
  margin: 0 4px;
  font-size: 18px;
}

.pagination a.active {
  background-color: #f29902;
  color: #ffffff;
  border: 1px solid #f29902;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.inner_icon {
  display: flex;
  align-items: center;
}
.inner_icon li i {
  font-size: 20px;
  background-color: #f29902;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin-right: 10px;
}

.contact .row-below {
  margin-top: 30px;
}
.contact .contact-info form {
  margin-top: 15px;
}

.contact .contact-top {
  background: #fff;
  padding: 20px 11px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  border: 1px solid #797979;
  transition: all 0.8s;
}
.contact .contact-icon {
  position: relative;
}
.contact .contact-info-top a {
  color: #282828;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.contact .contact-info-top p {
  color: #282828;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 27px;
  margin-bottom: 0;
}
.contact-icon img {
  width: 60px;
  margin-bottom: 20px;
}
.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}
.contact .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.contact .contact-left-el,
.contact-left-el1 a {
  font-family: "Poppins", sans-serif;
  color: #777777;
  transition: all 0.3s ease-in-out;
}
.contact .contact-form {
  background: #fff;
  padding: 35px 25px;
}
.contact .contact-left {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);

  width: 100%;
  height: 100%;
}
.contact .contact-left-el,
.contact-left-el1 a:hover {
  color: #5ad2d2;
}
.contact .contact-form input {
  font-family: "Poppins", sans-serif;
  height: 50px;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #a3a3a3;
  background-color: transparent;
}
.contact .contact-form select {
  font-family: "Poppins", sans-serif;
  height: 50px;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #a3a3a3;
  background-color: transparent;
}
.contact .contact-form textarea {
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #a3a3a3;
}

.contact .contact-form button {
  background: #f29902;
  border: 1px solid #f29902;
  padding: 14px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  border-radius: 5px;
  width: 280px;
  transition: all 0.5s ease-in-out;
}
.contact .contact-form button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.map iframe {
  width: 100%;
}
.map {
  line-height: 0;
}
.contact-info-top h4 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 300;
}
.contact h2 {
  color: #000000;
  text-transform: uppercase;
}
.contact p {
  color: #000000;
}
.contact_img .heading h2 {
  color: #000;
}
.contact .contact-form {
  box-shadow: 0 10px 25px #00000024;
  padding: 35px 25px;
  border-radius: 10px;
}
.breadcrumb li a{
  color: #3c2a04;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #000;
	content: var(--bs-breadcrumb-divider, "/");
}
#our_product_sec .product_item.text-center p {
	min-height: 85px;
	margin-top: 20px;
}

/* INNER STORE */
.inner_product_category {
  padding: 80px 0;
}
swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 80%;
  width: 100%;
}

.mySwiper2 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper2 swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_product_category .mySwiper img{
  border: 1px solid #adadad;
}
.inner_product_category .mySwiper2 img{
  border: 1px solid #adadad;
}

.inner_product_category .tab-content {
  position: absolute;
  top: 200px;
  left: 58px;
}

.product_detials {
  position: relative;
}

.product_detials h5 {
  position: relative;
  font-size: 20px;
  margin-bottom: 16px;
}

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 44px;
  line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}

.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid #3f3f3f;
}

.qty-input .qty-count--add {
  border-left: 1px solid #3f3f3f;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}


.qty-input {
  border-radius: 4px;
  /* box-shadow: 0 1em 2em -0.9em rgb(0 0 0 / 70%); */
  transform: scale(1.5);
  width: 120px;
}

.size_tab h5 {
  font-size: 20px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: inherit;
}

.nav-tabs {
  border-bottom: inherit;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #afacab;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link:hover, .nav-link:focus {
  color: #495057;
}

.product_detials h5 {
  position: relative;
  font-size: 20px;
}

.size_tab {
  margin-bottom: 30px;
}

.form-check label {
  font-size: 15px;
  color: #888;
  margin-bottom: 7px;
}

.form-check {
  margin-right: 13px;
  display: inline-block;
}

.quickview form {
  display: flex;
}

.quickview {
  display: flex;
  margin-bottom: 35px;
}

.color_Tab {
  margin-bottom: 26px;
}
.add_to_Cart button {
	background: #f29902;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 12px 58px;
	border-radius: 3px;
	text-transform: uppercase;
	width: 222px;
	text-align: center;
}

.wishlist {
  text-align: center;
  width: 46px;
  border: 1px solid #3f3f3f;
  line-height: 41px;
  margin-left: 14px;
}

.wishlist a {
  color: #888;
  font-size: 21px;
}

.detials span {
  display: block;
  margin-bottom: 11px;
  font-size: 16px;
}

.social_ftr2 h5 {
  text-transform: capitalize;
  position: relative;
}

.social_ftr2 a {
	color: #322e2e;
	border: 1px solid #cfc8c8;
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	border-radius: 100px;
	margin-right: 10px;
	margin-top: 10px;
}

.detials {
  margin-bottom: 32px;
}

.form-check-input:checked {
  background-color: #323130;
  border-color: #323130;
}

.form-check-input:focus {
  box-shadow: inherit;
}

.tab-content2 p {
  color: #888;
  margin-bottom: 11px;
  line-height: 29px;
  font-size: 16px;
}

.tab-content2 h3 {
  font-size: 40px;
}

.inner_product_description {
  padding: 0px 0px 30px;
}

.inner_product_description .nav-item {
  border: 1px solid #bebebe;
  color: #000;
  margin: 0;
  margin-right: 25px;
  letter-spacing: 2px;
  border-bottom: none;
}

.inner_product_description .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: inherit;
  border-top: 2px solid #f29902;
  border-bottom: none;
}

.inner_product_description .nav-tabs .nav-link {
  color: #000;
  letter-spacing: 2px;
}

.inner_product_description .nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}

.inner_product_description .description_tap {
  padding: 30px 20px;
}

.inner_product_description .description_tap p {
  font-size: 15px;
}

.inner_product_description .description_tap .btn {
  background: #ed1c27;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'roboto', sans-serif;
  padding: 12px 58px;
  border-radius: 3px;
  margin-left: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.description_tap ul li {
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 10px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: 'next';
  font-size: 16px !important;
  color: #000000 !important;
}
.product_detials h5{
  color: #000;
  font-size: 24px;
}

.product-innr{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add_to_Cart {
  margin-bottom: 30px;
}
.qty-input {
  border-radius: 3px;
  transform: scale(1.1);
  width: 137px;
  border:1px solid #3f3f3f;
   margin-top: 20px;
}
.buy-btn{
  background-color: #000000 !important;
}
.product-innr h3{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.product_detials h5{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.add_to_Cart {
	display: flex;
	align-items: center;
	gap: 10px;
}
.top_bar {
	background: #f6f4f0;
	padding: 11px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footer-search form {
  position: relative;
}
.footer-search input {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #b5b5b5;
  color: rgb(0, 0, 0);
  outline: none;
  background-color: transparent;
border-radius: 50px;
}
.footer-search button {
  position: absolute;
  content: "";
  right: 0px;
  height: 100%;
  width: 70px;
  background-color: transparent;
  padding: 0px 20px;
  border: none;
  color: rgb(0, 0, 0);
  top: 0;
}
.grid_view p{
  margin: 0;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 31px 0 26px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
	width: 100%;
	height: 40px;
	outline: none;
	font-size: 16px;
	margin-left: 7px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #999;
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #263269;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #263269;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #263269;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.nav-item {
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #444;
	margin: 0px auto;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8e336f;
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0px;
	color: #262626;
}
.product_filter{
margin-top: 20px;
}
a.area-link {
	border: 1px solid #9d9999;
	text-align: center;
	width: 100%;
	color: #000;
	padding: 15px 0px;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
a.area-link:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
a.area-link i {
	font-size: 23px;
	margin: 0 4px 0 0;
	color: #79d505;
}
.what_we_do ul li {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 15px;
	color: #2e2e2e;
	font-size: 16px;
}
#under_floor_sec .heading {
	padding: 100px 80px 0px 20px;
}
.accordion-button.collapsed{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.accordion-button{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.area_sec9 .accordion-button {
	background-color: #fff;
}
.accordion-button:not(.collapsed) {
	color: #2e2e2e;
	background-color: #ffffff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.accordion-button:focus {
	z-index: 3;
	border-color: #ffffff;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.accordion-item {
	padding: 5px 0px;
	border-bottom: 1px solid #f29902;
}