:root {
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #363636;
}
html a,
body a {
  text-decoration: none;
}

.menu-open {
  overflow: hidden;
}

.container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 80%;
  }
}

.header {
  position: relative;
}
@media screen and (max-width: 479.72px) {
  .header {
    overflow: hidden;
  }
}
.header .header-upper {
  background-color: #030303;
}
@media screen and (max-width: 479.72px) {
  .header .header-upper {
    padding: 10px 0;
  }
}
.header .header-upper a {
  font-size: 15px;
}
.header .header-upper a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.header .header-upper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1540px;
  margin-inline: auto;
}
@media screen and (max-width: 479.72px) {
  .header .header-upper-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.header .contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header .contact-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 479.72px) {
  .header .contact-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .contact-links a {
  padding: 15px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .header .contact-links a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479.72px) {
  .header .contact-links a {
    padding: 0 15px;
  }
}
.header .social-links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.72px) {
  .header .social-links ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 479.72px) {
  .header .social-links ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header .social-links ul li a {
  color: var(--white);
  font-size: 15px;
  display: block;
  padding: 15px 0;
}
.header .social-links ul li a span {
  display: block;
}
.header .social-links ul li a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.header .social-links ul li a.fb {
  font-size: 22px;
}
.header .r-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 480px) {
  .header .r-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .header .r-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 479.72px) {
  .header .r-wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.header .quote-link a {
  background-color: #ed1d26;
  color: #f5f5f5;
  font-weight: 500;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.7;
}
.header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .header .row .col-auto.col-navigation {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .logo {
  max-width: 150px;
}
@media screen and (min-width: 1200px) {
  .header .logo {
    max-width: 200px;
  }
}
.header .logo img {
  height: auto;
  display: block;
  width: 100%;
  margin: 0;
}
.header .header-main {
  padding: 10px 0;
  background-color: var(--white);
}
.header .header-main .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .header .header-main .container {
    max-width: 80%;
  }
}
.header .header-main .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-main .header-image {
  max-width: 80px;
}
@media screen and (min-width: 1200px) {
  .header .header-main .header-image {
    max-width: 100px;
  }
}
@media screen and (max-width: 479.72px) {
  .header .header-main .header-image {
    display: none;
  }
}
.header .header-main .header-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 479.72px) {
  .header .header-main .col-image {
    display: none;
  }
}
@media screen and (max-width: 767.72px) {
  .header .header-links {
    display: none;
  }
}
@media screen and (max-width: 479.72px) {
  .header .header-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #ed1d26;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }
  .menu-open .header .header-links {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header-links .navbar {
    width: 100%;
  }
  .header .header-links .main-menu {
    width: 100%;
  }
}
.header .header-links ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .header-links ul.navbar-nav {
  gap: 14px;
}
@media screen and (min-width: 1200px) {
  .header .header-links ul.navbar-nav {
    gap: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .header .header-links ul.navbar-nav {
    gap: 30px;
  }
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav {
    gap: 0;
  }
}
.header .header-links ul.navbar-nav li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: currentcolor;
}
@media screen and (min-width: 1200px) {
  .header .header-links ul.navbar-nav li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .header .header-links ul.navbar-nav li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav li a {
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    line-height: 2.5;
    display: block;
  }
}
.header .header-links ul.navbar-nav li.menu-item-has-children {
  position: relative;
}
.header .header-links ul.navbar-nav li.menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav li.menu-item-has-children a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .header-links ul.navbar-nav li.menu-item-has-children a::after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav li.menu-item-has-children a::after {
    background-image: url("../images/arrow-white.svg");
  }
}
@media screen and (min-width: 480px) {
  .header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    background-color: #ed1f27;
    min-width: 150px;
    top: 100%;
    z-index: 99;
    line-height: 60px;
    color: var(--white);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    white-space: nowrap;
  }
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu {
    display: none;
  }
}
.header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu li {
  width: 100%;
}
.header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu li a {
  padding: 0 20px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 479.72px) {
  .header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu li a {
    line-height: 2.5;
    padding: 0 35px;
  }
}
.header .header-links ul.navbar-nav li.menu-item-has-children .sub-menu li a::after {
  content: "";
  display: none;
}
.header .header-links ul.navbar-nav li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-toggle {
  width: 20px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
}
@media screen and (min-width: 480px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  width: 20px;
  border-bottom: 3px solid var(--black);
  position: absolute;
  top: calc(50% - 2px);
  left: 3px;
}
.menu-toggle span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle span:nth-child(1) {
  margin-top: -7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(1) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-toggle span:nth-child(3) {
  margin-top: 7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(3) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-open .menu-toggle span {
  border-color: var(--white);
}

.footer {
  background-color: #212121;
  margin-top: auto;
  position: relative;
  width: 100%;
  color: #f5f5f5;
}
.footer .footer-upper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .footer .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 991.72px) {
  .footer .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767.72px) {
  .footer .row {
    gap: 20px;
  }
}
.footer .col-auto {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .col-auto {
    padding: 0;
    width: 25%;
  }
}
.footer .logo a {
  font-size: 20px;
  line-height: 1.2;
  padding-top: 3px;
  font-weight: 600;
  color: #f5f5f5;
}
.footer a {
  color: #f5f5f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  font-size: 15px;
  gap: 5px;
}
.footer a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.footer .address {
  padding-top: 20px;
  padding-right: 70px;
}
.footer .address p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.footer .quote-link a {
  background-color: #ed1d26;
  color: #f5f5f5;
  font-weight: 500;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.7;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .footer .quote-link a {
    font-size: 15px;
  }
}
.footer .social-links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social-links ul li a {
  color: var(--white);
  font-size: 15px;
  display: block;
  padding: 15px 0;
}
.footer .social-links ul li a span {
  display: block;
}
.footer .social-links ul li a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.footer .social-links ul li a.fb {
  font-size: 22px;
}
.footer h4 {
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #f5f5f5;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.footer .footer-links ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-links ul li:first-child a {
  padding-bottom: 5px;
  padding-top: 0;
}
.footer .footer-links ul li a {
  padding-bottom: 5px;
  padding-top: 5px;
}
.footer .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 15px;
  line-height: 1.7;
}
.footer .location span {
  line-height: 1;
  display: inline-block;
  margin-top: 5px;
}
.footer .location svg {
  width: 1em;
  height: 1em;
  display: block;
}
.footer .contact-info-wrapper a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
@media screen and (max-width: 991.72px) {
  .footer .contact-info-wrapper a {
    padding-right: 0;
  }
}
.footer .contact-info-wrapper .email a {
  padding-top: 0;
}
.footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  text-align: center;
}
@media screen and (max-width: 991.72px) {
  .footer .footer-bottom {
    text-align: left;
    padding-left: 0;
  }
}

