@import 'common.css';

p {
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
}

header {
  /* position: absolute; */
  background: rgba(var(--white-color), 1);
  top: 0;
  z-index: 999;
  width: 100%;
}

.navbar {
  top: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 0px;
}

.navbar.header-fixed {
  position: fixed;
  background: rgba(var(--white-color), 1);
  border: none;
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}

.form-control {
  font-size: 16px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.twonavsec {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .twonavsec {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

}

.navbar-brand {
  width: auto;
  height: 80px;
  position: relative;
}

.navbar-brand img {
  object-fit: contain;
}

.navbar-toggler {
  padding: 6px;
  border: none;
}

.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--black-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}

.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: rgba(var(--black-color), 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 30px;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(var(--black-color), 1);
  transition: var(--transition-08s);
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 2px;
  margin-right: 25px;
  font-size: 17px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
  text-decoration: underline;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  /* content: '\f107';
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle; */
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
  position: relative;
  vertical-align: middle;
}

.head-brand-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.topnav-btn {
  background-color: #ffffff;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 800;
  padding: 8px 20px;
  transition: var(--transition-08s);
  border: 2px solid #ffd700;
  border-radius: 0px;
}

.topnav-btn:hover {
  background-color: #000000;
  color: #ffd700;
  border: 2px solid #ffd700;
}

.contactnumber {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 800;
}

.search-icon {
  font-size: 30px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
}

.dropdown-item {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: inherit;
  background-color: #ffffff00;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
  }
}

/* Banner section start */
.banner-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background: url(../images/banner.png) no-repeat center right / cover;
}

.banner-section>* {
  position: relative;
  z-index: 1;
}

.banner-section {
  display: flex;
  align-items: center;
  background-color: #282b2d;
  position: relative;
  --banner-hvh: 64.96191512513602vh;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}

/* banner bottom section */
.bbtm-ImgTitle {
  display: flex;
  align-items: self-start;
  gap: 14px;
}

.bbtm-title h4 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 800;
}

.bbtm-title p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}

.bbtm-icon {
  width: 85px;
  height: auto;
  object-fit: cover;
}

.bbtm-box {
  border-radius: 10px;
  filter: drop-shadow(0px 5px 12px rgba(0, 0, 0, 0.23));
  background-color: #ffffff;
  padding: 35px 30px 40px;
  height: 170px;
}

.bannerbottomcardsec {
  margin-top: -50px;
}

/*--------sub banner-----*/
.sub-banner {
  background: url(../images/banner.png) no-repeat center right / cover;
  padding: 3rem 0;
}

.common_sub_menu {
  color: #fff;
  font-weight: 600;
}

.sub-title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 35px;
}

@media only screen and (max-width: 768px) {
  .bbtm-box {
    height: 242px;
    margin-bottom: 14px;
  }

  .bbtm-ImgTitle {
    display: block;
  }

  .bbtm-icon {
    width: 34px;
    height: auto;
    object-fit: cover;
  }

  .bbtm-title h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .bbtm-title p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
  }

  .contactnumber {
    color: #fff;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }

  .search-icon {
    color: #fff;
  }

  .head-nav-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .sub-title {
    font-size: 33px;
  }

  .contactnumber {
    color: #fff;
    font-size: 18px;
  }

  .topnav-btn {
    background-color: #ffffff;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    padding: 4px 15px;
    transition: var(--transition-08s);
    border: 2px solid #ffd700;
    border-radius: 0px;
  }

  .search-icon {
    font-size: 26px;
  }
}

/*--------sub banner-----*/

/*----------offcnvas------*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

/*----------offcnvas end------*/
/* ============ mobile view .end// ============ */

/* aboutus section */
.aboutussec {
  padding: 100px 0px;
}

.about-wrap {
  position: relative;
}

.about-imgLeft {
  overflow: hidden;
  width: 85%;
  border-radius: 10px;
  height: auto;
  position: relative;
  z-index: 1;
}

