/* ====== Colors ====== */
:root {
  --primary-color: #f2b722;
  --dark: #000000;
  --white: #fff;
  --bg-color: #dfdbdb;
}

/* ====== Font ====== */
* {
  font-family: "Poppins", sans-serif;
}

a {
  color: var(--primary-color);
}

::selection {
  background-color: var(--primary-color);
  color: var(--white);
}

a:hover {
  text-decoration: none;
}

/* ====== header-section ====== */

/*============================*/
/*========== menu bar =========*/
/*============================*/

.header-section .menu-bar {
  width: 100%;
  background-color: var(--dark);
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.096);
}

.header-section .is-sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 3px;
  animation: slideInDown 0.5s ease-in;
  padding: 10px 0;
  background-color: var(--dark);
}

.header-section .navbar-brand img {
  width: 200px;
  height: auto;
}

.header-section .menu-bar .nav-link {
  margin: 0px 5px;
  text-transform: capitalize;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.header-section .nav-link::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--white);
  transition: 1.5s;
  bottom: 0;
  left: 50%;
  right: 0;
}

.header-section .navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.header-section .navbar-toggler {
  background-color: var(--dark);
  color: var(--white);
  margin: 0px;
  line-height: 28px;
  border-radius: 5px;
  border: none;
  padding: 2px 10px;
  border: 1px solid white;
}

.header-section .offcanvas-header {
  background-color: var(--primary-color);
}

.header-section .navbar-toggler:focus {
  box-shadow: none;
}

.header-section .sibar-toggle {
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 10px;
  font-size: 16px;
  padding: 3px 8px;
}

.header-section .nav-link:hover:after {
  width: 100%;
  transition: 0.2s;
  left: 0;
}

.header-section .nav-link:hover {
  color: var(--primary-color);
  transition: 0.2s;
}

.header-section .conatact-btn {
  color: var(--dark);
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
  margin: 0px 10px;
}

.header-section .conatact-btn:hover {
  background-color: var(--white);
  color: var(--dark);
  transition: ease-in-out 0.5s;
}

.header-section .conatact-link {
  color: var(--white);
  background-color: var(--dark);
  padding: 4px 10px;
  border-radius: 5px;
  display: none;
  margin-left: 10px;
  border: 1px solid white;
}

.header-section .offcanvas-header .btn-close {
  color: var(--white);
  opacity: 1;
  background-image: none;
  line-height: 10px;
  border-radius: 5px;
  border: none;
  border: 1px solid white;
  font-size: 16px;
  padding: 6px 8px;
  background-color: var(--dark);
}

/* ====== header-section-end ====== */

/* ====== hero-section-start ====== */

.hero-section {
  padding: 90px 0px;
  background: url(../images/Hero-Backgrounds-Resize.png) center center repeat
    no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000c5;
  z-index: -1;
}

.hero-section .hero-caption {
  margin-right: 120px;
}

.hero-section .hero-caption .upper-title {
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
  position: relative;
}

.hero-section .hero-caption .upper-title::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 80px;
  bottom: -15px;
}

.hero-section .hero-caption h2 {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
}

.hero-section .hero-caption .color-text {
  font-size: 46px;
  color: var(--white);
  font-weight: 700;
}

.hero-section .hero-caption p {
  font-size: 16px;
  color: var(--white);
  margin: 20px 200px 20px 0px;
}

.hero-section .quote-link {
  margin-top: 40px;
}

.hero-section .hero-caption a {
  color: var(--dark);
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
}

.hero-section .hero-caption a:hover {
  background-color: var(--white);
  transition: ease-in-out 0.5s;
}

/* ===== hero-section-end ===== */

/* ===== about-section-start ===== */

.about-section {
  padding: 90px 0px;
  background-color: var(--white);
}

.about-section .section-title {
  margin-bottom: 25px;
}

.about-section .section-title span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.about-section .section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 50px;
  bottom: -10px;
}

.about-section .about-content p {
  font-size: 16px;
  color: var(--dark);
}