.basic-banner {
  background-image: url("../images/placeholder-1024x683.webp");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(33, 33, 33, 0.99);
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.basic-banner .container {
  max-width: 1100px;
}
.basic-banner .banner-inner {
  font-size: 15px;
}
.basic-banner h1 {
  color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  font-size: 2.33em;
}

.about-company-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-company-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .about-company-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .about-company-sec .container {
    padding: 0;
  }
}
.about-company-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.72px) {
  .about-company-sec .row {
    gap: 20px;
  }
}
.about-company-sec .image {
  max-width: 500px;
}
@media screen and (max-width: 767.72px) {
  .about-company-sec .image {
    margin-inline: auto;
  }
}
.about-company-sec .image img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: auto 563/731;
}
.about-company-sec h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #f44336;
  margin-bottom: 10px;
  font-weight: 400;
}
.about-company-sec h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 2.1em;
}
.about-company-sec p {
  margin-bottom: 21px;
  color: #212121;
  font-size: 18px;
  line-height: 1.7;
}
.about-company-sec p:last-child {
  margin-bottom: 0;
}
.about-company-sec .upper-content {
  padding-bottom: 50px;
}

.about-company-sec.welcome-special-sec {
  padding-top: 100px;
}
.about-company-sec.welcome-special-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 478px) {
  .about-company-sec.welcome-special-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .about-company-sec.welcome-special-sec .container {
    padding: 0;
  }
}
.about-company-sec.welcome-special-sec .image {
  max-width: 100%;
}

