body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f07b26;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #ffffff;
}

.header_section .header_top .header_top_container {
  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;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  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;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  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;
  color: #f07b26;
}

.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  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;
  color: #f07b26;
}

.header_section .header_top .social_box a:hover i {
  color: #252525;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

/* Make navbar sticky */
.header_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff; /* Ensure it has a background color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}

/* Ensure page content does not get hidden under the fixed navbar */
.hero_area {
  padding-top: 80px; /* Adjust based on navbar height */
}

.header_bottom {
  padding: 15px 0;
}


.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #f07b26;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}




.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}

/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #bc570d;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}


.service_section {
  position: relative;
  background-color: #f8f9fa;
  padding: 60px 0;
}

.service_section .heading_container {
  text-align: center;
  margin-bottom: 40px;
}

.service_section .heading_container h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
}

/* .service_section .heading_container p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
} */

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

.service_section .box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.service_section .box .img-box {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_section .box .img-box img {
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service_section .box:hover .img-box img {
  filter: brightness(1);
}

.service_section .box .detail-box {
  margin-top: 20px;
}

.service_section .box .detail-box h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.service_section .box .detail-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 10px 0;
}

.service_section .box .detail-box a {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f07b26;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.service_section .box .detail-box a:hover {
  color: #d96518;
  text-decoration: underline;
}


.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #f07b26;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}

.project_section {
  background-color: #f5f5f5;
  padding: 100px 0;
}



.project_section .heading_container {
  margin-bottom: 40px;
  text-align: center;
}

.project_section .heading_container h2 {
  margin: 0 auto;
  text-align: center;
}


.project_section .heading_container h2 {
  color: #222;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}

.project_section .heading_container h2 span {
  color: #f07b26;
}

.project_section .filter_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.project_section .filter_box h6 {
  background-color: #222;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.project_section .filter_box .owl-filter-bar {
  display: flex;
  gap: 15px;
}

.project_section .filter_box .owl-filter-bar a {
  color: #333;
  padding: 8px 15px;
  font-size: 14px;
  background: #e0e0e0;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}

.project_section .filter_box .owl-filter-bar a:hover,
.project_section .filter_box .owl-filter-bar a.active {
  background: #f07b26;
  color: #fff;
}

.project_section .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.project_section .box:hover {
  transform: translateY(-10px);
}

.project_section .box .img-box {
  position: relative;
  overflow: hidden;
}

.project_section .box .img-box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.project_section .box:hover .img-box img {
  transform: scale(1.1);
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgba(240, 123, 38, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
}

.project_section .box:hover .img-box .pin_link {
  opacity: 1;
}

.project_section .box .detail-box {
  padding: 15px;
  background-color: #fff;
  color: #222;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.project_section .box .detail-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #f07b26;
}

.project_section .box .detail-box p {
  font-size: 14px;
  color: #555;
}

.project_section .project_carousel {
  padding: 0 20px;
}

.project_section .project_carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.project_section .project_carousel .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: #222;
  color: white;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: #f07b26;
}

/* .client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
} */

.client_section .heading_container {
  margin-bottom: 45px;
  color: #000000;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info{
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_name h5 {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info {
  margin-bottom: 0;
  color: #f07b26;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #f07b26;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: rgba(240, 123, 38, 0.9);
  padding: 45px 45px 45px 85px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: #f07b26;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.why_us_section .heading_container {
  text-align: center;
  margin-bottom: 40px;
}

.why_us_section .heading_container h2 {
  margin: 0 auto;
  text-align: center;
}


.why_us_section .heading_container h2 {
  color: #222;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}

.why_us_section .why_us_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.why_us_section .why_us_container .box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.why_us_section .why_us_container .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.why_us_section .why_us_container .box .img-box {
  background-color: #f07b26;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 120px;
  min-width: 140px;
  margin-right: 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .why_us_container .box .img-box img {
  width: 50px;
}

.why_us_section .why_us_container .box .detail-box {
  flex: 1;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #f07b26;
}

.why_us_section .why_us_container .box .detail-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.why_us_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f07b26;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.why_us_section .btn-box a:hover {
  background-color: #bc570d;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}


/* Contact Section */
.contact_section {
  padding: 60px 0;
  background-color: #ffffff;
}
.contact_section .heading_container h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px; /* Adjust the space as needed */
}

.contact_subtitle {
  color: #f07b26;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_title {
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
}

.contact_title .highlight {
  color: #f07b26;
}

/* Company Info */
.contact_logo {
  width: 250px;
  margin: 10px 0;
}

.company_name {
  font-size: 20px;
  font-weight: bold;
  color: #2c3e50;
}

.company_est {
  font-size: 14px;
  color: #777;
}

/* Contact Info Cards */

.contact_info_row {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap; 
  margin-bottom: 50px;
}


.contact_card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.contact_card h5 {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
}

.contact_card p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.contact_card i {
  color: #f07b26;
  margin-right: 5px;
}

/* Contact Links */
.contact_link {
  display: inline-block;
  color: #f07b26;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.contact_link:hover {
  text-decoration: underline;
}

/* WhatsApp Button */
.whatsapp_button {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #f07b26;
  color: #f07b26;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.whatsapp_button:hover {
  background: #f07b26;
  color: #fff;
}


/* footer section*/
.footer_section {
  position: relative;
  background-color: #000000;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}