@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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");
body {
  font-family: "Be Vietnam Pro", sans-serif;
}

.header p {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
}
.header a {
  color: #0F0E0E;
  font-size: 18px;
  font-weight: 400;
}
.header .logo {
  width: 115px;
}
.header .btn-call {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  background: #D72108;
}
.header .btn-call:hover {
  background-color: #bf1c06;
}
.header .navbar-toggler {
  border: 1px solid #D72108;
}
.header .navbar-toggler:focus,
.header .btn-close:focus {
  box-shadow: none;
}

.hero h5 {
  color: #828282;
  font-size: 24px;
  font-weight: 300;
}
.hero h1 {
  color: #D72108;
  font-size: 64px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .hero h1 {
    color: #D72108;
    font-size: 52px;
    font-weight: 700;
  }
}
.hero p {
  color: #0F0E0E;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}
.hero h6 {
  color: #0F0E0E;
  font-size: 16px;
  font-weight: 400;
}
.hero .card {
  background-image: url(../img/hero-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 20px 0px 0px 20px;
  height: 100%;
}
@media (max-width: 576px) {
  .hero .card {
    border-radius: 20px;
  }
}
.hero .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero .card .card-body h5 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 576px) {
  .hero .card .card-body h5 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
  }
}

.vision h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.vision h5 span {
  border-radius: 10px 10px 0px 0px;
  border-top: 2px solid #D72108;
  border-right: 2px solid #D72108;
  border-left: 2px solid #D72108;
}
.vision .bg-red {
  background-color: #D72108;
  border-radius: 0px 20px 20px 20px;
}
.vision .bg-red p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.vision h6 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.vision .card {
  border-radius: 10px;
  border: 1px solid #D72108;
  background: #FFEFEF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.vision .card p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.vision .card p span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.vision h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.vision h4 span {
  color: #D72108;
  font-size: 30px;
  font-weight: 600;
}

.services {
  background-image: url(../img/services-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 230px;
}
.services h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.services h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.services p {
  color: #302E2E;
  font-size: 18px;
  font-weight: 300;
}

.service-item {
  margin-top: -240px;
}
.service-item h6 {
  color: #000;
  font-size: 24px;
  font-weight: 900;
}
.service-item h6 span {
  color: #D72108;
  font-size: 32px;
  font-weight: 900;
}
.service-item .card {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: none;
}
.service-item .card h5 {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-item .card p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
}
.service-item .card-1 {
  background-image: url(../img/service-1.png);
}
.service-item .card-2 {
  background-image: url(../img/service-2.png);
}
.service-item .card-3 {
  background-image: url(../img/service-3.png);
}
.service-item .card-4 {
  background-image: url(../img/service-4.png);
}

.why h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.why h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.why p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}
.why .card {
  border-radius: 20px;
  border: 1px solid #CDCACA;
  background: #F1EBEB;
  position: relative;
}
.why .card::before {
  position: absolute;
  content: url(../img/why-before-img.png);
  bottom: -320px;
  right: -108px;
  z-index: -1;
}
@media (max-width: 576px) {
  .why .card::before {
    content: none;
  }
}
.why .card span {
  color: #F00;
  font-size: 16px;
  font-weight: 700;
}
.why .card h6 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
}
.why .card h6 span {
  color: #D72108;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
}
.why .card .form-label {
  color: #454040;
  font-size: 16px;
  font-weight: 300;
}
.why .card .form-control:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.why .card .btn-submit {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  background: #D72108;
}
.why .card .btn-submit:hover {
  background-color: #bf1c06;
}

.quality {
  background-image: url(../img/quality-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.quality h5 {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.96px;
}
@media (max-width: 576px) {
  .quality h5 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
  }
}
.quality p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}

.elevate h4 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.elevate h4 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.elevate h5 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 1.02px;
}
@media (max-width: 576px) {
  .elevate h5 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
  }
}
.elevate .btn-call {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  border-radius: 5px;
  background: #D72108;
  letter-spacing: 0.72px;
}
@media (max-width: 576px) {
  .elevate .btn-call {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
  }
}
.elevate .btn-call:hover {
  background-color: #bf1c06;
}

.footer1 {
  border-top: 1px solid #CDCACA;
  border-bottom: 1px solid #CDCACA;
}
.footer1 p,
.footer1 a {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.72px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .footer1 p,
  .footer1 a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
  }
}
.footer1 .bg-location {
  background-image: url(../img/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 576px) {
  .footer1 .bg-location {
    background-image: none;
  }
}
.footer1 .bor-lr {
  border-right: 1px solid #CDCACA;
  border-left: 1px solid #CDCACA;
}
@media (max-width: 576px) {
  .footer1 .bor-lr {
    border-left: none;
    border-right: none;
  }
}
.footer1 .bg-call-mail {
  background-image: url(../img/icons/icon-call-email.svg);
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 576px) {
  .footer1 .bg-call-mail {
    background-image: none;
  }
}

.footer-2 p {
  color: #656363;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.72px;
}

.work h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.work h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.work p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}
.work img:not(.icon) {
  border-radius: 10px;
}
.work .mt-minus {
  margin-top: -50px;
}
@media (max-width: 576px) {
  .work .mt-minus {
    margin-top: 0px;
  }
}
.work .mt-minus img {
  border: 20px solid #FFF;
}
@media (max-width: 576px) {
  .work .mt-minus img {
    border: none;
  }
}

