@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&display=swap"); body {
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  color: #272727;
}

html {
  scroll-padding-top: 20px;
}


a.button {
  background-color: #0088CC;
  color: #fff;
  border: 0px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 800;
  transition: all 0.25s ease 0s;
}

a.button:hover {
  background-color: #272727;
  border: 2px solid #0088CC;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #272727;
  transition: all 0.5s ease-out 0s;
}

.navbar {
  background-color: transparent;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #0088CC;
}

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

.navbar .navbar-brand {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
}

.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
}

.navbar .nav-link:hover {
  color: #0088CC;
}

.navbar .callbtn {
  background-color: #0088CC;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}

.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #0088CC;
  border: 2px solid #0088CC;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}

.navbar .navbar-toggler {
  background-color: #0088CC;
  border-radius: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  color: rgb(255, 255, 255) !important;
}

.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #272727;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 160px 0px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  inset: 0px;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0px 0px 20px;
  color: rgb(255, 255, 255);
}

.hero p {
  color: rgb(255, 255, 255);
  margin: 5px 0px 0px;
  font-size: 16px;
}

.about-section {
  padding: 4rem 0px;
  background-color: rgb(255, 255, 255);
}

.about-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
}

.about-section ul {
  list-style: none;
  padding: 0px;
}

.about-section ul li {
  padding: 0px 0px 8px 26px;
  position: relative;
}

.about-section ul li i {
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: -3px;
  color: #0088CC;
}

.about-section .about-img {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: rgb(255, 255, 255);
}

.about-section .about-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.about-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
}

.about-section .img-boxes .col-md-6:nth-child(2) .img-box, .about-section .img-boxes .col-md-6:nth-child(4) .img-box {
  margin-top: -40px;
}

.gallery-section {
  padding: 7rem 0px 4rem;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}

.gallery-section::before {
  content: "";
  background: #272727;
  position: absolute;
  inset: 0px;
  z-index: 2;
}

.gallery-section .container {
  position: relative;
  z-index: 3;
}

.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 5rem;
  color: rgb(255, 255, 255);
}

.gallery-section .img-boxes .img-box {
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  background-color: rgb(255, 255, 255);
  height: 200px;
}

.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-section .img-boxes .col-md-3:nth-child(2n) .img-box {
  margin-top: -20px;
}

.service-section {
  padding: 4rem 0px;
}

.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.service-section .icon-box {
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  padding: 80px 20px;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.service-section .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.service-section .icon-box .icon {
  margin: 0px auto 20px;
  width: 128px;
  height: auto;
  background: #0088CC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section .icon-box .icon img {
  width: 160px;
  padding: 20px;
}

.service-section .icon-box .icon i {
  color: rgb(0, 0, 0);
  font-size: 28px;
}

.service-section .icon-box:hover {
  border-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  transform: translateY(-10px);
}

.feature-section {
  padding: 4rem 0px;
  background-color: rgb(244, 244, 244);
}

.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.feature-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0px 20px;
  color: rgb(0, 0, 0);
}

.feature-section .list-item {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.feature-section .list-item li {
  margin: 7px 0px;
  padding: 0px;
  display: block;
  list-style: none;
}

.feature-section .list-item li i {
  margin-right: 5px;
}

.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.feature-section .image-stack .stack-front {
  grid-area: 1 / 1 / auto / span 6;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
  height: 50%;
  object-fit: cover;
}

.feature-section .image-stack .stack-back {
  grid-area: 1 / 4 / auto / -1;
  width: 100%;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}

.feature-section img {
  border: 6px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px -10px;
}

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

.testimonial-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0px 0px 1.875rem;
  color: rgb(0, 0, 0);
  text-align: center;
}

.testimonial-section .carousel-control-prev-icon {
  background-image: none;
  color: rgb(0, 0, 0);
}

.testimonial-section .carousel-control-next-icon {
  background-image: none;
  color: rgb(0, 0, 0);
}

.testimonial-section .carousel-control-next {
  position: inherit;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: 0px 0px;
  border: 0px;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}

.testimonial-section .carousel-control-prev {
  position: inherit;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center;
  background: 0px 0px;
  border: 0px;
  opacity: 0.5;
  transition: opacity 0.15s ease 0s;
}

.testimonial-section .white-bg {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
}

.footer {
  background-color: #272727;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 2rem 0px;
}

.footer .social-icons {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.footer .social-icons li {
  margin: 0px 0.5rem;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

@media (max-width: 768px) {
  .gallery-section .img-boxes .col-md-3:nth-child(2n) .img-box {
      margin-top: 0px;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials a {
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  background: #0088CC;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  transition: all 0.2s ease 0s;
  margin: 0px 10px;
}

.socials a:hover {
  border: 2px solid #0088CC;
  background-color: #272727;
  color: #0088CC;
}

.socials a i {
  color: #fff;
}

.socials a:hover i {
  color: #0088CC;
}


@media only screen and (max-width: 599.9px) {
  .image-stack {
    display: flex !important;
    flex-direction: column;
  }

  .image-stack img:first-child {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .navbar {
    height: 70px;
  }
}

@media only screen and (max-width: 1024.9px) {
  .navbar-expand-md .navbar-nav {
    margin-left: 0px !important;
  }
  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }
}

@media only screen and (max-width: 336.9px) {
  .navbar .navbar-brand {
    width: 70%;
    margin-right: 0px;
  }
  .navbar .navbar-brand h5 {
    text-wrap: wrap;
  }
}


/* Call Now Button */
#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999;
      cursor: pointer;
      bottom: 10px;
      display: inline-block;
      background-color: #81d742;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
  }

  #callnowbutton a img {
      height: 2em;
  }
}
/* END Call Now Button */