.our-acquisiton-story-sec {
  padding-top: 100px;
  background-color: #f3f3f3;
  padding-bottom: 100px;
}
.our-acquisiton-story-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .our-acquisiton-story-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .our-acquisiton-story-sec .container {
    padding: 0;
  }
}
.our-acquisiton-story-sec .caption-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
.our-acquisiton-story-sec .caption-wrapper h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #f44336;
  margin-bottom: 10px;
  font-weight: 400;
}
.our-acquisiton-story-sec .caption-wrapper h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.1em;
  color: #363636;
}
.our-acquisiton-story-sec .image-wrapper {
  max-width: 100%;
  margin-bottom: 50px;
}
.our-acquisiton-story-sec .image-wrapper img {
  width: 100%;
  height: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.our-acquisiton-story-sec p {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
}
.our-acquisiton-story-sec p:last-child {
  margin-bottom: 0;
}

.our-company-vision-sec {
  padding-top: 100px;
}
.our-company-vision-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .our-company-vision-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .our-company-vision-sec .container {
    padding: 0;
  }
}
.our-company-vision-sec .caption-wrapper {
  text-align: center;
  padding-bottom: 50px;
}
.our-company-vision-sec .caption-wrapper h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #f44336;
  margin-bottom: 10px;
  font-weight: 400;
}
.our-company-vision-sec .caption-wrapper h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.1em;
  color: #363636;
}
.our-company-vision-sec .caption-wrapper p {
  padding-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
}
.our-company-vision-sec .mid-content-wrapper {
  padding-top: 50px;
}
.our-company-vision-sec .mid-content-wrapper h4 {
  font-weight: 500;
  color: #f44336;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.our-company-vision-sec .mid-content-wrapper p {
  font-size: 18px;
  margin-bottom: 0;
  color: #363636;
  line-height: 1.7;
}
.our-company-vision-sec .bottom-content-wrapper {
  padding-bottom: 25px;
}
.our-company-vision-sec .bottom-content-wrapper .title {
  padding-top: 25px;
  padding-bottom: 25px;
}
.our-company-vision-sec .bottom-content-wrapper .title h4 {
  font-weight: 500;
  color: #f44336;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.our-company-vision-sec .bottom-content-wrapper .text-wrapper h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.3em;
}
.our-company-vision-sec .bottom-content-wrapper .text-wrapper h5::before {
  content: "";
  background-image: url(../images/tick-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.our-company-vision-sec .bottom-content-wrapper .text-wrapper p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 18px;
  color: #212121;
}

.experience-expertise-sec {
  padding-top: 100px;
}
.experience-expertise-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .experience-expertise-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .experience-expertise-sec .container {
    padding: 0;
  }
}
.experience-expertise-sec .title {
  text-align: center;
}
.experience-expertise-sec .title h6 {
  font-size: 15px;
  line-height: 1.7;
  color: #f44336;
  margin-bottom: 10px;
  font-weight: 400;
}
.experience-expertise-sec .title h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.1em;
  color: #363636;
}
.experience-expertise-sec .bg-image {
  margin-top: 25px;
  background-image: url("../images/engineer-is-inspecting-his-work-building-construction-site-2048x1536-1-1024x768.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  height: 400px;
}
.experience-expertise-sec .caption {
  padding-top: 20px;
  padding-bottom: 50px;
}
.experience-expertise-sec .caption p {
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
  margin-bottom: 0;
}
.experience-expertise-sec .text-wrapper h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.3em;
}
.experience-expertise-sec .text-wrapper h5::before {
  content: "";
  background-image: url(../images/tick-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 30px;
  width: 30px;
  min-width: 30px;
}
.experience-expertise-sec .text-wrapper p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 18px;
  color: #212121;
}
.experience-expertise-sec .bottom-text-wrapper {
  padding-top: 25px;
  padding-bottom: 50px;
  margin-bottom: 25px;
  max-width: 1100px;
}
.experience-expertise-sec .bottom-text-wrapper p {
  color: #363636;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.credientials-sec {
  padding-bottom: 30px;
}
.credientials-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .credientials-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .credientials-sec .container {
    padding: 0;
  }
}
.credientials-sec .title {
  text-align: center;
  padding-bottom: 40px;
}
.credientials-sec .title h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 2.1em;
  color: #363636;
}
.credientials-sec .caption {
  padding-top: 20px;
  padding-bottom: 50px;
}
.credientials-sec .caption p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
}
.credientials-sec .text-image-upper-wrapper .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 0;
}
.credientials-sec .text-image-upper-wrapper .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.credientials-sec .text-image-upper-wrapper .text-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .credientials-sec .text-image-upper-wrapper .text-image-wrapper {
    padding: 0 50px;
  }
}
.credientials-sec .text-image-upper-wrapper h3 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #363636;
  max-width: 27em;
  margin-inline: auto;
}
.credientials-sec .text-image-upper-wrapper p {
  font-size: 16px;
  margin-bottom: 0;
  color: #363636;
  line-height: 1.7;
  max-width: 35em;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .credientials-sec .text-image-upper-wrapper p {
    padding: 0 50px;
  }
}
.credientials-sec .text-image-upper-wrapper .image-wrapper {
  max-width: 150px;
  margin-bottom: 20px;
}
.credientials-sec .text-image-upper-wrapper .image-wrapper img {
  width: 100%;
  height: 150px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.credientials-sec .bottom-text {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.credientials-sec .bottom-text p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
}

.partners-sec {
  padding-bottom: 100px;
}
.partners-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .partners-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .partners-sec .container {
    padding: 0;
  }
}
.partners-sec .title {
  text-align: center;
}
.partners-sec .title h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  margin-bottom: 0;
}
.partners-sec .caption {
  padding-top: 25px;
  padding-bottom: 50px;
  max-width: 1100px;
  margin-inline: auto;
}
.partners-sec .caption p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
.partners-sec .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
}
@media screen and (max-width: 767.72px) {
  .partners-sec .logo-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.partners-sec .logo {
  max-width: 300px;
}
@media screen and (max-width: 991.72px) {
  .partners-sec .logo {
    max-width: 30%;
  }
}
@media screen and (max-width: 477.72px) {
  .partners-sec .logo {
    max-width: 80%;
  }
}
.partners-sec .logo img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
}
@media screen and (max-width: 991.72px) {
  .partners-sec .logo img {
    height: auto;
  }
}