.about-section .about-image {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.about-section .about-image img {
  height: 500px;
  width: 500px;
  object-fit: contain;
}

.about-section .about-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-section .about-image .icon .cta-play-btn {
  color: var(--dark);
  font-size: 30px;
  line-height: 72px;
  padding: 0px 25px;
}

.about-section .about-image .icon .cta-play-btn {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: 50px;
  transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.about-section .about-image .icon .cta-play-btn:before {
  position: absolute;
  content: "";
  animation: wave 2s linear infinite;
  inset: 0;
  border-radius: 50%;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 #5ead1d;
  }

  100% {
    box-shadow: 0 0 0 50px #5ead1d;
    opacity: 0;
  }
}

.about-section .modal-dialog {
  position: relative;
}

.about-section .btn-close {
  height: 20px;
  background-color: var(--primary-color);
  opacity: 1;
  width: 30px;
  color: var(--white);
  font-size: 20px;
  line-height: 0;
  background-image: none;
  margin: 15px 5px 0px auto;
  box-shadow: none;
}

.about-section .btn-close:focus {
  box-shadow: none;
}

.about-section .btn-close:hover {
  color: var(--white);
}

.about-section iframe {
  z-index: 1;
  width: 100%;
  left: 0;
  height: 300px;
}

.about-section .about-content h2 {
  font-size: 28px;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section strong a {
  color: var(--primary-color);
}

/* ===== about-section-end ===== */

/* ===== service-section-start ===== */

.service-section {
  padding: 90px 0px;
  background: url(../images//Backgrounds-book-your-service-.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000ab;
  z-index: -1;
}

.service-section .section-title {
  margin: 0px 200px 45px 200px;
  text-align: center;
}

.service-section .section-title span {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.service-section .section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 70px;
  bottom: -10px;
}

.service-section .section-title h2 {
  font-size: 30px;
  color: var(--white);
  font-weight: 600;
  margin: 20px 0px;
}

.service-section .service-item {
  margin-bottom: 25px;
}

/* ===== service-section-end ===== */

/* ===== whychoose-section-start ===== */

.why-choose-section {
  padding: 90px 0px;
  background-color: var(--white);
}

.why-choose-section .why-choose-item {
  margin-bottom: 25px;
}

.why-choose-section .why-choose-item .section-title h2,
.why-choose-section .why-choose-item .choose-section-title h2 {
  font-size: 30px;
  color: var(--dark);
  font-weight: 600;
  position: relative;
  margin: 20px 0px;
}

.why-choose-section .section-title span,
.why-choose-section .why-choose-item .choose-section-title span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.why-choose-section .section-title span::before,
.why-choose-section .why-choose-item .choose-section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 50px;
  bottom: -10px;
}

.why-choose-section .why-choose-item .why-choose {
  margin-bottom: 25px;
}

.why-choose-section .why-choose-inner {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.why-choose-section .why-choose-inner h2 {
  font-size: 18px;
  color: var(--dark);
  font-weight: 600;
  position: relative;
}

.why-choose-section .why-choose-inner img {
  height: 40px;
  width: 40px;
}

.why-choose-section .why-choose-inner-image img {
  height: 360px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 25px;
}

.why-choose-section .why-choose-inner-list p {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 20px;
}

.why-choose-section .why-choose-inner-list ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.why-choose-section .why-choose-inner-list ul li {
  margin-bottom: 25px;
  font-size: 16px;
  color: var(--dark);
  font-weight: 500;
}

.why-choose-section .why-choose-inner-list i {
  margin-right: 5px;
}

.why-choose-section strong a {
  color: var(--primary-color);
}

/* ===== whychoose-section-end ===== */

/* ===== testimonial-section-start ===== */

.testimonial-section {
  padding: 90px 0px;
  background: url(../images/h4_bg1.jpg) center center repeat no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000c7;
  z-index: -1;
}

.testimonial-section .eIMmgT,
.testimonial-section .eIMmgT * {
  color: var(--white);
}

.testimonial-section .kfFlme {
  color: var(--white);
}

.testimonial-section .section-title {
  text-align: center;
  margin: 0px 250px 60px 250px;
}

.testimonial-section .section-title span {
  font-size: 16px;
  color: var(--white);
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.testimonial-section .section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 80px;
  bottom: -10px;
}

.testimonial-section .section-title h2 {
  font-size: 40px;
  color: var(--white);
  font-weight: 500;
  margin: 20px 0px;
}

.testimonial-section .section-title p {
  font-size: 16px;
  color: var(--white);
  margin: 0px 0px 40px 0px;
}

.testimonial-section .fZBTme,
.fZBTme * {
  color: var(--white);
}

.testimonial-section .bZMJWw {
  background-color: var(--white);
  padding: 3px;
}

.testimonial-section .jsvZJq {
  background: rgba(255, 255, 255, 0.5);
}

/* ===== testimonial-section-end ===== */

/* ===== contact-section-start ===== */

.contact-section {
  padding: 90px 0px;
}

.contact-section .section-title {
  margin-bottom: 45px;
  text-align: center;
}

.contact-section .section-title span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.contact-section .section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 50px;
  bottom: -10px;
}

.contact-section .section-title h2 {
  font-size: 30px;
  color: var(--dark);
  font-weight: 600;
  margin: 20px 0px;
}

.contact-section .service-inner-item h2 {
  font-size: 20px;
  color: var(--white);
}

.contact-section .service-inner-item {
  margin-bottom: 20px;
  background-color: var(--dark);
  padding: 25px 10px;
  border-radius: 5px;
}

.contact-section .service-inner-item .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  text-align: center;
}

.contact-section .service-inner-item i {
  font-size: 24px;
  color: var(--dark);
  line-height: 50px;
}

.contact-section .service-inner-item a {
  color: var(--white);
  text-decoration: none;
}

.contact-section .contact-item {
  margin-bottom: 25px;
}

.contact-section .contact-item input {
  background-color: var(--white);
  border-radius: 5px;
  border: 0;
  margin-bottom: 20px;
  box-shadow: none;
  height: 50px;
  color: var(--dark);
}

.contact-section .contact-item select {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 5px;
  border: 0;
  box-shadow: none;
  height: 50px;
}

.contact-section .contact-item textarea {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 5px;
  border: 0;
  box-shadow: none;
}

.contact-section .contact-item p {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.contact-section .contact-item ::placeholder {
  color: var(--dark);
}

.contact-section .contact-item .submit-btn {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
  margin-right: 10px;
  border: none;
  width: 100%;
}

.contact-section .contact-item .submit-btn:hover {
  color: var(--dark);
  background-color: var(--white);
}

.contact-section .contact-form-item {
  background-color: var(--dark);
  padding: 35px 20px;
  border-radius: 5px;
}

/* ===== contact-section-start ===== */

/* ===== footer-section-start ===== */

.footer {
  padding-top: 90px;
  background: url(../images/footer-bg.jpg) center center repeat no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000de;
  z-index: -1;
}

.footer .footer-item {
  position: relative;
  margin-bottom: 40px;
}

.footer .footer-item img {
  width: 200px;
  object-fit: cover;
}

.footer .footer-item h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px;
  margin: 0;
}

.footer .footer-item p {
  color: #cac8c8;
  font-size: 16px;
  padding: 20px 0px;
  margin: 0;
}

.footer .footer-item .social-icon {
  display: flex;
  list-style: none;
}

.footer .footer-item .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--dark);
  margin: 0px 5px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  transition: 1s;
  border: 1px solid rgba(255, 255, 255, 0.432);
}