.about-imgLeft::after {
  content: '';
  width: 7px;
  background: #ffc107;
  position: absolute;
  left: 0;
  right: 0;
  height: 327px;
  top: 11%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

.about-imgLeft img {
  object-fit: contain;
  margin-left: 4px;
}

.about-imgRight {
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 80%;
  right: 2%;
  height: auto;
  width: 65%;
  border: 15px solid white;
  object-fit: contain;
}

.about-imgRight img {
  object-fit: contain;
  height: auto;
  border-radius: 10px;
}

.about-wrap::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 78%;
  right: 0px;
  left: 7%;
  width: 188px;
  height: 300px;
  background: url(../images/aboutback.png) no-repeat center right / cover;
}

.suvabouttitle {
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: #177443;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.about-title {
  font-size: 46px;
  line-height: 60px;
  color: #000000;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.aboutpara {
  font-size: 19px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.about-list-box {
  margin-bottom: 2.5rem;
}

.about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.about-list li {
  position: relative;
  padding-left: 30px;
  font-size: 21px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
}

.about-list li::before {
  content: '\f058';
  display: inline-block;
  position: absolute;
  font-family: var(--font-awesome);
  font-weight: 600;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  color: rgba(var(--second-color), 1);
}

.aboutbtngroup {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .about-title {
    font-size: 27px;
    line-height: 42px;
  }

  .aboutcontentbox {
    margin-top: 18rem;
  }

  .suvabouttitle {
    font-size: 24px;
    line-height: 7px;
  }

  .about-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
  }

  .about-list li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
  }

  .aboutpara {
    font-size: 16px;
  }

  .aboutussec {
    padding: 2px 0px;
  }

  .about-imgLeft::after {
    content: '';
    width: 7px;
    background: #ffc107;
    position: absolute;
    left: 0;
    right: 0;
    height: 365px;
    top: 11%;
    display: flex;
    justify-content: center;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .about-imgLeft::after {
    content: '';
    width: 7px;
    background: #ffc107;
    position: absolute;
    left: 0;
    right: 0;
    height: 198px;
    top: 13%;
    display: flex;
    justify-content: center;
    border-radius: 20px;
  }

  .about-wrap::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 58%;
    right: 0px;
    left: 7%;
    width: 188px;
    height: 272px;
    background: url(../images/aboutback.png) no-repeat center right / cover;
  }
}

/* our productsection */

.ourproductsec {
  padding: 80px 0px 100px;
  /* background: #e1e1e1; */
  margin-top: 4rem;
  background: url('../images/product-bg-layer.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .ourproductsec {
    padding: 109px 0px 150px;
    background-position: top;

  }
}

.productBox-main {
  height: 575px;
  padding: 30px;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 12px rgba(0, 0, 0, 0.23));
  background-color: #ffffff;
}

.productBox-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.productBox-title {
  font-size: 24px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.product-para {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}

.subproducttitle {
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: #177443;
  font-weight: 800;
  text-align: center;
  margin-bottom: -5px;
}

.topprosec {
  margin-bottom: 3.5rem;
}


.casestudies-section {
  padding: 80px 0px;
}

.case-box {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.case-box::after {
  position: absolute;
  content: '';
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(var(--black-color), 0) 0%, rgba(var(--black-color), 0.8) 90%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-08s);
}

.case-img {
  width: 100%;
  height: 100%;
}

.case-txt {
  position: absolute;
  bottom: -30px;
  left: 0px;
  padding: 10px 16px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-05s);
  background: #272727;
}

.serv-title {
  font-size: 18px;
  color: rgba(var(--white-color), 1);
}

.case-txt .common-para {
  color: rgba(var(--white-color), 0.8);
  margin-bottom: 10px;
}

.case-box:hover .case-txt {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}

.case-slider.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-bsow);
  color: rgba(var(--second-color), 1);
  border-color: rgba(var(--second-color), 1);
}

.case-slider.owl-carousel .owl-nav button.owl-prev,
.case-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  --elr-bsow: -28px;
}

.case-slider.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-bsow);
}

.case-slider.owl-carousel .owl-nav button.owl-next {
  right: var(--elr-bsow);
}

.case-slider.owl-carousel .owl-nav.disabled,
.case-slider.owl-carousel .owl-dots.disabled {
  display: block;
}

.case-slider.owl-carousel .owl-nav.disabled button i,
.case-slider.owl-carousel .owl-dots.disabled button i {
  font-size: 35px;
}



.case-slider2.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-bsow);
  color: rgba(var(--second-color), 1);
  border-color: rgba(var(--second-color), 1);
}

