/* Colors */
@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: 0;
  padding: 0;
  line-height: 150%;
  color: #151515;
}

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

a.button:hover {
  background-color: #243b78;
  color: #ffffff;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: rgba(59, 93, 80, 0);
  transition: all ease-out 0.5s;
  background-color: #151515;
}

.navbar {
  background-color: transparent;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-bottom:2px solid #ffc451;
  /* offset:5px */
}

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


.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #ffffff;
}
.navbar .nav-link:hover {
  color: #ffc451;
}
.navbar .callbtn {
  background-color: #ffc451;
  color: #000000;
  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: #ffc451;
  border: 2px solid #ffc451;
  padding: 0.5rem 1.125rem;
  border-radius: 4px;
}
.navbar .navbar-toggler {
  background-color: #ffc451;
  border-radius: 0px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  color: #ffffff !important;
}

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

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

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

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

.hero h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero p {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.hero .slogan {
  font-size: 20px;
  margin: 15px 0px;
}

.hero .slogan span {
  color: #ffc451;
  font-weight: 700;
}

.about-section {
  padding: 4rem 0;
  background-color: #ffffff;
}
.about-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
}
.about-section ul {
  list-style: none;
  padding: 0;
}
.about-section ul li {
  padding: 0 0 8px 26px;
  position: relative;
}
.about-section ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #ffc451;
}
.about-section .about-img {
  padding: 10px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
}
.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 0 4rem 0;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  position: relative;
}
.gallery-section::before {
  content: "";
  background: #151515;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.gallery-section .container {
  position: relative;
  z-index: 3;
}
.gallery-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 5rem;
}
.gallery-section .img-boxes .img-box {
  padding: 2px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease-out 0s;
  background-color: #ffffff;
  height: 200px;
}
.gallery-section .img-boxes .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-section .img-boxes .col-md-3:nth-child(even) .img-box {
  margin-top: -20px;
}

.service-section {
  padding: 4rem 0;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 80px 20px;
  background: #ffffff;
  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: 0 auto;
  margin-bottom: 0px;
  width: 128px;
  height: auto;
  background: #ffc451;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-section .icon-box .icon img{
  width:100%;
  padding:10px;
}
.service-section .icon-box .icon i {
  color: #000000;
  font-size: 28px;
}
.service-section .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.feature-section {
  padding: 4rem 0;
  background-color: #f4f4f4;
}
.feature-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.feature-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
}
.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-section .list-item li {
  margin: 7px 0;
  padding: 0;
  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-row: 1;
  grid-column: 1/span 6;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
  height: 50%;
  object-fit: cover;
}
.feature-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
.feature-section img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

.testimonial-section {
  padding: 4rem 0;
  text-align: center;
}
.testimonial-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.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;
}
.testimonial-section .white-bg {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #151515;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.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;
}

@media (max-width: 768px) {
  .gallery-section .img-boxes .col-md-3:nth-child(even) .img-box {
    margin-top: 0px;
  }
}/*# sourceMappingURL=main.css.map */

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

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

.socials a:hover{
  background:#243b78;
  color:#fff;
}

.socials a i{
  color:#151515;
}
.socials a:hover i{
  color:#ffffff;
}


/* 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 */


@media (min-width: 981px) {
  .hero .slogan {
    font-size: 26px;
    margin: 20px 0;
  }
}