.industries-we-served .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .industries-we-served .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .industries-we-served .container {
    padding: 0;
  }
}
.industries-we-served .titles {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .industries-we-served .titles {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.industries-we-served .titles h6 {
  margin-bottom: 10px;
  color: #f44336;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
.industries-we-served .titles h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  margin-bottom: 0;
  color: #363636;
}
.industries-we-served .content-wrapper-upper .row {
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .industries-we-served .content-wrapper-upper .row {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .industries-we-served .content-wrapper-upper .row .col-md-4 {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .industries-we-served .content-wrapper-upper .row .col-md-4 {
    width: calc(33.333% - 17px);
  }
}
.industries-we-served .content-wrapper {
  text-align: center;
}
.industries-we-served .content-wrapper .text p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.7;
}
.industries-we-served .content-wrapper .image-wrapper {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 95%;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .industries-we-served .content-wrapper .image-wrapper {
    max-width: 600px;
  }
}
.industries-we-served .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.know-about-us {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/placeholder-1024x683.webp");
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(33, 33, 33, 0.99);
  color: #f5f5f5;
}
.know-about-us .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.72px) {
  .know-about-us .row {
    gap: 18px;
  }
}
.know-about-us .container {
  max-width: 90%;
}
@media screen and (min-width: 992px) {
  .know-about-us .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .know-about-us .container {
    padding: 0;
  }
}
.know-about-us h6 {
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 15px;
  color: #f5f5f5;
}
.know-about-us h2 {
  color: #f5f5f5;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.know-about-us .link a {
  color: #f5f5f5;
  background-color: #ed1d26;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
}
.know-about-us .r-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .know-about-us .r-content-wrapper {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .know-about-us .r-content-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.know-about-us .r-content-wrapper .number h3 {
  font-size: 54px;
  line-height: 1.4;
  color: #f5f5f5;
  margin-bottom: 0;
  font-weight: bold;
}
.know-about-us .r-content-wrapper .text h3 {
  color: #f5f5f5;
  font-weight: 500;
  line-height: 1.2;
  font-size: 45px;
  margin-bottom: 0;
}

.checkout-our-benefits-sec .container {
  max-width: 90%;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .checkout-our-benefits-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .checkout-our-benefits-sec .container {
    padding: 0;
  }
}
.checkout-our-benefits-sec .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .checkout-our-benefits-sec .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.checkout-our-benefits-sec .image-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-our-benefits-sec .image-wrapper {
    width: 50%;
  }
}
.checkout-our-benefits-sec .content-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .checkout-our-benefits-sec .content-wrapper {
    width: 50%;
  }
}
.checkout-our-benefits-sec .image {
  max-width: 100%;
}
.checkout-our-benefits-sec .image img {
  width: 100%;
  height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.checkout-our-benefits-sec .content {
  padding-top: 30px;
}
.checkout-our-benefits-sec .content h6 {
  color: #212121;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}
.checkout-our-benefits-sec .content h2 {
  color: #f44336;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.checkout-our-benefits-sec .content p {
  color: #212121;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}
.checkout-our-benefits-sec .image-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 10px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 420px) {
  .checkout-our-benefits-sec .image-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 419.72px) {
  .checkout-our-benefits-sec .image-text-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.checkout-our-benefits-sec .image-text-wrapper .image-text-wrap {
  max-width: 150px;
  text-align: center;
}
.checkout-our-benefits-sec .image-text-wrapper .counter span {
  font-size: 25px;
  font-weight: 700;
  color: #363636;
  line-height: 1.7;
}
.checkout-our-benefits-sec .image-text-wrapper p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.checkout-our-benefits-sec .image-text-wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkout-our-benefits-sec .image-text-wrapper .image img {
  width: 50%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.checkout-our-benefits-sec .image-text-wrapper.padding-adj {
  padding-top: 0;
  padding-bottom: 0;
}

.professional-expert-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.professional-expert-sec .container {
  max-width: 90%;
}
@media screen and (min-width: 576px) {
  .professional-expert-sec .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.72px) {
  .professional-expert-sec .container {
    padding: 0;
  }
}
.professional-expert-sec .titles {
  text-align: center;
  padding-bottom: 50px;
}
.professional-expert-sec .titles h6 {
  margin-bottom: 10px;
  color: #f44336;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
.professional-expert-sec .titles h2 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  color: #363636;
}
.professional-expert-sec .row {
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .professional-expert-sec .row {
    gap: 50px 0;
  }
}
.professional-expert-sec .row .col-md-3 {
  height: auto;
}
.professional-expert-sec .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 3px solid rgba(33, 33, 33, 0.27);
  padding: 30px 14px 20px;
}
.professional-expert-sec .box-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #363636;
  margin-bottom: 10px;
}
.professional-expert-sec .box-wrapper .role {
  font-size: 12px;
  color: #f44336;
  text-align: center;
}
.professional-expert-sec .box-wrapper .role h5 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.3em;
  font-weight: bold;
}
.professional-expert-sec .box-wrapper .email a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  text-align: center;
  color: #f5f5f5;
  background-color: #ed1d26;
  padding: 0.5em 40px;
  gap: 10px;
  font-size: 15px;
  line-height: 1.7;
}
.professional-expert-sec .box-wrapper .email a .icon {
  font-size: 18px;
}
.professional-expert-sec .box-wrapper .email a .icon img {
  width: 1em;
  height: 1em;
  display: block;
}
.professional-expert-sec .box-wrapper .phone a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 5px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f44336;
  text-align: center;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.7;
}
.professional-expert-sec .box-wrapper .phone a .icon {
  font-size: 22px;
}
.professional-expert-sec .box-wrapper .phone a .icon img {
  width: 1em;
  height: 1em;
  display: block;
}

.testimonials-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonials-sec .container {
  max-width: 90%;
}
@media screen and (max-width: 767.72px) {
  .testimonials-sec .container {
    padding: 0;
  }
}
.testimonials-sec .slider-upper-wrapper {
  background-color: #f9fafa;
  padding: 35px 20px;
}
@media screen and (min-width: 1200px) {
  .testimonials-sec .slider-upper-wrapper {
    padding: 50px 200px;
  }
}
.testimonials-sec .section-heading {
  text-align: center;
  padding-bottom: 50px;
}
.testimonials-sec .section-heading h6 {
  margin-bottom: 10px;
  color: #f44336;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
.testimonials-sec .section-heading h2 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  color: #363636;
}
.testimonials-sec .swiper-slide {
  height: auto;
}
.testimonials-sec .testimonial-card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.testimonials-sec .testimonial-card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  font-style: italic;
  color: #363636;
  margin-bottom: 25px;
}
.testimonials-sec .testimonial-card h4 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.testimonials-sec .testimonial-card span {
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
}
.testimonials-sec .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 25px;
}
.testimonials-sec .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.33);
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  margin: 0;
  padding: 0;
}
.testimonials-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black);
}