.case-slider2.owl-carousel .owl-nav button.owl-prev,
.case-slider2.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  --elr-bsow: -28px;
}

.case-slider2.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-bsow);
}

.case-slider2.owl-carousel .owl-nav button.owl-next {
  right: var(--elr-bsow);
}

.case-slider2.owl-carousel .owl-nav.disabled,
.case-slider2.owl-carousel .owl-dots.disabled {
  display: block;
}

.case-slider2.owl-carousel .owl-nav.disabled button i,
.case-slider2.owl-carousel .owl-dots.disabled button i {
  font-size: 35px;
}





.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: rgba(var(--second-color), 1);
  background: rgba(var(--second-color), 0);
  border-color: rgba(var(--second-color), 1);
}

.case-title {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.case-para {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1rem;
}

.case-txt .common-btn {
  transition: var(--transition-05s);
  border: 1px solid var(--boco-btn);
  background: var(--bg-btn);
  color: var(--common-btn-color);
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
  border-radius: 10px;
  padding: 8px 30px;
  font-size: 17px;
}


.servicesection {
  border-top: 15px solid rgba(var(--second-color), 1);
  background-color: #272727;
}

.innerservicessec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.innerservicessec p {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .innerservicessec p {
    font-size: 15px;
  }
}

.servicesico {
  --ehw-ali: 90px;
  width: var(--ehw-ali);
  height: var(--ehw-ali);
}

.servicesico img {
  object-fit: contain;
}

.contactformsec {
  background: black no-repeat center center / cover;
}

.contactform-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacthomepara {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}

.contactseclogo {
  width: auto;
  height: 80px;
  margin-top: 3rem;
}

.form-box {
  margin-bottom: 20px;
}

.HC-form .form-box .form-control {
  border-radius: 10px;
}

.social-list {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 10px;
}

.social-list li a {
  display: flex;
  align-items: self-start;
  justify-content: center;
  color: rgba(var(--white-color), 1);
  font-size: 24px;

}

.footer-section {
  background-color: #000000;
}

.inner-footer {
  padding: 50px 0px;
  background: #000000;
}

.foot-title {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.companyinfo {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  gap: 6px;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.copy-box {
  padding: 18px 0px;
  background: #272727;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.copy-box .copy-text {
  font-size: 14px;
}

.paymentlogo {
  --ehqw-fiila: 200px;
  display: block;
  width: var(--ehqw-fiila);
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
}

.usaing {
  width: 150px;
  display: block;
}

.paymentlogo img,
.usaing img {
  object-position: top;
  object-fit: contain;
}

.social-list li a:hover {
  text-decoration: none;
}

/*----internal-------*/
.concreate-repair {
  padding: 6rem 0;
}

.concreate-repair .left-box-content {
  display: flex;
}

.left-box-content figure {
  width: 448px;
}

.concreate-repair .left-box-content .content {
  flex: 1;
}

.concreate-repair .left-box-content .content p {
  font-size: 15px;
}

.content p {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .concreate-repair .left-box-content {
    display: block;
  }

  .left-box-content figure {
    width: 100%;
  }
}

.concreate-repair .left-box-content .content {
  flex: 1;
}

.concreate-repair .right-sec .right-card figcaption {
  background: black;
  padding: 27px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
}

.shop {
  background-color: #177443;
  color: #fff;
  padding: 13px 28px;
}

.shop:hover {
  border: 1px solid #177443;
  color: #fff;
}

/*----internal end-------*/

/*----contact start-------*/
.contact {
  background-color: #ced4da;
  padding: 6rem 0;
}

.contact .contact-card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 6px;
  height: 194px;
  margin-bottom: 10px;
}

.contact .contact-card img {
  width: 8%;
  height: auto;
  margin-bottom: 8px;
}

.contact .contact-card .mail {
  width: 10%;
  height: auto;
  margin-bottom: 8px;
}

.subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #177443;
  line-height: 37px;
}

.subtitle span {
  font-size: 18px;
  line-height: 37px;
}

.contact_title h2 {
  font-weight: 600;
}

/*----contact end-------*/

/*---------------product_menu start---------------------*/
.product a:hover {
  text-decoration: none;
}

.product_menu {
  padding: 3rem 0;
}

@media only screen and (max-width: 768px) {
  .product_menu {
    padding: 0;
  }
}

.product_menu_left_sec h3 {
  font-weight: 600;
}

/*----------product-gallery----------*/
.thumbBtn i {
  margin-right: 0.5em;
}

.clinic-photo-gallery {
  margin-bottom: 20px;
  /* Carousel Control */
  /* Animation */
}

.clinic-photo-gallery .hide {
  transition: all 1s fade-in;
}

.clinic-photo-gallery .carousel-inner {
  background-color: #FBFBFB;
  overflow: hidden;
  height: 465px;
}

.clinic-photo-gallery .carousel-inner>div.item:first-child {
  top: initial !important;
}

.clinic-photo-gallery .carousel-inner img {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .clinic-photo-gallery .carousel-inner {
    height: 365px;
  }
}

.clinic-photo-gallery .carousel-control {
  top: 43%;
}

.clinic-photo-gallery .control-box,
.clinic-photo-gallery a.carousel-control {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.clinic-photo-gallery .carousel .control-box {
  opacity: 0;
}

.clinic-photo-gallery a.carousel-control.left {
  left: 0;
  background: none;
  border: 0;
}

.clinic-photo-gallery a.carousel-control.right {
  right: 0;
  background: none;
  border: 0;
}

.clinic-photo-gallery .carousel:hover .control-box {
  opacity: 1;
}

.clinic-photo-gallery .carousel:hover a.carousel-control.left {
  left: 15px;
}

.clinic-photo-gallery .carousel:hover a.carousel-control.right {
  right: 15px;
}

.clinic-photo-gallery .item {
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/* Plugin styles */
.thumbnails-carousel {
  margin-top: 0.5em;
  overflow: hidden;
}

.thumbnails-carousel li {
  cursor: pointer;
  display: inline-block;
  padding: 0.2em;
}

.thumbnails-carousel img {
  max-height: 50px;
  width: auto;
}

.thumbnails-carousel .active-thumbnail {
  opacity: 0.4;
}

.thumbnails-carousel .indicators-fix {
  bottom: 70px;
}

.demo .item {
  margin-bottom: 60px;
}

.demo ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.content-slider li {
  background-color: #ed3020;
  text-align: center;
  color: #FFF;
}

.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}

.demo {
  width: 800px;
}

@media only screen and (max-width: 480px) {
  .demo {
    width: 100%;
  }
}

/*----------product-gallery----------*/


.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  background: #dee2e6;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
}

.accordion-button::after {
  content: '';
  display: block;
  background: url(../images/down-arrow.png) no-repeat;
  margin-right: 1px;
  width: 4%;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .accordion-button::after {
    width: 9%;
  }
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/down-arrow.png) no-repeat;
  color: #000;
}

