/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #000000;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

@media (min-width: 768px) {
	html {
		scroll-padding-top: 180px;
	}
}

@media (min-width: 1201px) {
	html {
		scroll-padding-top: 150px;
	}
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1080px;
  width: 95%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 5px 0;
  margin: 5px 0;
}

h1 {
	font-size: 30px;
	text-shadow: 0 0 5px #000;
	font-weight: 800;
	margin: 0;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

h2 {
  font-size: 30px;
  /* text-shadow: 0 0 5px #000000; */
  font-weight: 800;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
}

h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background-color: #9f2531;
}

h4 {
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 18px;
}

h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* p{
  text-align: justify;
} */

.button {
  background-color: #9f2531;
  color: #ffffff;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #1f75bf;
  transition: all ease-out 0.5s;
  /* background-color: #ffffff; */
}

.headeractive {
  box-shadow: 0 0 15px #000;
}

.navbar {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .navbar h4 {
    width: 100%;
    text-align: center;
  }
}


.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}
.navbar .nav-link:hover {
  -webkit-text-decoration: #e14949;
          text-decoration: #e14949;
}
.navbar .callbtn {
  background-color: #e14949;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}
.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #e14949;
  border-bottom: 2px dotted #e14949;
  padding: 0.5rem 0rem;
}
.navbar-toggler-icon{
  filter: brightness(10);
}

.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  height: calc(100vh - 50px);
  min-height: 500px;
  max-height: 600px;
  position: relative;
  padding: 180px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.hero:before {
  content: "";
  background: rgba(44, 73, 100, 0.4);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero .bg-section {
  padding: 20px;
}

.hero p {
  color: #ffffff;
  font-size: 18px;
  text-shadow: 0 0 5px #000000;
  font-weight: 700;
}

.hero p:first-of-type {
	font-size: 20px;
}
.hero p:last-of-type {
	margin-bottom: 20px;
}
.hero p a {
	color: #fff;
}

.about-section {
  /* padding: 40px 0px; */
}

.about-section p{
  text-align: justify;
}

.about-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.about-section .img-box {
  /* padding: 6px; */
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  /* background-color: #ffffff; */
  border: 10px solid #fff;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
  max-width: 500px;
}

.about-section .img-box img {
  width: 100%;
  object-fit: cover;
  transition: 0.2s;
  height: 100%;
  object-position: center;
}

.about-section .img-box img:hover{
  scale: 1.2;
  z-index: 0;
}


.feature-section {
  padding: 40px 0px;
}

.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: justify;
}
.feature-section .list-item li i {
  margin-right: 5px;
}

.features-images {
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
  max-width: 600px;
}
.feature-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/8;
  margin-top: 28%;
  width: 100%;
  z-index: 2;
}
.feature-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.feature-section .image-stack img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.service-section {
  padding: 40px 0px;
  background: #f7f7f7;
}

.services-titles p {
	font-size: 20px;
}

.service-section .row:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-section .icon-box {
  border: 1px solid #ebebeb;
  padding: 20px;
  background: #1f75bf;
  text-align: left;
  border-radius: 15px;
}

.service-section .icon-box p {
	color: #fff !important;
	font-size: 16px;
}

.service-section .icon-box .icon {
  color: #e14949;
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-section .icon-box .icon i {
  color: #ffffff;
  font-size: 40px;
}
.service-section .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
  box-shadow: 0 0 10px #9f2531;
}

/* Gallery */
.gallery-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  /* text-align: center; */
}

.gallery-section {
  padding: 64px 0;
  background: #f7f7f7;
}

.lp-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}

.lp-gallery a {
	width: 47.5vw;
	height: 47.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.lp-gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .15s linear;
}

.lp-gallery a img:hover {
    box-shadow: 0 0 10px #9f2531;
}

@media (min-width: 981px) {
.lp-gallery a {
  width: calc(95vw/3);
  max-width: 360px;
  height: calc(95vw/3);
  max-height: 360px;
}
}
/* END Gallery */

.testimonial-section {
  text-align: center;
  padding: 40px 0px;
}

.testimonial-section p{
  text-align: justify;
}

.testimonial-section h6 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonial-section .carousel-control-prev-icon {
  background-image: none;
  color: #000000;
}
.testimonial-section .carousel-control-next-icon {
  background-image: none;
  color: #000000;
}
.testimonial-section .carousel-control-next {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.testimonial-section .carousel-control-prev {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.footer {
  background-color: #1f75bf;
  color: #ffffff;
  text-align: center;
  padding: 40px 0px;
}

.footer p{ 
  padding: 0 !important;
  margin: 0 !important;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer .social-icons li a {
  color: #ffffff;
  font-size: 1.5rem;
}

#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999999;
      cursor: pointer;
      bottom: 10px;
      background-color: rgb(129, 215, 66);
      color: rgb(255, 255, 255);
      text-decoration: none;
      border: none;
      transition: all 0.3s ease 0s;
      width: fit-content;
      height: fit-content;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      border-radius: 10px;
  }

  #callnowbutton a img {
      height: 2em;
  }
}

@media (max-width: 768px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .slider-section .carousel .carousel-inner .carousel-item img {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption {
    display: none;
  }
}



/* HTML BADGES STYLE */
div#home-badges-section:before, div#homepage-nap-section:before {
	content: '';
	position: absolute;
	background: url();
	background-size: auto;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	top: 0;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
}

.badge-holder {
    background: #1f75bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(65% - 10px);
    max-width: 200px;
    padding: 10px 5px 30px 5px;
    border-radius: 8px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito', sans-serif;
    margin: 20px 10px 30px;
    height: 135px;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
	box-shadow: 0 0 10px #9f2531;
}

p.badge-content {
    color: #fcfffc;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;
    line-height: 1.2;
}

.badge-holder img {
    width: 35%;
    padding-bottom: 5px;
}

.badge-title {
    background: #9f2531;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    top: calc(100% - 20px);
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-title span {
    font-size: 16px;
}

i.fa-solid.fa-paint-roller {
    font-size: 40px;
    color: white;
    padding-top: 10px;
}
/* END BADGES SECTION STYLE */


div#services h4 {
    color: white;
    margin-bottom: 10px !important;
}

div#services p {
    color: #000;
}

.col-md-8.m-auto {
    width: 100% !important;
}

div#testimonials h4 {
    padding-bottom: 20px;
    font-size: 23px;
}

div#testimonials h4 a {
	color: #000;
}

@media (min-width: 768px) {
	.hero .col-md-5 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar>.container {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  a.navbar-brand {
    white-space: normal;
    max-width: 60%;
    margin: auto;
  }
}

div#gallery h2 {
    color: #000;
}

div#services h2 {
    color: #000;
}

a.button:hover {
    box-shadow: 0 0 10px #9f2531;
}
.header h4 {
    font-size: 20px;
}

/*Testimonials margin fix*/
.col-md-4 {
  padding-bottom: 25px !important;
}

.testimonials-content img {
	width: 135px;
	height: auto;
	margin-top: 10px;
}

img.rounded-circle.shadow-1-strong.mb-4 {
  margin-bottom: 10px !important;
}

h6.mb-3 {
  margin-bottom: 10px !important;
}

.col-md-4 p {
  margin-bottom: 5px !important;
}

/*services boxes alignment & width fix*/
@media (min-width: 992px) {
  .col-lg-4 {
  width: 50%;
  }
  .service-section .icon-box {
    width: 100%;
}
}