.recent-work-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}
.recent-work-sec .container {
  max-width: 1100px;
}
@media screen and (max-width: 991.72px) {
  .recent-work-sec .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575.72px) {
  .recent-work-sec .container {
    padding: 0 12px;
  }
}
.recent-work-sec .titles {
  text-align: center;
  padding-bottom: 50px;
}
.recent-work-sec .titles h6 {
  margin-bottom: 10px;
  color: #f44336;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}
.recent-work-sec .titles h2 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  color: #363636;
}
.recent-work-sec .bottom-content-wrapper {
  padding-top: 25px;
}
.recent-work-sec .bottom-content-wrapper .row {
  gap: 24px 0;
}
@media screen and (min-width: 768px) {
  .recent-work-sec .bottom-content-wrapper .row {
    gap: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .recent-work-sec .bottom-content-wrapper .row {
    gap: 50px 6px;
  }
}
.recent-work-sec .bottom-content-wrapper .row .col-md-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recent-work-sec .bottom-content-wrapper .row .col-md-4 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .recent-work-sec .bottom-content-wrapper .row .col-md-4 {
    width: calc(33.333% - 4px);
  }
}
.recent-work-sec .bottom-content-wrapper .image-wrapper {
  position: relative;
  padding: 0 0 95%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.recent-work-sec .bottom-content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.recent-work-sec .bottom-content-wrapper .image-wrapper .hover-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
  -webkit-transform: translateX(0) translateY(100%);
          transform: translateX(0) translateY(100%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  color: #f5f5f5;
}
.recent-work-sec .bottom-content-wrapper .image-wrapper .hover-content h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.recent-work-sec .bottom-content-wrapper .image-wrapper .hover-content p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
.recent-work-sec .bottom-content-wrapper .image-wrapper:hover .hover-content {
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
}

.expertise-sec .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ed1d26;
  color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .expertise-sec .inner-wrapper {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.expertise-sec .inner-wrapper .image-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .expertise-sec .inner-wrapper .image-wrapper {
    width: 50%;
  }
}
.expertise-sec .inner-wrapper .image-wrapper .image {
  max-width: 100%;
}
.expertise-sec .inner-wrapper .image-wrapper .image img {
  width: 100%;
  height: 550px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.expertise-sec .inner-wrapper .content-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .expertise-sec .inner-wrapper .content-wrapper {
    padding-right: 50px;
    width: 50%;
  }
}
@media screen and (max-width: 767.72px) {
  .expertise-sec .inner-wrapper .content-wrapper {
    padding: 50px 20px;
  }
}
.expertise-sec .inner-wrapper .content-wrapper h6 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
}
.expertise-sec .inner-wrapper .content-wrapper h2 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.expertise-sec .inner-wrapper .content-wrapper .progress-wrapper {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .expertise-sec .inner-wrapper .content-wrapper .progress-wrapper {
    padding-right: 50px;
  }
}
.expertise-sec .inner-wrapper .content-wrapper .progress-item {
  margin-bottom: 20px;
}
.expertise-sec .inner-wrapper .content-wrapper .progress-item .progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.expertise-sec .inner-wrapper .content-wrapper .progress-item .progress-label span {
  font-size: 15px;
  line-height: 1.7;
  display: inline-block;
  font-weight: 400;
}
.expertise-sec .inner-wrapper .content-wrapper .progress-item .progress-bar {
  background-color: #f5f6f7;
  height: 8px;
  overflow: hidden;
  position: relative;
}
.expertise-sec .inner-wrapper .content-wrapper .progress-item .progress-bar span {
  height: 100%;
  display: block;
  background-color: #616161;
}

