/* Poppins font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary: #e51d1e;
  --secondary: #175487;
  --tertiary: #030303;
  --quarternary: #3b3b3b;
  --border-primary: #e51d1e;
  --ff-primary: "Poppins", sans-serif;

  --section-divider-height: 60;
  --section-divider-width: 1920;
  --section-divider-ratio: calc(
    100% * var(--section-divider-height) / var(--section-divider-width)
  );
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
}
.text-white-50 {
  color: #ffffff80 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #e51d1e !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px !important;
  }
}
.h-8 {
  height: 64px !important;
}
.h-50xl {
  height: 500px !important;
}
.badge {
  font-size: 20px !important;
  border-radius: 0px;
  font-weight: 400 !important;
  border-radius: 50px;
  padding: 26px 42px;
}
a.badge:hover {
  background-color: #175487 !important;
}

@media (max-width: 430px) {
  .badge {
    font-size: 16px;
    border-radius: 0px;
    font-weight: 400 !important;
  }
}
.form-control {
  box-sizing: border-box;
  height: 70px;
  background: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  border-radius: 0;
  border: 0;
}
.form-control::placeholder {
  color: #cccccc;
}
.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #e51d1e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 22%);
}
.navbar-toggler {
  color: #175487;
  background-color: #ffffff;
  border: var(--bs-border-width) solid var(--primary);
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-secondary {
  background-color: #175487 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-secondary-100 {
  background-color: #e8ecee !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-100 {
    padding: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nb-pad {
    padding-bottom: 0 !important;
  }
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
a.nav-link {
  text-transform: uppercase;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: var(--primary);
  color: #fff !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: var(--primary) !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: var(--primary) !important;
}
button {
  outline: 0;
  border: 0;
}
.mw-75 {
  max-width: 75% !important;
}
a:hover {
  opacity: 1 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  line-height: 1;
}
h1 {
  font-size: 72px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
h4 {
  font-size: 30px;
  font-weight: 600;
}
h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em !important;
}
h6 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 430px) {
  h1 {
    font-size: 48px;
    font-weight: 700;
  }
  h2 {
    font-size: 36px;
    font-weight: 700;
  }
  h3 {
    font-size: 30px;
    font-weight: 700;
  }
  h4 {
    font-size: 24px;
    font-weight: 700;
  }
  h5 {
    font-size: 20px;
    font-weight: 400;
  }
  h6 {
    font-size: 20px;
    font-weight: 400;
  }
}
.bottom-0 {
  bottom: 0 !important;
}
.rounded-5 {
  border-radius: 0.625rem !important;
}
.main-section {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
p,
a,
label,
span,
li,
div {
  font-family: var(--ff-primary);
}
ul.navbar-nav.px-3 {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}
@media screen and (max-width: 430px) {
  .navbar-nav {
    padding: 30px 20px !important;
  }
}
.text-body {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
a.nav-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.17px;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: var(--primary);
  opacity: 1;
  transition: all 0.356s;
}
a:hover {
  opacity: 0.65;
  transition: all 0.356s;
}
label {
  font-size: 18px;
}
html,
body {
  overflow-x: hidden;
}

.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 10;
}
.z-2 {
  z-index: 20;
}

.z-9 {
  z-index: 999999;
}

.invert {
  filter: invert(100%) !important;
}

.mirror {
  transform: scaleX(-1) !important;
}

.min-h-inherit {
  min-height: inherit;
}

.o-cover {
  object-fit: cover;
}

.w-short {
  width: 75%;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

.logo-col img {
  height: 140px;
  object-fit: contain;
}
.rotate-45 {
  rotate: 45deg;
}

/****************************
  *************BG**************
  ****************************/
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-tertiary {
  background-color: var(--tertiary) !important;
}
.bg-quarternary {
  background-color: var(--quarternary) !important;
}
.bg-black {
  background-color: #000000 !important;
}

