/*==== Code for Firefox ====*/
::-moz-selection {
  background: #d0f1ff;
  color: #000;
}

::selection {
  background: #d0f1ff;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 8px;
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

ul,
li,
ol {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

/* ================================= Main Header Start ================================*/


.carousel-inner video {
  width: 100%;
  height: 98vh;
}


/* .top-header {
  border-bottom: 1px solid #7d8081;

} */

.enquiry-btn button {
  position: fixed;
  z-index: 999;
  right: -29px;
  top: 86%;
  transform: rotate(270deg);
  border: 0;
  background-color: #8e2602;
  color: #fff;
  font-size: 20px;
  padding: 2px 21px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

header.main-header nav.navbar a.navbar-brand p {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  top: -10px;
}

.shor-t p {
  margin: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
}

/* .top-header-menu {
  padding: 0px 30px;
} */

.top-header {
  padding: 0px 0px 0px 0px;
}

.top-header .top-header-menu-info ul li {
  display: inline-block;
}

.top-header .top-header-menu-info ul {
  margin: 0;
}

.nav-link1 {
  padding: 0px 0px 10px 12px !important;
}

.top-header .top-header-menu-info {
  display: flex;
  justify-content: space-between;
}

.navbar-expand-lg .navbar-nav {
  border-top: 1px solid #7d8081;
  padding: 7px 0px;
}

.top-header .top-header-menu-info ul li a {
  display: flex;
  align-items: center;
  text-transform: lowercase;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

.top-header .top-header-menu-info ul li a i {
  color: #ffffff;
  font-size: 25px;
  margin-right: 9px;
}

header.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.6s ease-in-out;
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  padding: 40px 60px;
}

.top-navbar {
  position: relative;
}

.fixed-top,
.main-inner header.main-header nav.navbar {
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.3s;
}

.navbar {
  display: block !important;
}

header.main-header nav.navbar.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 40px;
  z-index: 999;
  border-bottom: 0;
  opacity: 1 !important;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.main-header nav.navbar.fixed-top a.navbar-brand span {
  font-size: 40px;
  font-weight: 700;
  color: #964343;
}

.top-header-menu-info .navbar-logo .navbar-brand span {
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-right: 0;
  font-size: 38px;
}

.top-header-menu-info .navbar-logo .navbar-brand span span {
  color: #e63b00;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img {
  width: 40px;
  display: block;
  margin-right: 10px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item a.nav-link {
  padding: 17px 16px 17px !important;
  font-size: 15px;
  margin-top: 0;
  color: #000 !important;
  font-weight: 600;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-btn a.nav-link {
  color: #fff !important;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  padding: 4px 16px 3px !important;
}

.main-inner-ab-header header.main-header nav.navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  padding: 40px 30px;
  transition: 0.6s ease-in-out;
  background: transparent;
}

header.main-header nav.navbar {
  position: relative;
  padding: 0px 0px 15px 0px;
  top: -45px;
}

.navbar-expand-lg .navbar-nav {
  /* border-radius: 5px; */
  opacity: 1;
  background: transparent;
  flex-direction: row;
  /* padding: 0px 15px; */
}

header.main-header nav.navbar.fixed-top a.navbar-brand p {
  display: none;
}

header.main-header nav.navbar.fixed-top .navbar-nav {
  border-top: 0;
  padding: 0px 0px;
}

header.main-header nav.navbar a.navbar-brand img {
  width: 180px;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  color: #fff !important;
  padding: 0px 25px;
  font-size: 16.5px;
  font-weight: 400;
  letter-spacing: 0.3px;
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link i.fa-angle-down {
  font-size: 90%;
  transition: 0.2s ease-in-out;
  margin-left: 5px;
}

header.main-header ul.navbar-nav li.nav-item a.nav-link:hover i.fa-angle-down {
  transform: rotate(180deg);
}

header.main-header nav.navbar a.navbar-brand {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-right: 0;
  padding-top: 0;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img {
  display: inline-block;
  width: 120px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img.no-fixed,
header.main-header nav.navbar a.navbar-brand img.fixed {
  display: none;
}

header.main-header nav.navbar.fixed-top a.navbar-brand img.fixed,
header.main-header nav.navbar a.navbar-brand img.no-fixed {
  display: inline-block;
}

header.main-header nav.navbar a.navbar-brand span {
  display: none;
  font-size: 40px;
}

header.main-header nav.navbar.fixed-top a.navbar-brand span {
  display: block;
}

header.main-header nav.navbar a.navbar-brand small {
  font-size: 50%;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}

header.main-header nav.navbar a.navbar-brand small:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(270deg, white, transparent);
}

header.main-header nav.navbar a.navbar-brand small:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, white, transparent);
}

header.main-header nav.navbar.fixed-top a.navbar-brand {
  font-size: 21px;
  line-height: 26px;
  padding-left: 0;
  display: contents;
}

header.main-header nav.navbar ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: none;
  transition: 0.1s ease-in-out;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-fixed a.nav-link {
  display: block;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link {
  display: inline-block;
  padding: 6px 16px 5px !important;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  width: 40px;
  fill: #fff;
  position: relative;
  top: -1px;
  margin-left: 2px;
  border-radius: 2px;
  transform: rotate(180deg);
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link svg {
  top: 0px;
}

header.main-header nav.navbar.fixed-top ul.navbar-nav li.nav-item.nav-item-menu a.nav-link span {
  position: relative;
  top: 2px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu {
  background: #fff;
  border-radius: 0;
  padding: 16px 0;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
header.main-header .fixed-top ul.navbar-nav li.nav-item .dropdown-menu {
  margin-top: 0px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu h6.title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Merienda", cursive;
  color: #111;
  margin-bottom: 12px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu {
  height: 100%;
  position: relative;
  overflow: hidden;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a {
  position: relative;
  color: #111;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: block;
  transition: 0.6s ease-in-out;
  padding: 0 14px;
  text-transform: uppercase;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu.col-megamenu2 {
  padding-left: 20px;
  height: 100%;
  padding-top: 10px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li {
  margin-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 7px;
}

header.main-header ul.navbar-nav li.nav-item .dropdown-menu .col-megamenu ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

.dropdown-large {
  padding: 1rem;
}

@media all and (min-width: 992px) {
  .dropdown-large {
    min-width: 190px;
  }
}

header.main-header ul.navbar-nav li.nav-item.nav-item-btn {
  align-self: center;
  margin-left: 12px;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-btn a.nav-link {
  position: relative;
  background: #7da12b;
  display: flex;
  align-self: center;
  align-content: center;
  padding: 9px 16px !important;
  transition: 0.4s ease-in-out;
}

header.main-header ul.navbar-nav li.nav-item.nav-item-btn a.nav-link i {
  color: #fff;
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.dropdown-toggle::after {
  display: none;
}

header.confirm-screen-header-new nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 30px;
  transition: 0.6s ease-in-out;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}

header.confirm-screen-header-new nav.navbar a.navbar-brand span {
  color: black;
  display: block;
  font-size: 24px;
}

.navbar-bars i {
  display: none;
}

/* ================================= Main Header CSS End ================================*/
/* ================================= Main Slider Start ================================*/
.main-slider-block {
  position: relative;
  transition: 0.4s ease-in-out;
}

.main-slider .carousel-inner .carousel-item img.main-slider-img {
  height: 98vh;
  -o-object-fit: cover;
  object-fit: cover;
  animation: pulse 12s infinite;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.main-slider .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
}

.carousel-caption-content button {
  background-color: #8e2602;
  padding: 10px 30px;
  font-size: 18px;
  color: #ffff;
  margin-top: 31px;
  font-weight: 500;
  border-radius: 3px;
  border: 0;
}

/* .main-slider .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
} */

.main-slider .carousel-inner .carousel-item .carousel-caption {
  z-index: 99;
  width: 80%;
  left: 0;
  right: 0px;
  padding: 60px 60px;
  bottom: 0;
  text-align: left;
}

.main-slider .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 63px;
  line-height: 78px;
  font-weight: 600;
  text-shadow: 1px 2px 2px #000;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  font-family: sans-serif;
}

.main-slider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  text-shadow: 1px 1px 10px black;
  font-family: "Roboto", sans-serif;
}

.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  font-size: 18px;
  bottom: auto;
  transform: translate(0, -50%);
  top: 50%;
  background: #fff;
  padding: 30px 3px;
  color: #000;
}

.main-slider .carousel-control-prev {
  left: 0;
}

.main-slider .carousel-control-next {
  right: 0;
}

.main-slider .carousel-control-next {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main-slider .carousel-control-prev {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main-slider .carousel-control-next span.carousel-control-next-icon,
.main-slider .carousel-control-prev span.carousel-control-prev-icon {
  width: 22px;
  height: 40px;
}

.mobile-bars {
  display: none;
}

.mobile-manu {
  display: none;
}

.order-2 {
  order: 1 !important;
}

.order-1 {
  order: 2 !important;
}

/* ================================= Main Slider End ================================*/
/* ================================= HomePage Section Start  ================================*/
section {
  position: relative;
  padding: 70px 0px;
  overflow: hidden;
}

.container {
  max-width: 94%;
}

.bg1 {
  background: #f1f1f1;
}

/* ================================= HomePage Welcome Section Start  ================================*/

.Welcome-sectiion-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Welcome-sectiion-block img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  background-size: cover;
  overflow: hidden;

}

.Welcome-sectiion-block-left-side {
  position: absolute;
  /* background-color: #f5f4f3; */
  background-color: #efece7;
  z-index: -1;
  width: 111%;
  height: 75%;
  display: block;
  left: -82px;
  bottom: 0;
}

.Welcome-sectiion-block h6 {
  padding: 10px 0px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.Welcome-sectiion-block h6 span {
  color: #8e2602;
}

.Welcome-sectiion-block-right-side {
  text-align: center;
}

.Welcome-sectiion-block-right-side span.short-t {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: capitalize;
  color: #8e2602;
  font-weight: 600;
}

.Welcome-sectiion-block-right-side h4 {
  margin-bottom: 10px;
  font-size: 42px;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}

.Welcome-sectiion-block-right-side p {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 36px;
}


/* ================================= HomePage Welcome Section End  ================================*/
/* ================================= HomePage Our Products Section Start  ================================*/
.our-product-sec-block {
  /* border: solid 1px #8e2602; */
  overflow: hidden;
  position: relative;
}

span.number {
  position: absolute;
  top: -9px;
  left: 19px;
  font-size: 66px;
  color: #8e2602;
  font-weight: 600;
  z-index: 99;
  opacity: 1;
}

.our-product-sec-block img {
  width: 100%;
  height: 475px;
  object-fit: cover;
  overflow: hidden;
}

.our-product-sec-block .our-product-sec-block-content {
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: 0px;
  background-color: rgb(255 255 255/ 70%);
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all ease-out 0.5s;
  padding: 18px 10px;
  justify-content: center;
}

.our-product-sec-block .our-product-sec-block-content h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}

.our-product-sec-title {
  margin-bottom: 40px;
}

.our-product-sec-title h2 {
  font-size: 42px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 0;
}

.our-product-sec-title h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100px;
  background: #8e2602;
  top: 25px;
  right: -113px;
}

.our-product-sec-title p {
  font-size: 17px;
}

/* ================================= HomePage Our Products Section End  ================================*/
/* ================================= HomePage Our Clients Section Start  ================================*/

.our-clients-sec-title {
  margin-bottom: 40px;

}

.clients-section {
  background: #f8f8f8;
}

.our-clients-sec-title h2 {
  font-size: 42px;
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
}

.our-clients-sec-title p {
  font-size: 17px;

}

.clients-section-block {
  text-align: center;
  /* border: 3px solid #f7f7f7; */
  padding: 20px 20px;
  background: #fff;
  /* height: 170px;
  border-radius: 5px; */
  transition: all ease-out 0.5s;
}

.swiper-slide {
  height: 100% !important;
}

.clients-section-block:hover h5 {
  color: #e63b00;
  transition: all ease-out 0.5s;
}

.clients-section-block img {
  width: 100%;
  object-fit: contain;
  height: 100px;
  filter: grayscale(1);
  opacity: 0.6;
}

.client-page .clients-section-block {
  border: 1px solid #e3e2e2;
  padding: 35px 20px;
}

.client-page .clients-section-block img {
  height: 110px;
}

.clients-section {
  padding: 40px 0px;
}

.clients-section-block h5 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
  margin-top: 10px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-transform: uppercase;
  display: none;
}

.clients-section-btn {
  margin-top: 40px;
}

.clients-section-btn a {
  background-color: #8e2602;
  padding: 8px 20px;
  font-size: 18px;
  color: #ffff;
  margin-top: 40px;
  font-weight: 500;
  border-radius: 5px;
  transition: all ease-out 0.3s;
}

/* .clients-section-btn a:hover {
  background-color: #d44414;
  color: #fff;
  transition: all ease-out 0.3s;
  padding: 8px 45px;

} */



/* ================================= HomePage Our Clients Section End  ================================*/

.video-sec-block iframe {
  width: 100%;
  border-radius: 5px;
}


.enquiry-section {
  background: #141414;
  color: #fff;
  padding: 50px 0px;
}

.enquiry-sec-block p {
  font-size: 22px;
  color: #fff;
}

.enquiry-sec-block h2 {
  font-size: 40px;
  border-bottom: 3px solid #8e2602;
  display: inline-block;
  padding-bottom: 8px;

}

.enquiry-sec-block button {
  background-color: #8e2602;
  padding: 8px 35px;
  font-size: 18px;
  color: #ffff;
  font-weight: 500;
  border-radius: 5px;
  transition: all ease-out 0.3s;
  border: 0;
}

.enquiry-sec-block button a {
  color: #ffff;

}

.enquiry-sec-block button i {
  margin-left: 7px;
}

/* ================================= HomePage product Related Section Start  ================================*/
.product-related-section {
  background-image: url("../images/new-img/05.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  padding: 50px 0px;
}



.product-related-section-block {
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-around;
  /* flex-wrap: wrap; */
  gap: 10px;
}

.product-related-section-block-content h4 {
  font-size: 32px;
  font-weight: 500;

}

.product-related-section-block-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 18px 40px;
  border-radius: 5px;
}

.product-related-section-block-content svg {
  width: 35px;
  fill: #8e2602;
}

.number-0f-ex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-related-section-block-content span {
  font-size: 20px;
}

/* ================================= HomePage product Related Section End  ================================*/
/* ================================= HomePage End  ================================*/
/* ================================= Footer page  Start  ================================*/

.footer-section {
  background-color: #141414;
  padding: 50px 0px;
}

.footer-sec-aboutus h4 {
  color: #fff;
  font-size: 40px;
}

.footer-sec-aboutus p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.socail-icon ul {
  display: flex;
  align-items: center;

}

.socail-icon ul li {
  padding: 0px 17px;
}

.socail-icon ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  height: 33px;
  border-radius: 50%;
  width: 33px;
  justify-content: center;
  transition: all ease-out 0.6s;
}

.socail-icon ul li a:hover {
  background: #e63b00;
  color: #fff;
  transition: all ease-out 0.6s;

}

.socail-icon ul li a:hover i {
  color: #fff;
  transition: all ease-out 0.6s;

}

.socail-icon ul li a i {
  color: #e63b00;
  font-size: 18px;
}

.footer-quick-links h5 {
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid #e63b00;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-section .col-12.col-md-4.col-lg-4.col-xl-4.col-xxl-4 {
  display: flex;
  justify-content: center
}

.footer-quick-links-block ul li a {
  color: #fff;
  font-size: 17px;
  transition: all ease-out 0.3s;
}

.footer-quick-links-block ul li a:hover {
  color: #e63b00;
  transition: all ease-out 0.3s;

}

.footer-quick-links-block ul li a i {
  margin-right: 7px;
  transition: all ease-out 0.3s;

}

.footer-quick-links-block ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}

.footer-contact-details h5 {
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid #e63b00;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-sec-contact-number i {
  margin-right: 9px;
  /* color: #e63b00; */
  font-size: 18px;

}

.footer-sec-contact-number {
  display: flex;
  color: #fff;
  align-items: center;
  line-height: 35px;
}

.footer-sec-contact-number span {
  font-size: 17px;
}

.footer-copyright {
  background: #070707;
}

.footer-copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0px;
  margin: 0;
  color: #e5e4e4;
  font-size: 16px;
  flex-wrap: wrap;
}

.footer-copyright p a {
  color: #e5e4e4;
}

.footer-copyright p a:hover {
  color: #fff;
}

/* ================================= Footer page  End  ================================*/
/* ================================= about page  start  ================================*/
.aboutus-sec-welcome-img {
  position: relative;
  overflow: hidden;
}

.about-us-page-sec {
  overflow: inherit !important;

}

.aboutus-sec-welcome-img img {
  height: 60vh;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-fit: cover;
}

.aboutus-sec-welcome-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
}

.aboutus-sec-welcome-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.about-sec-img-content {
  position: absolute;
  z-index: 99;
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px 60px;
  bottom: 0%;


}

.breadcrumb-nav {
  padding: 8px 0px;

}

.breadcrumb-nav .breadcrumb {
  margin: 0;
  align-items: center;
  display: flex;
}

.about-sec-img-content h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.breadcrumb-item.active {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.breadcrumb-item a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.aboutus-sec-left-side h1 {
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: capitalize;
  color: #8e2602;
}

.aboutus-sec-left-side p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;

}

.aboutus-sec-right-side img {
  height: 570px;
  /* overflow: hidden; */
  object-fit: cover;
}

.aboutus-sec-left-side {
  /* padding: 9px 30px 9px 9px; */
  padding: 50px 50px 50px 50px;
  background-color: #fff;
  height: 100%;
}

.aboutus-sec-img {
  position: relative;
}

.aboutus-sec-right-side {
  position: sticky !important;
  top: 70px;
}

.about-us-page-block {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 10px;
  height: 100%;
  transition: .6s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about-us-page-block img {
  height: 280px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  animation: pulse 12s infinite;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  position: relative;
}

.about-us-page-block .about-us-page-block-contant {
  /* height: 100%; */
  padding: 30px;
}

.about-us-page-block .about-us-page-block-contant h4 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  text-align: justify;
}

.about-us-page-block .about-us-page-block-contant p {
  font-size: 16px;
  font-weight: 400;
  color: #484646;
  text-align: justify;
}

/* .about-us-title {
  margin-bottom: 45px;
} */

.about-us-title h1 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #8e2602;
}

.about-us-polycare-sec-img img {
  height: 570px;
  overflow: hidden;
  object-fit: cover;
}

.about-us-polycare-block {
  /* padding: 9px 9px 9px 30px; */
  background: #fff;
  padding: 50px 50px 50px 50px;

  /* box-shadow: 0 0 4px 0 rgba(207, 207, 207, 0.9); */
}

.about-us-polycare-sec-img {
  position: sticky;
  top: 70px;
}

.about-us-polycare-block h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
  text-align: justify;
}

section.about-us-polycare-sec {
  overflow: inherit;

}

.about-us-polycare-block h5 svg {
  width: 30px;
  padding: 0px 8px 0px 0px;
  fill: #964343;
}

.about-us-polycare-block p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.about-us-water-sec-title {
  margin-bottom: 45px;
}

.about-us-water-sec-title h1 {
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #8e2602;
}

.about-us-water-sec {
  position: relative;
  transition: .6s ease-in-out;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about-us-water-sec img {
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  animation: pulse 12s infinite;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.about-us-water-sec span {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #964343;
  color: #fff;
  opacity: .9;
  text-align: center;
  font-size: 20px;
  padding: 5px 10px;

}

.about-us-applications-sec {
  overflow: inherit;
}

.about-us-applications-img {
  position: sticky;
  top: 70px;
}

/* .about-us-title {
  margin-bottom: 45px;
} */

/* .about-us-applications-title {
  margin-bottom: 45px;
} */

.about-us-applications-title h1 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #8e2602;
}

.about-us-applications-block ul li {
  font-size: 18px;
  align-items: center;
  display: flex;
  line-height: 35px;
}

.about-us-applications-block ul li i {
  font-size: 7px;
  padding-right: 8px;
  color: #5c5a5a;
}

.about-us-applications-block ul h4 {
  font-size: 20px;
  color: #000;
  line-height: 30px;

}

.about-us-applications-img img {
  height: 570px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.about-us-applications-block {
  background: #fff;
  padding: 50px 50px 50px 50px;
  height: 100%;

}

.about-us-applications-foundation-img {
  position: sticky;
  top: 85px;
}

.about-us-applications-foundation-img img {
  height: 570px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}

.about-us-applications-foundation-block ul h4 {
  font-size: 20px;
  color: #000;
  line-height: 30px;

}

.about-us-applications-foundation-block ul li i {
  font-size: 7px;
  padding-right: 8px;
  color: #5c5a5a;
}

.about-us-applications-foundation-block ul li {
  font-size: 17px;
  align-items: center;
  display: flex;
  line-height: 35px;
}

.about-us-applications-foundation-block {
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 40px;
  top: 17%;
  left: -12px;
}

.about-us-applications-foundation-block p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 30px;
}

/* ================================= about page  End  ================================*/
/* ================================= Contact page  start  ================================*/
.contact-us-sec-title h1 {
  font-size: 35px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #964343;
}

form .form-input {
  display: flex;
  flex-direction: column;
}

form .form-input input {
  border: 0;
  border-bottom: 2px solid #999;
}

form .form-input textarea {
  border: 0;
  border-bottom: 2px solid #999;
}

form .form-input label {
  color: #8e2602;
}

form .form-input input:focus {
  outline: none;
}

form .form-input textarea:focus {
  outline: none;
}

.contact-form-btn button {
  border: 0;
  padding: 5px 40px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #964343;
  color: #fff;
  width: 100%;
}

.contact-information {
  background: #141414;
  padding: 50px;
  color: #fff;
  height: 100%;
  box-shadow: 0 0 4px 0 rgba(207, 207, 207, 0.9);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-us-info-title h1 {
  font-size: 35px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #fff;
}

.contact-us-sec {
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 4px 0 rgba(207, 207, 207, 0.9);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.contact-info-details {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 29px;
}

.contact-info-details span {
  font-size: 17px;
}

.contact-info-details i {
  font-size: 22px;
}

.contact-information ul {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;

}

.contact-information ul li {
  padding: 0px 20px;
}

.contact-information ul li a i {
  color: #fff;
  font-size: 25px;
}

/* ================================= Contact page  End  ================================*/
/* ================================= Enquiry page  start  ================================*/
.enquiry-form-input {
  display: flex;
  flex-direction: column;
}

.enquiry-form-input input {
  border: 0;
  border-bottom: 2px solid #999;
}

.enquiry-form-input input {
  border: 0;
  border-bottom: 2px solid #999;
}

.enquiry-form-input select {
  border: 0;
  border-bottom: 2px solid #999;
  background-color: transparent;
}

.enquiry-form-input textarea {
  border: 0;
  border-bottom: 2px solid #999;
}

.enquiry-form-input input:focus {
  outline: none;
}

.enquiry-form-input select:focus {
  outline: none;
}

.enquiry-form-input textarea:focus {
  outline: none;
}

.enquiry-title h1 {
  font-size: 40px;
  margin-bottom: 45px;
  text-transform: capitalize;
  color: #8e2602;
}

.enquiry-block {
  /* box-shadow: 0 0 4px 0 rgba(207, 207, 207, 0.9); */
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
}

.enquiry-form-btn button {
  border: 0;
  padding: 5px 40px;
  border-radius: 5px;
  font-size: 18px;
  background-color: #964343;
  color: #fff;
  width: 100%;
}

/* ================================= Enquiry page  End  ================================*/
/* ================================= Clients page  start  ================================*/

.clients-sec-title {
  margin-bottom: 40px;
}

.clients-sec-title p {
  font-size: 17px;
  line-height: 28px;
}

.clients-sec-title h1 {
  font-size: 40px;
  text-transform: capitalize;
  color: #8e2602;
  font-weight: 700;
}

.client-sec-block img {
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.client-sec-block {
  text-align: center;
  border: 2px solid #f7f7f7;
  padding: 20px 20px;
  background: #fff;
  height: 100%;
  border-radius: 8px;
  transition: all ease-out 0.5s;
  width: 100%;
}

.client-sec-block h5 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

/* ================================= Clients page  End  ================================*/
/* ================================= Products page  start  ================================*/
.product-img-sec img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.product-title {
  margin-bottom: 40px;
}

.product-title p {
  font-size: 22px;
  line-height: 28px;
}

.product-title h1 {
  font-size: 40px;
  text-transform: capitalize;
  color: #8e2602;
  font-weight: 700;
}

.product-details-block h4 {
  font-size: 22px;
  font-weight: 500;
}

.product-details-block h6 {
  font-size: 20px;
  margin: 0;
}

.product-details-block p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.product-does-description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-description {
  margin: 0px 70px;
}

.product-block {
  background: #fff;
  padding: 20px;
  /* border-radius: 10px; */
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 4px 0 rgba(207, 207, 207, 0.9); */
}

.product-use-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-note {
  margin: 0px 70px;
}

.product-proofing h4 {
  font-size: 20px;
  color: #000;
  line-height: 30px;
}

.product-proofing ul li i {
  font-size: 7px;
  padding-right: 8px;
  color: #5c5a5a;
}

.product-proofing ul li {
  font-size: 18px;
  align-items: center;
  display: flex;
  line-height: 35px;
}

/* ================================= Products page  End  ================================*/
/* ================================= Services page  start  ================================*/
.water-proofing-page {
  overflow: inherit;
}

.services-sticky-sidebar {
  position: sticky;
  top: 0;
}

.services-left-sidebar {
  /* background-color: #964343; */
  background-color: #141414;
  height: 100vh;
  padding: 80px 25px;
}

.services-left-sidebar h1 {
  position: relative;
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: .2px;
}

.services-left-sidebar ul {
  list-style-type: none;
  margin-bottom: 0;
}

.services-left-sidebar ul li {
  margin: 6px 0;
  border-bottom: 1px solid #c9c5c5;
}

.services-left-sidebar ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .1px;
  padding: 5px 0 10px 20px;
  display: block;
  position: relative;
  transition: .6s ease-in-out;
  text-transform: uppercase;
}

.services-left-sidebar ul li a i {
  position: absolute;
  left: 0;
  top: 8px;
}

.services-right-info {
  padding: 60px 40px 60px 15px;
}

.services-block h4 {
  font-size: 35px;
  text-transform: capitalize;
  color: #964343;
  margin-bottom: 15px;
  font-weight: 600;
}

.services-block p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.services-block-info {
  margin-top: 40px;
}

.services-block-info-img {
  height: 100%;
}

.services-block-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-block-content {
  padding: 20px 0px;
}

.services-block-content h2 {
  font-size: 25px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;

}

/* ================================= Contact Us Page Start ================================*/

.contact-form {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 1%);
}

.form-block {
  background: #fff;
  padding: 38px 40px;
  /* box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
  // border-left: 5px solid #04344c; */
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
  height: calc(1.5em + 0.75rem + 12px);
  padding: 8px 0;
  border-radius: 0;
  font-size: 17px;
  color: #444;
  font-weight: 500;
  padding: 0px 10px;
  border: 1px solid #cdcdcd;
}

.contact-form form textarea {
  height: 100px;
}

.contact-form .form-control:focus {
  border-color: #c5c5c5;
  box-shadow: none;
}

.contact-form .btn.focus,
.contact-form .btn:focus {
  box-shadow: none;
}

.contact-form form button.btn {
  font-size: 16px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  background: #8e2602;
  border-radius: 0;
  color: #fff;
}

.contact-form form button.btn:hover {
  color: #fff;
  opacity: .95;
}

.contact-form form button.btn i {
  transform: rotate(45deg);
  margin-left: 4px;
  position: relative;
  top: 3px;
}

::placeholder {
  color: #444 !important;
}

.form-block h2.main-head {
  margin-bottom: 10px;
  font-size: 32px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.get-touch-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* ================================= Contact Us Page End ================================*/