.h-services-sec {
  padding-top: 70px;
  background-color: #f3f3f3;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.72px) {
  .h-services-sec .container {
    padding: 0;
  }
}
.h-services-sec svg {
  width: 1em;
  height: 1em;
  display: block;
}
.h-services-sec .inner-wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 767.72px) {
  .h-services-sec .inner-wrapper .row {
    gap: 30px;
  }
}
.h-services-sec .image-wrapper {
  max-width: 100%;
}
.h-services-sec .image-wrapper img {
  height: auto;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.h-services-sec .bottom-content-wrapper {
  padding-top: 50px;
}
.h-services-sec .bottom-content-wrapper h3 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #363636;
  font-size: 26px;
}
.h-services-sec .bottom-content-wrapper p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #212121;
  line-height: 1.7;
}
.h-services-sec .custom-accordion .accordion-content {
  display: none;
}
.h-services-sec .content-wrapper .title h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #363636;
}
.h-services-sec .custom-accordion .accordion-header {
  padding: 15px 0;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.h-services-sec .custom-accordion .accordion-header span {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.h-services-sec .custom-accordion .accordion-header span svg {
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.h-services-sec .custom-accordion .accordion-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0;
}
.h-services-sec .custom-accordion .accordion-content {
  padding-bottom: 15px;
}
.h-services-sec .custom-accordion .accordion-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
  margin-bottom: 0;
}
.h-services-sec .custom-accordion .accordion-item.active .accordion-header span svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.industries-we-served.service-page .titles {
  padding-bottom: 50px;
}

.services-details-sec {
  padding-bottom: 100px;
}
.services-details-sec .container {
  padding: 0;
}
@media screen and (max-width: 991.72px) {
  .services-details-sec .container {
    padding: 0 20px;
    max-width: 100%;
  }
}
.services-details-sec .content-wrapper-upper-wrap {
  padding-top: 100px;
}
.services-details-sec .content-wrapper-upper-wrap h2 {
  margin-bottom: 10px;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 500;
  color: #212121;
}
.services-details-sec .content-wrapper-upper-wrap p {
  margin-bottom: 20px;
  color: #212121;
  font-size: 18px;
  line-height: 1.7;
}
.services-details-sec .content-wrapper-upper-wrap p:last-child {
  margin-bottom: 10px;
}
.services-details-sec .content-wrapper-upper-wrap .image-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 767.72px) {
  .services-details-sec .content-wrapper-upper-wrap .image-wrapper {
    margin-top: 20px;
  }
}
.services-details-sec .content-wrapper-upper-wrap .image-wrapper img {
  height: auto;
  display: block;
  width: 100%;
}
.services-details-sec .content-wrapper-upper-wrap ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.services-details-sec .content-wrapper-upper-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-weight: 500;
  color: #212121;
  font-size: 20px;
  line-height: 1.7;
  gap: 10px;
  max-width: 36em;
}
.services-details-sec .content-wrapper-upper-wrap ul li::before {
  content: "";
  background-image: url("../images/camera-aperature.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  min-width: 18px;
}
.services-details-sec .content-wrapper-upper-wrap .content-lower-wrapper {
  padding-top: 50px;
}
.services-details-sec .content-wrapper-upper-wrap h5 {
  margin-bottom: 10px;
  color: #f44336;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
}
.services-details-sec .content-wrapper-upper-wrap .key-features-content ul,
.services-details-sec .content-wrapper-upper-wrap .key-benefits-content ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.services-details-sec .content-wrapper-upper-wrap .key-features-content ul li,
.services-details-sec .content-wrapper-upper-wrap .key-benefits-content ul li {
  font-weight: 400;
}

.faqs-content-wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 767.72px) {
  .faqs-content-wrapper .container {
    padding: 0;
  }
}
.faqs-content-wrapper .titles {
  padding-top: 100px;
  text-align: center;
}
.faqs-content-wrapper .titles h6 {
  color: #f44336;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.faqs-content-wrapper .titles h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  margin-bottom: 0;
  color: #363636;
}
.faqs-content-wrapper .custom-accordion .accordion-content {
  display: none;
}
.faqs-content-wrapper .faqs-accordion-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .faqs-content-wrapper .faqs-accordion-wrapper .row {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .faqs-content-wrapper .faqs-accordion-wrapper .row .col-md-6 {
    width: calc(50% - 20px);
  }
}
.faqs-content-wrapper .custom-accordion .accordion-header {
  padding: 15px 0;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
.faqs-content-wrapper .custom-accordion .accordion-header span {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
}
.faqs-content-wrapper .custom-accordion .accordion-header span svg {
  width: 1em;
  height: 1em;
  display: block;
}
.faqs-content-wrapper .custom-accordion .accordion-header span svg {
  -webkit-transition: 0.32s all ease-in-out;
  transition: 0.32s all ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faqs-content-wrapper .custom-accordion .accordion-header h3 {
  font-size: 18px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 0;
}
.faqs-content-wrapper .custom-accordion .accordion-content {
  padding-bottom: 15px;
}
.faqs-content-wrapper .custom-accordion .accordion-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #363636;
  margin-bottom: 0;
}
.faqs-content-wrapper .custom-accordion .accordion-item.active .accordion-header span svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqs-content-wrapper .faqs-text-content-wrapper {
  padding-top: 50px;
  padding-bottom: 25px;
  max-width: 1100px;
  margin-inline: auto;
}
.faqs-content-wrapper .faqs-text-content-wrapper .title {
  text-align: center;
  padding-bottom: 50px;
}
.faqs-content-wrapper .faqs-text-content-wrapper .title h2 {
  font-weight: 500;
  line-height: 1.2;
  color: #363636;
  font-size: 35px;
  margin-bottom: 0;
}
.faqs-content-wrapper .faqs-text-content-wrapper h5 {
  font-weight: 500;
  color: #424242;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 19px;
}
.faqs-content-wrapper .faqs-text-content-wrapper p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #212121;
  line-height: 1.7;
}