.related_product .card {
  height: 25rem;
  border: none;
}

.related_product .card .card-body {
  text-align: center;
  background-color: #212529;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  margin-top: -16px;
}

.related_product .card .card-body .card-title {
  font-weight: 600;
}

/*---------------product_menu end---------------------*/
.mobile-offcanvas {
  border-bottom: 3px solid lightgrey;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -25px;
  background-color: #212529;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #177443;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mob_menu_list {
  margin-left: -35px;
}

.mob_menu_list li {
  margin-left: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown_menu_list {
  width: 100%;
}

.dropdown_menu_list li {
  margin-left: 0;
}

.dropdown_menu_list li a {
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 0;
  line-height: 22px;
}

.left_search_box .input-group-text {
  padding: 10px;
  border-radius: 0;
  border-right: none;
  background: #fff;
}

.left_search_box .form-control {
  border-left: none;
  font-size: 13px;
  border-radius: 0px;
  /* text-transform: uppercase; */
  font-weight: 600;
}

.dropdown-item {
  line-height: 23px;
  padding-left: 16px !important;
}

.product_banner_img {
  display: flex;
  justify-content: center;
}

.product_banner_img_sec {
  position: relative;
  width: 100%;
  height: 56vh;
}

.image-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #7d7d7d;
}

.image-card img {
  width: 100%;
  height: 380px;
  transition: transform 0.4s ease;
  object-fit: contain !important;
  padding-top: 10px;

}

