html,
body {
  overflow-x: hidden;
}

/* font declaration  */

body {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Oswald", sans-serif;
}

h2 {
  font-family: "Lato", sans-serif;
}

/* font declaration  */

/* header start  */

header {
  padding: 15px 0;
}

header .logo {
  font-weight: 700;
  font-size: 28px;
  color: #697565;
  text-transform: uppercase;
  margin-bottom: 0;
}

header .logo span {
  color: #333;
}

.page {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.page:hover {
  color: #697565;
}

/* header end  */

/* hero start  */

.hero {
  padding: 150px 0;
  background-image: linear-gradient(to right, #00000049, #00000049),
    url(../images/hero.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.hero-content-wrapper {
  padding: 50px 40px;
  background-color: #0000008a;
  text-align: center;
}

.hero-content-wrapper h2 {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.hero-content-wrapper h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #b4c7ae;
  text-transform: capitalize;
  font-size: 45px;
}

.hero-content-wrapper p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  background-color: #b4c7ae;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 20px;
  line-height: 20px;
  text-transform: uppercase;
  border: 2px solid #c9d3c6;
  outline: 5px solid #bbc9b6fa;
  transition: 0.3s;
}

.primary-btn span {
  font-size: 13px;
  font-weight: 500;
}

.primary-btn:hover {
  background-color: #272626;
  border: 2px solid #4b4b4b;
  outline: 5px solid #242323;
  color: #fff;
}

/* hero end  */

/*About Start*/

.about {
  padding: 100px 0;
}

.png-bg {
  width: 600px;
  top: 20px;
  left: 60px;
  z-index: -1;
}

.liq-first-img {
  margin-top: 60px;
  border: 5px solid #fff;
  outline: 3px solid #ececec;
}

.liq-second-img {
  border: 5px solid #fff;
  outline: 3px solid #ececec;
}

.about-content h2 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about h3 {
  margin-top: 20px;
  font-weight: 900;
  font-size: 20px;
  color: #697565;
}

.about-content h1 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}

.about-content h1 span {
  color: #697565;
}

.about-content p {
  font-weight: 600;
  font-size: 16px;

}

.about-content ul li {
  margin: 5px 0;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.about-content ul li span {
  margin-right: 5px;
}

/*About End*/

/* concrete-coating start  */

.concrete {
  padding: 50px 0;
}

.concrete-coating-wrapper {
  padding: 50px;
  background-color: #b4c7ae44;
}


.concrete-content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.concrete-content h1 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.concrete-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
}

/* concrete-coating end  */

/*Testimonial Start*/

.testimonial {
  padding: 50px 0 100px 0;
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  align-items: self-end;
  bottom: 5%;
}

.carousel-control-prev {
  left: 76%;
}

.carousel-control-prev-icon {
  border: 1px solid #697565 !important;
  border-radius: 50px;
  background-image: none;
  background-color: #697565;
}

.carousel-control-next-icon {
  border: 1px solid #697565 !important;
  border-radius: 50px;
  background-image: none;
  background-color: #697565;
}

.carousel-control-prev-icon:hover {
  background-color: #333;
}

.carousel-control-next-icon:hover {
  background-color: #333;
}

.carousel-control-next-icon i {
  color: #fff;
  line-height: 32px;
}

.carousel-control-prev-icon i {
  color: #fff;
  line-height: 32px;
}

.divider-btn {
  display: none;
}

.testi-info {
  float: left;
}

.testimonial h1 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #697565;
  font-size: 30px;
}

.testimonial h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.testimonial h2 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #697565;
  font-size: 20px;
}


.testimonial h3 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 18px;
}

.testimonial p {
  margin-bottom: 40px !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.review-btn {
  text-decoration: none;
  display: inline-block;
  background-color: #B4C7AE;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
}

.review-btn:hover {
  background-color: #697565;
}

/*Testimonial End*/


/* cta start  */

.cta {
  padding: 70px 0;
  background-color: #B4C7AE;
}

.cta h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #697565;
}

.cta h4 {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

.cta ul li {
  font-size: 15px;
}

.cta .contact-info li {
  color: #000;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 500;
}

.cta .contact-info li a {
  text-decoration: none;
  color: #000 !important;
}

.cta .social-media li a {
  text-decoration: none;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background-color: #697565;
  color: #B4C7AE;
  font-size: 18px;
  border: 1px solid #697565;
  transition: 0.3s;
}

.cta .social-media li a:hover {
  background-color: transparent;
  color: #333;
}

/* cta end  */

/* footer start  */

footer {
  background-color: #697565;
  padding: 15px 0;
}

footer p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

/* footer end  */