.privacy-policy-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.privacy-policy-sec .container {
  max-width: 1100px;
}
.privacy-policy-sec .content-wrapper {
  color: #363636;
}
.privacy-policy-sec .content-wrapper .title {
  padding-bottom: 40px;
}
.privacy-policy-sec .content-wrapper .title h1 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 0;
}
.privacy-policy-sec .content-wrapper a {
  color: #212121;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  font-size: 15px;
  gap: 5px;
  margin-bottom: 10px;
}
.privacy-policy-sec .content-wrapper a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.privacy-policy-sec .content-wrapper a .st0 {
  fill: #000 !important;
}
.privacy-policy-sec .content-wrapper p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
}
.privacy-policy-sec .content-wrapper h2,
.privacy-policy-sec .content-wrapper h3 {
  padding-top: 20px;
  font-weight: 500;
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 0;
}
.privacy-policy-sec .content-wrapper h3 {
  font-size: 27px;
}
.privacy-policy-sec .content-wrapper ul {
  margin-top: 16px;
  padding-left: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .privacy-policy-sec .content-wrapper ul {
    padding-left: 40px;
  }
}
.privacy-policy-sec .content-wrapper ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
}
.privacy-policy-sec .content-wrapper h4 {
  padding-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #363636;
}
.privacy-policy-sec .content-wrapper .small-text.m-adj {
  margin-top: 16px;
}
.privacy-policy-sec .content-wrapper p.m-adj {
  margin-bottom: 16px;
}

