@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h2 {
  font-size: 28px !important;
}

h3 {
  font-size: 25px !important;
}

.nav-bg {
  background-color: #393646;
  padding: 20px;
}

.navbar .nav-item {
  padding-right: 25px;
}
.navbar .nav-btn {
  padding: 10px 15px;
  background-color: #e57e25;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-btn:hover {
  background-color: #393646;
  transform: translateX(5%);
}
.navbar .nav-btn a {
  color: #fff;
}

.carousel-1 {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
  position: relative;
}
.carousel-1::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 200px;
  background-color: rgba(229, 127, 37, 0.4862745098);
  left: 10%;
  top: 0;
  transform: rotate(120deg);
}

.carousel-2 {
  background: url("../images/banner-2.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.carousel-2::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 200px;
  background-color: rgba(229, 127, 37, 0.4862745098);
  left: 10%;
  top: 0;
  transform: rotate(120deg);
}

.carousel-3 {
  background: url("../images/banner-3.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.carousel-3::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 200px;
  background-color: rgba(229, 127, 37, 0.4862745098);
  left: 10%;
  top: 0;
  transform: rotate(120deg);
}

.carousel-4 {
  background: url("../images/banner-4.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.carousel-4::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 200px;
  background-color: rgba(229, 127, 37, 0.4862745098);
  left: 10%;
  top: 0;
  transform: rotate(120deg);
}

.carousel-5 {
  background: url("../images/banner-5.jpg") center no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.carousel-5::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 200px;
  background-color: rgba(229, 127, 37, 0.4862745098);
  left: 10%;
  top: 0;
  transform: rotate(120deg);
}

.carousel-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh !important;
  text-transform: uppercase;
}
.carousel-caption .banner-btn {
  padding: 10px 20px;
  background-color: #e57e25;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.carousel-caption .banner-btn:hover {
  background-color: #393646;
  transform: translateX(5%);
}
.carousel-caption .banner-btn a {
  color: #fff;
}

.carousel-indicators .active {
  background-color: #e57e25 !important;
}

.carousel-indicators [data-bs-target] {
  opacity: 1 !important;
}

.popup {
  background-color: #f1f1f1;
  width: 60%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  border-radius: 8px;
  display: none;
  z-index: 999 !important;
  height: 450px;
}
.popup .pop-row {
  display: flex;
}
.popup .pop-row .img-col {
  width: 50%;
  height: 450px;
  background: url("../images/img-5.jpg") center no-repeat;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}
.popup .pop-row .form-col {
  width: 50%;
  padding: 10px;
}
.popup .pop-row .form-col h3 {
  text-align: start;
  color: #e57e25;
}
.popup .pop-row .form-col .popup-form {
  margin-top: 30px;
}
.popup button {
  display: block;
  margin: 0 0 20px auto;
  font-size: 30px;
  background: none;
  color: #000;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  z-index: 999 !important;
  transition: all 0.3s ease-in-out;
}
.popup button:hover {
  transform: translateX(5%);
}
.popup h2 {
  color: #e57e25;
}
.popup #close {
  position: absolute;
  top: 0;
  right: 5%;
}
.popup .submit-btn {
  background-color: #e57e25;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  display: table;
  margin: 0 auto;
}

.sec-bg {
  background: rgb(229, 126, 37);
  background: linear-gradient(180deg, rgb(229, 126, 37) 70%, rgb(255, 255, 255) 70%);
}
.sec-bg .about-text h2 {
  color: #fff;
}
.sec-bg .about-img {
  position: relative;
}
.sec-bg .about-img img {
  width: 100%;
}
.sec-bg .about-btn {
  background-color: #393646;
  width: 70%;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.sec-bg .about-btn:hover {
  background-color: #e57e25;
  transform: translateX(2%);
}
.sec-bg .about-btn a {
  color: #fff;
}
.sec-bg .about_text p {
  color: #fff;
}

.Company-text h2 {
  color: #000;
}
.Company-text ul li {
  list-style: square;
}
.Company-text .Company-btn {
  padding: 10px 20px;
  background-color: #e57e25;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.Company-text .Company-btn:hover {
  background-color: #393646 !important;
  transform: translateX(5%);
}
.Company-text .Company-btn .btn-1 {
  color: #fff !important;
}

.sec_bg {
  background-color: #393646;
}
.sec_bg .service-text h2 {
  color: #fff;
}
.sec_bg .service-text p {
  color: #fff;
}

.card {
  margin-top: 25px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card h5 {
  margin-top: 15px;
  color: #000 !important;
  text-align: center;
}
.card:hover {
  background-color: #e57e25;
}
.card:hover h5 {
  color: #fff !important;
}
.card .service-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-bg_1 {
  background: url("../images/sec-banner.jpg") center no-repeat;
  width: 100%;
  background-size: cover;
  margin: 40px 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
  border-radius: 8px;
}
.sec-bg_1 .wrapper-text {
  text-align: center;
}
.sec-bg_1 .wrapper-text h2 {
  color: #fff;
}
.sec-bg_1 .wrapper-text .wrapper-btn {
  padding: 10px 25px;
  background-color: #e57e25;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 auto;
  display: table;
}
.sec-bg_1 .wrapper-text .wrapper-btn:hover {
  background-color: #393646 !important;
  transform: translateX(5%);
}
.sec-bg_1 .wrapper-text .wrapper-btn a {
  color: #fff;
}
.sec-bg_1 p {
  color: #fff;
}

.footer-about {
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.footer-about ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-about ul li {
  margin: 10px 0;
}
.footer-about ul li a {
  color: #fff;
}
.footer-about ul li a:hover {
  color: #e57e25;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.copyright a {
  color: #000;
}

.about-us-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.about-us-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.about-us-title {
  text-align: center;
}

.about-bg {
  background: url("../images/img-6.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}

.about-text ul {
  list-style: none;
}
.about-text ul li {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}
.about-text ul li span {
  background-color: #e57e25;
  padding: 20px;
  border-radius: 20px 0 20px 0;
  color: #fff;
  padding-right: 20px;
  position: relative;
}
.about-text ul li span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #e57e25;
  right: 60px;
  top: 50%;
}
.about-text ul li p {
  color: #fff;
  background-color: rgba(241, 241, 241, 0.9098039216);
  padding: 15px;
  color: #000;
  border-radius: 8px;
  min-height: 230px;
}

.about__img img {
  border-radius: 50px 0 50px 0;
}

.about-grow__text h3 {
  text-align: center;
  color: #e57e25;
}

.services-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.services-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.services-title h2 {
  text-align: center;
  color: #e57e25;
}

.services-bg {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.services-bg .services-card {
  padding: 15px;
  min-height: 300px;
  background-color: #f1f1f1;
  border-top: 5px solid #e57e25;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
}
.services-bg .services-card .card-img {
  text-align: center;
  padding-bottom: 15px;
}
.services-bg .services-card .card-img img {
  height: 60px;
}
.services-bg .services-card .services-box-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.services-bg .services-card .services-box-btn i {
  font-size: 20px;
  padding-left: 20px;
}

.services_bg {
  background-color: #393646;
}
.services_bg .services-text {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  border-left: 5px solid #e57e25;
}
.services_bg .services-text h3 {
  color: #e57e25;
}

.Quality-text h3 {
  color: #e57e25;
}

.team-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.team-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.team-bg {
  background-color: #e57e25;
}
.team-bg .team-title {
  color: #fff;
}
.team-bg .team-img img {
  border-radius: 30% 70% 70% 30%/30% 54% 46% 70%;
}
.team-bg .team-text {
  color: #fff;
}

.team-title {
  text-align: center;
  margin-bottom: 30px;
}

.our-team__box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
  min-height: 300px;
  padding: 20px;
  border-radius: 10px;
}
.our-team__box img {
  border-radius: 10px;
}
.our-team__box h5 {
  margin-top: 15px;
  color: #e57e25;
}

.contact-banner {
  background: url("../images/banner-1.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6235294118);
}
.contact-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65vh;
  color: #fff;
}

.contact-bg {
  background-color: #f2ede6;
}
.contact-bg .contact-us-title h2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.contact-bg .contact-us-title h2::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #e57e25;
  left: 43%;
  bottom: -10px;
}
.contact-bg .contact-info h2 {
  margin-bottom: 20px;
  font-size: 23px !important;
}
.contact-bg .contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-bg .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-bg .contact-info ul li a {
  color: #000;
}
.contact-bg .contact-info ul li span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e57e25;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e57e25;
  transition: all 0.3s ease-in-out;
}
.contact-bg .contact-info ul li span:hover {
  background: transparent;
}
.contact-bg .contact-info ul li span:hover i {
  color: #e57e25;
}
.contact-bg .contact-info ul li span i {
  font-size: 20px;
  color: #fff;
}
.contact-bg .contact-form input,
.contact-bg .contact-form textarea {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.contact-bg .contact-form :focus {
  background-color: transparent;
}
.contact-bg .contact-form .form-control {
  background: none !important;
}
.contact-bg .contact-form .submit-btn {
  background-color: #e57e25;
  border: none;
  padding: 10px 50px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-bg .contact-form .submit-btn:hover {
  background-color: #393646 !important;
  transform: translateX(5%);
}
.contact-bg .contact-form .sub-btn {
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact-bg .contact-form .sub-btn i {
  font-size: 25px;
  margin-left: 45px;
  color: #000;
}

@media only screen and (max-width: 992px) {
  h5 {
    font-size: 18px !important;
  }
  .carousel-1::before,
  .carousel-2::before,
  .carousel-3::before,
  .carousel-4::before,
  .carousel-5::before {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  h3,
  h2 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  .navbar .nav-btn {
    display: inline-block;
  }
  .Company-img img {
    margin-top: 80px;
  }
  .card .service-icon {
    width: 80px;
    height: 80px;
  }
  .card h5 {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .form-col {
    width: 50%;
    padding: 10px;
  }
  .form-col h3 {
    padding-top: 30px;
    color: #e57e25;
  }
  .form-col .popup-form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-about {
    width: 100%;
  }
  .carousel-1,
  .carousel-2,
  .carousel-3,
  .carousel-4,
  .carousel-5 {
    height: 400px;
  }
  .carousel-caption {
    height: 400px !important;
  }
  .copyright {
    flex-direction: column !important;
  }
  .Quality-text {
    margin-top: 25px;
  }
  .contact-form {
    margin-top: 25px;
  }
  .contact-bg .contact-us-title h2::before {
    content: "";
    left: 32%;
  }
  .Company-text .Company-btn {
    margin: 0 auto;
    display: table;
  }
  .sub-btn i {
    font-size: 25px !important;
    margin-left: 20px !important;
    color: #000;
  }
  .Company-img img {
    margin-top: 0px;
  }
  .popup {
    width: 95%;
    height: 540px;
  }
  .popup .pop-row .img-col {
    display: none !important;
  }
  .popup .pop-row .form-col {
    width: 100%;
  }
  .popup .pop-row .form-col h3 {
    color: #e57e25;
  }
  .team-title {
    margin-top: 25px;
  }
  .our-team__box {
    min-height: auto;
    padding: 25px;
    margin-bottom: 20px;
  }
  .team-bg .team-title {
    text-align: start;
  }
}/*# sourceMappingURL=style.css.map */