.footer .footer-item .social-icon li:hover {
  background-color: var(--primary-color);
  transition: 1s;
}

.footer .footer-item .social-icon li:hover a {
  color: var(--dark);
  transition: 1s;
}

.footer .footer-item .social-icon li a {
  color: var(--white);
  text-decoration: none;
}

.footer .footer-item .about-list {
  list-style: none;
  padding: 0;
}

.footer .footer-item .about-list li {
  margin: 10px 0px;
  font-size: 16px;
  transition: 1s;
}

.footer-item .about-list li:hover {
  transition: 1s;
  padding-left: 5px;
}

.footer .footer-item .about-list li a {
  color: var(--white);
  text-decoration: none;
}

.footer .footer-item .about-list li i {
  color: var(--primary-color);
  padding-right: 5px;
}

.footer .footer-item .contact-list {
  list-style: none;
  padding: 0;
}

.footer .footer-item .contact-list li {
  margin: 15px 0px;
  font-size: 16px;
  color: var(--white);
  transition: 1s;
}

.footer .footer-item .contact-list li:hover {
  padding-left: 5px;
  transition: 1s;
}

.footer .footer-item .contact-list li a {
  color: var(--white);
  text-decoration: none;
}

.footer .footer-item .contact-list li i {
  color: var(--primary-color);
  padding-right: 5px;
}

