@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  color: #f8f8f8;
  scroll-margin-top: 500px;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 38px !important;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 12px !important;
  }
}

img,
.btn,
a {
  transition: 0.4s;
}

section {
  scroll-margin-top: 60px;
}

.navbar-brand img {
  max-height: 116px;
}

.custom-navbar.scrolled-nav {
  margin-top: 0px !important;
  background: white !important;
}

.custom-navbar.scrolled-nav .navbar-brand img {
  max-height: 55px;
}

.custom-navbar {
  background-color: rgba(255, 255, 255, 0) !important;
  transition: 0.4s;
  z-index: 10 !important;
}

.custom-fixed-nav a {
  color: #c8161d;
  font-size: 12px;
  text-decoration: none !important;
}

.custom-fixed-nav {
  z-index: 20;
  position: relative;
}

.custom-fixed-nav .social-medias {
  display: flex;
  gap: 20px;
}

.custom-fixed-nav .social-medias a img {
  width: 25px;
  height: 25px;
  border: 1px solid #c8161d;
  border-radius: 50px;
}

.contact-info img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.title {
  font-size: 48px;
  color: #000;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

.highlight {
  color: #c8161d !important;
}

p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8941176471);
  line-height: normal;
}

.btn-custom {
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 50px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0);
  padding: 9px 17px;
}

.btn-custom:hover {
  background-color: #c8161d !important;
  color: #fff !important;
}

p.short-desc {
  max-width: 518px;
}

.counter-row {
  font-size: 32px;
  text-transform: uppercase;
}

.counter-row .counter {
  color: #c8161d !important;
}

.landing-banner {
  min-height: calc(100vh - 115px);
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .landing-banner {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .landing-banner {
    margin-top: 0;
  }
}

.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Enable animation */
.marquee__content {
  animation: scroll 80s linear infinite;
}

.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* .marquee:hover .marquee__content {
    animation-play-state: paused;
  } */
.marquee--fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
.marquee__content li {
  list-style-type: none !important;
}

.marquee__content {
  padding: 0px !important;
  margin-bottom: 0px !important;
  flex-direction: row-reverse;
  align-items: center;
}

.logo-disp {
  margin: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}

.mini-title {
  font-size: 14px;
  color: #000;
}

.about-img {
  width: 100%;
  border-radius: 10px;
}

.ad-des img {
  opacity: 10%;
  width: 40px;
  margin-left: 10px;
}

.ad-des img:hover {
  opacity: 100%;
}

.service-btn {
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1/1;
}

.service-btn label {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  bottom: 20px;
}

.service-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 100%;
  opacity: 50%;
  transition: 0.4s;
}

.service-btn:hover::before {
  background-color: #c8161c;
}

.modal-title {
  color: #c8161c !important;
  font-size: 30px;
  font-weight: 400;
}

.btn-custom-alt {
  font-size: 14px;
  border: 1px solid #c8161c;
  border-radius: 50px;
  transition: 0.3s;
  background-color: #fff;
  padding: 9px 17px;
  color: #c8161c;
}

.btn-custom-alt:hover {
  background-color: #c8161c;
  color: #fff !important;
}

.values-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s;
}

.values-box:hover {
  background: #f9f9f9;
}

.values-box h5 {
  color: #c8161c;
  margin-bottom: 12px;
}

.values-box img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
  top: 0;
  transform: 0.6s;
}

.values-box:hover img {
  /* filter: drop-shadow(4px 20px 6px #68010489); */
  filter: drop-shadow(4px 20px 9px rgba(104, 1, 4, 0.537254902));
  transform: rotateZ(10deg);
  position: relative;
  top: -5px;
}

.project-category {
  color: #4f4f4f;
  font-size: 14px;
}

.project-view {
  text-decoration: none !important;
}

.project-view img {
  margin-bottom: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

.project-view:hover img {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1098039216);
}

.project-view:hover h6 {
  color: #c8161c !important;
}

.project-view h6 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  transition: 0.4s;
  margin-top: 10px;
}

.owl-item {
  padding: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c8161d !important;
}

.quotes {
  background-image: url(../images/quote-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 500px;
}

.quotes .btn {
  font-size: 24px;
  color: #fff !important;
  border-color: #fff !important;
  padding: 20px 43px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .quotes .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.contact-img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.contact-form .form-label {
  font-size: 13px;
  color: #7e7e7e;
}

.contact-form input,
.contact-form textarea {
  font-size: 15px;
  padding: 15px;
  border: none !important;
  background: rgba(129, 129, 129, 0.0705882353) !important;
  max-width: 578px;
  border-radius: 5px;
  box-shadow: none !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background-color: #ffffff !important;
  box-shadow: 0px 1px 13px rgba(200, 22, 29, 0.168627451) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

footer {
  border-top: 1px solid #d7d7d7 !important;
}

.social-media-footer {
  max-width: 171px;
  gap: 11px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 17px;
}

.social-media-footer a img {
  width: 32px;
  height: 32px;
}

.social-media-footer a {
  padding: 0px !important;
}

.footer-logo {
  max-width: 200px;
  width: 100%;
}

.mx-200 {
  max-width: 200px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500 !important;
  color: #000;
}

.footer-links {
  margin-top: 40px;
}

.footer-links a,
footer address {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8705882353);
  text-decoration: none;
  display: flex;
  margin-bottom: 12px;
  transition: 0.3s;
}

.footer-links a:hover,
.copyrights-area a:hover {
  color: #c8161d !important;
}

.copyrights-area p,
.copyrights-area a {
  font-size: 12px;
  text-decoration: none !important;
  color: rgba(0, 0, 0, 0.8705882353);
}

.footer-a p {
  font-size: 16px;
}

.footer-a input {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #000;
  box-shadow: none !important;
}

.footer-a .btn {
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .footer-a .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer-a .btn {
    font-size: 14px;
  }
}

.counter-row label {
  color: #000 !important;
}
@media (max-width: 1400px) {
  .counter-row label {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .counter-row label {
    font-size: 16px;
  }
}

.custom-navbar .nav-link {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.custom-navbar .nav-link.active,
.custom-navbar .nav-link:hover,
.navbar-toggler:hover svg {
  color: #c8161d !important;
}

.custom-navbar .nav-link.active::before {
  content: "•";
  left: -6px;
  font-size: 16px;
  height: 0px;
  position: absolute;
  top: 4px;
}

.navbar-toggler svg {
  width: 25px;
  height: 25px;
  color: black !important;
}

.navbar-toggler {
  border: 1px solid #000 !important;
  padding: 10px;
}

.career-img {
  margin: auto;
  border-radius: 10px;
  margin-top: 30px;
}

.job-form {
  background: rgba(202, 202, 202, 0.1490196078);
  padding: 20px;
  border-radius: 10px;
}

.job-form input {
  background-color: #fff !important;
}

.modal p {
  font-size: 15px;
  line-height: inherit;
}

.lightbox-carousel .ratio {
  background-color: rgba(255, 255, 255, 0) !important;
  height: calc(100vh - 100px) !important;
}/*# sourceMappingURL=style.css.map */