.image-card .card {
  position: absolute;
  top: 0;
  left: -300px;
  /* Initially hidden to the left */
  width: 300px;
  /* Width of the card */
  height: 100%;
  background-color: #272727;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: left 0.4s ease;
  /* Smooth slide effect */
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-card:hover img {
  transform: scale(0.8);
  /* Shrink the image */
}

.image-card:hover .card {
  left: 0;
  /* Slide the card into view from the left */
}

.kits_sec figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #7d7d7d;
  height: 443px;
  border-radius: 18px;
}

.kits_sec figure img {
  width: 60%;
  padding: 20px;
}

.kits_sec figure figcaption {
  width: 100%;
  background-color: #272727;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kits_sec figure figcaption h4 {
  color: #fff;
}

.acc_image_sec h3 {
  font-weight: 600;
  text-transform: capitalize;
}

.acc_image_sec figure {
  height: 550px;
}

.acc_image_sec2 {
  margin-bottom: 16rem;
}

.acc_image_sec2 figure {
  height: 379px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px;
}

.acc_image_sec2 figure img {

  border-radius: 10px 10px 0px 0px;
}

.acc_image_sec2 figure figcaption {
  background-color: #272727;
  text-align: center;
  color: #fff;
  padding: 20px;
  height: 200px;
}

.acc_image_sec2 figure figcaption p {
  font-size: 14px;
}

.img_sec3 figure {
  margin-bottom: 97px;
}

.img_sec3 figcaption {
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  .image-card img {
    height: 100%;

  }

  .kits_sec figure img {
    width: 100%;
    padding: 0px;
    object-fit: contain !important;
  }

  .casestudies-section {
    padding: 0px;
  }

  .acc_image_sec figure {
    height: auto;
  }
}











/* Case-Studies */

.form_box {
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
  padding: 80px;
}

.form_box .newcommonsubtitle {
  text-align: center;
  color: #000;
  font-weight: 500;
}

.form_box .newcommonsubtitle span {
  font-size: 30px;
}


.form_box .form-control {
  border: 1px solid #b2b2b2;
  border-radius: 0;
  min-height: 50px;
}

.form_box .form-control::placeholder {
  color: #000;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.form_box .form-label {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.form_box .inline-form {
  display: flex;
  align-items: center;
}

.form_box .form-label.inline-label {
  text-wrap: nowrap;
  margin-right: 15px;
  margin-bottom: 0;
}

.form_box .heading{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.form_box .inline-form.style2{
  margin-bottom: 20px;
}

.form_box .form-check{
  margin-right: 20px;
}

.form_box .form-check-label {
  min-width: 95px;
}

.form_box input[type="file"] {
  display: none;
}

.form_box #filesclick {
  width: 100%;
  height: 100%;
  display: block;
  padding: 40px 30px;
  border: 2px dashed #adadad;
  /* margin-top: 10px; */
}

.form_box .file_lable{
  display: block;
}

.form_box .file_lable span{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.form_box .file_lable span.btn_spl{
  color: #177443;
}

.form_box .form-label strong{
  text-transform: uppercase;
}

.form_box .inline-form .form-label{
  margin-bottom: 0;
  margin-right: 30px;
}

.form_box .form_option .form-check-input[type=radio] {
  border: 1px solid #000;
  border-radius: 4px;
}
.form_box .form_option .form-check-input:checked{
  background-image: none;
  background-color: #177443;
}

.form_box .last_text p{
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
  max-width: 495px;
  margin: 0 auto;
}

.case_box .card {
  height: 100%;
  border: none;
}

.case_box figure{
  margin-bottom: 0;
}

.case_box .card .card-body {
  text-align: center;
  background-color: #212529;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* margin-top: -16px; */
  padding: 30px 20px;
}

.case_box .card .card-body .card-title {
  font-weight: 600;
}

.case_box .case_link {
  background-color: #177443;
  color: #fff;
  padding: 8px 34px;
  line-height: 1;
}

.case_box .case_link:hover {
  border: 1px solid #177443;
  color: #fff;
}

ul.option-set{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

ul.option-set li{
  margin: 0 10px;
  margin-bottom: 10px;
}

ul.option-set li a {
  background: #c4c4d0;
  padding: 24px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

ul.option-set li a.selected{
  background: #177443;
  color: #fff;
}