@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #4169e1;
}

p {
  font-size: 1rem;
  color: #828282;
  line-height: 2.3;
  margin: 0 0 1.8rem;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
figure {
  margin: 0;
}
section {
  padding: 6rem 0;
}
.abtImg {
  display: flex;
  align-items: center;
  /* text-align: center; */
  gap: 5rem;
  position: relative;
}

.abtImg figure {
  text-align: center;
}

.abtImg figure img + img {
  display: table;
  margin-left: auto;
  position: relative;
  left: 4rem;
  top: -0.6rem;
}

.abtImg:before {
  content: "";
  position: absolute;
  left: 3rem;
  border: 10px solid var(--theme-color);
  width: 570px;
  height: 570px;
  /* margin: auto; */
  z-index: -1;
}
a.themeBtn.themeBtn1 {
  padding: 1.04em 1.81em;
}
.serviceSec {
  background: #f3f3f3;
}

.serviceSec .headingTwo {
  text-align: center;
  margin: 0 0 3rem;
}

.serviceCard figure {
  position: relative;
}

.serviceCard figure img {
  border-radius: 0 0 109px 0;
}

.serviceCard figure .srvcHead {
  position: absolute;
  top: 2rem;
  left: 3.5rem;
  font-size: 3.125rem;
  color: var(--white);
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.serviceCard {
  position: relative;
  margin-bottom: 2rem;
}
.serviceCard .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.serviceCard .overlay div {
  width: 532px;
  height: 473px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(179deg, #4169e1, rgb(65 105 225 / 1%));
  border-radius: 0 0 109px 0;
}
.serviceCard:hover figure .srvcHead {
  opacity: 0;
}
.serviceCard:hover .overlay {
  opacity: 1;
}
.serviceCard .overlay h2 {
  font-size: 3.125rem;
  color: var(--white);
  font-weight: bold;
  margin: 0 0 2rem;
}
.serviceCard .overlay .themeBtn {
  padding: 0.73em 1.91em;
  background: transparent;
  border: 1px solid #fff;
  font-size: 1.375rem;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-transform: capitalize;
}
.serviceCard figure .coating {
  border-radius: 0 0 0 109px;
}
.serviceCard figure .striping {
  border-radius: 0 95px 0 0;
}
.serviceCard figure .floring {
  border-radius: 101px 0 0 0;
}
.paintSec {
  background: url(../images/paintbg.jpg) no-repeat top center/ cover;
  padding: 12rem 0;
}
.paintList {
  display: flex;
  align-items: flex-start;
}

.paintList ul li a {
  font-size: 1.125rem;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 1rem;
  border-right: 1px solid #a4a0a0;
  border-bottom: 1px solid #a4a0a0;
  padding: 2rem 1.5rem;
}

.paintList ul li a i {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 1.6rem;
}
.paintList ul li:last-child a {
  border-bottom: transparent;
}
.paintList ul + ul li a {
  border-right: 0;
}
.paintList ul li a:hover {
  background: #ffffff;
  box-shadow: 0 3px 50px rgb(0 0 0 / 11%);
}
.paintSec .headingTwo {
  margin: 0 0 3rem;
}
.testimonialSec {
  background: url(../images/testimonialbg.jpg) no-repeat top center/ cover;
  padding: 5rem 0 20rem;
}
.reviewCard {
  text-align: center;
}
.reviewCard figure img {
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  margin: auto;
}
.reviewCard img {
  display: table;
  margin: -2rem 0 1rem;
}
.reviewCard p {
  font-size: 1.125rem;
  color: #000000;
  font-style: italic;
  font-weight: 500;
  margin: 0 2.8rem 2.5rem;
  line-height: 2;
}
.reviewCard h5 {
  font-size: 2.9375rem;
  color: var(--theme-color);
  font-weight: 600;
  margin: 0 0 1rem;
}
.reviewCard span {
  color: #ffcc00;
  font-size: 1.2rem;
}
.reviewCard .quoteRight {
  display: table;
  margin-left: auto;
  margin-bottom: -5rem;
  margin-right: 6rem;
  margin-top: 0rem;
}
.testimonialSlider {
  padding-bottom: 4rem;
}
.testimonialSlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
}

.testimonialSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: var(--theme-color);
}

.testimonialSlider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.ftrLogo p {
  margin: 1.5rem 0 0;
  line-height: 2.5;
}
.ftrLogo {
  text-align: center;
}
.newslter {
  text-align: center;
}
.newslter h5 {
  font-size: 1.8125rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.newslter h2 {
  font-size: 5.0625rem;
  font-weight: bold;
}
.newslter form {
  position: relative;
  margin-top: 1.2rem;
}
.newslter form input {
  width: 100%;
  height: 86px;
  border: 1px solid #4169e1;
  padding: 0 5rem 0 2rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.newslter form button {
  position: absolute;
  right: 2rem;
  border: 0;
  background: transparent;
  top: 1.2rem;
  color: var(--theme-color);
  font-size: 2rem;
}
.newsleterRow {
  justify-content: space-evenly;
}
.row.ftrnav {
  justify-content: flex-end;
}
.ftrNavigation ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0rem 2rem 3rem 0;
}
.ftrNavigation ul li a {
  font-size: 1.125rem;
  color: var(--black);
  font-weight: 600;
}
.ftrCal {
  text-align: center;
}
.fotrSocial ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.fotrSocial p {
  text-align: center;
  margin: 1rem 0 0;
  color: #000000;
  font-weight: 600;
}
.ftrCal figure {
  min-height: 97px;
  margin: 0 0 1.7rem;
}
.ftrCal h5 {
  font-size: 1.375rem;
  color: var(--black);
}
.ftrCal a {
  font-size: 1.125rem;
  color: #828282;
}
.ftrCal p {
  margin: 0;
  line-height: 1.7;
}
footer {
  padding-top: 5rem;
  position: relative;
  padding-bottom: 3rem;
}
.ftrimg1 {
  position: absolute;
  bottom: 0;
  left: -20px;
}
.ftrimg2 {
  position: absolute;
  right: 20px;
  top: 0;
  width: 20%;
}
.ftrCal a:hover,
.ftrNavigation ul li a:hover {
  color: var(--theme-color);
}
.themeBtn:hover,
.serviceCard .overlay .themeBtn:hover {
  background: var(--black);
  color: var(--white);
}
.secHeading {
  overflow: hidden;
}

.galerBox .galeryImg {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.galerBox .galeryImg .galeryEye {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.75rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  gap: 0.3rem;
  width: 100%;
  height: 100%;
  background: rgb(65 105 225 / 59%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.galerBox .galeryImg .galeryEye i {
  font-size: 1.8rem;
}
.galerBox .galeryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galerBox .galeryImg:hover .galeryEye {
  opacity: 1;
}
.galerBox {
  height: 100%;
}
.gallerySec .headingTwo {
  text-align: center;
  margin: 0 0 3rem;
}
.gallerySec .col-md-4 {
  margin-bottom: 1.3rem;
}
.gallerySec .col-md-6 {
  margin-bottom: 1.3rem;
}

/* Inner Pages Css Start */

.innerBanner {
  position: relative;
}

.innerBanner .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subHead {
  font-size: 3.125rem;
}

.aboutInner p {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: justify;
}

.aboutInner .row + .row {
  padding-top: 5rem;
}

.paitingInner h3 {
  font-size: 1.875rem;
  font-family: "Poppins";
  padding-bottom: 8px;
}

.paitingInner p {
  font-size: 1.125rem;
}

.paitingInner .row + .row {
  padding-top: 1rem;
}

.cntctLst ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cntctLst ul li {
  flex: 0 0 33.333333%;
}

.cntctLst ul li .infOne {
  text-align: center;
}

.cntctLst ul li .infOne {
  background: var(--theme-color);
  width: 23rem;
  height: 23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 4rem;
  color: var(--white);
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  flex-direction: column;
}
.cntctLst ul li .infOne h2 {
  font-size: 1.375rem;
  margin-top: 12px;
  color: var(--white);
  font-family: "Poppins";
  margin-bottom: 0;
}

.cntctLst ul li .infOne a {
  font-size: 1.125rem;
  color: var(--white);
}

.getForm label {
  display: block;
  font-size: 1rem;
  color: #8e8e8e;
  font-weight: 400;
}

.getForm input {
  border: 1px solid #d5d5d5;
  width: 100%;
  height: 4.5rem;
  margin: 0 0 2rem;
  border-radius: unset;
}

.getForm textarea {
  width: 100%;
  height: 15rem;
  margin: 0 0 2rem;
  resize: none;
  border-radius: unset;
  border: 1px solid #d5d5d5;
}

.getForm .form-control::placeholder {
  font-size: 1.0625rem;
  color: rgb(0 0 0 / 17%);
  font-weight: 600;
  padding-left: 1rem;
}

.getForm textarea::placeholder {
  padding-top: 12px;
}

.cntctLst ul li .infOne span {
  font-size: 1.125rem;
}

.cntctBtn .themeBtn {
  border-radius: 50px;
  border: unset;
  padding: 1.125rem 2.5rem;
}

.cntctBtn {
  text-align: right;
}

.contactSec iframe {
  filter: grayscale();
}

.toppp {
  margin-top: 6rem;
}

.paitingInner .row+.row {
  margin-top: 2rem;
}