.bg-gradient {
  background: #e51d1e;
  background: -moz-linear-gradient(
    90.01deg,
    #e51d1e 20.69%,
    rgba(8, 177, 244, 0) 97.66%
  );
  background: -webkit-linear-gradient(
    90.01deg,
    #e51d1e 20.69%,
    rgba(8, 177, 244, 0) 97.66%
  );
  background: linear-gradient(
    90.01deg,
    #e51d1e 20.69%,
    rgba(8, 177, 244, 0) 97.66%
  ) !important;
}

/****************************
  *************BORDER**************
  ****************************/
.border-primary {
  border-color: #e51d1e !important;
}
.border-secondary {
  border-color: var(--secondary) !important;
}
.border-tertiary {
  border-color: var(--tertiary) !important;
}
.border-quarternary {
  border-color: var(--quarternary) !important;
}

/****************************
  ************FONT*************
  ****************************/
.font-primary {
  font-family: var(--ff-primary) !important;
}

/****************************
  ************TEXT*************
  ****************************/
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-tertiary {
  color: var(--tertiary) !important;
}
.text-quarternary {
  color: var(--quarternary) !important;
}
.text-white {
  color: #ffffff !important;
}

.top-bar {
  background-color: #e51d1e;
  color: white;
  padding: 5px 0;
}
.nav-wrapper {
  background-color: #175487;
}
.contact-bar {
  background-color: #000;
  color: white;
}
.nav-link {
  color: white !important;
}
.social-icons img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
button.navbar-toggler {
  outline: none;
  border: 0;
}

.home-hero-section {
  background-image: url("images/home-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh !important;
}

@media screen and (max-width: 768px) {
  .home-hero-section {
    height: auto !important;
    padding-bottom: 100px;
  }
}
.home-hero-section .container {
  height: 100%;
}
.home-hero-section .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hover-card-wrapper:hover {
  background-color: #175487 !important;
}
.hover-card-wrapper:hover h2 {
  color: #fff !important;
}
.hover-card-wrapper:hover p {
  color: #fff !important;
}
.commercial-architectural-section {
  background-image: url("images/480961664345.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.absolute-img {
  position: absolute;
  left: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .absolute-img {
    position: relative;
  }
}
.px-10 {
  padding: 0px 10px !important;
}
.process-top {
  padding: 50px;
  margin-top: -230px;
  background: #e51d1e;
}
@media screen and (max-width: 768px) {
  .process-top {
    padding: 50px 20px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  margin: 30px !important;
}
.swiper-nav {
  display: flex;
  justify-content: flex-end;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url("images/left-swiper-nav-ico.png") !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  content: url("images/right-swiper-nav-ico.png") !important;
}
.w-90 {
  width: 90%;
}
.w-80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .social-icons {
    justify-content: center !important;
  }
}
.about-hero-section {
  background-image: url("images/about-page-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.services-hero-section {
  background-image: url("images/services-page-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.reviews-hero-section {
  background-image: url("images/reviews-page-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.articles-hero-section {
  background-image: url("images/articles-page-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-number {
  padding: 10px 16px;
  width: 44px;
  height: 44px;
  background: transparent;
  color: #000000;
  margin: 0 10px;
}

.page-number.active {
  background: #ec1b1c;
  color: #fff;
}
.post h2 a {
  color: #000;
  text-decoration: none;
}
.post p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.contact-hero-section {
  background-image: url("images/contact-page-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.badge.hover-white:hover {
  background-color: #fff !important;
  color: var(--primary) !important;
}
@media (max-width: 768px) {
  .forn-wrapper {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .forn-wrapper button {
    width: 100%;
  }
}
.service-card .card-body {
  bottom: 0;
}
.service-card:hover .card-body {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-card .box-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #175487;
  opacity: 0;
}

.service-card:hover .box-overlay {
  opacity: 85%;
}

.service-card .card-body p {
  height: 100px;
  overflow: hidden;
}

.service-card:hover .card-body p {
  height: auto;
  overflow: auto;
}
.swiper-slide {
  height: 520px !important;
}
.footer-content {
    display: none;
}