.form-contact-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.form-contact-sec .title-wrapper-upper {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .form-contact-sec .title-wrapper-upper .container {
    max-width: 90%;
  }
}
.form-contact-sec .title-wrapper {
  text-align: center;
}
.form-contact-sec .title-wrapper h2 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 35px;
  color: #363636;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .form-contact-sec .title-wrapper .text {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.form-contact-sec .title-wrapper .text p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.7;
  color: #363636;
}
.form-contact-sec .contact-info h4 {
  margin-bottom: 15px;
  color: #212121;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
}
.form-contact-sec .contact-info p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.7;
  color: #363636;
}
.form-contact-sec .contact-info a {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  font-size: 18px;
  gap: 5px;
  margin-bottom: 10px;
}
.form-contact-sec .contact-info a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.form-contact-sec .contact-info a .st0 {
  fill: #000 !important;
}
.form-contact-sec .contact-info .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #212121;
}
.form-contact-sec .contact-info .location span {
  line-height: 1;
  display: inline-block;
  margin-top: 5px;
}
.form-contact-sec .contact-info .location svg {
  width: 1em;
  height: 1em;
  display: block;
}
.form-contact-sec .bottom-content-wrapper {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form-contact-sec .bottom-content-wrapper p {
  font-size: 18px;
  color: #363636;
  margin-bottom: 0;
  line-height: 1.7;
}
@media screen and (max-width: 991.72px) {
  .form-contact-sec .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .form-contact-sec .form-contact-info-wrapper .row {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .form-contact-sec .form-contact-info-wrapper .row {
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .form-contact-sec .form-contact-info-wrapper .row .col-md-6 {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .form-contact-sec .form-contact-info-wrapper .row .col-md-6 {
    width: calc(50% - 30px);
  }
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper p {
  margin-bottom: 0;
  position: relative;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper p br {
  display: none;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper label {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  line-height: 1.7;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper .form-group {
  padding: 0 0 20px;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper input,
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper textarea {
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  margin: 0;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper input:focus,
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper textarea:focus {
  outline: auto;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper textarea {
  height: inherit;
  min-height: 90px;
  padding: 10px 12px;
  line-height: inherit;
  max-height: 90px;
}
.form-contact-sec .form-contact-info-wrapper .contact-form-wrapper .submit-button-wrapper input {
  border: none;
  background-color: #ed1d26;
  color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  text-align: center;
  line-height: 1.15;
  font-size: 15px;
  width: unset;
}

.location-sec .map-wrapper {
  height: 600px;
}
.location-sec .map-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.projects-detail-page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.projects-detail-page-content .container {
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}
.projects-detail-page-content .title-wrapper h2 {
  text-align: justify;
  margin-bottom: 12px;
  font-size: 31px;
  line-height: 1.4;
  color: #363636;
}
.projects-detail-page-content .title-wrapper p {
  margin-bottom: 18px;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
}
.projects-detail-page-content .upper-content-wrapper h4 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #363636;
  font-weight: 900;
}
.projects-detail-page-content .upper-content-wrapper h4 b {
  font-weight: bolder;
}
.projects-detail-page-content .upper-content-wrapper p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #363636;
}
.projects-detail-page-content .table-wrapper {
  max-width: 1100px;
  margin-inline: auto;
  padding-top: 11px;
  padding-bottom: 26px;
}
.projects-detail-page-content .table-wrapper h2 {
  text-align: center;
  font-size: 31px;
  margin-bottom: 24px;
  font-weight: 900;
  line-height: 1.4;
  color: #363636;
}
.projects-detail-page-content .table-wrapper .title {
  padding-bottom: 40px;
}
.projects-detail-page-content .table-wrapper .title h2 {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
  color: #363636;
  margin-bottom: 0;
}
.projects-detail-page-content .table-wrapper .projects-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d8d8d8;
  font-size: 18px;
}
.projects-detail-page-content .table-wrapper .projects-table .check {
  color: #6d4bc4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.projects-detail-page-content .table-wrapper .projects-table .check svg {
  width: 1em;
  height: 1em;
  display: block;
}
.projects-detail-page-content .table-wrapper .projects-table thead th {
  background: #363636;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
  border: none;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  width: 33.333%;
}
.projects-detail-page-content .table-wrapper .projects-table tbody td {
  padding: 5px 10px;
  border-top: 1px solid #d8d8d8;
  color: #1f2937;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
}
.projects-detail-page-content .table-wrapper .projects-table tbody td:nth-child(2),
.projects-detail-page-content .table-wrapper .projects-table tbody td:nth-child(3) {
  text-align: center;
  font-size: 15px;
  color: #6d4bc4;
  font-weight: 700;
  line-height: 1.7;
}
.projects-detail-page-content .table-wrapper .projects-table tbody tr:hover {
  background: #fafafa;
}
.projects-detail-page-content .table-wrapper {
  /* Responsive */
}
@media (max-width: 767px) {
  .projects-detail-page-content .table-wrapper .projects-table {
    font-size: 15px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .projects-detail-page-content .table-wrapper .projects-table thead th {
    padding: 14px 12px;
    font-size: 14px;
  }
  .projects-detail-page-content .table-wrapper .projects-table tbody td {
    padding: 14px 12px;
  }
  .projects-detail-page-content .table-wrapper .projects-table tbody td:nth-child(2),
  .projects-detail-page-content .table-wrapper .projects-table tbody td:nth-child(3) {
    font-size: 20px;
  }
}
.projects-detail-page-content .bottom-content-wrapper p {
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
  margin-bottom: 18px;
}
.projects-detail-page-content .bottom-content-wrapper ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .projects-detail-page-content .bottom-content-wrapper ul {
    padding-left: 40px;
  }
}
.projects-detail-page-content .bottom-content-wrapper ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #363636;
}
.projects-detail-page-content .bottom-content-wrapper h2 {
  font-size: 24px;
  line-height: 1.4;
  color: #363636;
  font-weight: 700;
  margin-bottom: 0;
}
.projects-detail-page-content .bottom-content-wrapper .without-list-style {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.projects-detail-page-content .bottom-content-wrapper .without-list-style li {
  margin-bottom: 18px;
}

.projects-detail-page-content.p-adj {
  padding-top: 22px;
}

.home-banner-sec .swiper-slide {
  height: auto;
}
.home-banner-sec .swiper-slide .hero-slide-content {
  height: 100%;
}
.home-banner-sec .hero-slide-content-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.home-banner-sec .hero-slide-content-1 .bg-image-wrapper {
  width: 100%;
  margin-right: -100%;
  height: 100%;
}
.home-banner-sec .hero-slide-content-1 .bg-image-wrapper .bg-image {
  max-width: 100%;
  height: 100%;
}
.home-banner-sec .hero-slide-content-1 .bg-image-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper {
  width: 100%;
  position: relative;
  height: auto;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .container {
  height: 100%;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .upper-text {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .upper-text {
    position: absolute;
    top: 0;
    right: 10%;
  }
}
@media screen and (max-width: 991.72px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .upper-text {
    padding-bottom: 20px;
  }
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .upper-text h4 {
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  text-transform: none;
  text-decoration: none;
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .upper-text h4 {
    font-size: 45px;
  }
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content {
  max-width: 580px;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content h6 {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 10px;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content h2 {
    font-size: 45px;
  }
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  line-height: 1.2;
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .mid-content .link a {
  background: #ed1d26;
  padding: 10px 30px 10px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content {
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content {
    padding-right: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper {
    height: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper {
    height: 120px;
  }
}
.home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper img {
  width: 50px;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper img {
    width: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-sec .hero-slide-content-1 .content-wrapper .bottom-content .image-wrapper img {
    width: 120px;
  }
}
.home-banner-sec .multi-image-slides .image-wrappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 100%;
}
.home-banner-sec .multi-image-slides .image-wrappers .image-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-banner-sec .multi-image-slides .image-wrappers .image-wrapper {
    width: 33.333%;
  }
}
.home-banner-sec .multi-image-slides .image-wrappers .image {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .home-banner-sec .multi-image-slides .image-wrappers .image {
    padding: 0 0 60%;
  }
}
@media screen and (max-width: 991.72px) {
  .home-banner-sec .multi-image-slides .image-wrappers .image {
    height: 100%;
  }
}
.home-banner-sec .multi-image-slides .image-wrappers .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.home-banner-sec .multi-image-slides .image-wrappers .link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.home-banner-sec .multi-image-slides .image-wrappers .link a {
  background: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 99px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .multi-image-slides .image-wrappers .link a {
    padding: 10px 30px 10px 30px;
  }
}
.home-banner-sec .swiper-button-prev,
.home-banner-sec .swiper-button-next {
  background: RGBA(0, 0, 0, 0.5);
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
}
.home-banner-sec .swiper-button-prev::after,
.home-banner-sec .swiper-button-next::after {
  color: var(--white);
  font-weight: 800;
  font-size: 24px;
}
.home-banner-sec .slide-image-wrapper {
  height: 100%;
}
.home-banner-sec .slide-image-wrapper .image {
  max-width: 100%;
  height: 100%;
}
.home-banner-sec .slide-image-wrapper .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-banner-sec .slide-image-wrapper .link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.home-banner-sec .slide-image-wrapper .link a {
  background: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 99px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px 15px 10px 15px;
}
@media screen and (min-width: 576px) {
  .home-banner-sec .slide-image-wrapper .link a {
    padding: 10px 30px 10px 30px;
  }
}/*# sourceMappingURL=fjconstructionsltd.css.map */