.footer .footer-item input {
  margin-bottom: 20px;
  height: 50px;
  border: none;
  box-shadow: none;
  border-radius: 5px;
}

.footer .footer-item .Privacy {
  color: #cac8c8;
  text-decoration: none;
}

.footer .footer-item .subscribe-btn {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
  margin-right: 10px;
  border: none;
  width: 100%;
}

.footer .footer-item .subscribe-btn:hover {
  color: var(--dark);
  background-color: var(--primary-color);
}

.footer .footer-main {
  border-top: 1px solid rgba(255, 255, 255, 0.096);
  margin-top: 25px;
}

.footer .copy-right {
  margin-top: 20px;
}

.footer .copy-right p {
  color: var(--white);
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.footer .copy-right a {
  color: var(--white);
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
}

.footer .top-button .top {
  background-color: var(--primary-color);
  height: 35px;
  width: 35px;
  border: none;
  border-radius: 5px;
  color: white;
  right: 1em;
  bottom: 0;
  position: fixed;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 10px;
  transition: 1s;
}

.footer .top-button .top {
  animation: pulse infinite;
  animation-duration: 1s;
}

.footer .top-button .top:hover {
  background-color: var(--primary-color);
  transition: 1s;
}

.footer .whatsapp-button .whatsapp-chat {
  background-color: #08bf3f;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  color: white;
  right: 1em;
  bottom: 3.5rem;
  position: fixed;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  z-index: 9999;
  margin-bottom: 10px;
  transition: ease-in-out 1s;
}

.footer .whatsapp-button .whatsapp-chat {
  animation: phone-wave 2s linear infinite;
}

@keyframes phone-wave {
  from {
    box-shadow: 0 0 0 0 #0ec244;
  }

  to {
    box-shadow: 0 0 0 10px #ffffff;
    opacity: 0.2;
  }
}

/* ===== footer-section-end ===== */

/* === breadcrumb-section-start === */

.breadcrumb-section {
  padding: 50px 0px;
  position: relative;
  background: url(../images/cc-machine-with-vehicle.jpeg);
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  z-index: 1;
  align-items: center;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.801);
  z-index: -1;
}

.breadcrumb-section .breadcrumb-heading h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 600;
  z-index: 1;
  margin: 0;
}

.breadcrumb-section .breadcrumb {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.breadcrumb-section .breadcrumb li {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  z-index: 1;
  padding: 5px 10px;
}

.breadcrumb-section .breadcrumb li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}

.breadcrumb-section .breadcrumb-box {
  display: flex;
  padding: 10px 30px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* === breadcrumb-section-end === */

.about-page {
  background-color: #5a5b5e2a;
}

/* contact-map-page */

.contact-map-section iframe {
  width: 100%;
  height: 500px;
  border: none;
  outline: none;
}

/* gallery-page */

.gallery-section {
  padding: 90px 0px;
}

.gallery-section img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 25px;
}

.gallery-section .section-title {
  margin: 0px 200px 45px 200px;
  text-align: center;
}

.gallery-section .section-title span {
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.gallery-section .section-title span::before {
  content: "";
  position: absolute;
  height: 5px;
  background: var(--primary-color);
  width: 70px;
  bottom: -10px;
}

.gallery-section .section-title h2 {
  font-size: 30px;
  color: var(--dark);
  font-weight: 600;
  margin: 20px 0px;
}