.certificates h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.certificates h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}

.message .card {
  background-image: url(../img/message-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.message .card h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .message .card h1 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
  }
}
.message .card h1 span {
  color: #D72108;
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .message .card h1 span {
    color: #D72108;
    font-size: 33px;
    font-weight: 800;
  }
}
.message .card p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}

.structure {
  background-color: #fafafa;
}
.structure h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.structure h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.structure p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.tools h5 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .tools h5 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
  }
}
.tools h5 span {
  color: #D72108;
  font-size: 36px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .tools h5 span {
    color: #D72108;
    font-size: 33px;
    font-weight: 800;
  }
}
.tools p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.54px;
}
.tools table {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  --bs-table-bg: #fafafa35;
  --bs-table-border-color: #0000001d;
}
.tools table .bg-red {
  background-color: #f1f1f1;
}

.contactForm .card {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  box-shadow: 0px 24px 39px 0px rgba(0, 0, 0, 0.05);
}
.contactForm .card h6 {
  color: #D72108;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.94px;
  line-height: 16px;
}
.contactForm .card h5 {
  color: #000;
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .contactForm .card h5 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
  }
}
.contactForm .card .form-control {
  background-color: #f8f8f8;
  border-radius: 0px;
  border-color: #f8f8f8;
}
.contactForm .card .form-control:focus {
  box-shadow: none;
  border-color: #f8f8f8;
}
.contactForm .card .form-control::-moz-placeholder {
  color: #949494;
  font-size: 17px;
  font-weight: 300;
}
.contactForm .card .form-control::placeholder {
  color: #949494;
  font-size: 17px;
  font-weight: 300;
}
.contactForm .card .btn-submit {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  background: #D72108;
}
.contactForm .card .btn-submit:hover {
  background-color: #bf1c06;
}

.contactInfo h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.contactInfo h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.contactInfo .card {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.contactInfo .card .card-img-top {
  border-radius: 0px;
}
.contactInfo .card h6 {
  color: #D72108;
  font-size: 14px;
  font-weight: 600;
}
.contactInfo .card p,
.contactInfo .card a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.coreTeam h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.coreTeam h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.coreTeam p {
  color: #302E2E;
  font-size: 18px;
  font-weight: 300;
}
.coreTeam h6 {
  color: #000;
  font-size: 21px;
  font-weight: 400;
}
.coreTeam .card {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.coreTeam .card .card-img-top {
  border-radius: 0px;
}

.servicesProvide h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.servicesProvide h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.servicesProvide a {
  text-decoration: none;
}
.servicesProvide a .card {
  border: 1px solid #e9e9e9;
  border-radius: 0px;
}
.servicesProvide a .card h6 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.servicesProvide a .card .card-img-top {
  border-radius: 0px;
}
.servicesProvide a .card:hover {
  background-color: #f9f9f9;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.services-head h5 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .services-head h5 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
  }
}
.services-head p {
  color: #302E2E;
  font-size: 18px;
  font-weight: 300;
}
.services-head p span {
  color: #D72108;
  font-size: 18px;
  font-weight: 600;
}
.services-head .card {
  border: none;
  border-radius: 20px 0px 0px 20px;
}
.services-head .card img {
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 576px) {
  .services-head .card img {
    border-radius: 0px;
  }
}

.coreServices h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.coreServices h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.coreServices p {
  color: #302E2E;
  font-size: 18px;
  font-weight: 400;
}
.coreServices p span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.coreServices h6 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.coreServices .card-1 {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.coreServices .card-2 {
  border-radius: 10px;
  border: 1px solid #D72108;
  background: #FFEFEF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.coreServices .card-2 p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.coreServices .card-2 p span {
  color: #D72108;
  font-size: 18px;
  font-weight: 600;
}
.coreServices h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.coreServices h4 span {
  color: #D72108;
  font-size: 30px;
  font-weight: 600;
}

.civil-services h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
}
.civil-services h5 span {
  border-radius: 10px;
  border: 2px solid #D72108;
}
.civil-services .card {
  border: none;
  border-bottom: 4px solid #D72108;
  border-radius: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.civil-services .card h6 {
  color: #302E2E;
  font-size: 22px;
  font-weight: 600;
}
.civil-services .card h4 {
  color: #302E2E;
  font-size: 20px;
  font-weight: 600;
}
.civil-services .card p {
  color: #302E2E;
  font-size: 18px;
  font-weight: 400;
}
.civil-services .card span {
  color: #D72108;
  font-size: 20px;
  font-weight: 800;
}

.btn-red {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  background: #D72108;
  letter-spacing: 0.72px;
}
.btn-red:hover {
  background: #a61906;
  color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #fff4f3;
}

.project-table p {
  margin-bottom: 0;
}
.project-table th > strong {
  font-weight: 600;
  color: #bf1c06;
}