@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
  background-color: #F2F2F4 !important;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
}

a {
  text-decoration: none !important;
}

.container-fluid {
  padding: 0px !important;
}

.header-wrapper {
  background: #fff;
  padding: 25px 0px 26px;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.offcanvas {
  background-color: #FD0C43 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 100px !important;
}

.offcanvas-header {
  justify-content: end !important;
  padding: 50px 100px 0px !important;
}

.btn-close {
  background-image: url(../images/x.svg) !important;
  opacity: 1 !important;
}

ul.menu {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: flex-end;
}

ul.menu li a {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 95vh!important;
  object-fit: cover;
  object-position: center center;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  width: 15px !important;
  height: 15px !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 44px) !important;
}

.remidal-wrapper {
  padding: 150px 0px;
}

.remidal-pre-text {
  color: #454546;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 10px;
  text-transform: uppercase;
}

.remidal-title {
  color: #454546;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
}

.remidal-title span {
  color: #D20231;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.remidal-description {
  max-width: 685px;
  margin: 50px auto 0px;
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.title {
  position: relative;
  color: #454546;
  font-family: 'Nunito Sans',
    sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 60px */
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* .title::after {
  content: ' ';
  width: 100%;
  height: 4px;
  background-color: #D20231;
  position: absolute;
  top: 50%;
  left: 590px;
  transform: translateY(-50%);
} */

.we-work-on-wrapper .col-lg-4 {
  background-size: cover;
  background-position: center center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.item-wrapper {
  position: relative;
  width: 100%;
}

.item-img {
  width: 100%;
  min-height: 580px!important;
  object-fit: cover;
  object-position: center center;
  filter: blur(2px);
  -webkit-filter: blur(2px);

}

/* .item-wrapper::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70);
}

*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  transition: .5s ease;
  background-color: #000000;
}

.item-wrapper:hover .overlay {
  opacity: 0;
}

.item-wrapper:hover .item-img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.text {
  color: #FFF;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.we-work-on-wrapper .row>* {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.core-value-wrapper .col-lg-4 {
  min-height: 539px;

}

.core-value-wrapper .col-lg-4:nth-child(1) {
  background-color: #F30037;
}

.core-value-wrapper .col-lg-4:nth-child(2) {
  background-color: #D20231;
}

.core-value-wrapper .col-lg-4:nth-child(3) {
  background-color: #F30037;
}

.value-wrap {
  padding: 112px 65px;
}

.value-title {
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.value-description {
  color: #FFF;
  text-align: justify;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.client-review-wrapper {
  padding: 100px 0px;
}

.client-review-wrapper .container {
  background-image: url(../images/client-rev.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.client-review {
  max-width: 685px;
  margin: 0 auto;
}

.client-review-description {
  color: #D20231;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 50px;
}

.client-review-name {
  color: #454546;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 22px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.client-review-designation {
  color: #454546;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.core-value-wrapper .title::after {
  left: 700px;
}

.footer-wrapper {
  background: #454546;
  padding: 100px 0px 0px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: 0.5px solid #F2F2F4;
}

.footer-logo {
  color: #FFF;
  font-family: 'Nunito Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 109.5%;
  /* 21.9px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.footer-description {
  color: #FFF;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

}

.footer-menu-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.footer-menu li a {
  color: #FFF;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
}

.fourth-col .footer-description {
  max-width: 123px;
}

.first-col .footer-description {
  max-width: 237px;
}

.copyright {
  padding: 30px 0px;
}

.service-hero-wrapper {
  background-image: url(../images/service/service-bg.png);
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom:100px;
}
.service-desc {
    text-align: center;
}
.service-desc p {
    color: #000;
    position: relative;
    z-index: 111;
}
.about-bg-section{
  background-image: url(../images/about-us/about-bg.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-bg-section{
  background-image: url(../images/service/imgpsh_fullsize_anim_\(7\)b&w.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 380px!important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-hero-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  background-color: #F2F2F4;
}

.service-title {
  color: #D20231;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 60px */
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 250px 0px 20px;
  z-index: 1;
  position:relative;
}

.services-wrapper {
  padding: 100px 0px;
}

.service img {
  margin-bottom: 20px;
}

.service .service-head {
  color: #D20231;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service-desc div {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.service-lists-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 70px 0px 32px;
}

ul.service-lists {
  padding-left: 1rem;
}

.services-wrapper .row:nth-child(1) {
  margin-bottom: 75px;
}


.project-title {
  color: #D20231;
  font-family: 'Nunito Sans';
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.projects-wrapper {
  padding: 150px 0px;
}

.project .card {
  border-radius: 0px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border: 0px;
}

.project .col-md-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 27px;
}

.pr-title {
  color: #454546;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: uppercase;
  position: relative;
}

.pr-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180.005px;
  height: 1px;
  background: #454546;
}

.pr-des {
  color: #454546;
  font-family: 'Nunito Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.pr-wrap:nth-child(1) {
  margin-bottom: 40px;
}

.pr-wrap:nth-child(2) {
  margin-bottom: 20px;
}

.pr-wrap .pr-des {
  text-align: center;
}

.project {
  margin-bottom: 95px;
}

.project:last-child {
  margin-bottom: 0px;
}

.contact-wrapper {
  padding: 100px 0px;
}

.contact-wrapper .card {
  border-radius: 0px;
  border: 0px;
  background-color: #D20231;
  min-height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding: 150px 0px;
  overflow: hidden;
  transition: .5s ease;

}

.quote-title-wrap {
  /* position: absolute; */
  width: 100%;
  text-align: center;
  top: 120px;
}

.quote-title {
  color: #FFF;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 300%;
  /* 60px */
  text-transform: uppercase;
  position: relative;
  transition: .5s ease;

}

.quote-title::after,
.quote-title::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 1px;
  background: #FFF;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s ease;
}

.quote-title::after {
  right: 0;
}

.quote-title::before {
  left: 0;
}

.contact-form {
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 10px;
  transition: .5s ease;
}

.contact-wrapper .card:hover {
  background-color: #fff;
  min-height: 900px;
  justify-content: start;
}

.contact-wrapper .card:hover .quote-title {
  color: #D20231;
}

.contact-wrapper .card:hover .quote-title::after,
.contact-wrapper .card:hover .quote-title::before {
  width: 204px;
  background: #D20231;
}

.contact-wrapper .card:hover .contact-form {
  top: 300px;
}

.form-wrap {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-wrap .form-control {
  border-radius: 30px;
  border: 1px solid #454546;
  /* background-color: transparent; */
  padding: 18px 27px;
  color: #454546;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.form-wrap textarea {
  height: 150px;
}
.footer__contact-call a {
    color: #fff;
}
.footer__contact-call {
    margin-bottom: 20px;
}
.form-btn input {
    border-radius: 30px;
    border: 1px solid #F30037;
    background: #F30037;
    width: 100%;
    height: 61px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.about-us-wrap {
  padding: 100px 0px;
}
.about-us-wrap .title {
  font-size: 25px;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 126%;
}
.about-us-wrap .title::after {
  left: 350px;
}
.nav-tab {
  gap: 20px;
}
.about-us-tab-wrap .nav-pills .nav-link {
  min-width: 466px;
  height: 61px;
  border-radius: 30px;
  border: 1px solid #719A59;
  color: #719A59;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #719A59 !important;
}
div#v-pills-tabContent {
  background: #fff;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 93px 122px;
  position: absolute;
  right: 0;
  width: 50%;
}

.about-us-tab-wrap {
  padding: 50px 0px 150px;
  position: relative;
}

.who-we-are-wrap .card img {
  min-height: 480px!important;
}

.who-we-are-wrap .card .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  /* padding: 27px; */
}

.tab-content>.tab-pane {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.who-we-are-wrap .who-we-title {
  color: #D20231;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 22px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.who-we-des {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;

}
.who-we {
    max-width: 580px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 45px 10px 10px 31px;
}
.who-we::after,
.who-we::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  background: #454546;
  right: 0;
}

.who-we::after {
  top: 0;
}

.who-we::before {
  bottom: 0;
}

.our-team-wrapper {
  padding: 100px 0px;
}

.our-team-title {
  color: #D20231;
  font-family: 'Nunito Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 22px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.our-team-wrapper .nav {
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.our-team-wrapper .nav-pills .nav-link {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  padding: 0%;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.our-team-wrapper .nav-pills .nav-link.active,
.our-team-wrapper .nav-pills .show>.nav-link {
  background-color: #fff !important;
}

.our-team-wrapper .nav-pills .nav-link.active img,
.our-team-wrapper .nav-pills .show>.nav-link img {
  filter: invert(0.4) sepia(1) hue-rotate(54deg);
}

.our-team-wrapper .card {
  /* min-height: 647px; */
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border: 0px;
  border-radius: 0px;
  transform: translateY(-80px);
  z-index: 1;
}

.our-team-wrapper .card .row {
  /* padding: 200px 0px 100px; */
  min-height: 690px;
}

.our-team-wrapper .card .row .col-md-4 {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;


}

.team-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;

  padding: 200px 0px 100px;
}

.team-image-wrap::after {
  position: absolute;
  content: '';
  position: absolute;
  width: 1px;
  height: 180.005px;
  background: #454546;
  left: 50%;
  transform: translateX(-50%);
  top: 0;

}

.team-image-wrap::before {
  position: absolute;
  content: '';
  position: absolute;
  width: 1px;
  height: 69px;
  background: #454546;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;

}

.team-mem-name {
  color: #454546;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 22px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-mem-designation {
  color: #454546;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

.team-mem-description {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  max-width: 625px;
  padding: 10px;
}

.review-wrapper {
  background-color: #fff;
  padding: 100px 0px;


}

.reviews {
  background-image: url('https://paintsourceinc.com/wp-content/uploads/2025/12/red2.png'), url('https://paintsourceinc.com/wp-content/uploads/2025/12/red1.png');
  background-position: top left, bottom right;
  background-size: 75px, 75px;
  background-repeat: no-repeat, no-repeat;
  height: 100%;
}

.reviews .swiper-slide {
  background: #ffffff00;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.review-des {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 30px;
}

.reviewer {
  color: #D20231;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 40px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.reviewer-desig {
  color: #454546;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
}

.swiper-slide:nth-child(1) .rev-wrapper {
  max-width: 400px;
}

.swiper-slide .rev-wrapper {
  max-width: 80%;
}

.terms-bg {
  background-image: url(../images/termsandprivacy/bg.png);
}

.terms-wrapper {
  padding: 100px 0px;
}

.terms-wrapper .container div,
.terms-wrapper ol li {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 30px;
}

.terms-wrapper ol {
  padding-left: 1rem;
}

.thankyou-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.thank-you {
  color: #D20231;
  font-family: 'Nunito Sans';
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 60px */
  letter-spacing: 6px;
  text-transform: uppercase;
}

.thank-text {
  color: #454546;
  font-family: 'Nunito Sans';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.soon-text {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}




/*  */

.footer-main-logo{
  margin-top: 20px;
}
.footer-menu-wrapper.menu-extra {
  margin-top: 27px;
}
.row-extra{
  border-bottom: none;
  padding-bottom: 0;
}
.footer-wrapper.footer-wrapper-extra {
  padding: 30px 0 0;
}
.footer-head p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.footer-head p span a i {
  color: #fff;
  font-size: 25px;
  margin-left: 20px;
}
.float-end a i {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}



/*  */
.about-us-content-bg{
  padding-bottom: 100px;
}
.about-us-content p {
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0;
  text-align: center;
}
.about-us-content h3 {
  color: #719A59;
  text-align: center;
  font-family: 'Nunito Sans';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.img-fluid.core-icon {
  height: 50px!important;
  width: 50px;
}
.core-value-icon {
  text-align: center;
  padding-bottom: 30px;
}
.form-row {
  margin-bottom: 20px;
}
.upload-section{
  color: #454546;
  text-align: justify;
  font-family: 'Nunito Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 20px;
}
.header-logo a img {
    height: 40px!important;
    object-fit: cover;
}

.footer-main-logo a img {
     height: 40px!important;
    object-fit: cover;
}
.client-review-wrapper .container {
    background-image: url('https://paintsourceinc.com/wp-content/uploads/2025/12/client-rev-2-1.png');
}
